html {
    overflow-y:scroll;
}

.main {
    position: relative;
}

.v3_content {
  max-width: 1600px;
}

.org_img {
    float: left;
    margin: 0;
}

.org_img img {
    border: 0;
}

.org_name {
    font-size: 36px;
    margin-left: 15px;
    position: relative;
    top: 10px;
}

.header_org {
    min-width: 900px;
}

.account_main .header_org, .org_config .header_org {
    min-width: auto;
}

.header_org .wrapper {
    padding-top: 10px; 
    padding-bottom: 10px;
    max-width: 1100px;
    display: flex;
    align-items: center;
    min-height: 95px;
}

.header_org .org_img {
    position: absolute;
    top: 10px;
}

.header_org .org_name {
    top: 0;
    margin-left: 90px;
    display: block;
}

.header_org .login_info {
    color: #fff;
    margin: 0;
    padding: 20px 20px 0 0;
    font-size: 1em;
}

.login_info_dropdown_menu_wrapper {
  display: none;
}

.login_info_dropdown_menu_open {
  display: block;
}

.login_info_dropdown_menu {
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
  border: 1px solid #ccc;
  padding: 0;
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 45px;
  right: 18px;
  z-index: 20;
}

.login_info_dropdown_menu_item {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #D7E0DF;
}

.login_info_dropdown_menu_item:last-child {
  border: 0;
}

.login_info_dropdown_menu_item:hover {
  background-color: rgba(0,0,0,0.03)
}

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

.login_info_dropdown_menu_open .background_layer {
    width: 100%;
    height: 100%;
    z-index: 19;
}

.send_body .wrapper, .stat_body .wrapper, .confirm_body .wrapper {
    max-width: 1150px;
    min-width: 900px;
}


.send_body .header_org, .send_body .wrapper {
    min-width: 730px;
}

.confirm_body .header_org, .confirm_body .wrapper {
    min-width: 930px;
}
.confirm_body {
    background: #ffffff;
}

.send_body .wrapper {
    max-width: 1100px;
}

.devider_bt {
    padding-top: 0;
    padding-bottom: 0;
}

.admin_send_text {
    min-height: 132px;
    margin-bottom: 10px;
}

.multi_question_wizard_body {
    min-height: 60px;
    margin-bottom: 10px;
}

.form_margin_below {
    margin-bottom: 10px;
}

.app_newmessage_to {
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
}

.app_recipients_item {
    margin: 3px 10px 3px 0;
    font-size: 1.1em;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    cursor: default;
}

.app_recipients_item_remove {
    float: right;
    cursor: pointer;
    height: 12px;
    margin: 7px 0px 0px 7px;
}

.to_label {
    margin: 5px 10px 3px 0;
    font-size: 1.1em;
}

.devider {
    margin: 25px 0 0 0;
}

.send_form_recipients_content {
    border: 1px solid #DFDFDF;
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
}

.no-result {
    border: 1px solid #DFDFDF;
    min-height: 89px;
    width: 100%;
    padding: 22px 20px;
    -webkit-box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 25px -7px rgba(0,0,0,0.6);
}

.list > li {
  display:block;
}

.close_recipients_list {
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: -25px;
    right: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    overflow: visible;
}

.group_item {
    padding-left: 15px;
    padding-right: 15px;
}

.group_item_arrow {
    right: 15px;
}

.group_item_link {
  display: block;
}

.group_item_link {
    padding: 0 15px;
    color: #222222;
}
.group_item_link:hover, .group_item_link:focus {
  background-color: #f6f7f9;
  text-decoration: none;
}

.group_item {
    padding: 15px 0;
    border-bottom: 1px solid #D7E0DF;
}

.list a:last-child > .group_item {
    border-bottom: 0;
}

.standard_table {
    //table-layout: fixed;
    //border-left: 1px solid #D7E0DF;
    //border-right: 1px solid #D7E0DF;
}

.standard_table .who_answers_yes_first {
    margin: 0;
    font-size: 1em;
}

.standard_table .who_answers_yes_first img {
    height: 16px;
    margin: -4px 5px 0 0;
}

.standard_table td {
    //border-left:0;
    //border-right:0;
}

.statistics_wrapper .standard_table td {
    border: 1px solid #D7E0DF;
}

.statistics_wrapper .standard_table {
    table-layout: auto; 
}

.tr_headline_highlight, .tr_headline_highlight:hover, .tr_headline_highlight td:hover {
    background-color: #feea9b;
    color: #9c6500;
}

.msg_row {
    //background-color: #feea9b;
}

.msg_row .msg_full {
    display: none;
}

.msg_row_opened .msg_full {
    display: inline;
}

.msg_row_opened .msg_preview {
    display: none;
}

.msg_row_opened {
    //border-top: 2px solid #d2d7e2;
    //border-left: 2px solid #47CB87;
    //border-right: 2px solid #47CB87;
}

.sent_msg_body {
    position: relative;
    width: 50%;
    vertical-align: top;
}

.sent_msg_body_statistics {
    width: 30%;
}

.sent_msg_remind {
    width: 17%;
}

.msg_row_sub {
    border: 0;
    //border-bottom: 2px solid #d2d7e2;
    //border-left: 2px solid #47CB87;
    //border-right: 2px solid #47CB87;
}

.toggle_msg_row:hover {
    cursor: pointer;
}

.sent_table_headline {
    background-color: #f4f4f4;
}

.sent_table_headline:hover {
    background-color: #eaeaea !important;
}

.msg_row_opened, .msg_row_opened:hover {
    //background-color: #f6f7f9 !important;
    background-color: #fff !important;
}

.table_head_what {
    width: 45%;
}

.table_head_what_td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

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

.msg_row_sub_users {
    background-color: #f8f8f8;
}

.msg_row_sub_users_left_border {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: 4px;
}

.sent_msg_body .msg_item_feedback {
    //-moz-transform: scale(0.7, 0.7); /* Moz-browsers */
    //zoom: 0.7; /* Other non-webkit browsers */
    //zoom: 70%; /* Webkit browsers */
}

.sent_msg_body .msg_item_text {
    margin-top: 15px;
    padding-right: 90px;
}

.lowercase {
    text-transform: lowercase;
}

.smallertext {
    font-size: 0.8em;
}

.msg_clicktoopen {
    font-style: italic;
}

.msg_time {
    top: 12px;
}

.msg_sub_row_time {
    //padding-left: 40px !important;
}

.msg_item_statistics_content {
    //width: 100%;
    //font-size: 1em;
}

.percenthasanswered {
    font-weight: normal;
}


.recipients_list_search_wrapper {
    float: left;
}

.recipients_list_search_wrapper .search, .recipients_list_search_wrapper .search:focus {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    padding-top: 1px;
    padding-left: 5px;
    cursor: pointer;
    width: 350px;
}

.send_form_recipients_wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #DFDFDF;
}

.group_send_msg .send_form_recipients_wrapper {
    padding-top: 0px;
}

.recipients_list_wrapper {
    position: absolute;
    width: 100%;
    z-index: 20;
    background: #ffffff;
    margin-top: 5px;
}

.msg_row_blank td {
    height: 15px;
    position: relative;
}

.msg_row_day td {
    position: relative;
}

.msg_row_day td h2, .msg_row_day td h3 {
    position: relative;
    z-index: 10;
}

.msg_row_blank td:before, .msg_row_day td:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    background: #fff;
}

.msg_row_blank tr:hover {
    background-color: transparent !important;

}

.sent_table_content tr:hover {
    background-color: #f8f8f8;
}

.del_table_item {
    text-align: center;
}

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

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

.sent_table_content .attachment_item {
    margin: 0;
}

.to_link {
    display: block;
}

.admin_stat_toptab {
    position: relative;
}

.msg_box_msg_item .msg_item {
  margin-bottom: 0;
  box-shadow: 0;
  border: 0;
}

.send_form_wrapper .app_newmessage_attach {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 21px;
    cursor: pointer;
}

.send_form_wrapper .admin_send_msg_btn {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
}

.sent_table {
    margin-bottom: 100px;
}

.header_org_sub_login_info {
    position: absolute;
    right: 0px;
    bottom: 30px;
    top: auto;
}

.login_info a {
  color: #ffffff;
}

.org_admins_table .userpermission {
    display: none;
}

.sa_active .org_admins_table .userpermission {
    //display: block;
}

.add_hash_pound input {
    padding-left: 25px;
    background-color: transparent;
    z-index: 2;
}

.add_hash_pound {
    position: relative;
}

.add_hash_pound:after {
    color: #d8d8d8;
    font-family: sans-serif;
    display: block;
    content: "#";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 36px;
    left: 12px;
    z-index: 1;
}

.color_picker_wrapper {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -45px;
    margin-right: 5px;
    position: relative;
    z-index: 3;
}

.color_picker_wrapper input {
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.big_dropbox {
  position: relative;
}

.big_dropbox input {
    height: 100px !important;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 100 !important;
    cursor: pointer;
}

.add_users_wrapper {
    margin-top: 10px;
}

.big_dropbox label {
  display: inline-block;
  margin-bottom: 10px;
}

.big_dropbox_front {
    height: 100px;
    width: 100%;
    padding: 5px 15px;
    color: #47CB87;
    border: #ddd 4px dashed;
    border-radius: 2px;
    margin-top: -100px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v3_site_wrapper {
    min-width: 960px;
    height: 100%;
}

.v3_menu {
    background-color: #fff;
    min-height: 100%;
    width: 300px;
    float: left;
    transition: transform 0.2s;
    z-index: 9;
    border-right: 1px solid #ccc;
    box-shadow: 2px 0px 8px -3px rgba(0,0,0,0.4);
}

.v3_site_wrapper .header_org .wrapper, .v3_site_wrapper .header_org {
    min-width: 0;
}

.v3_site_wrapper .header_org .wrapper {
  overflow: visible;
}

.v3_site_wrapper .wrapper, .v3_site_wrapper .header_org .wrapper {
    //border: 1px solid red;
    max-width: none;
}

.v3_menu .big_dropbox_front {
    height: 50px;
    border: rgba(255,255,255,0.1) 4px dashed;
}

.v3_site_wrapper {
    min-width: 0;
}

.v3_menu {
    overflow: hidden;
    overflow-y: auto;
    transition: transform 0s;
}

.v3_menu hr {
    border-color: #464646;
}

.toggle_v3_menu {
    width: 27px;
    padding: 0 0 10px 0;
    border: 1px solid transparent;
    display: none;
    z-index: 910;
    position: relative;
    margin-bottom: 5px;
}

.close_v3_menu {
    width: 25px;
    float: right;
    margin-bottom: 10px;
    display: none;
}

.close_v3_menu .icon-bar:nth-child(1), .close_v3_menu .icon-bar:nth-child(3) {
    background: #4ECA89;
    width: 100%;
}

.welcome_start h1 {
    margin-top: 0;
}

.v3_site_wrapper .create_new_group {
    margin-top: -15px;
    z-index: 100;
    position: relative;
}

.v3_darken {
  position: fixed;
  right: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-105%);
  transition: transform .3s cubic-bezier(1,0,0,0), opacity .2s ease-out;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}

.v3_darken_show {
  transform: none;
  opacity: 1;
  transition: opacity .2s ease-out;
}

.v3_site_wrapper .overlay_loader {
    z-index: 99;
    top: 50%;
    margin-left: 100px;
}

.add_padding {
    position: relative;
    padding: 20px;
}

.add_padding_top {
    position: relative;
    padding-top: 20px;
}

.statistics_reload {
  float: right;
}

.float_right {
  float: right;
}

.statistics_period .org_statistics_info, .group_statistics_period .group_statistics_info {
  float: none;
  margin-top: 0;
  padding-top: 5px;
}

.statistics_from_to_wrapper {
  margin: 20px 10px 0 10px;
}

.statistics_from_to_wrapper input, .statistics_from_to_wrapper button {
  width: 100%;
  min-width: 0;
}

.form_control_label_wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 200px;
  float: left;
}

.form_control_label_wrapper label {
  clear: both;
}


.statistics_org_select_wrapper {
  margin: 10px;
}

.statistics_year_group_select, .statistics_year_update {
  display: inline;
}

.statistics_year_update {
  margin-left: 10px;
}

.toggle_group_tree {
  cursor: pointer;
}

.xtoggle_group_tree {
    position: relative;
    top: 0;
    left: 14px;
    width: 16px;
    height: 16px;
    display: block;
    margin: -16px -16px 0 0;
    border: 1px solid #44ab76;
    border-radius: 1px;
}

.xtoggle_group_tree:before {
    display: block;
    content: "";
    position: absolute;
    top: 48%;
    left: 2px;
    width: 10px;
    height: 1px;
    background: #42a974;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.xtoggle_group_tree:after {
    display: block;
    content: "";
    position: absolute;
    top: 48%;
    left: 2px;
    width: 10px;
    height: 1px;
    background: #42a974;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.xtoggle_group_tree_closed:after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 46.5%;
    width: 1px;
    height: 9px;
    background: #44ab76;
}

.attach_icon {
  height: 20px;
  margin-top: -3px;
}

.filter_input {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}

.to_label, .to_placeholdertext {
    float: left;
    margin-top: 8px;
}

.contain_positions {
    position: relative;
}

.inline_blackarrow {
    height: 10px;
    margin: -4px 7px 0 2px;
}

.group_item {
  padding: 12px 55px 12px 0;
  border-bottom: 1px solid #D7E0DF;
  position: relative;
}

.user_item {
  padding: 0 25px 0 0;
  border-bottom: 1px solid #D7E0DF;
  position: relative;
}

.group_item a {
  display: block;
  color: #4A4A4A;
}

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

.group_item_img {
  width: 57px;
  height: 57px;
  border: 1px solid #EBE9E9;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
}

.group_item_left_wrapper, .user_item_left_wrapper {
    display: table-cell;
    height: 57px;
    vertical-align: middle;
}

.group_item_name {

}

.group_item_org {
  color: #9B9B9B;
}

.group_item_right_wrapper {
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 4px 0;
}

.group_item_users, .group_item_messages {
  color: #9B9B9B;
  font-size: 12px;
  font-weight: bold;
  min-width: 40px;
}

.group_item_users img, .group_item_messages img {
  width: 12px;
  margin-right: 5px;
}

.group_item_users img {
  margin-top: -3px;
}

.group_item_arrow {
  position: absolute;
  right: 0;
  top: 35px;
}

.app_recipients {
    float: left;
}

.star_meter {
  position: relative;
  width: 100%;
  z-index: 5;
  line-height: 0;
}

.star_meter_bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EBEBEB;
  border: 2px solid #ffffff;
  overflow: hidden;
}

.star_meter_bar_pr {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #47CB87;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.star_meter img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.inline_smiley {
  height: 18px;
  margin-top: -3px;
}

.smiley_sum .inline_smiley {
  height: 30px;
  margin: -7px 2px 0 40px;
}

.smiley_sum .inline_smiley:first-child {
  margin-left: 0;
}


.smiley_sum {
  font-size: 28px;
}

.inline_star {
  height: 18px;
  margin: -4px 1px 0 1px;
}

.inline_blackarrow {
  height: 10px;
  margin: -4px 7px 0 2px;
}

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

.group_statistics_info, .org_statistics_info {
  float: left;
  margin: 7px 0 0 10px;
}

.org_statistics_server_switch {
  float: right;
  position: relative;
  z-index: 9;
  margin-top: 14px;
}

.ui-resizable-e {
    width: 20px;
}

.scroll_overflow_y {
  overflow-y: auto;
}

.chart_width {
  min-width: 600px;
}

.msg_item_attachements {
  margin-top: 10px;
}

.attachment_item, .attachment_item_img {
  float: left;
  max-width: 100px;
  margin: 0 10px 15px 0;
  position: relative;
}

.attachment_item_doc {
  text-align: center;
  margin: 0 10px 15px 0;
  position: relative;
  margin-bottom: 20px;
}

.attachment_item_doc img {
  display: inline-block;
  margin: 0 auto;
}

.img_lightbox img, .attached_image img {
    image-orientation: from-image;
}

.attachment_item_remove {
  position: absolute;
  top: 0;
  right: 3px;
  color: white;
  cursor: pointer;
}

.attachment_item_remove img {
  width: 20px;
}

.attachment_img_thumbnail {
  width: 100%;
}

.attachment_doc_thumbnail {
  max-height: 64px;
}
.org_info_circle1_info {
  text-align: center;
}
.admin_stat_colorball {
    width: 13px;
    height: 13px;
    margin-right: 1px;
    border-radius: 100%;
    display: inline-block;
    background: #EBEBEB;
}

.statistics_org_info_chart_wrapper {
  max-width:450px;float:left;
}

.cut_of_phone {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}

.cut_of_phone img {
  width: 100%;
  display: block;
}

.td_edit {
    border: 1px solid transparent;
    background-color: #f5f5f5;
}

.td_edit div {
    min-height: 23px;
}

.td_edit_input {
    border: 1px solid transparent;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 0 5px;
}

.td_edit_btn_wrapper {
    width: 100px;
}

.td_edit_btn {
    min-width: auto;
    height: 42px !important;
    padding: 0 15px;
}

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

.batch_edit, .shadowbox {
    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;
}

.batch_toolbar_input {
    width: 200px;
    margin: 10px 10px 0 0;
}

.batch_name_headline_wrapper {
    margin-top: 5px;
    padding-top: 5px;
    display: inline-block;
}

.batch_date_headline {
    font-size: 1.1em;
    margin-top: 15px;
    margin-bottom: 10px;
    float: right;
}

.batch_date {
    border-bottom: 2px solid;
}

.warning_highlight {
    background-color: #f7a8a6;
}

.guide_text {
    font-size: 0.8em;
    color:#ccc;
    font-style:italic;
    margin: 5px 0;
}

.group_select_wrapper {
    float: right;
    display: flex;
    align-items: center;
}

.group_select {
    float: right;
    width: 200px;
    margin-left: 5px;
}

.batch_select {
    width:auto;
    min-width: 200px;
    float: left;
}

.batch_select_wrapper {
    width: auto;
    margin-bottom: 5px;
    float: left;
}

.batch_select_step {
    height: 50px;
    padding: 12px 7px;
    display: inline-block;
    float: left;
}

.batch_select_step img {
    height: 80%;
}

.batch_select_step[disabled="disabled"] {
    display: none;
}

.batch_send_wrapper {
    margin-top: 20px;
    float: right;
}

.batch_text_name[contenteditable="true"] {
    padding: 3px 12px !important;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
}

td[data-id="item_marked"] input[type="checkbox"] {
    margin-right: 6px;
}

.all_marked {
    text-align: center;
}

.inherited_input_label {
    float: right;
    transform: translate(-1px,-49px);
    border-top-right-radius: 2px;
    font-size: 0.7em;
    background: #f5f5f5;
    padding: 2px 4px 1px 4px;
    color: #c3c3c3;
}

.inherited_input_label_more_roundness {
    border-top-right-radius: 4px;
}


.inherited_label {
    position: absolute;
    right: 80px;
    font-size: 0.7em;
    margin-top: 2px;
    background: #f5f5f5;
    padding: 2px 4px 1px 4px;
    color: #c3c3c3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inherited_label:before {
    content: attr(data-content);
}

.inherited_user {
  color: #222222;
}

.batch_toolbar_item {
    display: block;
}

.td_edit textarea {
    border: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    min-height: 70px;
}

.app_settings_howmanyyesfirst {
  margin-top: 15px;
}

.inline_input, .inline_input:focus {
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    font-family: 'semplicita_proregular', sans-serif;
    font-weight: 300;
}

.eye_icon {
  width: 13px;
  height: 13px;
  border: solid 1px #222;
  border-radius:  80% 10%;
  position: relative;
  transform: rotate(45deg);
}
.eye_icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #222;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}

label .eye_icon {
  margin-right: 3px;
  margin-top: 5px;
}

.msg_item {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
  border: 1px solid #D7E0DF;
  border-bottom: 1px solid #b0b9b9;
}

.msg_item_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D7E0DF;
  padding-bottom: 15px;
}

.msg_item_head .org_img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin: 0 15px 0 0;
  border: 1px solid #D7E0DF !important;
}

.msg_item_head .org_name {
  font-size: 18px;
  color: #222;
}

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

.msg_item_body_text {
  text-align: left;
  color: #222;
  margin: 15px 0;
  font-size: 1.1em;
  min-height: 50px;
  max-height: 100px;
  overflow-y: auto; 
}

.preview_phone_wrapper {
    position: relative;
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #ccc;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
}

.preview_phone {
    position: relative;
    border-left: 1px solid #f9fbfb;
    border-top: 1px solid #e2eaea;
    border-right: 1px solid #c6d2d1;
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.3);
    margin-bottom: -20px;
    background: #f7f7f7;
    background: -moz-linear-gradient(-10deg, #fafafa 0%, #fafafa 50%, #fafafa 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: -webkit-linear-gradient(-10deg, #fafafa 0%,#fafafa 50%,#fafafa 50%,#f7f7f7 50%,#f7f7f7 100%);
    background: linear-gradient(100deg, #fafafa 0%,#fafafa 50%,#fafafa 50%,#f7f7f7 50%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=1 );
}

.preview_phone:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #959ea4;
}

.preview_phone:after {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background-color: #959ea4;
}

.preview_send_msg_wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0; 
  border-radius: 2px;
  max-width: 320px;
  transform: scale(0.9);
}

.preview_send_msg_wrapper .org_name {
  top: 0;
}

.preview_send_msg_wrapper .msg_item {
  margin-bottom: 0;
  transform: scale(0.9);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.preview_send_msg_wrapper .msg_item_head .org_img {
  margin: 0;
}

.preview_send_msg_wrapper .feedback_help_label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.preview_send_msg_wrapper .comment_wrapper {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.preview_send_msg_wrapper .mqi_edit, .preview_send_msg_wrapper .mqw_editing:before, .preview_send_msg_wrapper .multiple_question_item [data-id="send_answer"] {
  display: none;
}

.send_form_wrapper .preview_msg {
  display: inline-block;
  margin: 10px 0;
}

.msg_box_label {
  margin-top: 10px;
  text-align: left;
  display: block;
}

.msg_from, .msg_to {
    font-size: 0.8em;
    text-align: left;
}

.app_stack_msg_from, .app_stack_msg_time, .light_grey {
    color: #9B9B9B;
}


/*
//white menu

.v3_menu a, .v3_menu .org_select_admin_label {
    color: #eaeaea;
}

.v3_menu a:hover {
    color: #ffffff;
}

.v3_menu .org_select_admin {
  border-color:; #eaeaea;
  color: #eaeaea;
}
*/


/*
Feedback buttons
*/

.watermark {
  background-image: url(/img/watermark.svg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center 10px;
}

.msg_item_feedback .msg_item_attachements {
  margin: 0;
}

.msg_item_feedback {
  margin: 0 auto 25px auto;
  max-width: 320px;
  position: relative;
  color: #222;
}

.click_stop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.feedback_help_label {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #ccc;
  display: none;
}

.msg_item_feedback .nicebox label {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 24px;
  height: 24px;
  border: 2px solid #CACACA;
  color: #222;
}

.msg_item_feedback .nicebox label:after {
    width: 10px;
    height: 6px;
    top: 5px;
    left: 4px;
}

.msg_item_feedback .nicebox input[type=radio] {
    visibility: hidden;
    margin: 0;
    float: left;
}

.nicebox_text {
    cursor: pointer;
}

.single_emoji {
  font-size: 20px;
}

.msg_item_feedback .btn {
  border-radius: 3px !important;
  min-width: 0;
  margin-top: 10px;
  white-space: pre-wrap;
  height: auto;
  padding: 15px;
  line-height: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: mbackground-colort 0.3s;
  transition: background-color 0.3s;
}

.msg_item_feedback .nicebox {
  margin-top: 5px;
  margin-bottom: 15px;
}

.msg_item_feedback .nicebox input {
  margin-right: 20px !important;
}

.msg_item_feedback .nicebox input[type="radio"] {
  margin-right: 15px !important;
}

.msg_item_feedback .nicebox label {
  margin-top: -12px;
}

.nicebox_label_text {
  margin-left: 35px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.question_item .nicebox {
  float: left;
}

.msg_item_feedback .btn {
  min-width: 0;
}

.left33, .center33 {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.right33 {
  float: left;
  width: 30%;
}

.question_item {
  min-height: 100px;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #D7E0DF;
  text-align: center;
  position: relative;
}

.question_item:last-child {
  border-bottom: 0;
}

.question_item_del {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.glide__slide .question_item_del {
  display: none;
}

.question_name {
  font-size: 1.15em;
}

.question_description {
  margin: 15px 0 25px 0;
}

.question_buttons {
  max-width: 320px;
  margin: 0 auto;
}

.question_buttons div:first-child {
  margin-left: 0 !important;
}

.question_buttons button {
  min-width: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.date_wrapper, .number_wrapper {
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.date_wrapper select {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  border: 0;
  background: transparent;
}

.date_wrapper select[disabled] {
  background: transparent;
}

.date_time {
  background: #FBFBFB;
  border-top: 1px solid #D7E0DF;
  border-bottom: 1px solid #D7E0DF;
}

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

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

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

.date_time_label {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.happy {
  width: 19%;
  float: left;
  margin-left: 8%;
  cursor: pointer;
}

.star {
  width: 15%;
  float: left;
  margin-left: 6.25%;
  cursor: pointer;
}

.star.star_active .star_inside.svg_backcolor, .star.star_active .star_outside.svg_backcolor, .star.star_notpressed .star_outside.svg_backcolor, .happy .smiley_color.svg_backcolor {
  fill:#47CB87;
}

.star.star_notactive .star_inside.svg_backcolor, .star.star_notactive .star_outside.svg_backcolor, .happy.smiley_grey .smiley_color.svg_backcolor {
  fill:#EBEBEB !important;
}

.star.star_notpressed .star_inside.svg_backcolor {
  fill:transparent !important;
}

.happy img, .star img {
  width: 100%;
}

.happy:first-child, .star:first-child {
  margin-left: 0 !important;
}

.number_wrapper select {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  border: 0;
  border-radius: 0;
  background: #FBFBFB;
  border-top: 1px solid #D7E0DF;
  border-bottom: 1px solid #D7E0DF;
}

.number_select {
  z-index: 10;
  cursor: pointer;
  padding: 0 15px;
}

/*
End of feedback buttons
*/

.paging_wrapper {
    padding: 10px 0;
}

.page_info {
  float: right;
}

.change_page_link {
    display: inline-block;
    padding: 5px 6px;
    height: 25px;
    line-height: 15px;
    text-align: center;
    border-radius: 2px;
}

.change_page_link_active {
    background: #eeeeee;
    font-weight: bold;
}

.webinterface_link, .org_select_admin {
  background-color: #f4f4f4;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 3px !important;
}

.webinterface_link:hover, .org_select_admin_hover {
  background-color: #e4e4e4;
}

.org_select_admin {
  z-index: 0;
}

.org_select_admin_label,.org_select_wrapper .spinner {
  z-index: 1;
}

.org_select_wrapper .spinner {
  margin: -38px 0 12px 15px;
}

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

.header_org {
  position: relative;
  z-index: 10;
}

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

.questions_body {
  margin: 10px 0;
}

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

.feedback_help_label {
  font-size: 0.9em;
} 

.comment_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.comment_text {
  padding-top: 14px;
  padding-right: 45px;
  height: 70px;
}

.comment_attach_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 21px;
    cursor: pointer;
}

.comment_text:disabled + .comment_attach_icon {
  cursor: default;
}

.comment_attach_icon img {
    height: 20px;
    width: auto;
}

.multi_question_wizard_save_wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DFDFDF;
}

.multi_question_wizard_save_wrapper .btn-block {
  margin-top: 0 !important;
}

.multi_question_wizard_add_wrapper {
  margin-top: 10px;
}

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

.framed_form_top_headline {
  margin: 0 0 20px 0;
  padding: 0;
}

.tight_top_headline {
  margin-top: 0;
  padding-top: 0;
}

.flow_chart_canvas { background: #fff; }
.flow_chart_canvas svg { width: 100%;height: auto; max-height: 500px; }

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

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

.top_right_toolbar {
  margin-top: 45px;
}


.app_line_item {
  padding: 10px 0;
  border-top: 1px solid #D7E0DF;
  position: relative;
}

.app_line_item:first-child {
  border-top: 0;
}

.stat_left {
  float: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.stat_right {
  float: right;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.replyoptions_wizard_wrapper {
  position: relative;
}

.wizard2_buttons_add, .wizard2_date_add {
  margin-top: 15px;
  display: block;
  text-align: center;
  color: #222222;
}

.wizard_item_del {
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 26px;
  right: 0;
  cursor: pointer;
}

.wizard2_buttons_items .app_line_item:first-child .wizard_item_del, .wizard2_date_items .app_line_item:first-child .wizard_item_del {
  display: none;
}

.replyoptions_wizard_wrapper .app_line_item {
  border: 0;
}

.add_padding_right {
  padding-right: 25px !important;
}

.form_control_attach_wrapper {
  position: relative;
}

.form_control_attach_wrapper .app_attach_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    padding: 5px 5px 0 5px 
}

.form_control_attach_wrapper .attach_icon_img {
    height: 20px;
    width: 21px;   
}

.mqi_del {
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  padding: 5px;
  float: right;
}

.multiple_question_render .btn[data-id="send_answer"] {
  display: none;
}

.mqw_draghover {
  position: relative;
}

.mqw_draghover:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 5px dashed #c4c4c4;
}

.mqw_editing:before  {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 5px dashed #c4c4c4;
  z-index: -1;
}

.mq_send_new_msg_btn {
  margin-top: 10px;
}

.replyoptions_wizard_wrapper .nicebox input {
  margin-right: 10px !important;
}

.replyoptions_wizard_wrapper .nicebox label {
  top: 1px;
}

.close_new_single_question_wizard {
  float: right;
  width: 27px;
  height: 27px;
  border: 0;
  background: 0;
}

.rendered_question .nicebox label {
  margin-top: -3px;
}

.rendered_question .nicebox input {
  margin-right: 15px !important;
}

.wizard2_buttons_multiple .nicebox input {
  margin-right: 5px !important;
  margin-top: 3px;
}

.rendered_question .nicebox input[type=radio] + label:after {
  width: 14px;
  height: 14px;
}

.multiple_questions_no_questions {
  font-style: italic;
}

.batch_text_saveoptions_shared_wrapper .nicebox label {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 24px;
  height: 24px;
  border: 2px solid #CACACA;
  color: #222;
}

.big_nice_box input {
  width: 24px;
  height: 24px;
}

.big_nice_box .nicebox label:after {
    width: 10px;
    height: 6px;
    top: 5px;
    left: 4px;
}

.big_nice_box .nicebox label:after {
    width: 10px;
    height: 6px;
    top: 5px;
    left: 4px;
}

.big_nice_box .nicebox_text {
  margin-left: 7px;
  position: relative;
  top: 3px;
}

.batch_text_saveoptions_shared_wrapper {
  margin: 15px 0;
  text-align: left;
}

.helper_text {
    color: #AEAEAE;
}

.statistics_export_link {
  display: inline-block;
  margin-bottom: 15px;
}

.statistics_sum_wrapper {
    display: flex;
}

.statistics_sum_content {
    width: 100%;
}

.statistics_sum_item {
    width: 100%;
    max-width: 160px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    min-height: 100px;
}

.statistics_sum_item:hover {
    background-color: #f4f4f4; 
}


.statistics_sum_item:last-child {
    margin-right: 0;
}

.statistics_sum_label {
    font-size: 0.8em;
    color: #7F7F7F;
}

.statistics_sum_value {
    font-size: 1.4em;
}

.statistics_sum_label_green {
    color: #47CB87;
}

.smallscreen_only {
  display: none;
}

/* NPS */

.nps_wrapper {
  margin-bottom: 10px;
  padding-top: 30px;
}

.nps_wrapper .form-control[type="range"] {
  background-color: rgba(255,0,0,0.1);
  position: relative;
  z-index: 1;
}

.nps_tick_wrapper {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 20px;
}

.nps_tick {
  position: relative;
  width: 1px;
  height: 5px;
  background-color: #ccc;
}

.range_left_text, .range_left_num {
  float: left;
}

.range_right_text, .range_right_num {
  float: right;
}

.range_left_num, .range_right_num {
  position: relative;
  top: -20px;
}

/* end of NPS */


.black_link, .black_link:hover {
  color: #222222;
}

.handleReplyoptionsLink, .handleSurverysLink {
  float: right;
  font-size: 0.9em;
}


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

    .smallscreen_only {
      display: block;
    }

    .top_right_toolbar {
      margin-top: 10px;
    }

    .batch_send_wrapper,.batch_select_wrapper {
        float: none;
    }
    .batch_send_wrapper .btn {
        width: 100%;
    }
    .statistics_org_info_chart_wrapper {
      margin-top: 40px;
    }

    .org_name {
        font-size: 28px;
    }

    .v3_site_wrapper .overlay_loader {
        margin-left: -50px;
    }

    .v3_site_wrapper .login_info {
        display: none;
    }

    .v3_menu {
        z-index: 911;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        //display: none;
        transform: translateX(-105%);
        margin-right: -105%;
        transition: transform 0s;

    }
    .toggle_v3_menu,.close_v3_menu {
        display: block;
    }
    .v3_menu_open {
        display: block;
        transform: translateX(0);
        transition: transform .2s;
    }

}
