@font-face {
    font-family: 'semplicita_proregular';
    src: url('/fonts/canada_type_-_semplicita_pro-webfont.eot');
    src: url('/fonts/canada_type_-_semplicita_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/canada_type_-_semplicita_pro-webfont.woff2') format('woff2'),
         url('/fonts/canada_type_-_semplicita_pro-webfont.woff') format('woff'),
         url('/fonts/canada_type_-_semplicita_pro-webfont.ttf') format('truetype'),
         url('/fonts/canada_type_-_semplicita_pro-webfont.svg#semplicita_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DFDFDF;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

b, strong {
font-weight: 600;
}

.btn {
  display: inline-block;
  //padding: 0px 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  //height: 50px;
  text-align: center;
  letter-spacing: 2px;
  //white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  position: relative;
    overflow: hidden;
    white-space: pre-wrap;
    height: auto !important;
    padding: 15px 25px;
    line-height: 20px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E0E0E0 !important;
  border: 1px solid #E0E0E0;
}
.btn-default {
  color: #fff;
  background-color: #156894;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #1C74A2;
  border-color: #156894;
  color: #fff;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #4ECA89;
  border-color: #14C922;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #16C424;
  border-color: #1CB929;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-light {
  color: #4ECA89;
  background-color: #fff;
  border: 0px solid #3F9EEA;
  border-radius: 3px;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #42B378;
}

.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-image: none;
}

.btn-info {
  color: #fff;
  background-color: #aeaeae;
  border-color: #ABABAB;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #A5A5A5;
  border-color: #A5A5A5;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-radius: 3px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #FF6868 !important;
  border-color: #F25757;
  border-radius: 3px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #F25757;
  border-color: #E04747;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: 'semplicita_proregular', sans-serif;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #4ECA89;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(78, 202, 137, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(78, 202, 137, 0.6);
}
.form-control::-moz-placeholder {
  color: #D4D4D4;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #D4D4D4;
}
.form-control::-webkit-input-placeholder {
  color: #D4D4D4;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {

}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.textarea-lg {
  height: 120px !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  padding-top: 75px;
  margin-bottom: -301px;
  padding-bottom: 50px;
}
.page-wrap:after {
  height: 301px;
  content: "";
  display: block;
}

html {
  line-height: 0;
}

html > img {
  position: absolute;
}

body {
    font-size: 16px;
    font-family: 'semplicita_proregular', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

h1, h2, h3, h4, h5 {
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #4ECA89;

}

a:hover {
    text-decoration: underline;
}

.bluelinks a {
  color: #3d5eff;
}

.bluelinks a:hover {
  color: #3550DB;
}

.messages_item button {
  margin: 10px 0;
}

.btn-primary {
  border: 2px solid #3276FD;
  color: #3276FD;
  background-color: #fff;
  font-size: 13px;
  height: 45px;
  border-radius: 7px;
}

.btn-primary:hover {
  border: 2px solid #3276FD;
  color: #fff;
  background-color: #3276FD;
}

.btn-primary:disabled {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276FD;
  border-color: #3276FD;

}


.btn-primary {
  color: #fff;
  background-color: #4ECA89;
  border: 0px solid #42B378;
  border-radius: 3px;
  height: 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #42B378;
  border: 0px solid #1CB929;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  color: #5cb85c;
  background-color: #fff;
}


.msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #fff;
  z-index: 2000;
  font-size: 1.2em;
  text-align: center;
  padding: 100px 20px;
}

.msg_topleft {
    position: absolute;
    top: 0px;
    left: 12px;
}

.msg_topleft span {
    color: #292929;
    height: 50px;
    display: inline-block;
    padding: 16px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #292929;
}

.msg_topleft span img {
    margin: -4px 7px 0 0;
    width: 70px;
    height: auto;
}

.msg_close_top_right {
  cursor: pointer;
  font-size: 2em;
  position: absolute;
  top: 0px;
  right: 12px;
  color: #000;
}

.msg_close_bottom {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.head .wrapper {
    max-width: 1300px;
    padding: 0 15px;
}

.head {
    background: rgba(247,247,247,0.97);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    box-shadow: 0 2px 8px -3px rgba(0,0,0,0.4);
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
}

.hidehead {
    top: -80px;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
}

.headlock {
  top: 0 !important;
}

.page_title {
    float: left;
    margin: 0 20px 0 0;
}

.page_title a {
    color: #292929;
    height: 75px;
    display: inline-block;
    padding: 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #292929;
}

.page_title a img {
    height: 35px;
    width: auto;
}


.togglemenu, .account_togglemenu {
    margin: 8px 0 0 0;
    float: right;
    width: 27px;
    padding: 3px 0 9px 0;
    border: 1px solid transparent;
    display: none;
    z-index: 910;
    position: relative;
}

.account_togglemenu {
    width: auto;
    color: #4ECA89;
    background-color: #323232;
    padding: 5px;
    position: absolute;
    top: -8px;
    left: 0;
}

.account_togglemenu:hover {
    text-decoration: underline;
}

.togglemenu:hover, .account_togglemenu:hover {
    cursor: pointer;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px auto 0px auto;
  background-color: #4ECA89;
}

.cross {
    margin: -2px -5px 0 0;
    width: 27px;
    padding: 1px 0 0 0;
    border: 1px solid transparent;
}

.cross .icon-bar {
  background-color: #000;
}

.toggle_tree_inside .cross .icon-bar {
  background-color: #4ECA89;
}

.cross .icon-bar:nth-child(1) {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  position: relative;
  top: 7px;
  width: 80%;
}

.cross .icon-bar:nth-child(2) {
  visibility: hidden;
}

.cross .icon-bar:nth-child(3) {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: relative;
  top: -7px;
  width: 80%;
}

.msg_close_top_right .cross {
    margin: 15px 0px 0 0;
}

.account_togglemenu .icon-bar {
  background-color: #4ECA89;
}

.menu {
    float: right;
}

.menu a {
    color: #4ECA89;
    display: block;
    float: left;
    height: 75px;
    padding: 25px 20px;
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.active {
    border-bottom: 5px solid #4ECA89;
}

.sitemap .active, .sitemap a:hover {
  border: 0;
  text-decoration: underline;
}

.rightmargin {
  margin-right: 20px !important;
}

.formwrapp {
  border: 1px solid #e7e7e7;

}

.topinfo {
  padding: 0;
  text-align: center;
  position: relative;
  height: 500px;
  max-height: 850px;
  overflow: hidden;
}

.topinfo_wrapper {
  width: 100%;
  height: 100%;
  background-color: #cac8be;
  background-image: url('/img/infoping_background.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.topinfo_buttons {
  //position: absolute;
  //z-index: 10;
  max-width: 500px;
  margin: 0 auto;
  //bottom: 15%;
  //left: 50%;
  //margin-left: -225px;
  padding: 30px 20px 20px 20px;
}

.fp_playvideo_button_wrapper {
  margin-bottom: 40px;
}

.topinfo_buttons .left50, .topinfo_buttons .right50 {
  visibility: hidden;
}

.topinfo_buttons .btn {
  min-width: 225px;
}

.topinfo_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1)
}

.topinfo_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 1;
}

.topinfo_bg_right {
  opacity: 0;
  transform: translateX(100%);
}

.topinfo_bg_show {
  opacity: 1;
  z-index: 1;
  //transform: translateX(-100%);
}

.topinfo_bg_left {
  z-index: 0;
}

.headline_wrapper {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 3;
}

.topinfo h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 3em;
    //position: absolute;
    //top: 60px;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    //transition: transform 0.05s;
    //will-change: transform;
    //text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

.fp_playvideo {
  display: block;
  position: absolute;
  height: 76px;
  width: 76px;
  top: 0;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  border: 4px solid #ffffff;
  border-radius: 100%;
  background: rgba(255,255,255,0.05);
  //transition: margin 0.05s;
  //transition-timing-function: linear;
}

.fp_playvideo:hover {
  border: 4px solid #4ECA89;
}

.fp_playvideo:after {
  content: "";
  display: block;
  border: 20px solid transparent;
  border-left: 30px solid #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -20px;
}

.fp_playvideo:hover:after {
  border-left: 30px solid #4ECA89;
}

.pulse {
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 3s linear;
  -moz-animation: pulse 3s linear;
  animation: pulse 3s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.fp_playvideo:hover .pulse {
  border-color: #4ECA89;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(1.15);
    opacity: 0.8;
 }
 25% {
    -moz-transform: scale(1.5);
    opacity: 0.4;
 }
 50% {
    -moz-transform: scale(1.8);
    opacity: 0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(1.15);
    opacity: 0.8;
 }
 25% {
    -webkit-transform: scale(1.5);
    opacity: 0.4;
 }
 50% {
    -webkit-transform: scale(1.8);
    opacity: 0;
 }
}


.video_wrapper {
  text-align: center;
  margin-top: 20px;
  //padding-bottom: 0;
}

.topinfomsg_parent {
  position: relative;
  z-index: 3;
  max-width: 380px;
  margin: 0 auto;

}

.topinfomsg {
    background-color: white;
    padding: 25px;
    overflow: visible;
    border-radius: 4px;
    color: #000;
    font-size: 1.1em;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #C1C1C1;
    position: relative;
    z-index: 3;
}

.topinfomsg2 {
    content: "";
    width: 97%;
    height: 100%;
    background-color: white;
    overflow: visible;
    border-radius: 4px;
    color: #000;
    font-size: 1.1em;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #C1C1C1;
    position: absolute;
    bottom: -5px;
    left: 1.5%;
    z-index: 2;
}

.topinfomsg3 {
    content: "";
    width: 94%;
    height: 100%;
    background-color: white;
    overflow: visible;
    border-radius: 4px;
    color: #000;
    font-size: 1.1em;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #C1C1C1;
    position: absolute;
    bottom: -10px;
    left: 3%;
    z-index: 1;
}

.symbol {
  width: 100%;
  max-width: 50px;
  margin: 10px 0 10px 0;
}

.getstarted {
    margin-top: 25px;
}

.tighttopmargin {
  margin-top: 5px;
}

.getstarted_radio {
  margin: 25px 0;
}

.getstarted_radio label span {
  margin-left: 19px;
  display: block;
}

.getstarted_btn {
  margin-top: 30px !important;
}

.topinfo ul {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}

.topinfo ul a {
    color: #fff;
    text-decoration: underline;
}

.app_links .btn {
  width: 48%;
  min-width: 0;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
  overflow: hidden;
}

.app_links .btn:first-child {
  margin-left: 0;
}

.app_links .btn-block {
    width: 100%;
}



.left50, .right50, .left50_stay, .right50_stay {
    width:48%;
    float: left;
}

.right50, .right50_stay {
    float: right;
}

.left33, .middle33, .right33 {
    width: 33.333%;
    float: left;
}

.date_radio {
  text-align: center;
}

.phones {
    width: 80%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}



.cloud {
    width: 70%;
    max-width: 300px;
    display: block;
    margin: 60px auto 0 auto;
}

.quote {
    width: 50%;
    float: left;
    font-size: 22px;
    font-style: italic;
    padding: 0px 15px 15px 50px;
    position: relative;
    margin: 60px 0 20px 0;
}

.xquote:before {
  content: ",,";
  display: block;
  font-family: "Times New Roman", Serif;
  width: 20px;
  height: 20px;
  padding: 3px;
  font-size: 72px;
  position: absolute;
  line-height: 0;
  top: -12px;
  left: 0px;
  font-weight: bold;
  letter-spacing: -2px;
}

.quote .by {
    margin-top: 15px;
    font-size: 14px;
    clear: both;
}

.by {
  font-style: normal;
}

.topinfo .quote {
  color: #fff;
}

.check, .no {
  position: absolute;
  top: 36px;
  right: 15px;
  width: 22px;
  font-size: 22px;
}

.check {
  color: #40AA42;
}

.no {
  color: #DF0A17;
}

.greeninput {
  background-color: #C0F6C0;
  border-color: #80CE80;
}

.redinput {
  background-color: #f2dede;
  border-color: #E0ADB5;
}


#messagetext {
  min-height: 100px;
}

.button_div {
  padding-top: 0;
}

.footer {
    border-top: 1px solid #e7e7e7;
    background: #f2f2f2;
    min-height: 300px;
}

.footer > .wrapper {
    min-height: 300px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #FFFFFF;
    padding: 0;
    background: #f2f2f2;
}

.footer_block {
    min-height: 300px;
    float: left;
    border-bottom: 0;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #FFFFFF;
    width: 33.33333%;
}

.footer h3 {
    margin-top: 0;
    font-size: 1.4em;
}

.footer hr {
    height: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    margin: 15px 0;
}

.sitemap a {
  display: block;
}

.social {
  padding-top: 0;
  margin-bottom: 20px
}

.social a {
    font-size: 0.9em;
    display: block;
    width: 33.333%;
    text-align: center;
    float: left;
}

.social a .fa {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #4ECA89;
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
    margin: 5px 0 15px 0;
    position: relative;
    top: 5px;
}

.social a .fa:hover {
    background: #42B378;
}

#loginform .form-control {
    margin-bottom: 15px;
}

.screenshotcontainer img {
  width: 100%;
}

/*
.msg_box {
  margin-top: 5px;
  padding: 15px 20px;
  background: #f8f8f8;
  letter-spacing: 0.7px;
}

.msg_box h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}

.msg_box p {
  margin: 0;
}
*/
.success {
  background: #89C189;
  color: #fff;
}


.spinner {
    margin: -38px 0 12px 15px;
    height: 26px;
    width: 26px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(255,255,255,.2);
    border-right: 4px solid rgba(255,255,255,.2);
    border-bottom: 4px solid rgba(255,255,255,.2);
    border-top: 4px solid rgba(255,255,255,1);
    border-radius: 100%;
}

.answer_spinner {
  margin: 0 0 0 -13px;
  position: absolute;
  top: 6px;
  left: 50%;
}

.btn_spinner {
  float: left;
  margin: -3px -26px -3px 0;
}

.spinner_feedback_btn {
  float: left;
  margin: -4px 0 -22px 0;
}

#contactform .spinner {
  margin: -53px 0 27px 15px;
}

.grey {
    background: #f2f2f2;
}

.darkgrey {
    background: #323232;
    color: #fff;
}

.addspace {
  padding: 100px 0;
}

.addspace50 {
  padding: 50px 0;
}

.index {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.index > li {
  margin-top: 10px;
}

.index ul {
  list-style-type: none;
  margin: 0;
  padding-left: 25px;
}

.index a {
  display: block;
  line-height: 2em;
}

.flag {
  width: 18px;
  position: relative;
  top: -1px;
}

.mainadmin {
  width: 100%;
  max-width: 1600px;
  position: relative;
}

.tree {
    overflow: hidden;
    overflow-y: auto; 
    color: #fff;
    background: #323232;
    //max-width: 450px;
    max-width: 560px;
    position: fixed;
    top: 0;
    left: 0;
    width: 35%;
    padding: 20px;
}

.tree a {
    color: #4ECA89;
}

.treecontent {
    overflow: auto;
    padding-bottom: 40px;
}

.toggle_tree_inside {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  display: none;
}

.tree_logo {
  text-align: center;
}

.tree_logo img {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.account_main {
  float: left;
  width: 65%;
  padding: 20px 20px 100px 20px;
  margin-left: 35%;
  position: relative;
}

.account_main .header_org {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.account_main_head {
  height: 95px;
}

.account_main h1, .account_main h2, .account_main h3 {
}

.addreceivers, .addsenders {
  position: relative;
}

.addreceivers .btn, .addsenders .btn, .org_admins_table .btn {
  min-width: 0;
  border-radius: 0;
  min-width: 0;
}

.addreceivers textarea, .addsenders textarea, .org_admins textarea {
  height: 83px;
  display: inline-block;
  margin-top: 5px;
  box-shadow: none;
}

.addreceivers textarea:focus, .addsenders textarea:focus {
  box-shadow: none;
  border-color: none;
}

.receiverscontent, .senderscontent {
    padding: 10px;
    min-height: 100px;
    max-height: 170px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #747474;
    overflow: auto;
}

.btn-block {
  margin-top: 20px;
}

.nomargin {
  margin: 0;
}

.create_new_group {
  float: right;
  margin-top: -22px;
  margin-left: -150px;
}

.organizations_dropdown {
  margin-top: 20px;
}

.externallabel {
  margin-top: 5px;
}



.syncform, .send_msg_wrapper {
  margin-top: 15px;
}

#syncedreceivers, #syncedsenders, .org_config_form input, .org_config_form select, #newgroupform input, #newgroupform select {
  margin-bottom: 5px;
}

.admin_iframe_wrapper iframe, .fullscreen_admin_iframe_wrapper iframe {
  border: 0;
  width: 100%;
}

.org_config, .admin_iframe_wrapper {
  float: left;
  width: 65%;
  margin-left: 35%;
}

.fullscreen_admin_iframe_wrapper {
  width: 100%;
  margin: 0;
}

.org_config_inner {
  position: relative;
  padding: 20px 20px 45px 20px;
  width: 100%;
  max-width: 920px;
  background-color: #fff;
}

.org_config_inner h2 {
  margin-top: 0;
  padding-top: 0;
}

.close_org_config {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #000;
  z-index: 810;
}

.scanningwrapper, .loginsuccess {
  text-align: center;
}

.loginsuccess .fa {
  font-size: 60px;
  color: #4ECA89;
  margin: 20px 0;
  background: #fff;
  border-radius: 100%;
  padding: 13px;
  border: 8px solid #4ECA89;
}

.scanning {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background-color: #323232;
  border-width: 10px;
  border-radius: 100%;
  border-style: solid;
  border-color: #4ECA89 #3A3A3A #3A3A3A #3A3A3A;
  -webkit-animation: rotation 2s linear infinite;
     -moz-animation: rotation 2s linear infinite;
       -o-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}

.scanning:after {
  content: "";
  display: block;
  margin: 10px;
  border-width: 30px;
  border-radius: 100%;
  border-style: double;
  border-color: #4ECA89 #3A3A3A #3A3A3A #3A3A3A;
}

.vimm_icon {
  width: 120px;
  margin-top: 70px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.org_img {
  margin: 5px 0 15px 0;
  width: 75px;
  height: 75px;
  border: 0px;
  border-radius: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: 1px solid #EBE9E9;
}

.bigscreen_top .org_img {
  width: 53px;
  height: 53px;
}

.org_img_force_border_color {
  border-color: #EBE9E9 !important;
}

.org_img img {
    width: 75px;
    height: 75px;
    border: 1px solid #EBE9E9;
    border-radius: 100%;
}

.account_main_head .org_img img {
  //margin-bottom: 30px;
}

.groupname {
  word-break: break-all;
}

.groupname_wrapper {
  color: #AEAEAE;
}

.group_countrycode_wrapper {
  margin-top: 10px;
}

.nogroups {
    text-align: right;
    margin-top: 40px;
}

.nogroups img {
    width: 60px;
    height: auto;
    margin: 0 10px 10px 0;
    position: relative;
    z-index: 0;
}

.toggle_group_tree {
  position: relative;
  top: -5px;
}

.fsend_msg_add_icon {
  margin-bottom: 10px;
}

#group_select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: rgba(150,150,150,0.1);;
  padding: 0 10px !important;
  color: #4ECA89;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.group_select_label {
  position: absolute;
  float: right;
  height: 30px;
  margin-bottom: -30px;
  top: 13px;
  right: 15px;
  color: #4ECA89;
}

.org_select_admin {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #4ECA89;
  background: rgba(235,235,235,0.1);
  color: #4ECA89;
  font-size: 20px;
  height: 53px;
  cursor: pointer;
  border-radius: 0px !important;
  position: relative;
  z-index: 10;
  outline: none;
  padding-top: 0 !important;
  padding-bottom: 3px !important;
  padding-right: 33px !important;
}

.org_select_admin_label {
  position: relative;
  float: right;
  height: 30px;
  margin-bottom: -30px;
  top: 15px;
  right: 15px;
  color: #4ECA89;
}

.org_select_admin:hover {
  text-decoration: underline;
}

.org_select_admin:disabled {
  background: #444444;
  cursor: default;
  text-decoration: none !important;
}

.org_select_admin_bars {
  color: #4ECA89;
  float: right;
  height: 20px;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
  top: 11px;
  right: 10px;
}

.org_admins {
  margin-top: 10px;
}

#org_admins_textarea {
  min-height: 100px;
}

.add_group_admins {
  margin: 10px 0 0 0;
}

.logout {
  position: absolute !important;
  top: 15px;
  right: 0;
  width: auto !important;
}

#btnsavegroup {
  margin-top: 25px;
}

.login_info {
  height: 20px;
  text-align: right;
  padding: 5px 15px;
  color: #7A7A7A;
  font-size: 0.9em;
  z-index: 900;
  margin: 0 auto -20px auto;
}

.startpage .login_info {
  color: #ffffff;
}

.app_links {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0;
}



.alert {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid #DBDBDB;
  color: #666666;
  border-radius: 4px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.betaimg {
  float: left;
  height: 125px;
  margin-right: 20px;
  margin-top: 15px;
}

  .downarrow {
    position: relative;
    width: 44px;
    height: 44px;
    margin: -22px auto;
    background: #fff;
    border-radius: 50%;
    z-index: 400;
    cursor: pointer;
    -moz-box-shadow:    0px 1px 5px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.05);
    box-shadow:         0px 1px 5px 0px rgba(0,0,0,0.05);
  }

  .downarrow:after {
    content: "";
    display: block;
    position: relative;
    top: 12px;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-left: 2px solid #47CB87;
    border-bottom: 2px solid #47CB87;
    border-radius: 1px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }

  .topinfo .downarrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    margin-left: -22px;
    width: 40px;
    height: 40px;
    z-index: 400;
    cursor: pointer;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: downarrow 3s linear;
    -moz-animation: downarrow 3s linear;
    animation: downarrow 3s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .topinfo .downarrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 1px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    opacity: 0.5;
  }

  .topinfo .downarrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 13px;
    width: 20px;
    height: 20px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 1px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }

@-moz-keyframes downarrow {
 0% {
    opacity: 0;
    bottom: 30px;
 }
 50% {
    opacity: 1;
 }
 100% {
    opacity: 0;
    bottom: 10px;
 }
}

@-webkit-keyframes "downarrow" {
 0% {
    opacity: 0;
    bottom: 30px;
 }
 50% {
    opacity: 1;
 }
 100% {
    opacity: 0;
    bottom: 10px;
 }
}

.countrycode_wrapper {
  width: 28%;
  float: left;
}

.mobileno_wrapper {
  width: 70%;
  float: right;
}

.demo_send_form .countrycode_wrapper {
  width: 38%;
}

.demo_send_form .mobileno_wrapper {
  width: 60%;
}

.background_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 0;
}

.background_layer_show {
  width: 100%;
  height: 100%;
  z-index: 908;
}

.darken {
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateY(-105%);
  transition: transform .4s cubic-bezier(1,0,0,0), opacity .1s ease-out;
  z-index: 1000;
}

.show_darken {
  width: 100%;
  height: 100%;
  transform: none;
  opacity: 1;
  transition: opacity .1s ease-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.msg_box {
  position: absolute;
  top: -1000px;  
  left: 50%;
  width: 460px;
  margin-left: -230px;
  margin-bottom: 50px;
  z-index: -100;
  min-height: 200px;
  padding: 60px 15px 50px 15px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0 100px rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -moz-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -ms-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -o-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
}

.msg_box::after {
    position: absolute;
    bottom: -50px;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
}

.video_lightbox {
  width: 90%;
  max-width: 1024px;
  margin: 75px auto 50px auto;
  -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -moz-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -ms-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  -o-box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  box-shadow: 0 0 100px rgba(0,0,0,0.5),0 0 0 #000;
  background: black;
}

.img_lightbox {
  width: 90%;
  max-width: 960px;
  margin: 50px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 1400;
  background-color: white;
}

.video_lightbox:after, .img_lightbox:after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: transparent url('/img/app/cross_grey.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
}

.show_msg_box {
  z-index: 1200;
  top: 20%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.msg_box_content {
  word-wrap: break-word;
}

.close_msg_box {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 2px;
  cursor: pointer;
}

.close_msg_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 12px;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.close_msg_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 12px;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.close_msg_box:hover {
  background: rgba(255,255,255,0.2);
}

.close_msg_box_ok {
  position: absolute;
  bottom: 0;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  height: 50px;
  padding-top: 14px;
  cursor: pointer;
  color: #4ECA89;
}

.close_msg_box_ok:hover {
  color: #2AC236;
}

.blue .close_msg_box_ok {
  color: #3276FD;
}

.blue .close_msg_box:hover {
  background: rgba(255,255,255,0.3);
}

.msg_box_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 1.1em;
  color: #fff;
  letter-spacing: 1px;
  background-color: #4ECA89;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.blue .msg_box_head {
  background-color: #3276FD;
}

.msg_box_content h1, .msg_box_content h2, .msg_box_content h3 {
  margin: 0 0 10px 0;
}

.jstree > ul > li {
  position: relative;
  z-index: 10;
}

.btndeletegroup {
  float: right;
}

.btneditgroup, .closeedit, .btndeletegroup {
  cursor: pointer;
}

.edit_group_toolbar, .edit_org_toolbar {
  float: right;
}

.edit_group_toolbar a, .edit_org_toolbar a {
  cursor: pointer;
}

.single_org h2 {
  margin: 0 0 20px 0;
}

.group_name_display {
  font-size: 26px;
  margin: 3px 0 5px 0;
}

.group_name_display_wrapper {
  margin-top: 10px;
}

.help {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  background: no-repeat url(/img/help.png);
  background-size: 36px 18px;
}

.imagetext {
  text-align: center;  
}

.help_right {
  float: right;
  top: 0;
}

.help_topright {
  position: absolute;
  top: 5px;
  right: 5px;
}

.help_bottomright {
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
}

.help:hover {
  background-position: 100% 0;
  cursor: pointer;
}

.addreceivers .help, .addsenders .help {
  position: absolute;
  top: 24px;
  right: 3px;
}

.sender_display .user_item, .recipients_display .user_item {
  background: #fff;
  padding: 7px 5px;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  z-index: 10;
  height: auto;
}

.recipients_display .user_item:hover {
  background: #f7f7f7;
}


.del_number {
  height: 0px !important;
  padding: 0px 5px !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sender_display, .recipients_display {

}

.sender_display .user_item:first-child, .recipients_display .user_item:first-child {
  border-top: 1px solid #DFDFDF;
}

.sender_display .user_item:nth-child(1), .recipients_display .user_item:nth-child(1) {

}

.synced {

}

.empty {
  background: 0 !important;
  border: 0 !important;
  padding: 7px 0 !important;
  font-style: italic;
  color: #D2D2D2;
}


.toggle_senders, .toggle_recipients {
  color: #0073E0;
  display: inline-block;
  padding-bottom: 7px;
}

.toggle_senders:hover, .toggle_recipients:hover {
  text-decoration: underline;
  cursor: pointer;
}

.addreceivers_text, .addsenders_text, .addusers_text {
  min-height: 0 !important;
  width: 100%;
  padding: 9px 10px 10px 30px;
  font-size: 16px;
  font-weight: 300;
}

.add_recipients_wrapper, .add_senders_wrapper, .add_users_wrapper {
  position: relative;
}

.add_recipients_wrapper .fa-user-plus, .add_senders_wrapper .fa-user-plus, .add_users_wrapper .fa-user-plus { 
  position: absolute;
  top: 16px;
  left: 7px;
  color: #AEAEAE;
}

.addsenderssbtn, .addreceiversbtn, .addusersbtn {
  margin-top: 10px;
}

.toggle_recipients_btn, .toggle_senders_btn, .toggle_users_btn {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.addmargintop {
  margin-top: 30px;
}

.addmoremargintop {
  margin-top: 30px;
}

.desktoplonglist {
  max-height: none;
}

.firstpage_ul ul {
  padding: 0 0 0 20px;
}

.firstpage_ul ul li {
  margin-bottom: 15px;
}

#send_msg_text {
  height: 130px;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 300;
}

.msg_form_label {
  display: block;
}

.msg_form_label_admin {
  margin-top: 10px;
}

.messages {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 800px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: 0;
}

.messages_reduceheight {
  height: 1200px;
}

@media screen and (max-width: 620px) {
  .messages {
      border: 0 !important;
      max-width: 650px;
  }
}

.form-control {
  box-shadow: none !important;
  border-radius: 2px;
}

.messages_head {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  text-align: center;
  font-weight: bold;
  padding: 20px;
  position: relative;
  min-height: 63px;
}

.messages_footer {

}

.menu_switch {
  width: 285.7145%;
  margin-left: -85.7%;
  transition: all 0.3s ease-out;
}

.show_messages_menu {
  margin-left: 0%;
  transition: all 0.3s ease-out;
}

.show_messages_sendnew {
  margin-left: -185.7%;
  transition: all 0.3s ease-out;
}

.messages_menu, .messages_main, .messages_sendnew {
  min-height: 1200px;
  width: 35%;
  float: left;
}

.messages_main .wrapper {
  min-height: 750px;
}

.messages_menu {
  width: 30%;
}

.messages_menu:after {
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.messages_menu_shadow {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
  -moz-box-shadow:    0px 0px 50px 0px rgba(0,0,0,0.5);
  box-shadow:         0px 0px 50px 0px rgba(0,0,0,0.5);
  z-index: 10;
  position: relative;
}

.messages_main {
  background: #EEEFF2;
}

.messages_sendnew {
  background: #EEEFF2;
}


.messages_togglemenu {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 37px;
    padding: 3px 5px 9px 5px;
    border: 1px solid transparent;
    z-index: 910;

}

.messages_togglenewmessage {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 27px;
    padding: 3px 25px 3px 5px;
    border: 1px solid transparent;
    z-index: 910;
    font-size: 26px;
    line-height: 10px;
    color: #3276FD;
}

.messages_closemenu, .messages_closesendnew {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 27px;
    padding: 3px 5px 3px 5px;
    border: 1px solid transparent;
    z-index: 910;
    font-size: 20px;
    line-height: 10px;
    color: #3276FD;
}

.messages_closesendnew {
    right: auto;
    left: 10px;
}

.messages_togglemenu:hover, .messages_togglenewmessage:hover {
    cursor: pointer;
}

.messages_togglemenu .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px auto 0px auto;
  background-color: #3276FD;
}

.messages_item {
  min-height: 150px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.messages_item_head {
  padding: 20px 20px 0 20px;
}

.messages_item_icon {
  width: auto;
  height: 20px;
}

.messages_item_text {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 35px 20px 40px 20px;
}

.messages_item_text xmp {
    font-family: inherit;
    white-space: inherit;
    margin: 0;
}

.messages_item_time {
  float: right;
  font-size: 0.9em;
  color: #AEAEAE;
}

.messages_item_foot {
  padding: 12px 20px;
  border-top: 1px solid rgba(203, 203, 203, 1);
  font-size: 14px;
  min-height: 63px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.messages_item_foot_label {
  min-width: 50px;
  display: inline-block;
}

.messages_item_statistics {
  float: right;
  font-size: 18px;
  padding: 2px;
  margin-top: 5px;
}

.messages_item_statistics_x {
  float: right;
  font-size: 16px;
  font-weight: bold;
  padding: 1px;
  color: #3276FD;
  border: 1px solid #3276FD;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin: 7px 0 -10px 0;
  text-align: center;
}

.messages_item_statistics:hover {
  text-decoration: none;
}

.messages_footer_content {
  text-align: center;
  min-height: 0 !important;
}

.messages_footer_content .spinner {
  margin: 15px auto 10px auto;
  border-left: 4px solid rgba(0,0,0,.2);
  border-right: 4px solid rgba(0,0,0,.2);
  border-bottom: 4px solid rgba(0,0,0,.2);
  border-top: 4px solid rgba(0,0,0,1);
}

.messages_footer_content .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacefiller {
  width: 100%;
  max-width: 100px;
  height: 12px;
  background: #F6F7F8;
}

.messages_item_head .spacefiller {
  height: 25px;
  float: left;
}

.messages_item_head .spacefiller:nth-child(2) {
  float: right;
  height: 15px;
  max-width: 115px;
  margin-top: 3px;
}

.messages_item_text .spacefiller {
  max-width: 220px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.messages_item_foot .spacefiller:first-child {
  margin-top: 3px;
  margin-bottom: 10px;
  max-width: 120px;
}

.gototop:hover {
  text-decoration: none;
}

.send_msg_addrecipient_form {
  position: relative;
  display: inline-block;
  min-width: 220px;
}

#send_msg_addrecipient {
  border: 0;
  height: 25px;
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-weight: 300;
  margin: 3px 0;
  width: 100%;
}

#send_msg_addrecipient:focus {
  outline: 0;
}

.send_msg_add_icon {
  font-size: 14px;
  color: #3276FD;
  padding: 1px 0 0 0;
  border: 2px solid #3276FD;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin: 1px 0 0 0;
  text-align: center;
  display: inline-block;

}

.send_msg_add_icon:hover {
  text-decoration: none;
}

.send_msg_add_group {
  display: inline-block;
  margin-top: 10px;
}

.send_msg_recipient_item {
  padding: 3px 6px;
  margin: 2px;
  background: #f3f3f3;
  background-color: #4ECA89;
  border: 1px solid #4ECA89;
  border-radius: 5px;
  display: inline-block;
  max-width: 100%;
  color: #fff;
}

.send_msg_recipient_item_link {
  word-wrap: break-word;
  color: #fff;
}

.to_label {
  display: inline-block;
  float: left;
  margin: 7px 10px 3px 0;
}

.send_msg_recipient_item_delete {
  margin-left: 5px;
  color: #fff;
}

.send_msg_recipient_item_delete:hover {
  text-decoration: none;
}

.messages_item_readconfirm, .messages_item_yesno, .messages_item_done {
  margin-top: 30px;
  text-align: center;
}

.messages_item_type {
  margin-top: 20px;
}

.messages_item_yesno .btn {
    min-width: 95px;
    margin-right: 10px;
}

.messages_item_readconfirm .btn, .messages_item_done .btn {
  min-width: 200px;
}

.disabled_notpushed[disabled] {
  background: #fff !important;
  border: 2px solid #E0E0E0;
  color: rgb(224, 224, 224) !important;
}

.toggle_org_select_wrapper {
  float: right;
  color: #4ECA89;
}

.messages .toggle_org_select_wrapper {
  margin: -10px 0;
}

.org_select_wrapper {

}

.message_toolbar .org_select_wrapper {
  margin-bottom: 10px;
}

.norecipientsadded {
  font-style: italic;
  color: #ccc;
  margin: 3px 0 0 0;
  display: inline-block;
}

.norecipientsadded, .to_label {
  cursor: pointer;
}

.groupstructure_headline {
  margin-top: 25px;
}

.messages_menu_item {
  display: block;
  padding: 25px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.messages_menu_item .fa {
  margin-right: 10px;
  font-size: 1.3em;
  position: relative;
  top: 1px;
}

.messages_menu_item img {
  margin-right: 10px;
}

.nomessages {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  color: #ccc;
  font-style: italic;
}

.messages_head_symbol {
  height: 25px;
  float: left;
  margin: 0 0 -5px 0;
}

.history_headline {

}

.report_time {
  color: #323232;
  margin-bottom: 25px;
}

.history_user_table {
  width: 100%;
  margin: 20px 0 40px 0;
  text-align: left;
}

.msg_box_content .history_user_table {
  margin: 0;
}

.history_user_table tr:nth-of-type(odd) {

}

.history_user_table tr td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}

.history_user_thead {
  background: #f2f2f2 !important;
  font-weight: bold;
}

.history_user_number {
  width: 30%;
}

.history_user_delivery {
  width: 12%;
}

.history_user_viewed {
  width: 12%;
}

.history_user_viewed .fa {
  color: #ccc;
}

.history_user_respons {
  width: 23%;
}

.history_user_date {
  width: 23%;
  font-size: 0.9em;
}
.history_user_thead .history_user_date {
  font-size: 1em;
}

.bg_no {
  background-color: #f2dede !important;
}

.bg_no_strong {
  background-color: #F59595 !important;
}

.bg_yes {
  background-color: #dff0d8 !important;
}

.bg_yes_strong {
  background-color: #8BDF69 !important;
}

.bg_info {
  background-color: #d9edf7 !important;
}

.bg_no_answer {
    background-color: #B2B2B2 !important;
}

.history_totat_recipients {
  margin: 20px 0;
}

.history_show_user_data {
  margin: 25px 0 0 0;
  display: inline-block;
}

.history_item_space {
  padding: 20px 0 !important;
}

.history_item_space h2 {
  margin-top: 0;
}

.history_vimminstalled, .history_vimmviewed, .history_yesno {

}



.history_recipients {
  font-size: 22px;
  text-align: center;
}

.history_item_label {
  margin: 12px 0 0 0;
}

.history_item_label_text {
  min-width: 200px;
  display: inline-block;
}

.history .messages_item {
  margin-bottom: 20px;
}

.history .messages_item_text {

}

.history_logo {
  float: right;
}

.history_logo {
  float: left;
}

.report_time {
  float: right;
}

.green_dot, .red_dot, .grey_dot, .transparent_dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 5px;
}

.green_dot {
  background: #4ECA89;
}

.red_dot {
  background: #FF6868;
}

.grey_dot {
  background: #B2B2B2;
}

.history_item_text {
  margin-bottom: 0;
  white-space: pre-wrap;
}


.history_item_from {
  float: left;
}

.history_item_type {
  float: right;
}

.history_user_data_wrapper {
  padding-top: 15px;
}


.user_edit_form {
  width: 100%;
  position: absolute;
  top: 0;
  left: 24px;
  height: 37px;
  border: 0;
}

.user_edit_form:focus {
  outline: 0;
}

.admin_send_new_msg_link {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.admin_send_new_msg_link_open  {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.admin_send_new_msg_wrapper {
  display: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 10px 10px 15px 10px;
  border-top-left-radius: 0;
}

.send_msg_recipients_content {
  float: left;
  max-width: 100%;
}

.add_user_filter_form {
  position: relative;
  float: left;
  width: 300px;
}

#admin_send_new_msg_text {
  margin-bottom: 15px;
  min-height: 150px;
}

#add_user_filter_list_wrapper {
  position: relative;
  width: 100%;
}

.add_user_filter_list {
  background: #fff;
  max-height: 320px;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid #ccc;
  margin:0;
  padding: 0;
  z-index: 10;
  -moz-box-shadow:    0px 5px 10px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
  box-shadow:         0px 5px 10px 0px rgba(0,0,0,0.3);
  word-wrap: break-word;
}

.add_user_filter_text {
  position: relative;
  z-index: 20;
  height: 30px;
  min-height: 30px !important;
  padding: 7px 20px 0 5px;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  resize: none;
}

.add_user_filter_text:focus {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.add_user_filter_list .add_user_filter_list_item {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display:block;
}

.add_user_filter_list .add_user_filter_list_item:hover {
  background: #EEF6FA;
  cursor: pointer;
}

.add_user_filter_list_item_hover {
  background: #EEF6FA !important;
}

.add_user_filter_list_item a:hover {
  text-decoration: none;
}

.add_user_filter_list .add_user_filter_list_item:last-child {
  border: 0;
}

.filter_path {
  font-size: 0.9em;
  color: #ccc;
}

.filter_close_list {
  position: absolute;
  top: 15px;
  right: 2px;
  color: #555;
  cursor: pointer;
  z-index: 30;
}

#filter_form {
  position: relative;
}

.add_user_filter_text::-ms-clear {
    display: none;
}

.msg_recipients_amount {
  margin-top: 20px;
}

.msg_recipients_amount_label {
  padding-right: 10px;
}

#send_msg_btn {
  margin-top: 20px;
  float: right;
  max-width: 170px;
  width: 100%;
}

select {
  padding: 10px 12px !important;
}

.history_messages_head {
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    min-height: 0;
}

.history_messages_head .back_arrow {
  font-size: 20px;
  float: left;
}

.btn-yes {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 1px !important;
}

.btn-no {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-width: 1px !important;
}

#msg_type, #msg_delivery {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  padding: 1px 0 0 0 !important;
  color: #3276FD;
  font-size: 16px;
  height: 45px;
  margin: -11px 0 -12px 0;
}

.msg_type_radio, .msg_delivery_radio {
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #CACACA;
}

.msg_type_radio input[type="radio"], .msg_delivery_radio input[type="radio"] {
    display:none;
}

.msg_type_radio label, .msg_delivery_radio label {
    display:inline-block;
    background-color: #fff;
    padding: 10px;
    width: 50%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    float: left;
}

.msg_type_radio label:nth-child(4n+4), .msg_delivery_radio label:nth-child(4n+4) {

}

.msg_type_radio input[type="radio"]:checked + label, .msg_delivery_radio input[type="radio"]:checked + label {
    background-color: #CACACA;
    color: #fff;
}

.send_msg_head {
  background: #fff;
  padding: 0 20px;
  border: 1px solid rgba(203, 203, 203, 1);
  border-left: 0;
  border-right: 0;
}

.form_object {
  border-top: 1px solid rgba(203, 203, 203, 1);
  padding: 12px 0;
}

.to_list {
  border: 0;
  min-height: 47px;
  padding: 7px 0 6px 0;
}

.message_toolbar {
  padding: 15px 20px;
}

.reload_btn {
  text-align: center;
  margin: 30px 0;
}

.messagefeed {
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.messagefeed .messages_main {
  width: 100%;
}

.layover {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.layover object {
  border: 0;
  height: 100%;
  overflow: auto;
}

.layover_content {
  height: 94%;
}

.close_layover {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 2100;
  font-size: 24px;
  cursor: pointer;
}

.betainfo {
  font-size: 0.8em;
  margin-bottom: -19px;
}

.edit_user_form {
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  width: 80%;
  float: left;
}

.edit_user_form_btn {
  width: 50%;
  float: left;
  padding: 0;
  height: 40px !important;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.three_btns .edit_user_form_btn {
  width: 33%;
}

.edit_user_form_btn_del {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 60px;
}

.edit_user_form_btn_del_cancel {
  right: 60px;
}

.edit_user_form_btn .fa {
  //color: #fff;
  margin: 0;
  float: none;
}

.edit_user_form_btn .fa:hover {
  //color: #fff;
}

.toggle_admin_menu {
  display: block;
  margin: 15px 0 -10px 0;
  padding: 15px;
  background-color: #444444;
}

.toggle_admin_menu .fa {
  margin-right: 10px;
  position: relative;
  top: 1px;
  font-size: 1.3em;
}

.admin_menu {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 0;
}

.admin_menu a {
  border-bottom: 1px solid #444;
  padding: 15px;
}

.admin_menu a:hover {
  background-color: #3A3A3A;
}

.hide_admin_menu {
  height: 0px;
}

#org_select_appadmin {

}

.press_icon, .press_logo {
  max-height: 100px;
}

.press_logo {
  width: 100%;
}

.onboard h1 {
  text-align: center;
}

.onboard p {
  text-align: center;
}

.org_logo {
  max-width: 100%;
  max-height: 100px;
  margin: 25px 0;
}

.onboard_checklist {
  text-align: left !important;
  max-width: 260px;
  margin: 40px auto;
  font-size: 22px;
}

.onboard_checklist div {
  margin: 10px 0;
}

.onboard_checklist div .fa {
  color: #4ECA89;
  font-size: 1.2em;
}

.onboard .app_links {
  margin-top: 25px;
}

.loginfailed_msg .alert-warning {
  margin-bottom: 0;
}

.button_text {
  text-align: center;
  color: #AEAEAE;
}

.green_color {
  color: #4ECA89;
}

.red_color {
  color: #ef8481;
}

.txtLen {
    color: #979797;
    font-size: 0.8em;
    position: relative;
    top: -1px;
    height: 20px;
    margin-bottom: -20px;
}

#btnmakedefaultaccount {
  margin-bottom: 10px;
  display: inline-block;
}

.createnewgroup {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -20px;
    line-height: 17px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #4eca89;
    border-radius: 100%;
}

.createnewgroup {
    top: 1px;
    width: 18px;
    height: 18px;
    margin-bottom: -18px;
    line-height: 16px;
    font-size: 20px;
}

.createnewlist:hover, .createnewgroup:hover {
    text-decoration: none
}

.toggle_add_group_admins {
  display: inline-block;
  margin-top: 7px;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}



/* WOW */

.history > .wrapper {
  padding-top: 0;
  max-width: 640px;
}

.messages {
  font-size: 18px;
}

.add_user_filter_form {
  top: 3px;
}

.add_user_filter_text {
  font-size: 18px;
  padding-top: 3px;
}


.messages_head_symbol {
  height: 30px;
  margin: 0 0 -5px 15px;
}

.messages_menu {
  background-color: #323232;
}

.messages_menu .messages_head {
  background-color: #323232;
  border-bottom: 0;
}

.messages_menu a {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
}

.messages {
  letter-spacing: 1px;
  border: 0;
  border-left: 1px solid #D7E0DF;
  border-right: 1px solid #D7E0DF;
}

.messages_main {
  padding: 0;
}

.messages_head {
  border-bottom: 2px solid #4ECA89;
  color: #323232;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 63px;
  font-weight: 400;
  box-shadow: 0 2px 5px -3px rgba(0,0,0,0.3);
  border-bottom: 1px solid #DEDEDE;
  z-index: 10;
}

.messages_item {
  border: 0;
  border-bottom: 1px solid #D7E0DF;
  border-radius: 0px;
  position: relative;
  padding: 40px 10px;
  overflow: visible;
  background: rgba(255,255,255,1);
  border-radius: 0px;
  box-shadow: none;
  margin: 0px !important;
}

.messages_item:first-child {

}

.messages_menu .messages_head {
  box-shadow: none;
}

.messages_menu .wrapper {
  padding-top: 15px;
}

.messages_togglemenu .icon-bar {

  background-color: #4ECA89;
}

.messages_togglenewmessage, .messages_closemenu, .messages_closesendnew {
  color: #4ECA89;
}

.messages_main {
  background: #fff;
}

.add_user_filter_list .add_user_filter_list_item:hover {
  background: #EEF2F1;
}

.messages_menu .fa, #msg_type, #msg_delivery {
  color: #4ECA89;
}

#msg_type, #msg_delivery {
  background: #fff;
}

.messages_menu_item {
  display: block;
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
 }

.messages_main .wrapper {
  padding: 0 20px;
}

.messages_item_spacefiller {
  border-bottom: 1px solid #D7E0DF;;
}

.messages_item_time {
  margin-top: 3px;
  font-size: 14px;
}

.messages_sendnew {
  background: #f8f8f8;
}

.send_msg_head {
  border: 0;
  background: #ffffff;
  border-top: 1px solid #D7E0DF;
  border-bottom: 1px solid #D7E0DF;
}

.xmessages_item:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -15px;
  margin-left: -15px;
  border-top: 30px solid rgba(255,255,255,0.9);
  border-right: 30px solid transparent;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.messages_item_text {
  font-size: 18px;
}

.messages_item_foot {
  border: 0;
  background: transparent !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #AEAEAE;
  font-size: 14px;
}

.messages_item_head, .messages_item_text, .messages_item_foot {
  padding: 25px 0px;
}

.messages_item_head {
  padding: 0px;
}

.messages_item_readconfirm, .messages_item_yesno, .messages_item_done {
  margin-top: 25px;
}

.messages_item_foot {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 0;
}

.messages_item_foot a, .messages_item_foot_disabledlink {
  color: #4ECA89;
  border: 1px solid #4ECA89;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  font-size: 13px;
  text-align: center;
  padding: 4px 0 0 1px;
  margin-top: 10px;
}

.messages_item_foot_disabledlink {
  color: #E0E0E0;
  border: 1px solid #E0E0E0;
}

.send_msg_recipient_item {
  background-color: #4ECA89;
  border: 1px solid #4ECA89;
}

.messages_footer_content .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #4ECA89;
  border: 0px solid #42B378;
  border-radius: 3px;
  min-width: 200px;
  height: 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #42B378;
  border: 0px solid #1CB929;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-no {
  border-left-width: 0px !important;
  margin-left: 0px !important;
}

.messages_item button {
  margin: 0 5px 5px 5px;
  border: 0 !important;
}

.disabled_notpushed[disabled] {
  background: #fff !important;
  border: 1px solid rgb(237, 237, 237);
  color: rgb(224, 224, 224) !important;
}

.btn[disabled] {
  margin-left: 0 !important;
}

#send_msg_btn {
  max-width: 150px;
  min-width: 150px;
    margin-top: 25px;
}

.gototop {
  display: block;
  margin: 30px 0;
}

.form_object {
  border-top: 1px solid #D7E0DF;
  font-size: 18px;
}

.add_user_filter_list .add_user_filter_list_item {
  border-bottom: 1px solid #D7E0DF;
}

.to_list {
  border: 0;
}

.message_toolbar {

}

.add_user_filter_list_item_hover {
  background: #eaeaea !important;
}

.add_user_filter_list .add_user_filter_list_item:hover {
  background: #eaeaea;
  cursor: pointer;
}





.add_user_filter_text {
  overflow: hidden;
}

.messages_head {
  font-size: 18px;
  padding-top: 19px;
}

#msg_type, #msg_delivery {
  font-size: 17px;
  margin-top: -10px;
}

.to_label {
  margin: 5px 10px 3px 0;
}

#send_msg_text {
  height: 200px;
  border: 1px solid #D7E0DF;
  letter-spacing: 1px;
}


.add_user_filter_list {
  font-size: 1em !important;
}

/* screenshot fix */

.messages_head {
  box-shadow: none;
  border-bottom: 2px solid #4ECA89;
}

.messages_menu_shadow {
  z-index: 20;
}


.getapp {
  text-align: center;
  color: #323232;
  padding-bottom: 30px;
}

.getapp h1 {
  margin-top: 0;
}

.getapp_lang {
  position: absolute;
  top: 15px;
  right: 15px;
}

.getapp_fromwho {
  margin-top: 10px;
}

.getapp_logo {
}

.getapp_logo img {
  height: 30px;
}

.getapp_org {

}

.getapp_downloadapptoread {
  margin-top: 30px;
}

.getapp_groups_headline {
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}

.getapp_groups_headline .fa {
  font-size: 1.3em;
  color: #C3C3C3;
  margin-right: 3px;
}

.getapp_groups {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
}

.getapp_groups_small {
  max-height: 100px;
}

.getapp_groups div {
  margin-top: 10px;
}

.getapp_groups .fa {
  color: #C3C3C3;
  margin-right: 3px;
}

.toggle_getapp_groups {
  margin-top: 15px;
  display: block;
}

.getapp_downloadbutton {
  margin: 10px 15px;
  display: inline-block;
}

.getapp_downloadbutton img {
  height: 55px;
}


.front_splash, .front_groups, .front_messages, .front_statistics {
  width: 200px;
  float: left;
  position: absolute;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
  border: 0px solid rgba(0,0,0,0.2);
  border-bottom: 2px solid #C1C1C1;
  border-radius: 3px;
  margin: 0 15px;
}

.front_splash, .front_groups {
  top: 0;
  left: 0;
}

.front_groups {
  margin-left: 140px;
  -webkit-transform: perspective( 600px ) rotateY( 40deg );
  -ms-transform: perspective( 600px ) rotateY( 40deg );
  transform: perspective( 600px ) rotateY( 40deg );
  border-left: 3px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}

.front_messages, .front_statistics {
  top: 0;
  right: 0;
}

.front_messages {
  margin-right: 140px;
  -webkit-transform: perspective( 600px ) rotateY( -40deg );
  -ms-transform: perspective( 600px ) rotateY( -40deg );
  transform: perspective( 600px ) rotateY( -40deg );
  border-right: 3px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  z-index: 10;
}

.appheadline {
  padding-top: 10px !important;
}

.computer {
  -webkit-transform: perspective( 600px ) rotateY( 40deg );
  -ms-transform: perspective( 600px ) rotateY( 40deg );
  transform: perspective( 600px ) rotateY( 40deg );
  border: 0px solid #C1C1C1;
  border-left: 3px solid #C1C1C1;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
  margin: 0 15px 0 15px;
  position: relative;
  z-index: 0;
}

.appstorelink .fa, .googleplaylink .fa {
  font-size: 1.5em;
  margin: -10px 0;
}

.filter_groups {
  margin-top: 20px;
}

.group_admins_user {
  padding: 7px 5px;
  border-bottom: 1px solid #DFDFDF;
  overflow: hidden;
  position: relative;
}

.group_admins_user:first-child {
  border-top: 1px solid #DFDFDF;
}

.group_admins_user .fa {
  cursor: pointer;
  color: #4ECA89;
}

.group_admins_user .fa:hover {
  color: #3F9A6A;
}

.group_admins_user .fa-trash-o {
  float: right;
  margin-top: 2px;
}

.group_admins_user .fa-pencil {
  margin-right: 5px;
}

.toolbar_disabled {
  color: #D6D6D6 !important;
  cursor: default !important;
}

.toolbar_disabled:hover {
  color: #D6D6D6 !important;
}

.team_img {
  width: 100%;
  max-width: 700px;
}


.user_name {

}

.user_number {

}

.toolbar_head {
  display: block;
  padding: 0px 5px;
  margin: 0;
}

.user_item_inherited {
  color: #CACACA;
}

.user_item_inherited a {
  color: #CACACA;
}

.toolbar_item {
  float: right;
  width: 15px;
  color: #E4E4E4;
  margin-left: 10px;
  position: relative;
  overflow: visible !important;
  z-index: 10;
}

.toolbar_item img {
  height: 16px;
  position: relative;
  left: -2px;
}

.help_icon {
  height: 17px;
  position: relative;
  top: -2px;
}

.toolbar_item .fa-pencil-square-o {
  margin-top: 4px;
}

.toolbar_item_text {
  width: auto;
}

.toolbar_item .fa:hover, .toolbar_item img:hover {
  color: #4ECA89;
  cursor: pointer;
}

.toolbar_item_left {
  margin-right: 7px;
}

.toolbar_item_left:hover {
  cursor: pointer;
}

.toolbar_item_active {
  color: #4ECA89;
}

.toolbar_item_active:hover {
  color: #4EA778;
  cursor: pointer;
}

.toolbar_item .fa {
  z-index: 10;
  position: relative;
}

.toolbar_item .fa-reply {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.inherited {
  color: #A7A7A7;
}

.inherited:hover {
  color: #A7A7A7 !important;
  cursor: default !important;
}

.toolbar_item .fa:hover:after, .toolbar_item input:hover:after, .toolbar_item img:hover:after, .member_header .toolbar_item:hover:after, .admin_header .toolbar_item:hover:after {
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    border-bottom-right-radius: 0;
    color: #fff;
    content: attr(title);
    position: absolute;
    right: 10px;
    bottom: 20px;
    padding: 10px;
    z-index: 98;
    font-size: 16px;
    font-family: 'semplicita_proregular', sans-serif;
    font-weight: bold;
}

.deleteuser input:hover:after {
    content: none;
}

.listusers .spinner, .spinneronwhite {
  margin: 0 auto;
  border-left: 4px solid rgba(0,0,0,.1);
  border-right: 4px solid rgba(0,0,0,.1);
  border-bottom: 4px solid rgba(0,0,0,.1);
  border-top: 4px solid rgba(0,0,0,.3);
}

.spinneronwhite {
  margin: 12px auto;
}

.spinneronwhite_tight {
  margin: 0 auto;
  height: 22px;
  width: 22px;
}

.edit_logo {
  margin: -21px 0 15px 0;
}

#logotype {
    padding: 15px;
    line-height: 0;
    height: auto;
}

.toggleusersdelete {
  margin-top: 7px;
  margin-right: 6px;
  float: right;
}

.deleteusersbtn {
  margin-top: 10px;
  min-width: 100px !important;
  float: right;
  clear: both;
}


.bigscreen_only {
  display: block;
}

.smallscreen_only {
  display: none;
}

.citat {
  font-size: 22px;
  font-style: italic;
  margin-top: 50px;
}

.citat .av {
  margin-top: 15px;
  font-size: 16px;
}

.pricing_node {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}

.pricing_node_top {
  margin-top: 30px;
  background: #f2f2f2;
  border-top: 1px solid #DFDFDF;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.pricing_node_price {
  background: #4ECA89;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}

.pricing_node_noaccess {
  text-decoration: line-through;
  color: #AEAEAE;
}

.launchimg {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -477px;
}

.user_item_toolbar {
  display: inline-block;
  float: right;
}

.text_indent_apidoc_table {
   text-indent: 20px;
}

.users_headline {
  margin-bottom: -25px;
}

#org_smsfooter {
  height: 125px;
}

.account {
  width: 100%;
  max-width: 170px;
  display: block;
  margin: 40px auto 30px auto;
}

.newgroup_intro {
  position: relative;
}

.close_newgroup_intro {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.confirm_weblogin_img {
    width: 100%;
    max-width: 215px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border: 0px solid rgba(0,0,0,0.2);
    border-bottom: 2px solid #C1C1C1;
    border-radius: 3px;
    display: block;
    margin: 30px auto;
}

.helpimg {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(0,0,0,0.2);
  border-bottom: 2px solid #C1C1C1;
  border-radius: 3px;
}

.helpimg_larger {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(0,0,0,0.2);
  border-bottom: 2px solid #C1C1C1;
  border-radius: 3px;
}

.noshadow {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.article_img {
  width: 160px;
  max-width: 100%;
  float:left;
  margin: 0 10px 5px 0;
}

.article_img img {
  width: 100%;
}

.selectalltodelete {
  float: right;
}

.article_healine {
  font-size: 1.8em;
}


.nicebox {
  position: relative;
  display: inline-block;
  top: 0px;
  right: 2px;
}


.nicebox label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #4ECA89;
}

.nicebox input[disabled] + label {
  border-color: #CACACA !important;
  cursor: default;
}

.nicebox label:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 2px solid #42B378;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nicebox input[disabled] + label:after {
  border-color: #CACACA;
}

.nicebox input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  float: left;
}
.nicebox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.nicebox input[type=radio] + label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  border: 0;
  border-top: none;
  border-right: none;
  background: #4ECA89;
  opacity: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nicebox input[type=radio][disabled] + label:after {
  background: #CACACA;
}

.nicebox input[type=radio] {
  visibility: hidden;
  margin: 0;
  float: left;
}
.nicebox input[type=radio]:checked + label:after {
  opacity: 1;
}

.nicebox input[type="radio"]:checked+label {
    //border-color: #4ECA89;
}

.player {
  cursor: pointer;
}

.player .controls .play {
  display: none;
}

.topinfo .wrapper {
    max-width: 960px;
}

.topinfoquote {
  float: left;
  color: #fff;
}

.playbtn_wrapper {
  text-align:center;
  padding: 100px 0 20px 0;
}

.playbtn {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  position: relative;
}

.publicgroup {
  margin-top: 30px;
}

.publicgroup .help {
  float: right;
}

.publicgroup .alert {
  margin-bottom: 0px;
}

.publicform {
  margin-top: 15px;
}

.frontpage_playbtn {
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 0;
}

.frontpage_playbtn img {
  width: 30px;
  margin: -5px 5px 0 0;
}

.free_user_wrapper {
  padding: 0 0 10px 0;
}

.free_user_wrapper .nicebox {
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}

.subpage_topinfo {
  background: #fff url('/img/infoping_julkort2015_large.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 480px;
}

.subpage_topinfo_en {
  background: #fff url('/img/infoping_julkort2015_large_en.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1978px) {
  .subpage_topinfo {
    height: auto;
    padding:12% 0;
  }
}

#mc_embed_signup div.mce_inline_error {
  background: #EF8481 !important;
}

.interested {
  text-align: center;
  font-size: 2.2em;
}

.nounderline a {
  text-decoration: none;
}

.interested_number {
  font-size: 2.7em;
}

.contactform_wrapper {
  margin-top: 50px;
}

.phone {
  background: transparent url('/img/mobile_green_large.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 316px;
  height: 561px;
  padding-top: 73px;
  position: relative;
  z-index: 1;
  margin-bottom: -180px;
}

.phone_screen {
  width: 278px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 115px 0 0 0; 
}

.phone_screen a {
  color: #fff;
  font-size: 23px;
}

.phone_play_btn {
  display: block;
  margin: 0 auto 15px auto;
  width: 90px;
}

.phone_wrapper {
  padding: 50px 0 0 0;
}

.change_lang {
  position: relative;
  color: #4ECA89;
  display: block;
  float: left;
  height: 75px;
  padding: 25px 20px;
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}

.change_lang:hover {
  text-decoration: underline;
}

.change_lang:after {
  content: "";
  position: absolute;
  top: 37px;
  right: 5px;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #47CB87;
}

.lang_list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #f2f2f2;
  box-shadow: 0 2px 8px -3px rgba(0,0,0,0.4);
  margin-top: 5px;
}

.lang_list a:hover {
    border-bottom: 0;
}

.howitworks_top {
  padding-bottom: 10px;
}

.howitworks_top h1 {
  text-align: center;
  margin-bottom: 10px;
}

.howitworks_top img {
  width: 70%;
  margin: 40px 0 0 0;
}

.howitworks_top_text {
  margin: 0 auto;
  max-width: 300px;
  font-size: 1.1em;
}

.howitworks_phones img {
  width: 156px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.howitworks_phones_item {
  width: 33%;
  float: left;
  margin: 40px 0;
}

.howitworks_phones_item_text {
  padding: 0 20px 0 45px;
}

.howitworks_phones_item_text h2 {
  font-size: 1.3em;
  padding: 0;
  margin: 10px 0;
}

.groups_connected {
  display: block;
  margin: 0 auto 50px auto;
  width: 100%;
  max-width: 380px;
}

.api_wrench {
  display: block;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 180px;
}

.wrapper_thin {
  max-width: 560px;
}

.temp_top_images {
  position: relative;
  top: -50px;
}

.article_wrapper h1 {
  font-size: 3em;
  font-weight: bold;
  margin-top: 0;
}

.ingress {
  font-weight: bold;
  font-size: 1.3em;
}

.article_quote {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
}

.article_quote_img {
  height: 40px;
  float: left;
  margin-right: 15px;
}

.article_img {
   width:45%;
   float:right;
   margin:0 0 15px 20px;
}

.article_img img {
   width:100%;
}

.smssmartto_wrapper {
  padding: 20px;
  background: #f2f2f2;
  position: relative;
  text-align: center;
}

.smssmartto_wrapper .smssmartto {
  font-size: 20px;
}

.smssmartto_wrapper .shortnumber {
  font-size: 70px;
}

.smssmartto_wrapper .wecontactyou {
  font-size: 18px;
}

.read_more {
  font-style: normal;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}

.read_more img {
  height: 10px;
  margin-left: 7px;
}

.download_pdf {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.download_pdf_open {
  opacity: 1;
  height: 200px;
}


.white_over {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.user_quotes {
  margin: 30px 0 50px 0;
  height: 210px;
  position: relative;
}

.person {
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
  width: 220px;
}

.person:nth-child(1) {
  left: 0;
}

.person:nth-child(2) {
  left: 50%;
  margin-left: -110px;
}

.person:nth-child(3) {
  right: 0;
}

.person_avatar {
  width: 128px;
  height: 128px;
  background: #f8f8f8 url('/img/user_grey.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  margin: 0 auto;
  border: 5px solid #E9E9E9;
}

.active_quote .person_avatar {
  background: #f8f8f8 url('/img/user_green.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border: 5px solid #48CB87;
}

.top_quote_roll_quote {
  position: absolute;
  left: -500px;
  width: 94%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top_quote_roll_quote a {
  color: #fff;
}

.top_quote_roll_quote a:hover {
  text-decoration: none;
}

.smallscreen_only .top_quote_roll_quote {
  text-align: center;
}

.top_quote_roll {
  padding: 0 35px;
}

.top_quote_roll:before {
  content: ",,";
  display: block;
  font-family: "Times New Roman", Serif;
  width: 20px;
  height: 20px;
  padding: 3px;
  font-size: 72px;
  position: absolute;
  line-height: 0;
  top: -12px;
  left: -16px;
  font-weight: bold;
  letter-spacing: -2px;
}


.active_roll_quote {
  right: auto;
  left: 25px;
  opacity: 1;
}

.top_down_arrow {
  position: absolute;
  top: -20px;
  left: 13.2%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top: 20px solid #47CB87;
  border-right: 20px solid #47CB87;
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top_down_arrow_center {
  left: 50%;
  right: 0;
  margin-left: -20px;
}

.top_down_arrow_right {
  left: 84.2%;
  margin-left: -20px;
}

.person_name {
  margin-top: 10px;
}

.quotes_left_arrow {
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 10px;
  outline: 0;
  z-index: 10;
}

.quotes_right_arrow {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  width: 10px;
  outline: 0;
  z-index: 10;
}

.quotes_left_arrow:focus, .quotes_right_arrow:focus {
  outline: 0;
}

.quotes_left_arrow img, .quotes_right_arrow img {
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.showbuttons {
  margin: 0 0 20px 0;
}

.showbuttons button {
  height: 65px;
  font-size: 1.1em;
  min-width: 0 !important;
}

.pushsms_headline {
  margin-top: 10px;
}

.team, .round_links {
  margin-top: 30px;
  text-align: center;
}

.team_dude, .round_links_item {
  width: 30%;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
}

.team_dude_name, .round_links_item_name {
  font-weight: bold;
  font-size: 1.2em;
}

.team_dude img, .round_links_item img {
  width: 80%;
  display: block;
  margin: 10px auto;
  border-radius: 100%;
  border: 5px solid #E9E9E9;
}

.team_dude img:hover, .round_links_item img:hover {
  border: 5px solid #48CB87;
  cursor: pointer;
}

.av_namn {
  font-weight: bold;
  display: block;
}

.quote_avatar_small {
  height: 80px;
  border-radius: 100%;
  display: block;
  margin: 15px auto;
}

.two_line_icon {
  height:42px;
  position:relative;
  top:0px;
  margin-right:10px;
  float:left;
}

.survery_numbers {
  text-align: center;
  font-size: 1.5em;
}

.survey_infobox {
  margin-top: 60px;
  padding: 0 15px;
}

.story_big_quote {
  font-size: 1.2em;
  font-style: italic;
}

.img_and_text .wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}

.img_and_text img {
  width: 100%;
  max-width: 280px;
}

.firstpage_phones {
  max-width: 320px !important;
}

.img_and_text .right50 img {
  float: right;
}

.img_and_text h2 {
  padding-top: 40px;
}

.clicktozoom {
  cursor: pointer;
}

.green_header {
  background: #48CB87 url('/img/infoping_bg_fade.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 50px 15px;
  color: #fff;
  font-size: 1.7em;
}



.user_table {
  width: 100%;
}

.user_table_wrapper {
  overflow: hidden;
}

.user_table_wrapper {
  -webkit-transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -ms-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.user_list_closed .user_table_wrapper {
    max-height: 0 !important;
}

.user_item {
  border-bottom: 1px solid #DFDFDF;
}

.user_item td {
  padding: 7px 5px;
  //position: relative;
}

.user_name {
}

.user_number {

}

.users_display {
  margin-top: 20px;
}

.users_display .user_item:hover {
  background: #fafafa;
}

.user_item_toolbar {
  text-align: right;
  min-width: 85px;
}

.call_cell {
  width: 40%;
}

.call_icon {
  height: 17px;
  margin: -5px 0 0 0;
}

.call_link {
  display: none;
}

.nousername {
  display: none;
}

.accordion {
  background: #F5F5F5;
  border-top: 1px solid #D7E0DF;
  border-bottom: 1px solid #D7E0DF;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
}

.accordion .toolbar_item {
  font-size: 16px;
  text-transform: none;
}

.user_list_closed .toolbar_item {
  display: none;
}

.member_header {
  margin-top: -1px;
}

.arrow_black_down {
  width: 9px;
  margin: -5px 6px 0 0;
}

.arrow_black_down {
  width: 9px;
  margin: -5px 6px 0 0;
}

.user_list_closed .arrow_black_down {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.filter_user_form {
  margin-top: 10px;
  position: relative;
}

.admin_filter_button {
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  overflow: visible;
}

.toggle_filter {
  margin-top: 15px;
  display: inline-block;
}

.filter_user_text {
  height: 40px;
  margin-top: 10px;
}

.load_more_members_container {
  text-align: center;
}

.display_info {
  margin-top: 15px;
}

.load_more_members {
  margin: 15px 0 0 0;
}

.load_more_members {
  width: 300px;
}

.load_members_spinner {
  margin: 15px auto 10px auto;
  border-left: 4px solid rgba(0,0,0,.2);
  border-right: 4px solid rgba(0,0,0,.2);
  border-bottom: 4px solid rgba(0,0,0,.2);
  border-top: 4px solid rgba(0,0,0,1);
}

.edit_user_number_td {
    width: 40%;
}

.edit_user_number_td {
    width: 40%;
}

.edit_user_buttons_td {
    width: 20%;
}


.msg_check_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.msg_check_list li {
  padding: 0;
  margin: 0 0 10px 0;
  text-indent: -1em;
}

.noindent li {
  text-indent: 0;
}

.msg_check_list li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  width: 24px;
  height: 26px;
  margin-right: 7px;
  background: transparent url('/img/app/check_green.png');
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

#app {
  padding-top: 40px;
}

.download_app_wrapper {
  padding-top: 10px;
  text-align: center;
}

.big_quote, .small_quote {
  text-align: center;
  font-size: 30px;
  font-style: italic; 
  width: 95%;
  display: block;
  margin: 30px auto 0 auto;
}

.small_quote {
  font-size: 28px;
  margin-top: 20px;
  text-align:left;
  width: 100%;
}

.big_quote_by, .small_quote_by {
  text-align: center;
}

.small_quote_by {
  margin-bottom: 30px;
  text-align:left;
}

.inherited_user {
  color: #CACACA;
}

.big_quote_img {
  display: block;
  margin: 0 auto -30px auto;
  width: 100%;
  max-width: 150px !important;
}

.guide_links {
  text-align: center;
  font-size: 1.2em;
  margin: 20px 0 30px 0;
}

.guide_links a {
  display: block;
  margin: 15px 0;
}

.videos {
  margin-bottom: 40px;
}

.videos a {
  //border: 5px solid #E9E9E9;
  display: block;
  width: 100%;
  position: relative;
  background: #f7f7f7;
  border-radius: 3px;
}

.play_btn {
  display: block;
  position: absolute;
  height: 76px;
  width: 76px;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  border: 4px solid #48CB87;
  border-radius: 100%;
  background: rgba(255,255,255,0.05);
}

.play_btn:after {
    content: "";
    display: block;
    border: 20px solid transparent;
    border-left: 30px solid #48CB87;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -20px;
}

.videos a:hover .play_btn {
    border-color: #48CB87;
}

.videos a:hover .play_btn:after {
  border-left: 30px solid #48CB87;
}

.videos a:hover {
  //border: 5px solid #48CB87;
  background-size: auto 120%;
}

.videos a img {
  width: 100%;
  opacity: 0.2;
}

.videos a:hover img {
  opacity: 1;
}

.branchimg {
  width:100%;
  max-width:760px;
  display: block;
  margin: 25px auto 0 auto;
}

.bransch_headline {
  padding-top: 0;
}

.add_bottom_border {
  border-bottom: 1px solid #E3E3E3
}

.smartsms_footer {
  color: #fff;
}

.smartsms_footer a {
  color: #fff;
}

.end_subscription_info {
  margin-top: 15px;
}

.bullettable {
  margin-bottom: 20px;
}

.bullettable td {
  padding-bottom: 15px;
  vertical-align:top;
}

.topinfo_medicalcare {
  padding: 0 !important;
  margin: 0 !important;
}

.download_contact {
  text-align: left;
  margin: 50px auto 0 auto;
}

.download_img {
  width: 60px;
  border-radius: 100%;
  margin-right: 15px;
}

.webinterface_link {
  display: block;
  margin: 10px 0 15px 0;
  padding: 15px;
  background-color: #444444;
}

.webinterface_link_addtoabove {
    float: right;
    margin: -67px 0px 0 0;
    background: rgba(255,255,255,.05);
    padding: 15px;
    width: 50px;
    height: 52px;
    text-align: center;
}

.webinterface_link .fa {
  margin-right: 10px;
  font-size: 1.3em;
  position: relative;
  top: 1px;
}

.custom_besttransport {
  background: #ff8200;
  color: #ffffff !important;
}

.bransch_wrapper {
  text-align: center;
}

.bransch_item {
  display: inline-block;
  height: 100px;
  width: 150px;
  margin: 30px;
}

.bransch_icon {
  position: relative;
  color: #fff;
  background: #f2f2f2;
  background-size: auto 100%;
  background-position: center center;
  width: 150px;
  height: 150px;
  font-size: 50px;
  padding-top: 35px;
  border-radius: 100%;
  border: 5px solid #E9E9E9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  overflow: hidden;
}

.bransch_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.bransch_healthcare {
  background-image: url('/img/healthcare200x200.jpg');
}

.bransch_education {
  background-image: url('/img/education200x200.jpg');
}

.bransch_daycare {
  background-image: url('/img/daycare200x200.jpg');
}

.bransch_sportscenter {
  background-image: url('/img/sport200x200.jpg');
}

.bransch_event {
  background-image: url('/img/event200x200.jpg');
}

.bransch_mentometer {
  background-image: url('/img/infoping_mentometer_200x200.jpg');
}

.bransch_smartsms {
  background-image: url('/img/smartsms_200x200.jpg');
}

.bransch_bokning {
  background-image: url('/img/bokning200x200.jpg');
}

.bransch_leverans {
  background-image: url('/img/leverans200x200.jpg');
}

.bransch_maklare {
  background-image: url('/img/maklare200x200.jpg');
}

.bransch_kundundersokning {
  background-image: url('/img/kundundersokning200x200.jpg');
}

.bransch_item .bransch_icon:hover, .bransch_item a:hover .bransch_icon {
  border: 5px solid #48CB87;
  background-size: auto 120%;
}

.bransch_item a:focus {
  display: inline-block;
  outline-offset: 4px;
}

.bransch_label {
  padding-top: 5px;
  font-size: 1.2em;
}

.lang_alert {
  margin: 0;
}

.bransch_multiple {
  width: 100%;
  max-width: 500px;
}

.menu a:hover, .activedropdown {
    border-bottom: 5px solid #4ECA89;
}

.lang_list a:hover {
  border: 0;
}

.dontbreak {
  white-space: nowrap;
}

.article_big_photo {
  max-width:720px;width:100%;display:block;margin:0 auto;
}

.photo_byline {
  margin-top: -15px;
  font-size: 0.9em;
}

.inline_quote {
  font-style: italic;
}

.photo_by {
  float: right;
}

#quote_slide_wrapper .glide__bullets {
  position: relative;
  margin: 20px 0;
}

#quote_slide_wrapper .active {
    border-bottom: 0;
}

.glide__bullet {
    background-color: #C3C3C3;
    border: 0 !important;
    width: 8px;
    height: 8px;
}

.glide__bullets>*.active {
    background-color: #4A4A4A;
}

.glide__bullets>*:hover, .glide__bullets>*:focus {
    border: 0;
    background-color: #4A4A4A;
}

.glide__arrow {
  border: 0;
  padding: 0;
}

#quote_slide_wrapper .glide__arrows {
  margin-left: 0;
}

.glide__arrow img {
  height: 20px;
}

.glide--slider .glide__arrow.disabled {
  display: none;
}

.quote_slide a {
  //color: #222;
}

.share_wrapper {
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}

.share_wrapper a .fa {
  background: #e2e2e2;
}

.bransch_wrapper table {
  min-width: 385px;
}

.responsive_mobilescreen_video {
  max-width: 400px;
}

.menu_footer_more {
  position: relative;
  padding-left: 12px;
}

.menu_footer_more:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #47CB87;
}

.footer_meny_open:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #47CB87;
}

.statistics_wrapper {
  max-width: 100%;
  overflow-x: auto; 
}

.statistics_summary {
  margin-top: 20px;
}

.admin_stat_info_box_table {
  overflow-x: auto;
  max-height: 850px;
}

.admin_stat_info_box_table_big {
  overflow-x: auto;
  max-height: none;
}

.statistics_content table td, .statistics_summary table td {
  border: 1px solid #DFDFDF;
  padding: 3px 5px;
  font-family: monospace;
}

.statistics_content tr:nth-child(even) {
  background: #F8F8F8;
}

.statistics_content tr:hover {
  background: #eaeaea;
}

.table_headline {
  font-weight: bold;
  background: #eaeaea;
  position: relative;
  padding-right: 25px !important;
}

.table_headline_active {
  background: #000000;
  color: #ffffff;
}

.table_headline a {
  position: absolute;
  top: 3px;
  right: 5px;
}

.big_table_wrapper {
  position: relative;
  overflow-y: auto;
}

.big_table {
  width: 100%;
  min-width: 900px;
  margin-top: 30px;
  position: relative;
}

#statistics_form div {
  float: left;
  margin: 0 15px 10px 0;
}

#statistics_form label, .admin_stat_form label {
  min-width: 45px;
}

#statistics_form input, #statistics_form button, .admin_stat_form input, .admin_stat_form button {
  width: 200px;
  display: inline-block;
}

.admin_stat_form {
  margin: 30px 0 10px 0;
}

.go_back_up {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    cursor: pointer;
    bottom: 40px;
    right: 10px;
    width: 32px;
    height: 32px;
    margin-left: 4px;
    background: rgba(10,10,10,0.3);
    color: rgba(255,255,255,0.8);
    padding: 3px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    z-index: 20;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.go_back_up_show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.go_back_up_show:hover {
    background: rgba(10,10,10,0.5);
    color: #fff;
}

.admin_stat_wrapper {
  min-width: 790px;
}

.left30 {
  width: 30%;
  float: left;
  //border: 1px solid #ccc;
}

.right70 {
  width: 70%;
  float: right;
  //border: 1px solid #66ccc6;
}

.left30_compressed {
  width: 0;
  float: left;
  overflow: hidden;
}

.right70_expanded {
  width: 100%;
}

.admin_stat_obj {
  padding: 10px;
  position: relative;
}

.admin_stat_obj h2 {
  padding-top: 0;
}

.canvas_container {
  padding-top: 15px;
}

.overlay_loader {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 999;
  padding: 25px 0;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.admin_stat_org_sort_name {
  width: 40%;
}

.admin_stat_org_sort_other {
  width: 15%;
  text-align: center;
}

.admin_stat_org_sort_headline {
  padding: 5px 10px;
}

.admin_stat_org_sort_headline_active {
  font-weight: bold;
  //text-decoration: underline;
  background-color: #cccccc;
}

.admin_stat_org_list_all {
  position: relative;
  z-index: 100;
  margin: 0 15px 10px 0;
}

.admin_stat_period_sum_content, .admin_stat_year_sum_content {
  padding: 10px 0;
}

.admin_stat_period_sum_content .admin_stat_table, .admin_stat_year_sum_content .admin_stat_table {
  width: 100%;
}

.toggle_70left_size {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.admin_stat_table hr {
  margin: 0;
}

.admin_stat_table td {
  padding: 5px 10px;
}

.org_list_content {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px;
}

.admin_stat_info_box {
  min-height: 106px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.admin_stat_info_tab_wrapper {
  padding-bottom: 0;
}

.admin_stat_info_tab_wrapper_bottomborder {
  border-bottom: 1px solid #ccc;
}

.admin_stat_info_tab, .tab {
  min-width: 100px;
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: inline-block;
  float: left;
  background: #f4f4f4;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  font-size: 0.9em;
}

.admin_stat_info_tab:hover, .tab:hover {
  text-decoration: underline;
}

.admin_stat_info_tab_selected, .tab_selected {
  background: #fff;
  margin-bottom: -1px;
  padding-bottom: 11px;
  font-weight: bold;
  cursor: default;
  border-bottom: 0;
}

.admin_stat_info_tab_selected:hover, .tab_selected:hover {
  text-decoration: none;
}

.admin_stat_tab_year, .admin_stat_tab_serverinfo {
  padding-top: 20px;
}

.admin_stat_org_list_table {
  width: 100%;
}

.admin_stat_org_list_item td {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2;
  background: #f2f2f2;
}

.admin_stat_org_list_item:hover {
  //text-decoration: underline;
  //cursor: pointer;
}

.admin_stat_org_list_item:hover > td {
  //background: #fff;
}

.admin_stat_org_list_item_active td {
  background: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.admin_stat_org_list_item_active:hover {
  cursor: default;
}

.code_example {
  white-space: pre;
  overflow: hidden;
  overflow-x: auto;
  font-size: 0.9em;
  font-family: courier;
  padding: 15px !important;
  border: 1px solid #DBDBDB !important;
}

.blue {
  color: #3d5eff;
}

.section_headline {
  margin-top: 70px;
  background: #323232;
  color: #ffffff;
  padding: 5px;
}

.api_documentation hr {
  margin-top: 40px;
}

.index_wrapper {
    float: right;
    margin-left: 25px;
    margin-bottom: 175px;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 25px;
    border-left: 1px solid #DFDFDF;
}

.api_documentation table {
  width: 100%;
}

.api_documentation td {
  padding: 5px;
}

.api_documentation thead tr {
  background: #f2f2f2;
  font-weight: bold;
}

.api_documentation tr {
  border-bottom: 1px solid #DFDFDF;
}

.references {
  text-align: center;
  padding-top: 60px
}

.references img {
  width: 24%;
  margin: 3%;
  max-width: 200px;
  opacity: 0.5;
  border: 0;
}

.references a img:hover {
  opacity: 1;
}

.schedule_item {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}


.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

.resize-container img {
    display: block
}

.resize-container:hover img,
.resize-container:active img {
    outline: 2px dashed #47CB87;
}

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #47CB87;
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  z-index: 999;
  width: 300px;
  height: 300px;
  border: solid 2px rgba(222,60,80,.9);
  box-sizing: content-box;
  pointer-events: none;
  background: transparent url('/img/round_guide.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.overlay:after,
.overlay:before {
  content: '';
  position: absolute;
  display: block;
  width: 300px;
  height: 40px;
  border-left: dashed 2px rgba(222,60,80,.9);
  border-right: dashed 2px rgba(222,60,80,.9);
}

.overlay:before {
  top: 0;
  margin-left: -2px;
  margin-top: -40px;
}

.overlay:after {
  bottom: 0;
  margin-left: -2px;
  margin-bottom: -40px;
}

.overlay-inner:after,
.overlay-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 300px;
  border-top: dashed 2px rgba(222,60,80,.9);
  border-bottom: dashed 2px rgba(222,60,80,.9);
}

.overlay-inner:before {
  left: 0;
  margin-left: -40px;
  margin-top: -2px;
}

.overlay-inner:after{
  right: 0;
  margin-right: -40px;
  margin-top: -2px;
}

.btn-crop {
  position: absolute;
  vertical-align: bottom;
  left: 50%;
  margin-left: -75px;
  bottom: 55px;
  min-width: 150px;
  z-index: 999;
}

.btn-crop img {
  vertical-align: middle;
  margin-left: 8px;
}

.resize-image {
  //max-width: 600px;
}

#quote_slide_wrapper {
  min-height: 350px;
}

.header_logo_text {
  font-size: 30px;
  padding: 0 0 0 10px;
}

.header_logo_text img {
  margin-top: -3px;
  width: 45px;
}

.msg_table .wrapper {
  overflow: auto;
}

.msg_table h2 {
  margin-top: 10px;
  padding-top: 0;
}

.standard_table {
  width: 100%;
  position: relative;
}

.standard_table td {
    padding: 4px 5px;
    border-bottom: 1px solid #D7E0DF;
}

.standard_table thead tr, .tr_headline {
    background-color: #eaeaea;
    font-weight: bold;
}

.standard_table tbody tr:hover {
    //background-color: #f6f7f9;
}

.tr_headline td {
  border-top: 1px solid #D7E0DF;
  background-color: #eaeaea;
}

.tr_headline td:hover {
    background-color: #eaeaea;
}

.standard_table .smiley img {
  height: 20px;
  margin-top: -5px;
}

.standard_table .stars img {
  height: 16px;
  margin-top: -5px;
  margin-right: 2px;
}

.center {
  text-align: center;
}

.greenx {
    cursor: pointer;
    color: #4ECA89;
    font-size: 1.2em;
    line-height: 0;
}

.demo_send_form label {
  display: block;
  margin-top: 10px;
}

.demo_textarea {
  padding-top: 10px;
  min-height: 80px;
  margin-bottom: 15px;
}

.form_devider {
  padding-bottom: 0;
}

.sendform .alert {
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}


.light_green {
  background: rgba(71,203,135,0.1);
}

.light_yellow {
  background: rgba(248,231,28,0.1);
}

.light_red {
  background: rgba(239,132,129,0.1);
}

.demo_sender1 .btn {
  background: #c02133;
  color: #fff;
}

.demo_sender1 .btn:hover {
  background: #a21626;
}

.demo_sender1 .form-control:focus {
  border-color: #c02133;
}

.demo_sender2 .btn {
  background: #1680c0;
  color: #fff;
}

.demo_sender2 .form-control:focus {
  border-color: #1680c0;
}

.demo_sender2 .btn:hover {
  background: #1671a9;
}

.demo_sender3 .btn {
  background: #f46e33;
  color: #fff;
}

.demo_sender3 .btn:hover {
  background: #e4632a;
}

.demo_sender3 .form-control:focus {
  border-color: #f46e33;
}

.demo_smartsms_phone {
  border-bottom: 1px solid #ccc;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.demo_slide_wrapper {
  position: relative;
}

.demo_smartsms .active {
  background: transparent;
  color: #222222 !important;
  border: 0;
}

.demo_slide_text {
  padding: 0 40px;
  min-height: 318px;
  font-size: 16px;
}

.text_check {
  height: 20px;
  margin-top: -8px;
  margin-right: 5px;
  margin-left: 3px;
}

.table_sort {
  float: right;
}

.table_link {
  max-width:40px;
  text-align:center;
}

.table_sorted_on, .table_sorted_on:hover {
  background: #ccc !important;
}

.msg_row_sub {
  -webkit-transition: min-height 0.3s;
  -moz-transition: min-height 0.3s;
  -ms-transition: min-height 0.3s;
  -o-transition: min-height 0.3s;
  transition: min-height 0.3s;
}

.msg_row_sub_minimized {
  display: none;
}

.org_color {
    background: #47CB87;
    color: #ffffff;
}

.org_color tr:hover, .org_color td:hover {
    background-color: #47CB87;
}

.org_color_only_text {
    color: #47CB87;
}

.discrete_link {
  color: #222;
}

.discrete_link:hover {
  text-decoration: none;
}

.icon_go_back_up {width:16px;opacity:0.8;}

.icon_twitter {height:16px;}

.icon_facebook {height:20px;}

.icon_instagram {height:18px;}

.msg_box_iframe {
  width: 100%;
  border: 0;
  height: 500px;
}

.edit_group_form {
  margin-top: 15px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
  border-bottom: 1px solid #C1C1C1;
}

.edit_group_form h2 {
  margin-top: 0;
  padding-top: 0;
}

.edit_group_wrapper hr {
  margin: 30px 0 20px 0;
}

.tab_bar {
  padding: 10px;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.nice_text {
  white-space: pre-wrap;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.sa_wrapper {
  float: right;
}

.share_socialmedia_buttons {
  height: 50px;
  width: 50px; 
  margin-right: 10px; 
}

.body_text_left {
  text-align: left;  
}

.sms_code_wrapper {
  margin: 0 auto;
  max-width: 400px;
}

.questions_headline {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.questions_wrapper {
    margin: 10px 0 30px 0;
}

#sms_code_input {
  text-transform: uppercase;
}

.boarder_and_shadow_item {
    background-color: #fff;
    color: #222;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border: 1px solid #D7E0DF;
    padding: 20px;
    font-size: 16px;
    font-family: 'semplicita_proregular', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.quote_cards {
  min-height: 350px;
  padding: 30px 20px;
}

.quote_card_item {
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
  min-height: 300px;
  transition: transform .4s, box-shadow .4s !important;
}

.quote_card_item:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 15px 30px hsla(0, 0%, 0%, 0.19), 0 6px 10px hsla(0, 0%, 0%, 0.23);
}

.quote_card_item img {
  width: 100%;
  max-width: 75px;
  display: block;
  margin: 0 auto;
  border: 1px solid #EBE9E9;
  border-radius: 100%;
}

.quote_card_item_quote {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}

.quote_card_item_quote_by {
  font-weight: bold;
}

.quote_card_item_link {
  margin-top: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 950px) {

    .topinfo h1 {
      font-size: 2.8em;
    }

  .change_lang:after {
    top: 40px;
  }

  .subpage_topinfo {
    background: #fff url('/img/infoping_julkort2015.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding:24% 0;
    height: auto;
  }

  .subpage_topinfo_en {
    background: #fff url('/img/infoping_julkort2015_en.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .menu a, .change_lang {
      display: block;
      float: left;
      height: 75px;
      padding: 30px 10px;
      letter-spacing: 0px;
      font-size: 0.9em;
  }
  .page_title a {
      font-size: 16px;
  }

  .change_lang:after {
      right: -3px;
  }

}


@media screen and (max-width: 720px) {

    .admin_stat_info_tab, .tab {
      min-width: 80px;
      font-size: 0.8em;
      padding: 10px;
    }

    .admin_stat_info_tab_selected, .tab_selected {
      padding-bottom: 11px;
    }

    .bigscreen_only_inline {
      display: none;
    }

    .branchimg {
      margin-top: 20px;
    }

    .headline_wrapper {
      top: 30%;
    }

    .topinfo_buttons {
      padding: 25px 20px;
    }

    .org_config, .admin_iframe_wrapper {
      width: 100%;
    }

    .index_wrapper {
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .page-wrap {
      padding-top: 52px;
    }

    .hidehead {
        top: -57px;
    }

    .change_lang:after {
      top: 50%;
    }

    #mc_embed_signup {
      padding-top: 0;
    }

    .big_quote_img {
      margin: 0 auto;
    }
    .big_quote {
      margin-top: 10px;
      font-size: 28px;
    }
    .accordion:before, .accordion:after {
      display: block;
      content: "";
      height: 100%;
      width: 0px;
      background: #F5F5F5;
      border-top: 1px solid #D7E0DF;
      border-bottom: 1px solid #D7E0DF;
      cursor: pointer;
      position: absolute;
      top: -1px;
      left: -50px;
    }

    .accordion:after {
      left: auto;
      right: -50px;
    }

    .green_header {
      padding: 20px 15px 10px 15px;
      font-size: 1.4em;
    }

    .img_and_text .wrapper {
      padding-top: 50px;
      padding-bottom: 0px;
    }

    .img_and_text .right50 img, .img_and_text .left50 img {
      padding-top: 10px;
      float: none;
      display: block;
      margin: 0 auto;
    }

    .img_and_text h2 {
      padding-top: 0px;
      margin-top: 0px;
    }

    .phone_wrapper {
      padding: 0 0 30px 0;
    }

    .footer h3 {
        font-size: 1.6em;
    }

    .team_dude, .round_links_item {
      width: 49%;
    }

    .team_dude img, .round_links_item img {
      width: 60%;
    }
    .top_quote_roll_quote a {
      color: #000;
    }

    .read_more {
      font-size: 14px;
      color: #48CB87;
    }

    .top_quote_roll:before {
      display: none;
    }

    .top_quote_roll_quote {
      position: absolute;
      left: -500px;
      min-height: 150px;
      width: 94%;
      opacity: 0;
      -webkit-transition: left 0.3s;
      -moz-transition: left 0.3s;
      -ms-transition: left 0.3s;
      -o-transition: left 0.3s;
      transition: left 0.3s;
      font-size: 0.9em;
    }

    .active_roll_quote {
      position: relative;
      left: 0;
      opacity: 1;
    }

    .top_quote_roll_quote:before {
        content: "";
        display: none;
    }

    .top_down_arrow {
      display: none;
    }

    .person {
      width: 140px;
    }

    .person_avatar {
      width: 100px;
      height: 100px;
    }

    .person:nth-child(2) {
      margin-left: -70px;
    }
    .active_quote .person_avatar {
      border: 4px solid #48CB87;
    }
    .user_quotes {
      height: 100px;
      margin: 0 0 30px 0;   
    }

    .temp_top_images {
      top: 0;
    }

    .howitworks_top h1 {
      margin-bottom: -10px;
    }

    .change_lang:after {
        right: 5px;
    }

    .phone_screen {
      width: 100%;
      max-width: 212px;
      margin: 0 auto;
      padding: 45px 0 0 0;
    }

    .phone_screen a {
      font-size: 16px;
    }

    .phone_play_btn {
      width: 50px;
      margin-bottom: 5px;
    }

    .phone {
      padding-top: 2%;
      max-width: 300px;
      width: 100%;
      max-height: 180px;
      margin: 0 auto;
      background: transparent url('/img/mobile_green_small.png');
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%;
      background-repeat: no-repeat;
    }

    .bigscreen_only {
      display: none;
    }

    .smallscreen_only {
      display: block;
    }

    .toolbar_item .fa:hover:after, .toolbar_item input:hover:after {
      content: none;
    }

    .front_images {
      content: " ";
      display: table;
      clear: both;
      margin-bottom: 30px;
      text-align: center;
    }

    .appheadline {
      padding-top: 0px !important;
      margin-top: 0px !important;
    }

    h1 {
      margin-top: 10px;
      font-size: 1.6em;
    }

    .page_title a {
        height: 52px;
        padding: 15px 0;
    }

    .page_title a img {
        height: 25px;
        margin: -2px 7px 0 0;
    }

    .menu {
        display: none;
        clear: both;
        margin-bottom: 15px;
        text-align: center;
        float: none;
    }
    .menu a, .change_lang {
        width: 100%;
        float: none;
        height: 52px;
        padding: 16px 0;
        letter-spacing: 0.025em;
        font-size: 1em;
    }

    .lang_list {
      margin-top: 0;
    }

    .change_lang {
      float: left;
    }

    .account_main_head {

    }

    .rightmargin {
      margin-right: 0;
    }
    .togglemenu, .account_togglemenu {
        display: block;
    }

    .left50, .right50 {
      width: 100%;
      padding: 0px;
      float: none;
    }

    .admin_send_new_msg_wrapper {
      padding: 10px 10px 15px 10px;
    }


    .topinfomsg {
      font-size: 1em;
      padding: 25px;
    }

    .password, .keyfile {
      margin-top: 15px;
    }

    .password label, .keyfile label {
      padding: 15px 0;
      height: auto;
    }

    .footer_block {
        float: none;
        width: 100%;
        min-height: 150px;
        border: 0;
        //border-bottom: 1px solid #DFDFDF;
        //border-top: 1px solid #FFFFFF;
    }
    .footer > .wrapper {
        border: 0;
    }

    .active {
        background: #4ECA89;
        color: #fff !important;
        border: 0;
    }

    #quote_slide_wrapper .active {
        background: transparent;
        color: #222 !important;
    }

    #quote_slide_wrapper .glide__bullets .active {
      background: #222;
    }

    .menu a:hover, .activedropdown  {
        background: #67EAA6;
        color: #fff !important;
        border: 0;
    }

    .sitemap .active, .sitemap a:hover {
      background: 0;
      color: #4ECA89 !important;
    }

    .sitemap a {
      //line-height: 2em;
      //font-size: 1.1em;
    }

    .firstpage h2 {
      margin-top: 20px;
    }

    .account_main {
      float: none;
      width: 100%;
      padding-top: 45px;
    }
    .toggle_tree_inside {
        display: block;
    }
    .tree {
        padding: 0;
        width: 0px;
        z-index: 1000;
        visibility: hidden;
        box-shadow: 10px -10px 25px rgba(0, 0, 0, 0.3);
    }
    .show_tree {
        padding: 20px;
        width: 100%;
        visibility: visible;
        -webkit-transition: width 0.15s; /* For Safari 3.1 to 6.0 */
        transition: width 0.15s;
    }

    .menu_open .icon-bar:nth-child(1) {
      -ms-transform: rotate(45deg); /* IE 9 */
      -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      position: relative;
      top: 7px;
      width: 80%;
    }
    .menu_open .icon-bar:nth-child(2) {
      visibility: hidden;
    }
    .menu_open .icon-bar:nth-child(3) {
      -ms-transform: rotate(-45deg); /* IE 9 */
      -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
      transform: rotate(-45deg);
      position: relative;
      top: -7px;
      width: 80%;
    }

    .login_info {
      margin: -3px auto -17px auto;
      font-size: 0.8em;
    }
    .betaimg {
      float: none;
      width: 100%;
      max-width: 150px;
      height: auto;
      margin: 0 auto;
      display: block;
    }

    .btneditgroup {
      float: none;
      display: block;
      margin-bottom: 15px;
    }

    .group_name_display {
      //margin-top: -5px;
    }

    .addspace {
      padding: 70px 0;
    }

    .cloud {
      margin: 0 auto;
    }

    .history_item_from {
      float: none;
      display: block;
    }

    .history_item_type {
      margin-bottom: 20px;
      float: none;
      display: block;
    }
    .add_user_filter_form {
      width: 200px;
    }

    .front_splash, .front_groups, .front_messages, .front_statistics {
      width: 30%;
      float: none;
      position: relative;
    }

    .front_groups {
      margin-left: -70px;
      width: 31%;
    }
    .front_messages {
      margin-right: -70px;
      width: 31%;
    }
    .computer {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border: 0px solid #C1C1C1;
      border-bottom: 2px solid #C1C1C1;
      width: 90%;
      margin: 15px 15px 0 15px;
    }

    .citat {
      font-size: 18px;
      margin-top: 20px;
    }

    .citat .av {
      font-size: 12px;
    }

    .recipients_display .user_item:hover {
      background: transparent;
    }

    .interested {
      font-size: 2em;
    }

    .howitworks_phones_item {
      width: 100%;
      float: none;
    }

    .howitworks_phones_item_text {
      text-align: center;
      padding: 0;
      margin: 0 auto;
      max-width: 300px;
    }

    .article_wrapper h1 {
      font-size: 2em;
    }

    .users_display .user_item:hover {
      background: transparent;
    }
    .org_config, .admin_iframe_wrapper, .account_main {
      margin-left: 0;
    }
}

@media screen and (max-width: 500px) {

    .fp_playvideo {
      //margin-top: -70px;
    }

    .topinfo {
      height: 470px;
      max-height: 500px;
    }

    .topinfo_wrapper {
      background: #cac8be;
    }

    .topinfo_bg {
      background-image: url('/img/infoping_background_small.jpg') !important;
      transition: none;
    }

    .headline_wrapper {
      top: 24%;
    }

    .topinfo h1 {
      font-size: 2.3em;
    }

    .bransch_wrapper table {
      min-width: 100%;
    }

    .article_quote {
      text-align: center;
    }

    .article_quote_img {
      margin: 10px auto 20px auto;
      display: block;
      float: none;
    }

    #quote_slide_wrapper {
      min-height: 380px;
    }

    .big_quote {
      font-size: 25px;
    }
    .small_quote {
      font-size: 20px;
    }

    .getstarted {
        margin-top: 20px;
    }

    .symbol {
      max-width: 40px;
      margin: 5px 0 5px 0;
    }

    .team_dude, .round_links_item {
      width: 100%;
    }

    .team_dude img, .round_links_item img {
      width: 50%;
    }

    .user_number {
      display: none;
    }

    .call_cell {
      width: 50px;
    }

    .call_link, .nousername {
      display: inline;
    }

    .user_name, .nousername {
      font-size: 0.9em;
    }

    .top_quote_roll_quote {
      min-height: 270px;
    }

    .citat {
      margin-top: 20px;
      padding-bottom: 0;
    }

    .person {
      width: 120px;
    }

    .person_avatar {
      width: 80px;
      height: 80px;
    }

    .person:nth-child(2) {
      margin-left: -60px;
    }

    .active_quote .person_avatar {
      border: 4px solid #48CB87;
    }
    .user_quotes {
      height: 80px;    
    }

    .msg_type_radio label, .msg_delivery_radio label {
        font-size: 0.9em;
    }

    .history_logo, .report_time {
      float: none;
    }

    .quote {
        width: 100%;
        margin: 30px 0;
    }
    .file_icon {
      display: none;
    }
    .file_name {
      width: 60%;
      text-align: left;
      padding-left: 15px;
    }

    .kryptogram_attachement .file {
      height: 50px;
    }

    .kryptogram_attachement .file_name {
      width: 73%;
      line-height: 50px;
    }

    .kryptogram_attachement .file_size {
      line-height: 50px;
    }

    .reply {
      width: 100%;
      float: none;
    }

    .firstpage h2 {
      margin-top: 10px;
    }

    .countrycode_wrapper {
      width: 38%;
      float: left;
    }

    .mobileno_wrapper {
      width: 60%;
      float: right;
    }

    .demo_send_form .countrycode_wrapper {
      width: 49%;
    }

    .demo_send_form .mobileno_wrapper {
      width: 49%;
    }

    .msg_box {
      position: relative;
      left: 0;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px;
      border: 0;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      -ms-box-shadow: 0;
      -o-box-shadow: 0;
      box-shadow: 0;
    }
    .recipients_display, .sender_display {
      font-size: 0.9em;
    }

    .fa-trash-o {
      font-size: 18px;
    }

    .addspace {
      padding: 50px 0;
    }

    .edit_org_toolbar {
      margin: 0 0 15px 0;
    }
    .history_user_table tr td {
      font-size: 0.8em;
    }
    .add_user_filter_list {
      font-size: 1.1em;
    }

    .topinfomsg {
      max-width: 380px;
      background-color: white;
      padding: 25px;
    }

    .front_splash, .front_groups, .front_messages, .front_statistics {
      width: 40%;
      border: 0px solid rgba(0,0,0,0.2);
      border-bottom: 2px solid #C1C1C1;
      margin: 0 10px 10px 10px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    .app_links .btn {
      margin: 0 0 15px 0;
      width: 100%;
    }
    .article_healine {
      font-size: 1.7em;
    }

    .show_msg_box {
      top: 5%;
    }

    .article_img {
       width:100%;
       float:none;
       margin:0 0 20px 0;
    }

    .article_img_phone {
       width:80%;
       float:none;
       margin:0 auto 20px auto;
    }

    .go_back_up {
      bottom: 60px;
      right: 10px;
    }

}

@media screen and (max-width: 350px) {
    .team_dude img {
      width: 80%;
    }

    .person {
      width: 80px;
    }

    .person_avatar {
      width: 40px;
      height: 40px;
    }

    .person:nth-child(2) {
      margin-left: -40px;
    }
    
    .active_quote .person_avatar {
      border: 2px solid #48CB87;
    }
    .user_quotes {
      height: 40px;    
    }
    .newlineonsmall {
      display: block;
    }

    .article_img {
      width:100%;
      margin:0;
    }
    .bransch_item {
      margin: 30px auto;
    }

    .topinfo h1 {
      font-size: 2em;
            word-wrap: break-word;
    }

    .headline_wrapper {
      top: 18%;
    }

}

@media screen and (max-width: 301px) {

    .countrycode_wrapper, .mobileno_wrapper  {
      width: 100%;
      float: none;
    }

    .demo_send_form .countrycode_wrapper, .demo_send_form .mobileno_wrapper {
      width: 100%;
    }

    .btn {
      min-width: 0 !important;
      width: 100% !important;
    }
    .msg_type_radio label, .msg_delivery_radio label {
        width: 100%;
    }
    .add_user_filter_form {
      width: 100%;
    }

    .betainfo {
      margin-top: 10px;
    }

    .edit_user_form {
      width: 100%;
    }

    .edit_user_form_btn_del {
        width: 60px !important;
    }

}
@media screen and (max-width: 299px) {
    .btn-yes {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      border-right-width: 2px;
    }

    .btn-no {
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px;
      border-left-width: 2px;
    }

    .front_splash, .front_groups, .front_messages, .front_statistics {
      width: 90%;
    }
    .front_splash, .front_messages {
      display: none;
    }

    .phone_play_btn {
      width: 30px;
      margin-bottom: 0px;
    }

    .phone_screen a {
      font-size: 12px;
    }
    .phone {
      max-height: 150px;
    }
    .phone_screen {
      padding: 13% 0 0 0;
    }

    .bransch_item {
      display: block;
      height: auto;
      width: 100px;
    }

    .bransch_icon {
      width: 100px;
      height: 100px;
      font-size: 35px;
      padding-top: 20px;
    }

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.noborder {
  border: 0 !important;
}

.updown5 {
    margin-top: 12px;
    margin-bottom: 13px;
}

.spacebelow {
    margin-bottom: 10px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  .btn_statistics_reload {
    display: none;
  }
    .msg_item {
      border: 1px solid #ccc;
    }

    .front_splash, .front_groups, .front_messages, .front_statistics {
      width: 40%;
      border: 0px solid rgba(0,0,0,0.2);
      border-bottom: 2px solid #C1C1C1;
      margin: 0 10px 10px 10px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      float: none;
      position: relative;
    }

    .computer {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border: 0px solid #C1C1C1;
        border-bottom: 2px solid #C1C1C1;
        width: 90%;
        margin: 15px 15px 0 15px;
    }
    .history_messages_head, .reload_btn {
      display: none;
    }

    .history_user_data_wrapper {
      padding-top: 60px;
    }

    .history > .wrapper {
      width: 620px;
    }

    .addspace {
      padding: 50px 0;
    }

    .history_show_user_data {
      display: none;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }


    #contactform {
      margin-bottom: 100px;
    }

    .footer {
      margin-top: 10px;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}