body {
  font-size: 14px;
}
.fixed_height_300 {
  height: 300px;
  border-radius: 5px;
}
.propertyTodo,
.bigTodo {
  list-style: none;
}

.noPadding {
  padding-left: 0px;
}

.propertyTodo li {
  margin-bottom: 5px;
}
.bigTodo li {
  font-size: 16px;
}
.x_title {
  border-bottom: none;
}
.borderTop {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 0px;
}
.messagePanel {
  background: none;
  border: none;
  padding: 30px 30px 0px;
}
ul.messages li {
  border: none;
  padding-bottom: 0px;
}
.popover {
  border-radius: 2px;
  font-size: 12px;
  max-width: 400px;
  padding-bottom: 15px;
}
.searchPopOver {
}
.searchPopOver .popover {
  width: 100%;
  max-width: 100% !important;
  margin-top: 0px;
  left: 0% !important;
  padding-bottom: 0px;
}
.searchPopOver .arrow {
}
.popover-content {
  padding: 0;
}
.formPopContainer {
  margin: 10px 0 0px;
  width: 300px;
}
.pop-over-header-title {
  border-bottom: 1px solid #d6dadc;
  box-sizing: border-box;
  color: #8c8c8c;
  display: block;
  line-height: 150%;
  margin: 0;
  overflow: hidden;
  padding: 0 2pc;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.popover {
  z-index: 1000;
}
a.pop-over-header-close-btn {
  color: #8c8c8c;
  margin-right: 10px;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.formPopContainer ul li,
.myPopContainer ul li,
.popBodyContainer {
  padding: 5px 10px;
}
.searchformPopContainer {
  width: 100%;
  padding: 10px;
  margin: 0px;
}
.txt--highlight {
  background-color: #faf785;
  border-radius: 4.5rem 2rem 5rem 1rem;
  box-shadow: 0.25em 0 0 #faf785, -0.25em 0 0 #faf785;
  padding: 0 0.25em;
}
input.bigForm-control {
  font-size: 36px;
  height: 60px;

  background: none;
  border: medium none;
  box-shadow: none;
  padding-left: 10%;
  margin-bottom: 15px;
}
.blockInput {
  display: block;
}
.form-control {
  border-radius: 4px;
  height: 40px;
}

/**
delet this shit
*/
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

/** delete this shit*/
.replyWrapper {
  padding-bottom: 5px;
}
.commentTools {
  height: 23px;
}
li.profileToolsLi {
  float: left;
}
li a.profileTools,
a.profileTools {
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  margin-right: 0px;
  padding: 1px 5px;
  font-size: 12px;
}
.singleCommentWraper {
  border-bottom: 1px dashed #f7f7f7;
}
ul.tools {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
li a.profileTools:hover,
a.profileTools:hover {
  border-radius: 3px;
  font-size: 12px;

  padding: 1px 5px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

  background-image: none;

  cursor: pointer;
  border: 1px solid #ccc;
}

.my-tile-stats {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 12px;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.popOverUl {
  list-style: none;
  margin: 0px;
  padding: 10px;
}
ul.popOverUl li {
  display: block;
  padding: 0px;
}
ul.popOverUl li a {
  padding: 5px;
}
ul.popOverUl li a:hover {
  outline: 0 none;
  text-decoration: none;
  background: #f7f7f7;
}
.editProfile_pic {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.img-circle.profile_img {
  margin-left: auto;
  margin-right: auto;
}
.bigProfileImg {
  position: absolute;
  top: -100px;
}
span.bigProfileImg {
  position: absolute;
  top: -40px;
  left: -2px;
}

.btn,
.buttons,
.modal-footer .btn + .btn,
button {
  margin-right: 0px;
}
.user-profile.myprof img {
  margin-right: 0px;
}
.user-profile.myprof canvas {
  margin-right: 0px;
}
.user-profile canvas {
  border-radius: 50%;
  height: 29px;
  margin-right: 10px;
  width: 29px;
  vertical-align: middle;
}
.myprofbg {
  background-color: green;
  padding: 5px;
  color: white;
  border-radius: 100px;
  margin-bottom: 5px;
}
.profileContainer {
  float: left;
  margin-right: 5px;
}
.mycalender {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  background: green;
  padding: 1px;
}
div.mymonth {
  height: 50%;
  color: white;
  font-size: 9px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  border-radius: 10% 10% 0 0;
  margin: 0;
}
div.myday {
  width: 100%;
  height: 50%;
  border-radius: 0 0 10% 10%;
  background: white;
  padding: 2px;
  color: black;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.myCalenderOverDue {
  background: red;
}
.calendarLarge {
  width: 100px;
  height: 100px;
  padding: 2px;
}
.calendarLarge div.myday {
  font-size: 30px;
  height: 70%;
  line-height: 100%;
}
.calendarLarge div.mymonth {
  font-size: 14px;
  height: 30%;
  line-height: 170%;
}
.calendarLarge p {
  font-size: 16px;
  margin: 0px;
}

.cardTone::before {
  background: rgba(0, 0, 0, 0) url("/assets/images/torn.png") repeat-x scroll -1em 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
.cardTone::after {
  background: rgba(0, 0, 0, 0) url("/assets/images/torn.png") repeat-x scroll 0 -10px;
  bottom: -8px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
}
.card {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.cardContent {
  padding: 10px;
  overflow-wrap: break-word;
  max-height: 25rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.myHorixontal {
  margin-bottom: 0px;
}
.myHorixontal dt {
  width: 22px;
}
.myHorixontal dd {
  margin-left: 30px;
}
dl.dl-horizontal dd dl.myHorixontal dt {
  clear: none;
}
dd,
dt {
  line-height: 1.3;
}
.scheduleWraper {
  margin-left: 32px;
  margin-top: 0px;
}
.todoScheduleWraper,
.scheduleWraper {
  margin-bottom: 10px;
}

hr.scheduleWraperHr {
  margin-bottom: 15px;
  margin-top: 10px;
}
.scheduleWraper h4,
.todoScheduleWraper h4 {
  margin: 0px;
}
.icheckbox_flat-green,
.iradio_flat-green {
  height: 22px;
}

.messageList dt {
  width: 60px;
}

.messageList dd {
  margin-left: 75px;
}
.messageList dd,
dt {
  line-height: 150%;
}
.messageList p,
.messageList h4 {
  margin-bottom: 5px;
}
.messageList h4 {
  margin-top: 5px;
}
.messageListWraper,
.mainSearchResultWraper {
  padding: 5px 0px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px;
}
.messageTypeListWraper {
  border-top: 1px solid #f2f2f2;
}

.messageListSmall dt {
  width: 32px;
}
.messageListSmall dd {
  margin-left: 35px;
}
.messageListSmall p {
  text-align: left;
}
.messageListSmall p,
.messageListSmall h6 {
  margin: 0px;
}
.messageListSmall dd,
messageListSmall dt {
  line-height: 110%;
}
.messageListSmall {
  margin-bottom: 5px;
}
.timeline .byline {
  position: relative;
  padding: 0px;
}
.timeline .block {
  padding: 0 15px 30px;
}

ul.timeline li:nth-last-of-type(1) div.block {
  border: medium none;
  margin-left: 7.2px;
}
.timeline h2.mytitle {
  font-size: 16px;
  margin: 0;
  position: relative;
}
ul.timeline li {
  border-bottom: none;
  clear: both;
  position: relative;
}
.timeline .byline::before {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 3px solid #d2d3d2;
  border-radius: 14px;
  content: "";
  display: block;
  height: 14px;
  left: -23px;
  position: absolute;
  top: 1px;
  width: 14px;
}

.mytileStats {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 20%;
  border-width: 0.1rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
  height: 100%;
  width: 100%;

  display: block;
  overflow: hidden;
  padding: 10%;
  margin-bottom: 10%;
}
.mytileStats:hover {
  cursor: pointer;
}
div.mytileStats p {
  font-size: 150%;
  line-height: 110%;
  margin: 0;
  text-align: center;
}

.mytileStats.checked {
  background-color: #35b46f;
  color: white;
}
.mytileStats.crossed {
  background-color: #ec7a3c;
  color: white;
}

.dl-horizontal dt.checkBoxDt_small {
  width: 22px;
  height: 22px;
}
.dl-horizontal dd.checkBoxDd_small {
  margin-left: 32px;
}
.dl-horizontal.checkBoxDl_small {
  margin-bottom: 20px;
}
dt.checkBoxDt_small div.mytileStats p {
  font-size: 100%;
  line-height: 110%;
}

.dl-horizontal dt.checkBoxDt_lg {
  width: 65px;
  height: 65px;
}
dt.checkBoxDt_lg div.mytileStats p {
  font-size: 40px;
  line-height: 100%;
}
dt.checkBoxDt_lg div.mytileStats p.undone {
  font-size: 11px;
  line-height: 100%;
  margin-top: 25%;
}

.dl-horizontal.checkBoxDl_md {
  margin-bottom: 0px;
  font-size: 1.3em;
}
.dl-horizontal dt.checkBoxDt_md {
  width: 25px;
  height: 25px;
}
.dl-horizontal dd.checkBoxDd_md {
  margin-left: 35px;
}
dt.checkBoxDt_md div.mytileStats p {
  font-size: 100%;
  line-height: 100%;
}

.profileUl {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
}
.profileUl li {
  border-bottom: solid 1px #e5e5e5;
  padding: 0px 10px;
}
ul.profileUl li:nth-last-of-type(1) {
  border: medium none;
}
.subscribe {
  padding: 30px 20px;
}

div.myWidget_tally_box p {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 5px;
}
div.myWidget_tally_box .insidewraper {
  display: block;
  min-height: 120px;
  position: relative;
}
.insidewraper p.profileP {
  bottom: 5px;
  left: 10px;
  margin: 0;
  position: absolute;
}

div.avatar,
ul.messages li div.avatar {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  float: left;
}

div.avatar canvas {
  border-radius: 50%;
}
ul.messages li .message_wrapper {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
}

.titleWraper {
  height: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.titleWraper hr {
  position: absolute;
  width: 100%;
  top: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.myBtn {
  position: absolute;
  top: 10px;
  display: block;
  z-index: 10;
}
.myBtn.myBtnRight {
  right: 0px;
}
.worde {
  line-height: 100%;
  z-index: 0;
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
}
.worde span {
  background: #f7f7f7;
  font-size: 20px;
}

.propWraper {
  padding: 0 10px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.center .mycalender {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  border-top: none;
}
.userAccounts {
  width: 100%;
  height: 40px;
  border: 1px solid;
}

.comments-balloon {
  background: #cbeefa none repeat scroll 0 0;
  border-radius: 0.3rem;
  color: #283c46;
  display: inline-block;
  font-size: 0.875em;
  font-weight: normal;
  height: 1.21em;
  line-height: 1.25;
  min-width: 1.21em;
  padding: 0 0.33em;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
}
.comments-balloon::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cbeefa #cbeefa rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-image: none;
  border-style: solid;
  border-width: 0.25em;
  bottom: -0.4em;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  transform: rotate(-8deg);
  width: 0;

  border-left-color: #cbeefa;
  border-right-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  margin-right: -0.571em;
}

.chatTop {
  min-height: 300px;
  max-height: 400px;
  overflow-y: auto;
  background: white;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 0;
}
.chatFooter {
  height: 60px;
  background: #ecf9fd;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.chatInput {
  float: left;
  width: 93%;
}
.chatInput .form-group {
  margin: 0;
}
.chatAttach {
  background: white none repeat scroll 0 0;
  height: 100%;
  margin-left: 95%;
  width: 5%;
}
.worde .chatworde {
  background: white;
}
.chatMessageWraper,
.chatMessageWraperOwner {
  margin-bottom: 5px;
}

.chatAvator {
  float: left;
  height: 100%;
  width: 7%;
}

.chatAvatorSmall {
  width: 13%;
}
div.chatMessageSmall {
  max-width: 87%;
  width: 87%;
}

.chatMessage {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 0.6rem;
  display: inline-block;
  max-width: 80%;
  padding: 0.4em 0.66em;
  position: relative;
  text-align: left;
}
.chatAvatorOwner {
  float: right;
  height: 100%;
  width: 7%;
}
.chatMessageOwner {
  float: right;
  background: #ecf9fd none repeat scroll 0 0;
  border-radius: 0.6rem;
  display: inline-block;
  max-width: 60%;
  padding: 0.4em 0.66em;
  position: relative;
  margin-right: 2%;
}
.chatMessage p {
  margin: 0;
  line-height: 100%;
  font-size: 1.4rem;
  color: #283c46;
  font-family: "Fakt Soft", "Helvetica Neue", helvetica, "Apple Color";
}
.chatMessageOwner .metaInfo {
  text-align: right;
}

.conveMessage {
  background: none;
  max-width: none;
  width: 86%;
  padding: 0;
}
.conveTilte h5 {
  border-bottom: 1px dashed #ababab;
  border-top: 1px dashed #ababab;
  margin: 0 0 10px;
  padding: 5px 0;
}
.conveWraper {
  max-height: 600px !important;
}
.topMenus {
  height: 70px;
}
.conveChatMessageWraper {
  padding: 0 15px;
}
.conveRight {
  text-align: right;
}
.convBodyRight {
  text-align: right;
  padding-left: 2% !important;
}

div.mce-container {
  border: none;
}
div.mce-panel {
  background: none;
  border-top: 1px #cccccc solid;
}
div.mce-toolbar-grp {
  border: none;
}
div.mce-btn,
div.mce-btn:hover {
  background: none;
  border: none;
}
div.mce-btn-group:not(:first-child) {
  border-left: none;
}
div.mce-menu {
  background: #ffffff;
}
div.mce-toolbar-grp {
  padding: 0 10%;
}
div.mce-edit-area,
div.mce-edit-area label {
  padding-left: 10%;
  padding-right: 10%;
}

.blueLink {
  text-decoration: underline;
}

.nav-sm .container.body .right_col,
.nav-sm .main_container .top_nav,
.nav-sm footer {
  margin-left: 0px;
}

.searchInputWraper {
  padding: 12px;
  height: 50px;
}
.searchInputWraper input {
  width: 91.1823%;
  border: none;
}
.searchResultContainer {
  border: none;
}
.mainSearchResultWraper dl.dl-horizontal.messageList,
.messageListWraper dl.dl-horizontal.messageList {
  margin-bottom: 0px;
}
p.contactListP {
  margin: 0px 0 2px;
  line-height: 100%;
}

button.contactListbutton {
  line-height: 120%;
}
h4.contactListH4 {
  margin-bottom: 0px;
}

#mainDivContainer .fieldsContainer:first-child div.fieldsBottomLine {
  display: none;
}

.emailWraper {
  max-height: 600px;
  overflow: auto;
}
.contactSection {
  margin-bottom: 10px;
  font-size: 12px;
}
.contactSection p {
  margin: 0px;
}
.sectionHeader {
  padding: 0 10px;
}
.sectionBody {
  padding: 10px 10px;
  margin-bottom: 5px;
}
.sectionHeader {
  background: #d2d3d2;
}
.sectionBody .sectionBodyHeader {
  margin-bottom: 5px;
}
div.sectionCheckBox {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: #ffffff;
  float: left;
  margin-top: 2px;
}
div.sectionCheckBox:hover {
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.sectionCheckBox.checked {
  background-color: #35b46f;
  color: white;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.75);
}

div.sectionCheckBox p {
  font-size: 100%;
  line-height: 110%;
  margin: 0;
  text-align: center;
}

.sectionTaskTypeButton {
  height: 15px;
  margin: 0px;
  background: gray;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: normal;
}
.sectionTask .sectionTaskBody {
  margin-left: 20px;
}
.sectionTask {
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.sectionEditContainer {
  position: absolute;
  left: -50px;
  top: 0px;
  height: 25px;
  background: #ffffff;
  border: 2px solid #f2f2f2;
  padding: 3px;
  border-radius: 10% 0 0 10%;
  font-size: 11px;
}
.sectionEditContainer span {
  margin-left: 5px;
}
.sectionEditContainer span:last-child a {
  color: #ff0000;
  text-decoration: underline;
}

.profileContactInfor .sectionBody {
  padding-top: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.modal {
  z-index: 10000;
}
ul.msg_list li.active {
  background: #27ae60;
  color: #ffffff;
}
ul.msg_list li.active a {
  color: #ffffff;
}

.threadMessageBodyContainer div.gmail_extra,
.threadMessageBodyContainer blockquote,
.threadMessageBodyContainer blockquote a,
.threadMessageBodyContainer blockquote p,
.threadMessageBodyContainer blockquote span {
  display: none;
  color: #b4b4b4;
  font-size: 11px;
}

.threadMessageBodyContainer {
  color: #283c46;
  overflow-x: auto;
  text-align: left;
  line-height: 200%;
  margin-bottom: 15px;
}

.threadMessageBodyContainer p {
  line-height: 150%;
}
.navbar-brand,
.navbar-nav > li > a {
  line-height: 45px;
}

.mySmallView.navbar-nav > li > a {
  line-height: 0px !important;
  border-bottom: 1px dashed #e6e9ed;
}

.mySmallView.navbar-nav > li > a:hover {
  background-color: #fff;
}
.mySmallView .user-profile canvas {
  margin-right: 0px !important;
}
.mySmallView .chatAvator {
  width: 13%;
}

.mySmallView .panel_toolbox {
  min-width: 0px;
}
div.originalMessageWraper p {
  color: #73879c !important;
}
/* Mobile-first styles */
.nav_menu {
  position: relative;
  min-height: 50px;
  background: #2a3f54;
  border: none;
}

.navbar-toggle {
  margin: 8px 15px;
  background-color: transparent;
  border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (max-width: 767px) {
  .top_nav .navbar-right {
    margin: 0;
    float: right !important;
  }

  .nav_menu {
    position: static;
  }

  .dropdown-menu {
    position: absolute;
    width: 100%;
  }

  .center {
    display: block !important;
    text-align: center;
  }

  .nav.navbar-nav {
    float: none !important;
  }

  .nav.navbar-nav li {
    display: inline-block;
  }
}

/* Make dropdowns more touch-friendly */
.dropdown-menu > li > a {
  padding: 10px 20px;
}

.dropdown-toggle {
  cursor: pointer;
}
