html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-appearance: none;
  color: #1D1D1D;
  font-family: 'FunkisB', sans-serif;
  font-size: 16px;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

input, textarea, select, button {
  font-family: 'FunkisB', sans-serif;
}

h1, h2, h3 {
  color: #303752;
  font-family: 'FunkisBSemiBold', sans-serif;
  font-weight: unset;
}

strong {
  font-family: 'FunkisBBold', sans-serif;
}

h1 {
  font-size: 35px;
  letter-spacing: -1px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 200;
}
.li_color a {
  color: rgb(140, 140, 140) !important;
}

.activity.proposal {
  float: right;
  position: absolute;
  right: 70px;
  top: 15px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #00a551;
  color: #ffffff;
}

.meeting_point_proposal {
  right: 47px;
  top: 15px;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #00a551;
  color: #ffffff;
}

.activity.todotask {
  float: right;
  position: absolute;
  right: 70px;
  top: 15px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #00adee;
  color: #ffffff;
}

.meeting_point_todotask {
  right: 47px;
  top: 15px;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #00adee;
  color: #ffffff;
}

.activity.ongoing {
  float: right;
  position: absolute;
  right: 70px;
  top: 15px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #f05a28;
  color: #ffffff;
}

.meeting_point_ongoing {
  right: 47px;
  top: 15px;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: lighter;
  background-color: #f05a28;
  color: #ffffff;
}

.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.margin_left {
  margin-left: 20px;
}

.um_header {
  position: relative;
  top: -45px;
  float: right;
  margin-right: 10px;
}

.devise_links {
  font-size: 14px;
  margin-left: 15px;
  color: #444444;
}

.padding_left_extra_small {
  padding-left: 5px;
}

.padding_left_small {
  padding-left: 10px;
}

.padding_left_medium {
  padding-left: 15px;
}

.padding_left_large {
  padding-left: 20px;
}

.padding_left_extra_large {
  padding-left: 30px;
}

.padding_right_extra_small {
  padding-right: 5px;
}

.padding_right_small {
  padding-right: 10px;
}

.padding_right_medium {
  padding-right: 15px;
}

.padding_right_large {
  padding-right: 20px;
}

.padding_right_extra_large {
  padding-right: 30px;
}

.padding_top_extra_small {
  padding-top: 5px;
}

.padding_top_small {
  padding-top: 10px;
}

.padding_top_medium {
  padding-top: 15px;
}

.padding_top_large {
  padding-top: 20px;
}

.padding_top_extra_large {
  padding-top: 30px;
}

.padding_bottom_extra_small {
  padding-bottom: 5px;
}

.padding_bottom_small {
  padding-bottom: 10px;
}

.padding_bottom_medium {
  padding-bottom: 15px;
}

.padding_bottom_large {
  padding-bottom: 20px;
}

.padding_bottom_extra_large {
  padding-bottom: 30px;
}

.margin_left_extra_small {
  margin-left: 5px;
}

.margin_left_small {
  margin-left: 10px;
}

.margin_left_medium {
  margin-left: 15px;
}

.margin_left_large {
  margin-left: 20px;
}

.margin_left_extra_large {
  margin-left: 30px;
}

.margin_right_extra_small {
  margin-right: 5px;
}

.margin_right_small {
  margin-right: 10px;
}

.margin_right_medium {
  margin-right: 15px;
}

.margin_right_large {
  margin-right: 20px;
}

.margin_right_extra_large {
  margin-right: 30px;
}

.margin_top_extra_small {
  margin-top: 5px;
}

.margin_top_small {
  margin-top: 10px;
}

.margin_top_medium {
  margin-top: 15px;
}

.margin_top_large {
  margin-top: 20px;
}

.margin_top_extra_large {
  margin-top: 30px;
}

.margin_bottom_extra_small {
  margin-bottom: 5px;
}

.margin_bottom_small {
  margin-bottom: 10px;
}

.margin_bottom_medium {
  margin-bottom: 15px;
}

.margin_bottom_large {
  margin-bottom: 20px;
}

.margin_bottom_extra_large {
  margin-bottom: 30px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

p.strong {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.inline {
  display: inline;
}

.startindex {
  background: #fff !important;
}

.menu {
  height: 60px;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.menu ul li {
  float: left;
  width: 256px;
  display: inline;
  text-align: center;
  background: #555556;
  padding: 20px 0px;
}

.menu ul li a {
  color: #dddfe0;
  text-decoration: none;
  font-weight: 200;
  font-size: 26px;
}

.menu ul li:hover {
  background: #ff4200;
}

.intro {
  height: 550px;
  background: url("../img/sodermalm.jpg") no-repeat center top;
  /*background-size:auto 120%;*/
  background-size: cover;
  background-position: fixed;
  background-color: #efece9;
  padding: 10px 5%;
}

.form_wrapper {
  overflow: auto;
  background-color: #ffffff;
}

.form_wrapper.offset {
  margin-top: 64px;
}

.form_wrapper a:hover {
  color: #000000;
}

.list_link {
  border-bottom: 1px dotted #444444;
}

ul.reports_per_day {
  margin-bottom: 30px;
}

.wrap.brf_show .box-map {
  border: 1px solid #ccc;
}

.wrap {
  padding: 10px 20px;
  background-color: #ffffff;
  height: 100%;
}

.intro h1,
.intro h2 {
  color: #000;
  font-weight: 400;
  margin-top: 5px;
}

.agreement_link li {
  background: url("../img/avtalicon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 4px;
}

.small_round_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #00a551;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #00a551;
  color: #ffffff !important;
  font-size: 24px;
}

.dashboard.small_round_button {
  width: 29px;
  height: 29px;
  text-decoration: none;
  line-height: 29px;
  font-size: 26px !important;
  margin-top: 25px;
  margin-right: 2px;;
}

.round_button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #00a551;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #00a551;
  color: #ffffff !important;
  font-size: 24px;
}

#new_motion.round_button:after {
  display: block;
  color: #000000;
  font-size: 14px;
  width: 150px;
  content: "Ny mötespunkt";
  position: relative;
  left: 20px;
  top: -40px;
}

.brf_header .button {
  border: 0;
}

.button.border {
  border: 1px solid #ef5a28;
}

.button.arrow {
  padding-right: 71px;
  background: #ffffff url('/img/button-arrow.png') right center no-repeat;
}

/* 2nd page */

/* Page 3 - förfrågan om köp */

.page3.head {
  height: 56px;
  background: #f05a28; /*orange*/
  padding-bottom: 5px;
}

.page3.head .arrow {
  background: url("../img/arrow-orange.png");
  width: 56px;
  height: 56px;
  float: left;
}

.page3.head .title {
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  position: relative;
  top: 15px;
  left: 45px;
  display: inline;
}

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

ul.apartments li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 4px;
}

ul.apartments li a:hover {
  color: #333333;
}

ul.apartments li {
  padding: 10px 0px;
}

ul.apartments li .locked {
  background: url("../img/locked.png") no-repeat center center;
  width: 20px;
  height: 22px;
  float: left;
  margin-right: 10px;
  padding: 3px 0px;
}

ul.apartments li .unlocked {
  background: url("../img/unlocked.png") no-repeat center center;
  width: 20px;
  height: 22px;
  float: left;
  margin-right: 10px;
  padding: 3px 0px;
}

ul.apartments .popup {
  width: 150px;
  height: 100px;
  border: 1px solid #b3b3b3;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}

.apartments .aptWrapper a {
  text-decoration: none;
  color: #000;
}

.apartments .aptWrapper a:hover {
  text-decoration: underline;
}

.apartments .apt {
  position: relative;
}

.apartments .apt .popup {
  display: none;
  position: absolute;
  width: 200px;
  height: 130px;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  top: -40px;
  left: 300px;
  z-index: 50;
}

.apt .popup .button {
  position: relative;
  top: 20px;
}

.apt .popup a.close {
  position: absolute;
  top: 10px;
  left: 250px;
  background: #fff;
  padding: 4px;
}

.apt .popup a.link_agreement,
.apt .popup a.close {
  color: #0071bc;
}


/*
.apartments .apt:hover .popup{
	display:block;
}*/


#mobile-menu {
  display: block;
  width: 300px;
  background: #6a6a6a;
  top: 77px;
  left: -338px;
  padding: 15px 0 0 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu li {
  width: 100%;
  list-style-type: none;
}

#mobile-menu li a {
  display: block;
  padding: 0 0 0 15px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

#mobile-menu li h4 {
  padding: 0 0 0 15px;
}

#mobile-menu li a span {
  background: url('/img/menu-sprite.png') no-repeat top left;
  display: inline-block;
  margin: 0px 5px -3px 0;
}

#mobile-menu li a:hover {
  background: #131313;
}

#mobile-menu li h4 {
  font-size: 21px;
  font-weight: 100;
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.6);
}

table#brf_table {
}

table#brf_table tr {
  padding: 10px;
  display: block;
}

table#brf_table tr td {
  padding: 10px;
}

table#brf_table tr {
  padding: 10px;
  display: block;
}

table#brf_table tr.brf_row:nth-child(even) {
  background: #f0edea;
}

.brf_header {
  height: 77px;
  vertical-align: middle;
  margin-left: 90px;
  display: flex;
}

.left_column .brf_header {
  right: 250px;
}

.bref_header .button {
  border: 1px solid #ff8000;
}

.title h2, .browse h2 {
  line-height: 28px;
  margin-top: 6px;
  /* color: white; */
}

.apt_header {
  height: 30px;
  width: 100%;
}

.apt_header .apt_tab {
  height: 30px;
  background: #555555;
  width: 33.333%;
  display: inline;
  float: left;
  text-align: center;
  padding: 15px 0 15px 0;
  position: relative;
  cursor: pointer;
}

.apt_header .apt_tab h1 {
  font-size: 24px;
}

.apt_tab.active {
  background: #ff4200;
}

.apt_tab.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 66, 0, 0);
  border-top-color: #ff4200;
  border-width: 15px;
  margin-left: -15px;
}

.apt_header .apt_tab:hover {
  background: #f05a28;
}

.apt_tab.active:hover:after {
  border-top-color: #f05a28;
}

.apartment_btn_wrapper {
  float: right;
  margin-top: 3px;
}

.brf_header .button {
  float: left;
}

.brf_header .title {
  float: left;

}

.brf_header .button,
.brf_header .buttonlike_non_button {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  padding: 0 18px 0 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 5px;
}
.brf_header .button:hover,
.brf_header .btn:hover {
    opacity: 0.85;
}

.brf_header .button.inactiveLink {
  pointer-events: none;
  cursor: default;
  color: grey !important;
  border: 1px solid grey;
}

.brf_header .signature_button .button {
  margin-top: 11px;
}

.brf,
.apt,
.agreement {
  padding: 10px 20px;
}

.brfWrapper {
  background: url('/img/menu-sprite.png') no-repeat top left;
  background-position: 0 -217px;
  padding-left: 30px;
}

.image_wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.agreement_image {
  max-width: 100%;
}

.no_agreements {
  color: #444444;
}

.brf:nth-child(even),
.apt:nth-child(even),
.agreement:nth-child(even) {
  background: #f0edea;
}

.brf:nth-child(odd),
.apt:nth-child(odd),
.agreement:nth-child(odd) {
  background: #fff;
}

.brf p,
.apt p,
.agreement p {
  margin: 0px;
  display: inline;
  font-weight: 200;
  font-size: 14px;
  margin-right: 10px;
}

.brf h4 < a {
  position: relative;
  top: 10px;
}

.brf h4,
.apt p {
  font-weight: 500;
  margin: 4px 0px;
}

.brf h4 a,
.agreement h4 a {
  text-decoration: none;
  color: #000;
}

a.editlink {
  float: right;
}

.brf h4 a:hover,
.agreement h4 a:hover {
  text-decoration: underline;
}

.apt p.bold {
  font-weight: 600;
}

p.right {
  float: right;
}

.apt.odd {
  background: #ffffff;
}

.apt .aptWrapper {
  background: url("../img/locked.png") no-repeat 0px center;
  padding: 3px 0px;
  padding-left: 30px;
}

.apt .aptWrapper:hover,
.apt .aptWrapper.unlocked {
  background: url("../img/unlocked.png") no-repeat 0px center;
  padding-left: 30px;
  padding: 3px 0px;
  padding-left: 30px;
}

.apt .aptWrapper a.unlock {
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-left: -30px;
  margin-right: 5px;
}

.head {
  border-bottom: 1px solid #dbd6cd;
  height: 60px;
}

.head .title {
  float: left;
  margin-top: -5px;
}

.head p.apt {
  font-weight: 600;
  float: left;
}

.head a.edit {
  float: left;
}

.head .btns {
  float: right;
  margin-top: 16px;
}

.head a.edit {
  float: left;
  position: relative;
  top: 15px;
  left: 20px;
  color: #000;
}

.head .btns a {
  padding: 6px 24px;
  border: 1px solid #ff4200;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  color: #ff4200;
  box-shadow: 0px 0px 5px #888888;
}

.head .btns a.save {
  margin-right: 10px;
}

.seller_info p {
  margin: 5px 0px;
}

.seller_info:nth-child(even) {
  background: #f0edea;
}

.seller_info:nth-child(odd) {
  background: #fff;
}

.search-clear {
  display: block;
  width: 25px;
  height: 25px;
  background: url('/img/search-sprite.png') 5px 5px no-repeat;
  position: absolute;
  top: 17px;
  right: 55px;
}

.search-magnifier {
  display: block;
  width: 25px;
  height: 25px;
  background: url('/img/search-sprite.png') 5px -21px no-repeat;
  position: absolute;
  top: 17px;
  right: 10px;
}

#overlay {
  position: absolute;
  top: 44px;
  right: 50px;
  background: #ffffff;
  width: 262px;
  color: #000000;
  z-index: 5000;
  list-style-type: none;
  border: 1px solid #e6e6e6;
  display: none;
}

#overlay li {
  padding: 10px 5px;
  border-top: 1px solid #e0e0e0;
}

#overlay li:hover {
  background: #efefef;
}

#overlay li,
#overlay li a {

  color: #999999;
  text-decoration: none;
  font-size: 13px;
}

#overlay li a strong {
  font-weight: 200;
  color: #231f20;
}

.form_height {
  height: 100%;
}

form input {
  border: 1px solid #b3b3b3;
  font-size: 14px;
}

form .field {
  margin-bottom: 20px;
}

form label:not(.label-floatlabel) {
  font-size: 16px;
  display: block;
  margin-left: 1px;
}

form label .cursive {

}

form#new_agreement .field_fullwidth input {
  width: 90%;
}

form .field.full_width,
form .field.full_width input[type='text'],
form .field.full_width input[type='number'],
form .field.full_width select,
form .field.full_width textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 16px;
}

form .field.half_width {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

form .field.full_width input.half_width,
form .field.full_width select.half_width,
form .field.full_width textarea.half_width {
  display: inline;
  width: calc(50% - 10px) !important;
  max-width: calc(50% - 10px) !important;
  min-width: calc(50% - 10px) !important;
}

form .field.full_width input.with_button {
  width: calc(100% - 140px);
  max-width: calc(100% - 140px);
  min-width: calc(100% - 140px);
}

form .field.full_width .field_button {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  margin-top: 2px;
  display: inline-block;
  text-align: center;
}

form .field.full_width .datetime_field {
  display: inline;
  background: #ffffff;
  width: auto;
  max-width: auto;
  min-width: auto;
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form .field.full_width .datetime_field {
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
}

select:not(.datetime_field, #motion_id, #meeting_id) {
  background: #ffffff url('../img/dropdown_arrow_large.png') no-repeat right center;
  background-size: 45px 30px;
}

#notice {
  margin: 25px 20px 10px 20px;
  padding: 15px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.messages {
  position: absolute;
  top: 0px;
  left: 30px;
  right: 30px;
  z-index: 99;
  max-width:480px;
  height: auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.alert {
  position: absolute;
  top: 0px;
  left: 30px;
  right: 30px;
  z-index: 99;
}

form textarea,
form select:not(.datetime_field),
form input[type='text'],
form input[type='number'],
form input[type='email'],
form input[type='password'],
form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  font-size: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form input[type="text"].hasDatepicker {
  background: #ffffff url('../img/calendar-icon.png') no-repeat right center;
  background-size: 43px 30px;
}

.ui-datepicker-title select {
  background-size: 15px 15px !important;
  padding: 3px;
}

form select {
  font-size: 14px;
}

form .upload {
  background-color: #fff;
  display: block;
  padding: 9px 21px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #ef5927;
  position: relative;
}

form .upload input {
  display: block;
  width: 100%;
  height: 50px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

form .upload input#upload_agreement_file {
  width: 88px;
}

.file_preview {
  max-width: 50%;
  margin-right: 20px;
  margin-top: 20px;
  display: none;
}

form .field_distrained input {
  width: 10px;
}

.list_headlines {
  margin-top: 22px;
  margin-bottom: 20px;
}

.list_headlines span,
.list_headlines a {
  margin-left: 60px;
  font-size: 16px;
  color: #444444;
  border-bottom: 1px dotted #444444;
}

.list_headlines span:first-of-type {
  margin-left: 20px;
}

.list_headlines a {
  text-decoration: none;
}

form .sideline_checkbox {
}

form .sideline_checkbox,
form .sideline_checkbox * {
  display: inline;
}

.field.sideline_checkbox::after {
  content: " ";
  display: block;
  margin-bottom: 20px;
}

form .field_brf_type,
form .field_cadastre,
form .field_year_of_construction,
form .field_orgnumber,
form .field_zipcode,
form .field_economic_plan {
  float: left;
  margin-right: 50px;
  width: 250px;
}

.brf_new form .field_fullwidth input {
  width: 30%;
}

form .field_fullwidth input {
  width: 90%;
}

form .actions {
  margin-top: 20px;
}

.modal-dialog{
  max-width: 80%;
}

.apt_new input {
  width: 100%;
}

.apt_new input[type=submit] {
  width: inherit;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 45px;
  height: 15px;
}

form .rememberme input#user_remember_me {
  width: 30px;
  float: left;
}

.welcome_loggedin {
  width: 100%;
  height: 800px;
  background: url("../img/gatuvy_org.jpg") no-repeat center top;
  margin-top: -1px;
}

.welcome_loggedin .welcomebox {
  /*	width: 1100px;*/
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.welcome_loggedin .welcomebox .orange {
  background: #f05a28;
  /*	padding:30px 135px;*/
  padding: 40px 8%;
  height: 250px;
  width: 70%;
  margin: 0 auto;
}

.welcome_loggedin .welcomebox .white {
  background: #fff;
  opacity: 0.8;
  /*	padding: 39px 160px 29px;*/
  height: 60px;
  padding: 40px 8%;
  width: 70%;
  margin: 0 auto;
}

.summa {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.summa span {
  border-bottom: 1px solid #bab1b8;
  left: 20px;
  position: absolute;
  top: 17px;
  width: 95%;
}

.circle_class {
  float: left;
  margin-top: -7px;
  position: relative;
  width: 50%;
}

.circle_class.add {
  margin-right: 0;
  width: auto;
  right: 0px;
  position: absolute;
}

.circle_class label {
  left: -60px;
  position: absolute;
  text-align: center;
  top: 38px;
  width: 140px;
  font-size: 15px;
}

.welcome_loggedin .search {
  color: #dddfe0;
  position: relative;
}

.welcome_loggedin .search .searchsymbol {
  background-size: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 0px;
}

.welcome_loggedin .welcomebox input {
  width: 95%;
  padding: 8px 10px;
  margin: 0 auto;
  border: 1px solid #949494;
  -moz-box-shadow: inset 0 0 2px 1px rgba(148, 148, 148, 0.15);
  -webkit-box-shadow: inset 0 0 2px 1px rgba(148, 148, 148, 0.15);
  box-shadow: inset 0 0 2px 1px rgba(148, 148, 148, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: white;
  color: black;
  text-decoration: none;
  font-size: 13px;
}

.search {
  float: right;
  margin: 7px 20px 0 0;
  color: #dddfe0;
}

.search input {
  width: 223px;
  background-image: url("/img/search-black.png");
  border: 1px solid #949494;
  box-shadow: inset 0 0 2px 1px rgba(148, 148, 148, 0.15);
  border-radius: 0px;
  padding: 8px 40px 8px 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

form p.tooltip {
  color: #666666;
  font-size: 11px;
  margin: 0 0 0 2px;
}

.welcome_loggedin ul {
  list-style: none;
  margin-left: 20px;
}

.welcome_loggedin ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -10px;
  top: -1px;
  color: #f05a28;
  font-size: 20px;
}

.welcome_loggedin ul li p {
  margin: 0px;
}

.welcome_loggedin .white a {
  text-decoration: none;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  color: #3366ff;
}

.welcome_loggedin .white a:hover {
  text-decoration: underline;
}

form input.uploadbutton {
  padding: 5px 12px;
  font-size: 14px;
  margin-left: 5px;
}

form .field_apt input {
  width: 30%;
}

.show_agreement {
  padding: 20px;
}

.agreement_row {
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 16px;
}

.agreement_row span {
  margin-right: 30px;
}

.agreement_row a {
  color: #000000;
  text-decoration: none;
}

.agreementIcon {
  background: url('/img/avtalicon.png') no-repeat top left;
  background-size: 100%;
  display: block;
  width: 19px;
  height: 25px;
  float: left;
  margin-right: 16px;
  margin-top: -2px;
}

.agreement_editIcon {
  background: url('/img/redigera.svg');
  background-size: 100%;
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 16px;
  margin-top: -2px;
}

.activity_editIcon {
  background: url('/img/redigera.svg');
  background-size: 100%;
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  position: absolute;
  right: 35px;
  top: 10px;
  margin: 5px;
}

.externs_editIcon {
  background: url('/img/redigera.svg');
  background-size: 100%;
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  right: 35px;
}

.add-externs {
  display: none;
  margin-top: -13px;
}

select.change_action {
  background: white;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  position: relative;
}

#error_explanation {
  padding: 15px 0px;
}

#error_explanation h2 {
  color: red;
  font-size: 18px;
}

#error_explanation ul {
  list-style: disc;
  margin-left: 15px;
}

.filuppladdaren {
  margin-bottom: 40px;
}

form input[type="checkbox"] {
  width: 12px !important;
}

.pledges_list {
  display: block;
  width: 100%;
  clear: both;
}

.hidden {
  display: none !important;
}

.pledges_list .col {
  width: 100px;
  float: left;
  margin: 0 10px;
}

.margin_header {
  margin: 0px;
}

.apartment_info {
  margin-top: 20px;
}

.modal_header {
  background: none repeat scroll 0 0 #f05a28;
  height: 44px;
  margin-left: 57px;
  padding: 6px 50px 6px 0px;
}

.modal_arrow,
.modal_blank {
  display: block;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 50px;
  height: 43px;
  float: left;
  margin-top: 3px;
}

.modal_arrow {
  background-image: url("../img/arrow-orange.png");
}

.modal_title {
  width: 350px;
  float: left;
  font-weight: 100 !important;
}

.modal_form {
  margin-left: 57px;
}

.modal_field label {
  margin: 0 !important;
}

.modal_field {
  margin-top: 10px;
}

.modal_attach {
  margin-top: 20px;
  float: left;
}

.apartment_show {
  background-color: #ffffff;
  padding-left: 20px !important;
}

.orange_header {
  background-color: #f05a28;
  height: 5px;
}

.apartment_heading {
  font-size: 30px;
}

.circle {
  background: none repeat scroll 0 0 #f05a28;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.welcome_title {
  font-size: 30px !important;
  line-height: 30px !important;
  margin: 0px;
}

.orange p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.welcome_link {
  color: #fff;
  font-size: 15px;
  margin: 60px auto 0px auto;
  width: 200px;
  text-align: center;
  display: block;
}

.circle_cont {
  background: none repeat scroll 0 0 #bab1b8;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.arrow-up {
  width: 0;
  height: 0;
  /*margin-left:400px;*/
  position: relative;
  left: 70%;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 36px solid #f05a28;
}

.modal_submit {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.small_textbox {
  width: 110px;
}

.large_textbox {
  width: 375px;
}

.modal_file {
  margin-right: 77px;
}

.switch {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #ff4200;
  height: 40px;
  padding-top: 18px;
  margin: 0 auto;
  width: 100%;
}

.innerswitch {
  width: 60%;
  margin: 0 auto;
}

.switch_brf,
.switch_apartment {
  float: left;
  /*width:230px;*/
  width: 50%;
  text-align: center;
}

.switch a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  outline: none;
}

.arrow-down {
  display: none;
}

.active .arrow-down {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 21px solid #ff4200;
  /*	margin-left:76px;
	margin-top:3px;*/
  margin: 0 auto;
  z-index: 9;
}

.text-active {
  color: #ff4200 !important;
}

.orange p {
  margin: 10px 0px;
}

.new_apt {
  padding: 30px;
}

.new_apt h2 {
  color: #333;
}

.filterbox {
  position: relative;
  float: left;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 20px;
}

.filterbox label,
.filterbox select {
  cursor: pointer;
}

.filterbox label {
  text-align: left;
  margin-top: 5px;
  margin-left: 80px;
  border-bottom: 1px dotted #444444;
  font-size: 16px;
}

.filterbox label.first,
.filterbox select.first {
  margin-left: 20px !important;
}

.filterbox select {
  opacity: 0;
  position: absolute;
  margin-left: 60px;
  top: 22px;
  width: 100%;
}

.filterbox #s2id_doctype_filter {
  opacity: 0;
  position: absolute;
  margin-left: 0px;
  top: 22px;
  width: 100%;
}

.select2-results > .select2-result > .select2-result-label {
  display: none;
}

.select2-results-dept-0 {
  border-top: 1px solid #666;
}

.select2-results-dept-0:first-of-type {
  border-top: 0px solid #666;
}

.column_wrapper {
  padding: 10px;
  overflow: auto;
  background-color: #ffffff;
  color: #444444;

  display: block;
}

.column_header_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.column_wrapper.extra_agreement {
  display: none;
}

.column_wrapper:nth-of-type(even) {
  background-color: #fafafa;
}

.column_wrapper a {
  color: #444444;
  text-decoration: none;
}

.column_wrapper .small_column:first-child a {

}

.column_headers {
  color: #444;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f0edea;
  border: 1px solid #e3e0dd;
}

.column_headers span {
  cursor: pointer;
}

.column_headers .dropdown_trigger {
  position: absolute;
  opacity: 0;
  left: 20px;
  z-index: 99;
}

.column_headers .sort_arrow {
  display: inline-block;
  background-image: url('../img/sort-arrows.png');
  background-repeat: no-repeat;
  background-size: 7px 10px;
  width: 8px;
  height: 10px;
  margin-top: 2px;
  margin-left: 3px;
  cursor: pointer;
}

.column {
  box-sizing: border-box;
  padding-right: 15px;
  display: block;
  float: left;
}

.column.large_column {
  width: 40%;
}

.column.medium_column {
  width: 30%;
}

.column.small_column {
  width: 15%;
}

.column.large_edit_column {
  width: 20%;
}

.column.edit_column {
  width: 10%;
}

.column.standard_column {
  width: 15.625%;
}

.column.name_column {
  width: 20%;
}

.column.icon_column {
  width: 30px;
  white-space: nowrap;
  padding: unset;
}

.column .category_dropdown {
  border: 1px solid #777;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 6px 4px 6px;
}

.column .category_dropdown .sort_arrow {
  margin-left: 3px;
}

.column.icon_column .dropdown_trigger {
  margin-top: -5px;
  margin-left: -5px;
}

.column.ordered span {
  border-bottom: 1px dotted #444444;
}

#details {
  margin-left: 20px;
  margin-bottom: 30px;
}

#details ul li {
  padding-bottom: 15px;
}

.flag-indicator {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 20px;
  text-indent: -9999px;
  margin-right: 15px;
  float: left;
}

.flag-indicator.flagfalse {
  background: url("/img/flagGrey.png") no-repeat;
  background-size: 100%;
}

.flag-indicator.flagtrue,
.flag-indicator.flagfalse:hover {
  background: url("/img/flagYellow.png") no-repeat;
  background-size: 100%;
}

.building {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 108px rgba(50, 50, 50, 0.75);
}

.intro > p {
  width: 600px;
}

.intromenu {
  position: relative;
  top: -130px;
}

.intromenu img {
  margin: 0 auto;
  position: center;
}

.intromenu .menutab-third,
.intromenu .menutab-half {
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid #f05a28; /* orange */
  height: 100px;
}

.intromenu .menutab-third {
  width: 33.3333333333333%;
}

.intromenu .menutab-half {
  width: 50%;
}

.intromenu .menutab-half .icon,
.intromenu .menutab-third .icon {
  width: 70px;
  height: 52px;
  margin: 8px auto;
  background-size: 80%;
}

.intromenu .menutab-third.uppdragsbekraftelse .icon,
.intromenu .menutab-half.uppdragsbekraftelse .icon {
  background: url("../img/start_page/home.png") no-repeat center center;
  background-size: 65%;
}

.intromenu .menutab-third:hover.uppdragsbekraftelse .icon,
.intromenu .menutab-third.active.uppdragsbekraftelse .icon,
.intromenu .menutab-half:hover.uppdragsbekraftelse .icon,
.intromenu .menutab-half.active.uppdragsbekraftelse .icon {
  background: url("../img/start_page/home_active.png") no-repeat center center;
  background-size: 65%;
}

.intromenu .menutab-third.saljmaterial .icon,
.intromenu .menutab-half.saljmaterial .icon {
  background: url("../img/start_page/book.png") no-repeat center center;
  background-size: 40%;
}

.intromenu .menutab-third.godkannande .icon,
.intromenu .menutab-half.godkannande .icon {
  background: url("../img/start_page/member.png") no-repeat center center;
  background-size: 70%;
}

.intromenu .menutab-third:hover.godkannande .icon,
.intromenu .menutab-third.active.godkannande .icon,
.intromenu .menutab-half:hover.godkannande .icon,
.intromenu .menutab-half.active.godkannande .icon {
  background: url("../img/start_page/member_active.png") no-repeat center center;
  background-size: 65%;
}

.intromenu .menutab-third.avtal .icon,
.intromenu .menutab-half.avtal .icon {
  background: url('/img/avtalicon.png') no-repeat center center;
  background-size: 32px;
}

.intromenu .menutab-third:hover.avtal .icon,
.intromenu .menutab-third.active.avtal .icon,
.intromenu .menutab-half:hover.avtal .icon,
.intromenu .menutab-half.active.avtal .icon {
  background: url('/img/avtalicon_active.png') no-repeat center center;
  background-size: 32px;
}

.intromenu .menutab-third p,
.intromenu .menutab-half p {
  font-size: 18px;
  margin: 0px;
  text-align: center;
}

.intromenu .menutab-third:hover,
.intromenu .menutab-third.active,
.intromenu .menutab-half:hover,
.intromenu .menutab-half.active {
  background: #f05a28;
  cursor: pointer;
  padding-top: 10px;
  margin-top: -10px;
  color: #ffffff;
}

.intromenu .menutab:hover p,
.intromenu .menutab.active p {
  color: #fff;
}

#uppdragsbekraftelsediv,
#godkannandediv {
  display: none;
}

#saljmaterialdiv {
  display: block;
}

.frontpagediv {
  padding: 30px 10%;
  background: #fff;
  min-height: 300px;
  position: relative;
  top: -130px;
}

.frontpagediv p {
  padding: 0px;
  margin: 0px;
}

.image1 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uppdrags p {
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.salj {
  width: 30%;
  height: 300px;
  background: #fff;
  float: left;
}

.text {
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ef5927;
  padding-top: 30px;
}

.text p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}

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

.image2 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.image2 + p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.godkann {
  width: 30%;
  margin-left: 5%;
  height: 300px;
  background: #fff;
  float: left;
}

.image3 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.godkann p {
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.footer {
  background: #fff;
  width: 100%;
  height: 600px;
}

.building {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0px 0px 108px rgba(50, 50, 50, 0.75);
}

.intro > p {
  width: 600px;
}

.intromenu {
  position: relative;
  top: -130px;
}

.intromenu img {
  margin: 0 auto;
  position: center;
}

.intromenu .menutab {
  width: 33.3333333333333%;
  float: left;
  background: url("../img/bg-white.png");
  border-bottom: 3px solid #f05a28; /* orange */
  height: 100px;
}

.intromenu .menutab .icon {
  width: 50px;
  height: 50px;
  margin: 8px auto;
  background-size: 80%;
}

.intromenu .menutab#uppdragsbekraftelse .icon {
  background: url("../img/start_page/home.png") no-repeat center center;
}

.intromenu .menutab#saljmaterial .icon {
  background: url("../img/start_page/book.png") no-repeat center center;
  background-size: 55%;
}

.intromenu .menutab#godkannande .icon {
  background: url("../img/start_page/member.png") no-repeat center center;
}

.intromenu .menutab p {
  font-size: 18px;
  margin: 0px;
  text-align: center;
}

.intromenu .menutab:hover,
.intromenu .menutab.active {
  background: #f05a28;
  cursor: pointer;
  padding-top: 10px;
  margin-top: -10px;
}

.intromenu .menutab:hover p,
.intromenu .menutab.active p {
  color: #fff;
}

#uppdragsbekraftelsediv,
#godkannandediv {
  display: none;
}

#saljmaterialdiv {
  display: block;
}

.frontpagediv {
  padding: 30px 10%;
  background: #fff;
  min-height: 300px;
  position: relative;
  top: -130px;
}

.frontpagediv p {
  padding: 0px;
  margin: 0px;
}

.image1 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uppdrags p {
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.salj {
  width: 30%;
  height: 300px;
  background: #fff;
  float: left;
}

.text {
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ef5927;
  padding-top: 30px;
}

.text p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}

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

.image2 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.image2 + p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.godkann {
  width: 30%;
  margin-left: 5%;
  height: 300px;
  background: #fff;
  float: left;
}

.image3 {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.godkann p {
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #595657;
}

.footer {
  background: #fff;
  width: 100%;
  height: 600px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.container_clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.right_column_content {
  margin: 20px;
}

.content {
  margin: 20px;
  margin-left: 70px;
}

.content.offset {
  margin-top: 62px !important;
}

.content .half_width {
  width: 50%;
  float: left;
}

.content .half_width p {
  margin-top: 5px;
}

.content .half_width input[type='checkbox'] {
  display: inline;
  margin-left: 10px;
}

.left_column {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 77px;
  right: 250px;
  height: auto;
  background: white;
}

.left_column .content {
  position: absolute;
  left: 0;
  top: 62px;
  bottom: 0;
  right: 0;
}

.left_column .content:not(.margins) {
  margin: 0;
}

.left_column .proto_wrapper {
  position: relative;
}

.left_column .proto_item {
  position: relative;
}

.left_column .proto_item,
.left_column .event {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.membership_request, .invoice {
  padding: 1.2em 0;
  border-bottom: 1px solid #eee;
}

.left_column .marker {
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f05a28;
}

.left_column .proto_item .meeting_comments .initial_field,
.left_column .proto_item .meeting_comments .comment_form {
  padding-left: 60px;
}

.left_column .proto_item .remove_activity {
  right: 10px;
  top: 20px;
  position: absolute;
  cursor: pointer;
}

.left_column .proto_item .paragraph {
  width: 30px;
}

.left_column .proto_item.active .paragraph {
  padding-left: 45px;
}

.left_column .proto_item.active .message {
  width: calc(100% - 110px);
}

.left_column .proto_item .message {
  width: calc(100% - 4%);
}

.left_column .proto_item .message h3 {
  margin: 0px;
  font-size: 16px;
}

.left_column .proto_item .message p {
  margin: 5px 0 0 0;
}

.left_column .event span {
  display: block;
}

.left_column .event .action {
  color: #4a90e2;
}

.left_column .event .event_content {
  padding-left: 2vw;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 5px;
  width: calc(100% - 100px);
}

.left_column .event .event_content h2 {
  color: #444444;
}

.left_column .event .event_icon {
  width: 17px;
  height: 17px;
  display: block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 3vw;
  margin-top: 24px;
}

.left_column .event .event_icon.club {
  background-image: url("../img/club_icon.png");
}

.left_column .event .event_icon.meeting {
  background-image: url("../img/meeting.svg");
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
}

.right_column {
  display: none;
  width: 250px;
  float: right;
}

.right_column.mini span {
  display: block;
  margin-bottom: 5px;
}

.right_column.mini .right_column_content {
  padding-left: 12px;
  overflow-y: hidden;
}

.right_column.mini {
  width: 50px;
}

.right_column.sticky {
  overflow: auto;
  right: 0;
  top: 0;
}

.right_column .header {
  height: 62px;
  overflow: hidden;
  background-color: #f05a28;
}

li#right-sidebar-title {
  margin-top: -5px;
  font-size: 28px;
  font-weight: 100;
  color: white;
  position: absolute;
}

li#hide-rightbar {
  float: right;
  margin-right: 10px;
}

.right_column:not(.mini) .header ul {
  padding-left: 20px;
}

.right_column .header ul {
  padding-top: 18px;
  margin-left: 10px;
}

.right_column .right_column_content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 20px;
}

.right_column h2 {
  color: #555;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
}

.right_column .white_box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

.right_column .white_box h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;

  color: #f05a28;
}

.right_column .white_box h5 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.right_column .category_orb,
.item_orb,
.right_column .category,
.right_column .item {
  display: inline-block;
}

.item_orb,
.right_column .category_orb {
  height: 14px;
  width: 15px;
  padding-top: 1px;
  color: #fff;
  vertical-align: 2px;
  text-align: center;
  margin-right: -10px;
  display: inline-block;
  position: absolute;
  margin-top: 0px;
}

.item_orb {
  background-color: #00a551;
  position: relative;
  margin-right: 5px;
}

.right_column .category_orb {
  background-color: #f05a28;
  /*margin:-5px -5px 5px 0px;*/
}

.right_column .category,
.right_column .item {
  margin-top: 5px;
}

.right_column .category,
.right_column a.category {

  color: #444444;
}

.right_column .item {
}

.right_column .sub_header {
  margin-left: 14px;

  margin-bottom: 0px;
  margin-top: 15px;
}

.right_column_content ul {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
}

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

.item.draggable_item {
  border-radius: 5px;
  padding: 1px 8px 8px;
  cursor: move;
  width: calc(100% - 45px);
}

.item.draggable_item.ui-draggable-dragging {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  width: 150px;
}

.items img {
  float: right;
  width: 15px;
  height: 15px;
  padding-top: 8px;
}

.right_column .user {
  margin-top: 10px;
}

.right_column .user .user_icon,
.right_column .user label,
.right_column .user input[type='checkbox'] {
  display: block;
}

.right_column .user .user_icon {
  width: 15px;
  height: 14px;
  margin-top: 4px;
  margin-right: 10px;
  background: url("../img/user-icon.png") no-repeat;
}

.right_column .user label {

}

.right_column .user input[type='checkbox'] {
  margin-top: 5px;
}

.right_column a {
  text-decoration: none;
  color: #444;
}

.initial_square {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin: 10px;
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
  text-align: center;

  font-size: 12px;
  line-height: 29px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

#header .initial_square {
  margin: 10px 8px 10px 0;
}

#header .initial_square:not(:last-of-type) {
  margin-right: -5px;
}

.initial_square.chat_toggler {
  margin-right: 0px;
  cursor: pointer;
}

.initial_square:nth-of-type(1) {
  background-color: #00a551;
}

.initial_square:nth-of-type(2) {
  background-color: #8cc63f;
}

.initial_square:nth-of-type(3) {
  background-color: #2e3191;
}

.initial_square:nth-of-type(4) {
  background-color: #00adee;
}

.initial_square:nth-of-type(5) {
  background-color: #93278f;
}

.initial_square:nth-of-type(6) {
  background-color: #eb008b;
}

.initial_square-delete-token {
  color: darkgray;
  font-size: 30px;
  font-family: monospace;
  float: right;
  cursor: pointer;
  height: auto;
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
  margin-left: 5px;
}

.externs.initial_square-save-token,
.externs.initial_square-delete-token {
  color: darkgray;
  font-size: 30px;
  font-family: monospace;
  float: right;
  cursor: pointer;
  height: auto;
  display: block;
  top: -14px;
  margin: 8px;
  position: relative;
  display: none;
}

.chat_list {
  display: block;
  bottom: 0;
  right: 270px;
  z-index: 97;
  height: 41px;
}

.chat {
  display: inline-block;
  bottom: 0;
  height: 41px;
}

.chat_header {
  background-color: #555;
  cursor: pointer;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.chat_header span {
  display: inline-block;
  padding-left: 10px;
  padding-top: 7px;
  padding-right: 20px;
  height: 30px;
  vertical-align: top;
}

.chat_header span.folded {
  border: 0;
}

.chat_unfolded .chat_toggler {
  position: relative;
  display: block;
  padding: 0;
  float: right;
  border: 0;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url('../img/chat_icons.png');
  background-repeat: no-repeat;
  background-size: 32px 16px;
}

.chat_folded,
.chat_unfolded {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 0;
  float: right;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
}

.chat_folded {
  padding: 8px 8px 9px 8px;
  background-color: #555;
}

.chat_unfolded {
  width: 300px;
  margin-top: -338px;
  display: none;
}

.chat_unfolded .chat_toggler {
  background-position: 0px 0px;
}

.chat_content {
  height: 270px;
  background-color: #fff;
  padding: 20px;
  font-size: 13px;
}

.chat_text input {
  width: 293px;
  height: 25px;
}

.button_menu {
  z-index: 9999999999;
  width: 180px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-top: 60px;
  display: none;
  overflow: hidden;
}

.button_menu a {
  display: block;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #eee;
}

.button_menu li:last-of-type a {
  border-bottom: 0;
}

.button_menu a:hover {
  background-color: #eee;
}

.dashboard_list .initial_square {
  margin-left: 20px;
}

.dashboard_list a {
  text-decoration: none;

  color: #444;
}

#agreementsWrapper div.ongoing,
.dashboard_list div.ongoing {
  float: right;
  top: 3px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: lighter;
  background-color: #00a551;
  color: #ffffff;
  position: relative;
  right: 0px;

}

#agreementsWrapper div.ongoing {
  float: left;
  width: 100px;
  text-align: center;
  top: 1px;
  right: 16px;
}

#agreementsWrapper div.audit,
.dashboard_list div.audit {
  float: right;
  top: 3px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: lighter;
  background-color: #00adee;
  color: #ffffff;
  position: relative;
  right: 0px;

}

#agreementsWrapper div.audit {
  float: left;
  width: 100px;
  text-align: center;
  top: -5px;
  right: 16px;
}

#agreementsWrapper div.prolong,
.dashboard_list div.prolong {
  float: right;
  top: 3px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: lighter;
  background-color: #777;
  color: #ffffff;
  position: relative;
  right: 0px;

}

#agreementsWrapper div.prolong {
  float: left;
  width: 100px;
  text-align: center;
  top: -5px;
  right: 16px;
}

#agreementsWrapper div.termination,
.dashboard_list div.termination {
  float: right;
  top: 3px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: lighter;
  background-color: #f05a28;
  color: #ffffff;
  position: relative;
  right: 0px;

}

#agreementsWrapper div.termination {
  float: left;
  width: 100px;
  text-align: center;
  top: -5px;
  right: 16px;
}

#agreementsWrapper div.canceled,
.dashboard_list div.canceled {
  float: right;
  top: 3px;
  border-style: solid;
  border-radius: 13px;
  border-width: 1px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: lighter;
  background-color: #ff0000;
  color: #ffffff;
  position: relative;
  right: 0px;

}

#agreementsWrapper div.canceled {
  float: left;
  width: 100px;
  text-align: center;
  top: -5px;
  right: 16px;
}

#agreementsWrapper ul.menu li,
.dashboard_list ul.menu li {
  padding: 5px;
}

#agreementsWrapper ul.menu li.ongoing a,
.dashboard_list ul.menu li.ongoing a {
  color: #00a551;

}

#agreementsWrapper ul.menu li.audit a,
.dashboard_list ul.menu li.audit a {
  color: #00adee;

}

#agreementsWrapper ul.menu li.prolong a,
.dashboard_list ul.menu li.prolong a {
  color: #777;

}

#agreementsWrapper ul.menu li.termination a,
.dashboard_list ul.menu li.termination a {
  color: #f05a28;

}

#agreementsWrapper ul.menu li.canceled a,
.dashboard_list ul.menu li.canceled a {
  color: #ff0000;

}

#agreementsWrapper ul.menu,
.dashboard_list ul.menu {
  float: right;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px !important;
  position: absolute;
  margin-top: 28px !important;
  background: white;
  height: auto;
  z-index: 100;
  width: 90px;
  font-size: 12px;
  text-align: center;
}

#agreementsWrapper ul.menu {
  margin-top: 21px !important;
}

.dashboard_list ul.menu {
  right: 120px;
}

.todo_toggler {
  display: block;
  cursor: pointer;
}

.attach_activity {
  cursor: move;
  background: url("../img/dragndrop.svg");
  border-radius: 0px;
}

/* iPads (landscape) ----------- */
@media screen and (max-width: 767px) {
  .dashboard-list {
    margin-right: 0 !important;
  }

  .table-responsive td:first-of-type {
    padding-left: 4%;
  }

	.table-responsive {
		width: 100%;
	}
	.brf_header .button, .brf_header .buttonlike_non_button{
    padding: 0 12px;
	}
	.brf_header .button, .brf_header .buttonlike_non_button span{
    display: none;
	}
}

@media screen and (max-width: 450px){
	#header_brf_users ul{
		font-size: 12px !important;
	}
}

@media only screen and (max-device-width: 768px) {
  .title h2 {
    font-size: 21px;
  }

  .membership_request, .invoice {
    padding: 12px 20px 6px 20px; /* KA 180913: Overrides line 1 in _membership_request.html.erb - style="padding-left: <%= membership_request.approve.nil? ? "0px" : "25px" %>;" */
  }
}

@media only screen and (max-device-width: 768px){
	.item_orb, .category_orb{
			padding-top: 1px;
			border-radius: 50%;
			font-size: 9px;
		}
}

@media only screen and (min-device-width: 769px) {
  .item_orb,
  .category_orb {
    padding-top: 1px;
    border-radius: 50%;
    font-size: 10px;
  }
}


/* Mobile (landscape) ----------- */
@media only screen and (max-device-width: 375px) {
  .left_column .brf_header .title,
  .left_column .brf_header .modal_blank {
    /* KA 180912: Why hide these?
	  display: none;*/
  }
  .title h2 {
    letter-spacing: -1px;
    margin-left: -5px;
  }
}


/* Hiding logo when there is a risk of colliding with Brf name and user icons ----------- */
@media only screen and (max-device-width: 500px) {
  #header .title {
    display: none;
  }

  .brf_header .modal_arrow {
    width: 40px;
  }

  .brf_header .button {
    padding: 6px 5px;
    margin-left: 0;
  }

  .brf_header .button:first-of-type {
    margin-left: 10px;
    margin-right: -3px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  form textarea,
  form select:not(.datetime_field),
  form input[type="text"],
  form input[type="number"] {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .file_preview {
    max-width: 70%;
  }
}

.date_field_half {
  display: block;
  width: 50%;
  float: left;
}

.datetimepicks:not(.floatlabel) {
  width: calc(100% - 10px) !important;
  min-width: calc(100% - 10px) !important;
  max-width: calc(100% - 10px) !important;
}

.user_search_img {
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}

.cover_box {
  border: 1px solid #ccc;
  background-color: #fff;
}

.motions {
  margin-bottom: 20px;
}

.select_container {
}

.select_container select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.without_border {
  height: 3%;
  border: none;
}

.bent_arrow {
  height: 30px;
  vertical-align: -10px;
}

#email_dialog input[type=text],
#motion_dialog select {
  /*width:380px;
	height:28px;*/
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.file_dialog label {
  font-size: 19px;
  min-width: 68px;
  display: block;
  margin-left: 1px;

  color: #444;
}

.email_button a,
.meeting_button a,
.move_button a{
  /*
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #d10019;
  padding: 6px 10px;
  font-weight: 100;
  margin-top: 2%;
  margin-left: 42%;
*/
}

#motion_dialog .meeting_button a, #move_to_other_folder_dialog .move_button a {
  margin-left: 0;
  border: 10px;
}

#email_dialog form {
  margin-top: 20px;
}

.file_dialog .field {
  height: auto;
}

.meeting_paragraph_title {
  width: calc(100% - 98px) !important;
  max-width: calc(100% - 98px) !important;
  min-width: calc(100% - 98px) !important;
  display: block;
  float: left;
  border-bottom-width: 0px !important;
  border-radius: 0px 0px 0px 0px !important;
}

.flash {
  -moz-animation: flash 2s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flash 2s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flash 2s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
  0% {
    background-color: none;
  }

  50% {
    background-color: #dff0d8;
  }

  100% {
    background-color: none;
  }
}

@-moz-keyframes flash {
  0% {
    background-color: none;
  }

  50% {
    background-color: #dff0d8;
  }

  100% {
    background-color: none;
  }
}

@-ms-keyframes flash {
  0% {
    background-color: none;
  }

  50% {
    background-color: #dff0d8;
  }

  100% {
    background-color: none;
  }
}

.motions input[type='text'] {
  background-color: transparent;
}

.motions textarea {
  background: transparent;
}

.motions .cover_box {
  background-color: transparent;
}

.motions .meeting_paragraph_delete {
  background-color: transparent;
}

.meeting_paragraph_paragraph {
  width: 60px;
  height: 44px;
  text-align: center;
  font-size: 14px;

  float: left;
  display: block;
  padding: 12px !important;
  padding-bottom: 11px !important;
  border: 1px solid #cccccc;
  margin: 0px;
  border-bottom-width: 0;
  border-right-width: 0;
}

.meeting_paragraph_delete {
  height: 44px;
  width: 38px;
  float: right;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  padding: 12px;
  padding-bottom: 11px;
  position: absolute;
}

.warning {
  color: #f21305;
}



/* MEETING DETAILS */

/* Open Meeting */

#modal_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

#modal_bg .modal-popup {
  left: 50%;
  margin-left: -162px;
  border: 0;
}

#modal_bg .modal-popup p {
  margin-top: 0;
}


/* MEETING ITEMS */

#meeting_items .token-input-token,
#meeting_items .token-input-selected-token {
  background: #f1f1f1;
  margin: 0;
  padding: 4px 8px;
  color: black;
}

#meeting_items .token-input-token p {
  margin: 12px 3px;
}

#meeting_items .token-input-delete-token {
  line-height: 29px;
}

/* Status */

.proposition {
  color: #444444;
}

.tabled {
  color: grey;
}

.motion_controls {

  font-size: 14px;
  color: #f05a28;
  position: relative;
  margin-right: 20px;
  margin-top: 2px;
}

.motion_controls .approved {
  color: #00a551;
}

.motion_controls .rejected {
  color: #b12937;
}

.motion_controls .motion_status {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.motion_controls .motion_status_header {
  border: 1px solid #bbb;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.motion_controls .menu {
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  background: white;
  height: auto;
  z-index: 10;
}

.motion_controls .menu li {
  padding: 4px 8px;
  cursor: pointer;
}

.motion_controls .motion_status.active .tabled,
.motion_controls .motion_status.active .approved,
.motion_controls .motion_status.active .rejected {
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: white;
}

.motion_controls .motion_status.active .tabled {
  background: #9d9d9d;
}

.motion_controls .motion_status.active .approved {
  background: #00a551;
}

.motion_controls .motion_status.active .rejected {
  background: #b12937;
}

.motion_controls .motion_status.active img {
  display: none;
}

/* Info */

.meeting_motions .proto_item .message {
  padding-top: 20px;
}

.meeting_motions .proto_item .message h3 {
  margin: 0 0 10px 0;
}

.meeting_motions .proto_item .message h3 .edit_link a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  color: #999;
}

.meeting_motions .proto_item .message h3 .edit_link a:hover {
  text-decoration: none;
  color: black;
}

.meeting_motions .proto_item .message p {
  color: #777;
  margin: 0 0 10px 0;
}

/* Activities */

.activities_box .add_activity_header {
  background: #9b9b9b;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
}

.motion_activities li input {
  background: #f1f1f1;
  border-color: transparent;
  margin-top: 1px;
}

.activities_box li .activity_status ul.menu {
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px !important;
  position: absolute;
  top: 100%;
  right: 45px;
  margin-top: -15px;
  background: white;
  height: auto;
  z-index: 100;
}

.activities_box li .activity_status ul.menu li.todotask {
  color: #00adee;
}

.activities_box li .activity_status ul.menu li.ongoing {
  color: #f05a28;
}

.activities_box li .activity_status ul.menu li.proposal {
  color: #00a551;
}

.activities_box li .activity_status ul.menu li {
  letter-spacing: 1px;
  background-color: transparent;
  border-color: transparent;
  display: block !important;
  right: 0px;
  top: 0px;
  width: auto;
  float: none;
  border-radius: 0px;
  padding: 4px 8px;
  cursor: pointer;
  font-weight: bold;
}

.activities_box li .activity_status div.status {
  cursor: pointer;
}

.motion_activities li:nth-child(even) input {
}

.meeting_comments {
  margin-bottom: 20px;
}


/* DIALOGS */

#email_dialog,
#motion_dialog,
#move_to_other_folder_dialog{
  display: none; /* Hide dialogs by default */
  width: auto;
  overflow: auto;
  padding: 20px;
}

.ui-dialog {
  border-radius: 0;
  padding: 0;

  font-size: 16px;
  background: white;
  border: 0;
}

.ui-dialog-titlebar-close.ui-corner-all {
  right: 1.3em !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 15px;
  border-radius: 0;
  border: 0;
}

.ui-dialog .file_dialog {
  height: auto !important;
  border: 0;
  padding: 20px;
}

.file_dialog label {
  font-size: 16px;
  margin-bottom: 10px;
}

select {
  width: 100%;
  color: #a9a9a9;
}

.file_dialog select,
.file_dialog input,
.file_dialog textarea {
  margin-bottom: 20px;
}

.file_dialog .meeting_button a, .file_dialog .move_button a  {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  background-color: #f05a28;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  bottom: 0px;
}

form input[type='text'],
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  font-size: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

form input[type='text']:focus,
textarea:focus {
  background-color: #ffffff;
}

.showMore {
  color: #ffffff;
  font-size: 19px;
  float: right;
  margin-right: 20px;
}

/*.ui-dialog-titlebar-close{
	text-decoration:none;
	right:20px !important;
	border:1px solid #ffffff;
}
.ui-dialog-titlebar-close:after{
	content:"X";
	display:block;
	position:relative;
	top:-20px;
	left:4px;
	text-decoration:none;
}*/


/* AGREEMENTS */

#agreementsWrapper .column,
#agreementsWrapper .column a {
  color: #231f20;
}

#agreementsWrapper .key_text {
  text-align: center;
  color: #ffffff;
  width: 100% !important;
  padding: 0;
  font-size: 18px;
  position: relative;
  margin: -10px 0;
}

#agreementsWrapper .change_agreement_status img {
  position: relative;
  left: 6px;
  top: -3px;
}


/* DOCUMENTS IFRAME */

iframe#docbrowser {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.menuicon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  margin: 0px;
  padding: 3px 0 0;
}

.menuicon.docs {
  background-image: url('/img/docs.svg');
}

.menuicon.faktura {
  background-image: url('/img/faktura.svg');
}

.menuicon.mote {
  background-image: url('/img/mote.svg');
}

.menuicon.uppgift {
  background-image: url('/img/uppgift.svg');
}

.menuicon.avtal {
  background-image: url('/img/avtal.svg');
}

.menuicon.todo {
  background-image: url('/img/todo.svg');
}

span.initial_square.people {
  background-color: transparent;
  background-image: url('/img/placeholder-choose-person.svg');
  background-size: 29px;
  height: 29px;
  width: 29px;
  margin: 10px;
  cursor: pointer;
}

.media-left .attendees {
  margin-top: 0px !important;
}

.attendees {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.attendees .initial_square {
  margin-left: 0px;
  float: left;
}
.dashboard_list {
  position: relative;
}
.dashboard_list .attendees {
  position: relative;
  z-index: 5;
  top: 0;
  right: 0;
  width: auto;
  float: right;
  margin-top: -50px !important;
}

.no_point {
  list-style: none;
  margin-bottom: 2px;
}

.bold {

  float: left;
  clear: left;
}

.token-input-token .bold {
  clear: none;
}

.activities li {
  position: relative;
  display: inline-block;
  width: 100%;
}

/*li.initial_square.unsigned {
	-webkit-filter: grayscale(100%);  *//* safari/chrome *//*
	-moz-filter: grayscale(100%); *//* firefox *//*
	-ms-filter: grayscale(100%);  *//* IE >= 9 *//*
	-o-filter: grayscale(100%); *//* Opera, if support CSS3 *//*
	filter: gray; filter: grayscale(100%); *//* edge browsers *//*
}*/
.signature_button .accepted:after,
.signature_button_bottom .accepted:after,
li.accepted:after {
  position: absolute;
  content: url('/img/ok.svg');
  left: 19px;
  top: -6px;
}

.signature_button .waiting:after,
.signature_button_bottom .waiting:after,
li.waiting:after {
  position: absolute;
  content: url('/img/wait.svg');
  left: 19px;
  top: -6px;
}

.signature_button_bottom .sign_box .button.inactiveLink {
  pointer-events: none;
  cursor: default;
  color: grey !important;
  border: 1px solid grey;
}

.signature_button_bottom .sign_box .button {
  margin-top: 8px;
}

.signature_button_bottom .sign_box .sign_users {
  float: right !important;
}

.signature_button_bottom .sign_box {
  float: left !important;
}

svg.svgIcon-dropdownarrow {
  float: right;
  width: 10px;
  vertical-align: middle;
  cursor: pointer;
  fill: #cccccc;
}

svg:hover {
  fill: #000000;
}

.paragraph_dropdown {
  background: #fff;
  float: left;
  position: relative;
  width: 60px;
  padding-left: 4px;
  padding-right: 12px;
  left: -12px;
  border: 1px solid #cccccc;
  border-top: 0px;
  border-left: 0px;
}

.paragraph_dropdown li {
  margin: 10px 0;
}

#activity_status .ui-state-active {
  background: none;
  color: white;
  opacity: 1;
  border: 2px solid #aaaaaa;
}

#activity_status label[for=radio0].ui-state-default,
#activity_status label[for=radio0].ui-state-default span,
#activity_status label[for=radio1].ui-state-default,
#activity_status label[for=radio1].ui-state-default span,
#activity_status label[for=radio2].ui-state-default,
#activity_status label[for=radio2].ui-state-default span {
  background: transparent;
  margin: 2px;
  border-radius: 8px;
}

#activity_status label[for=radio0].ui-state-default,
#activity_status label[for=radio0].ui-state-default span {
  color: #00adee;
}

#activity_status label[for=radio0].ui-state-active,
#activity_status label[for=radio0].ui-state-active span {
  background-color: #00adee;
  color: white;
  opacity: 0.9;
}

#activity_status label[for=radio1].ui-state-default,
#activity_status label[for=radio1].ui-state-default span {
  color: #f05a28;
}

#activity_status label[for=radio1].ui-state-active,
#activity_status label[for=radio1].ui-state-active span {
  background-color: #f05a28;
  color: white;
  opacity: 0.9;
}

#activity_status label[for=radio2].ui-state-default,
#activity_status label[for=radio2].ui-state-default span {
  color: #00a551;
}

#activity_status label[for=radio2].ui-state-active,
#activity_status label[for=radio2].ui-state-active span {
  background-color: #00a551;
  color: white;
  opacity: 0.9;
}
.thumbnail{
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail a>img, .thumbnail>img {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block;
}
.folderfile_wrapper div.thumbnail a.deletecross,
#uploaded_files div.thumbnail a.deletecross {
  text-indent: -9999px;
  background: url("/images/delete-cross.svg") center center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  position: absolute;
  margin-right: 16px;
  text-decoration: none;
}

.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  width: 20px;
  height: 20px;
  padding: 4px;
  background: #f05a28;
  color: white;
  text-align: center;
  font: 10px Arial, sans-serif;
  position: absolute;
  margin-left: -10px;
  font-weight: bold;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Brf form related css */

form#brf_utilities input[type="radio"] {
  margin-right: 5px;
  margin-left: 5px;
}

form#brf_utilities textarea,
form#brf_utilities input:not([type="submit"]):not([type="file"]),
form#brf_utilities .chosen-single {

  padding: 8px !important;
  font-size: 18px;
  margin-top: -5px;
}

form#brf_utilities .chosen-single {
  height: auto !important;
  font-size: 18px !important;
}

form#brf_utilities input[type="file"] {
  border: none !important;
}

form#brf_utilities input:focus {
  border: none !important;
}

form#brf_utilities input[type=number]::-webkit-inner-spin-button,
form#brf_utilities input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

form#brf_utilities label {
  color: #4285f4;
  font-weight: normal;

}

form#brf_utilities button.publish {
  margin-left: 10px;
}
