img.soft {
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
  width: 100%;
}
img.soft:hover {
  -webkit-filter: brightness(0.5) grayscale(10) opacity(10);
  -moz-filter: brightness(0.5) grayscale(10) opacity(10);
  filter: brightness(0.5) grayscale(10) opacity(10);
}
.shadow_one {
  box-shadow: 0 0 20px rgba(65, 56, 59, 0.2);
}
.shadow_two {
  box-shadow: 0 0 50px rgba(65, 56, 59, 0.2);
}
.radius_5 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.radius_5_top {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.radius_5_bottom {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.radius_10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.radius_20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.radius_50 {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.pd_top_10 {
  padding-top: 10px;
}
.pd_top_20 {
  padding-top: 20px;
}
.pd_top_30 {
  padding-top: 30px;
}
.pd_top_40 {
  padding-top: 40px;
}
.pd_top_50 {
  padding-top: 50px;
}
.pd_bot_10 {
  padding-bottom: 10px;
}
.pd_bot_20 {
  padding-bottom: 20px;
}
.pd_bot_30 {
  padding-bottom: 30px;
}
.pd_bot_40 {
  padding-bottom: 40px;
}
.pd_bot_50 {
  padding-bottom: 40px;
}

.z-10,
.z-20,
.z-30,
.z-40,
.z-50 {
  top: 0;
  left: 0;
  position: relative;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}

/*** SIDEBAR ****/
.sidebar {
  width: 200px;
  height: 100%;
  position: relative;
  left: 0;
  background: #265564;
  float: left;
}
.sidebar .logo {
  height: 88px;
  background: #1e4450;
  float: left;
  width: 100%;
}
.sidebar .logo img {
  width: 120px;
  margin: 30px auto 0 auto;
}
.sidebar .link_holder {
  padding-top: 15px;
  font-weight: 500;
  float: left;
  width: 100%;
}
.sidebar .link_holder ul li {
  padding: 5px 0;
}
.sidebar .link_holder img {
  width: 22px;
  float: left;
  margin: 0 12px 0 0;
  -webkit-filter: brightness(10) grayscale(10) opacity(10);
  -moz-filter: brightness(10) grayscale(10) opacity(10);
  filter: brightness(10) grayscale(10) opacity(10);
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}
.sidebar .link_holder ul li:hover img,
.sidebar .link_holder ul li a.select img {
  -webkit-filter: brightness(0.9) grayscale(0) opacity(10);
  -moz-filter: brightness(0.9) grayscale(0) opacity(10);
  filter: brightness(0.9) grayscale(0) opacity(10);
}
.sidebar .link_holder a {
  display: block;
  float: left;
  width: 170px;
  color: #fff;
  padding: 10px 0 10px 26px;
  border-left: 4px solid #265564;
}
.sidebar .link_holder a:hover,
.sidebar .link_holder a.select {
  border-left: 4px solid #2d8eff; /*color:#2d8eff;*/
}
.sidebar .other_link {
  width: 170px;
  padding: 70px 0 0 30px;
  font-size: 14px;
  float: left;
}
.sidebar .other_link ul li {
  line-height: 30px;
  width: 100%;
}
.sidebar .other_link a {
  color: #fff;
}
.sidebar .other_link a:hover {
  color: #2d8eff;
}

/*** INPUT AND SELECT BOX ***/
input,
select,
textarea {
  border: 1px solid #dcdfe2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  height: 38px;
  margin-top: 3px;
  padding: 0 4.5%;
  width: 90%;
  color: #265564;
  outline: none;
  font-weight: 400;
  font-size: 14px;
}
select {
  width: 100%;
  background: url(../svgs/arrow1.svg) no-repeat 92% 17px #ffffff;
  cursor: pointer;
  height: 40px;
  outline: none;
}
textarea {
  height: auto;
  padding: 10px 4.5%;
  color: #265564;
}
input:focus,
select:focus,
textarea:focus {
  color: #000;
  outline: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #265564;
  opacity: 10;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #265564;
  opacity: 10;
}
::placeholder {
  color: #265564;
  opacity: 10;
}

.trigger_container .switch,
.edit_triggers_one .switch,
.user_details_table .table_row .text4 .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 10px;
  float: right;
  margin-top: 5px;
}
.trigger_container .switch input,
.edit_triggers_one .switch input,
.user_details_table .table_row .text4 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.trigger_container .slider,
.edit_triggers_one .slider,
.user_details_table .table_row .text4 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.trigger_container .slider:before,
.edit_triggers_one .slider:before,
.user_details_table .table_row .text4 .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: -3px;
  background-color: #737f8a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.trigger_container input:checked + .slider,
.edit_triggers_one input:checked + .slider,
.user_details_table .table_row .text4 input:checked + .slider {
  background-color: #96c7ff;
}
.trigger_container input:checked + .slider:before,
.edit_triggers_one input:checked + .slider:before,
.user_details_table .table_row .text4 input:checked + .slider:before {
  background: #2d8eff;
}
.trigger_container input:focus + .slider,
.edit_triggers_one input:focus + .slider,
.user_details_table .table_row .text4 input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.trigger_container input:checked + .slider:before,
.edit_triggers_one input:checked + .slider:before,
.user_details_table .table_row .text4 input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.trigger_container .slider.round,
.edit_triggers_one .slider.round,
.user_details_table .table_row .text4 .slider.round {
  border-radius: 34px;
}
.trigger_container .slider.round:before,
.edit_triggers_one .slider.round:before,
.user_details_table .table_row .text4 .slider.round:before {
  border-radius: 50%;
}

/*** MAIN CONTENT ***/
.main_content_wrapper {
  display: flex;
}
.main_content_area {
  /* width: 1355px;
  float: left; */
  max-width: 1355px;

  flex-grow: 1;
}
.padding_page {
  width: 1220px;
  padding-left: 70px;
  padding-right: 70px;
}
.text_right {
  width: 1290px;
  float: right;
}

/*** MEAIN TOP HEADER ***/
.header_one {
  /*background:#fafbfc;*/
  height: 88px;
  width: 100%;
  float: left;
}
.header_one .title {
  width: 700px;
  float: left;
  font-size: 26px;
  line-height: 88px;
  padding: 0 0 0 70px;
  color: #265564;
  font-weight: 300;
}
.header_one .selectbox {
  width: 268px;
  height: 48px;
  float: right;
  /* margin: 17px 70px 0 0; */
  margin-top: 17px;
  border: 1px solid #dcdfe2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  font-weight: 500;
}
.header_one .selectbox .short_name {
  width: 38px;
  height: 38px;
  margin: 5px 0 0 10px;
  text-align: center;
  background: #265564;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  float: left;
}
.header_one .selectbox .text_holder {
  width: 210px;
  float: right;
}
.header_one .selectbox .text_holder a {
  display: block;
  float: left;
  width: 100%;
  background: url(../svgs/arrow1.svg) no-repeat 93% 20px;
  line-height: 45px;
}

.header_two {
  height: 70px;
  box-shadow: 0px 0px 1px 0px #0000000a;
  box-shadow: 0px 0px 2px 0px #0000000f;
  box-shadow: 0px 4px 8px 0px #0000000a;
  background: #fff;
  float: left;
}
.back_button {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 70px;
}
.back_button img {
  width: 12px;
  float: left;
  margin: 31px 5px 0 0;
}
.user_logs {
  width: 115px;
  float: right;
  text-align: center;
  font-size: 14px;
  padding: 20px 55px 0 0;
}
.user_logs a {
  display: block;
  float: left;
  width: 113px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #2d8eff;
  color: #2d8eff;
}

.record_review {
  width: 185px;
  line-height: 70px;
  float: left;
}
.record_review img {
  width: 18px;
  float: left;
  margin: 29px 5px 0 0;
}
.record_review a {
  background: url(../svgs/arrow2.svg) no-repeat right 6px;
  padding: 0 15px 0 0;
  font-weight: 700;
}
.total_reviews {
  width: 250px;
  float: left;
  padding: 0 0 0 70px;
}
.total_reviews .text_holder {
  width: 190px;
  float: left;
  line-height: 70px;
}
.total_reviews .img_holder {
  width: 50px;
  height: 50px;
  float: right;
  padding: 10px 0 0 0;
}

.top_searchbox {
  width: 248px;
  height: 38px;
  float: right;
  margin: 14px 0 0 0;
  border: 1px solid #dcdfe2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.top_searchbox .btn_holder {
  width: 20px;
  float: left;
  padding: 10px;
}
.top_searchbox .btn_holder img {
  opacity: 0.5;
  width: 20px;
}
.top_searchbox .btn_holder img:hover {
  opacity: 10;
}
.top_searchbox .textbox {
  width: 208px;
  float: right;
}
.top_searchbox .textbox input {
  color: #a0b2c1;
  margin: 0;
  border: 0;
  height: 38px;
  padding: 0;
  width: 100%;
}

.top_searchbox .textbox ::-webkit-input-placeholder {
  /* Edge */
  color: #a0b2c1;
  opacity: 10;
}
.top_searchbox .textbox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a0b2c1;
  opacity: 10;
}
.top_searchbox .textbox ::placeholder {
  color: #a0b2c1;
  opacity: 10;
}

/*** COMMON TABLE STYLE ***/
.email_archive_one.noborder,
.report_one,
.archive_two .title,
.webex_table {
  width: 1290px;
  border-right: 0px solid #e1e2e7;
  margin: 0 0 0 70px;
  float: left;
}

.email_archive_one .table_header,
.report_one .table_header,
.webex_table .table_header {
  font-size: 13px;
  color: #a0b2c1;
  border-bottom: 1px solid #ebedef;
  border-top: 1px solid #ebedef;
  padding: 14px 0;
  float: left;
  width: 100%;
}

.email_archive_one .table_row,
.report_one .table_row,
.webex_table .table_row {
  font-size: 14px;
  font-weight: 500;
  float: left;
}

.email_archive_one .table_row ul li,
.report_one .table_row ul li,
.webex_table .table_row ul li {
  padding: 20px 0 0 0;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #ebedef;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}

.email_archive_one .table_row ul li:hover,
.report_one .table_row ul li:hover,
.webex_table .table_row ul li:hover {
  background: #eaf4ff;
}

.email_archive_one .table_row .text1,
.report_one .table_row .text1,
.webex_table .table_row .text1 {
  font-weight: 600;
}

/*** DROPDOWN MENU ***/
.dropdown_one {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.dropdown_one ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.dropdown_one ul li {
  float: left;
  padding: 0px;
  text-align: center;
  width: 100%;
}
.dropdown_one ul li span {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: rgba(160, 178, 193, 1);
  text-align: left;
}
.dropdown_one ul li a {
  display: block;
  width: 100%;
  color: rgba(38, 85, 100, 1);
}
.dropdown_one ul li a {
  display: block;
  float: left;
  width: 100%;
  line-height: 40px;
  color: rgba(38, 85, 100, 1);
  background: #fff;
}
.dropdown_one ul li a:hover {
  color: rgba(45, 142, 255, 1);
  background: rgba(45, 142, 255, 0.1);
}
.dropdown_one ul li a:hover,
.dropdown_one ul li:hover a {
  color: #f08320;
  text-decoration: none;
  background: #f4f4f4;
  box-shadow: 3px 3px 3px #ccc;
}
.dropdown_one ul li ul {
  background: #f4f4f4;
  display: none;
  padding: 0px;
  margin: 45px 0 0 0;
  border: 0px;
  position: absolute;
  width: 230px;
  z-index: 200;
  box-shadow: 3px 3px 3px #ccc;
}
.dropdown_one ul li:hover ul {
  display: block;
}
.dropdown_one ul li li {
  display: block;
  float: left;
  padding: 0px;
  margin: 0;
  cursor: default;
  text-transform: none;
  padding: 0;
  line-height: 40px;
}
.dropdown_one ul li:hover li a {
  background: none;
  color: #696969;
  width: 210px;
  padding: 0 10px;
  box-shadow: 0 0 0 #666;
  text-decoration: none;
}
.dropdown_one ul li ul li a {
  display: block;
  font-style: normal;
  margin: 0px;
  text-align: left;
  padding: 0;
  color: #696969;
  box-shadow: 0 0 0 #666;
}
.dropdown_one ul li ul li a:hover {
  background: #f08320;
  color: #fff;
}

/*** Archive - Open - Pending ****/
.archive_tabs {
  padding-top: 40px;
  color: #a0b2c1;
  font-size: 15px;
  font-weight: 600;
  color: #a0b2c1;
  float: left;
}
.archive_tabs ul {
  border-bottom: 1px solid #e0e3e7;
  float: left;
  width: 100%;
  display: block;
}
.archive_tabs ul li {
  width: auto;
  margin: 0 2px 0 0;
}
.archive_tabs ul li a {
  display: inline-block;
  padding: 0 40px 10px 40px;
  border-bottom: 3px solid #fff;
  color: #a0b2c1;
}
.archive_tabs ul li a:hover,
.archive_tabs ul li a.select {
  border-bottom: 3px solid #2d8eff;
  color: #2d8eff;
}

.archive_one {
  padding-bottom: 40px;
  padding-top: 40px;
  color: #a0b2c1;
  float: left;
}
.archive_one .textbox {
  width: 230px;
  float: left;
  padding: 0 17px 0 0;
  font-size: 13px;
  font-weight: 500;
}
.archive_one .textbox:last-child {
  padding: 0;
}
.archive_one .textbox img {
  width: 23px;
  float: right;
  margin: -33px 10px 0 0;
}
.archive_one .textbox input.calendar {
  background: url(../svgs/calendar-icon.svg) no-repeat 95% 8px;
}
/*.archive_one .textbox select:hover{background:url(../svgs/arrow1.svg) no-repeat 92% 17px rgba(45, 142, 255, 0.1); color:rgba(45, 142, 255, 1);}*/

.archive_two {
  background: #fff;
  float: left;
}
.archive_two .text_right h2 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #2d8eff;
}
.archive_two .title {
  padding: 0 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  float: left;
}
.archive_two .title .text_holder {
  width: 130px;
  float: left;
  color: #265564;
  float: left;
}
.archive_two .title .textbox {
  width: 100px;
  float: left;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-weight: 500;
  float: left;
}
.archive_two .title .textbox input {
  float: left;
  padding: 0;
  width: auto;
  height: auto;
  margin: 3px 7px 0 0;
}
.archive_two .title .refresh_btn{width:30px; float:right;}

.email_archive_one,
.webex_one {
  width: 888px;
  float: left;
  margin: 0 0 0 70px;
  background: #fff;
}
.email_archive_one .table_header .text0,
.email_archive_one .table_header .text1,
.email_archive_one .table_header .text2,
.email_archive_one .table_header .text3 {
  border: 0;
  float: left;
}
.email_archive_one .table_row .text1 input,
.webex_table .table_row .text1 input {
  width: auto;
  float: left;
  margin: 3px 10px 0 0;
  height: auto;
}
.email_archive_one .table_header .text1,
.email_archive_one .table_row .text1 {
  width: 300px;
  float: left;
}
.email_archive_one .table_header .text2,
.email_archive_one .table_row .text2 {
  width: 220px;
  float: left;
}
.email_archive_one .table_header .text3,
.email_archive_one .table_row .text3 {
  width: 368px;
  float: left;
}

.email_archive_one .table_header .arrows_btn{width:20px; float:right; margin-top:-14px; padding:0 1% 0 0;transition-duration:5s;transition-duration:1000ms;transition-duration:500ms, 500ms;}
.email_archive_one .table_header .arrows_btn img{width:12px;}
.email_archive_one .table_header .arrows_btn:hover{padding:0 2% 0 0;}

.email_archive_one .table_row ul li {
  padding: 20px 0 0 0;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #ebedef;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}
.email_archive_one .table_row ul li:hover {
  background: #eaf4ff;
}
.email_archive_one .table_row .text1 {
  font-weight: 600;
}
.email_archive_one .table_row ul li:hover .text1 {
  color: #2d8eff;
}

.email_archive_one .table_row .text6 {
  cursor: pointer;
}
#reviewed {
  float: left;
  display: none;
  position: relative;
  top: 10px;
  right: -240px;
  z-index: 500;
  background: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11);
  width: 230px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#reviewed h3 {
  color: #2b2d33;
  border-bottom: 1px solid #bfc0c2;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
}
#reviewed .text_holder {
  width: 100%;
  float: left;
  padding: 15px 0;
  color: #5a6375;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
#reviewed .text_holder strong {
  font-weight: 600;
}

.email_archive_two {
  width: 320px;
  float: left;
  background: #fafbfc;
  padding: 38px;
  border-top: 1px solid #ebedef;
  border-left: 1px solid #e1e2e7;
}
.user_details {
  border-bottom: 1px solid #dde0e5;
  float: left;
}
.user_details .img_holder {
  width: 60px;
  float: left;
  border: 3px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.user_details .text_holder {
  width: 240px;
  float: right;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 0 0;
}
.user_details .text_holder strong,
.user_post h3 strong {
  font-size: 16px;
  color: #265564;
  font-weight: 600;
  line-height: normal;
}
.user_post {
  float: left;
}
.user_post h3 {
  font-size: 14px;
  line-height: 20px;
  color: #737f8a;
}
.user_post .row_message {
  padding: 15px 0 50px 0;
  float: left;
}
.user_post .row_message h2 {
  font-size: 12px;
  font-weight: 500;
  color: #2d8eff;
  padding-bottom: 10px;
}
.user_post .row_message h2 a {
  color: #2d8eff;
}
.user_post .row_message h2 a:hover {
  color: #000000;
}
.user_post .row_message .message_box {
  background: #fff;
  border: 1px solid #dfe1e6;
  width: 99.5%;
  float: left;
}
.user_post .row_message .message_box .title {
  width: 90%;
  padding: 15px 5%;
  border-bottom: 1px solid #dfe1e6;
  font-size: 14px;
  color: #265564;
  margin: 0;
  float: left;
}
.user_post .row_message .message_box .title img {
  float: right;
  width: 12px;
  margin-top: 8px;
}
.user_post .row_message .message_box .text_holder,
.user_post .row_message .categoryitems {
  width: 90%;
  padding: 15px 5%;
  border-bottom: 1px solid #dfe1e6;
  font-size: 12px;
  line-height: 24px;
  color: #5a6375;
  float: left;
}
.user_post .row_message .message_box .text_holder strong,
.user_post .row_message .message_box .messages strong,
.user_post .row_message .categoryitems strong {
  font-weight: 600;
}
.user_post .row_message .message_box .text_holder a.color1 {
  color: #e43935;
}

.user_post .row_message .message_box .messages {
  width: 90%;
  padding: 5px 5%;
  font-size: 12px;
  line-height: 18px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 270px;
  margin: 15px 0;
  float: left;
}
.user_post .row_message .message_box .messages strong {
  font-size: 15px;
}
.user_post .row_message .message_box .messages ul li {
  padding: 10px 0;
  width: 100%;
}
.user_post .row_message .message_box .messages span {
  color: #ccc;
  display: inline-block;
  padding: 2px 0 5px 0;
  font-size: 11px;
}
.attachment_details {
  width: 90%;
  padding: 11px 5%;
  font-size: 14px;
  color: #2d8eff;
  border-top: 1px solid #dfe1e6;
  line-height: 25px;
  background: #fafbfc;
  float: left;
}
.attachment_details ul li {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
.attachment_details img {
  width: 12px;
  float: left;
  margin: 8px 8px 0 0;
}
.attachment_details a {
  color: rgba(45, 142, 255, 1);
}
.attachment_details a:hover {
  color: #333333;
}
.download_archive {
  width: 90%;
  padding: 11px 5%;
  font-size: 14px;
  color: #2d8eff;
  border-top: 1px solid #dfe1e6;
  line-height: 25px;
  float: left;
}
.download_archive span {
  display: inline-block;
  float: left;
  width: 110px;
}
.download_archive span img {
  width: 20px;
  float: right;
  margin-top: 3px;
}
.download_archive a.flag {
  display: block;
  float: right;
  width: 60px;
  padding: 3px;
  border: 1px solid #e43935;
  color: #e43935;
  line-height: 20px;
  line-height: normal;
}
.download_archive a.flag img {
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
.download_archive input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.download_archive input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  vertical-align: middle;
  cursor: pointer;
}
.download_archive input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 5px -35px;
  border: 1px solid #e43935;
}
.download_archive .css-label {
  background-image: url(../svgs/check-box2.png);
  font-size: 14px;
  color: #e43935;
  font-weight: 400;
  border: 1px solid #fbe1e1;
  padding: 5px 10px 5px 5px;
  float: right;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.user_post .activity_log {
  width: 100%;
  float: left;
  padding: 50px 0 15px 0;
}
.user_post .activity_log .title {
  border-bottom: 1px solid #dfe1e6;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4bc800;
  margin: 0;
  width: 100%;
  float: left;
}
.user_post .activity_log .title img {
  float: right;
  width: 10px;
  margin-top: 10px;
}
.user_post .activity_log .text_holder {
  font-size: 12px;
  line-height: 20px;
  color: #5a6375;
  float: left;
}
.user_post .activity_log .text_holder ul li {
  border-bottom: 1px solid #dfe1e6;
  padding: 10px 0;
  width: 100%;
}
.user_post .activity_log .text_holder strong {
  font-weight: 600;
}

/*** POPUP CONTENT ***/
.view_row_message {
  width: 90vw !important;
  height: 90%;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: none;
  box-shadow: 0px 0px 1px 0px #0000000a;
  box-shadow: 0px 2px 6px 0px #0000000a;
  box-shadow: 0px 10px 20px 0px #0000000a;
  overflow: hidden;
  clear: both;
}
.view_row_message h2 {
  color: #2b2d33;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.view_row_message h2 #fancybox-close {
}
.view_row_message .message_header {
  padding: 10px 0;
  color: #5a6375;
  font-size: 12px;
  font-weight: 400;
  border-top: 1px solid #dfe0e1;
  border-bottom: 1px solid #dfe0e1;
  width: 100% !important;
  float: left !important;
}
.view_row_message .message_header strong {
  font-weight: 600;
}
.view_row_message .message_header ul li {
  width: 100%;
  float: left;
  line-height: 25px;
}
.view_row_message .message_box {
  margin: 13px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 340px;
  width: 100% !important;
  float: left !important;
}
.view_row_message .message_box strong {
  font-size: 13px;
}
.view_row_message .attachment_details {
  width: 94% !important;
  padding: 11px 2.5%;
  font-size: 14px;
  color: #2d8eff;
  border: 1px solid #dfe1e6;
  line-height: 25px;
  background: #fafbfc;
  float: left !important;
}

.pending_box {
  background: #fff;
  border: 1px solid #e1e2e7;
  float: left;
}
.pending_box .title,
.pending_box .text_holder,
.pending_box .btn_holder {
  padding: 10px 5%;
  width: 90%;
  float: left;
}
.pending_box .title {
  font-size: 14px;
  color: #e43935;
  border-bottom: 1px solid #e1e2e7;
  font-weight: 500;
  margin: 0;
  float: left;
}
.pending_box .text_holder {
  font-size: 14px;
  line-height: 25px;
  float: left;
}
.pending_box .text_holder span {
  color: #a0b2c1;
  font-size: 13px;
}
.pending_box .btn_holder {
  text-align: center;
  float: left;
}
.pending_box .btn_holder a {
  display: inline-block;
  width: 134px;
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.pending_box .btn_holder a.color1 {
  background: #e43935;
}
.pending_box .btn_holder a.color2 {
  background: #265564;
}

/*** ARCHIVE WEBEX PAGE ***/
.webex_table .table_header .text1,
.webex_table .table_row .text1 {
  width: 200px;
  float: left;
}
.webex_table .table_header .text2,
.webex_table .table_row .text2 {
  width: 150px;
  float: left;
}
.webex_table .table_header .text3,
.webex_table .table_row .text3 {
  width: 300px;
  float: left;
}
.webex_table .table_header .text4,
.webex_table .table_row .text4 {
  width: 100px;
  float: left;
}
.webex_table .table_header .text5,
.webex_table .table_row .text5 {
  width: 200px;
  float: left;
}
.webex_table .table_row .text4 {
  text-align: center;
}
.webex_table .table_row .text4 span {
  margin-top: -5px;
}
.webex_table.no_margin {
  margin: 0;
}

.webex_table.company_table .table_header .text1,
.webex_table .table_row .text1 {
  width: 200px;
  float: left;
}
.webex_table.company_table .table_header .text2,
.webex_table .table_row .text2 {
  width: 200px;
  float: left;
}
.webex_table.company_table .table_header .text3,
.webex_table .table_row .text3 {
  width: 300px;
  float: left;
}
.webex_table.company_table .table_header .text4,
.webex_table .table_row .text4 {
  width: 100px;
  float: left;
}

.webex_message {
  border-bottom: 0px solid #dfe1e6;
  width: 100%;
  float: left;
}
.webex_message .text_holder {
  border-bottom: 1px solid #dfe1e6;
  font-size: 12px;
  line-height: 24px;
  color: #5a6375;
  padding: 15px 5%;
  width: 90%;
  float: left;
}
.webex_message .text_holder strong {
  font-weight: 600;
}
.webex_message .text_holder a.color1 {
  color: #e43935;
}

.user_post .row_message .arrowlistmenu .openheader {
  background: url(../svgs/arrow4.svg) no-repeat 95% 22px #fff;
  border-bottom: 1px solid #dfe1e6;
  margin: 0;
  float: left;
}
.user_post .row_message .arrowlistmenu .openheader.radius_5 {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.user_post .row_message .menuheader {
  width: 90%;
  height: 48px;
  line-height: 50px;
  padding: 0 4.7%;
  font-weight: 600;
  color: #265564;
  background: url(../svgs/arrow5.svg) no-repeat 95% 22px rgba(228, 57, 53, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #dfe1e6;
  float: left;
}
.user_post .row_message .categoryitems {
  width: 99.5%;
  padding: 0%;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-top: 0px;
  margin-bottom: 15px;
  float: left;
}

.company_header .img_holder {
  width: 60px;
  float: left;
}
.company_header .company_title {
  width: 75%;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #737f8a;
  padding-top: 10px;
}
.company_header .company_title strong {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #265564;
}

.page_numbers {
  padding: 20px 0;
  font-size: 13px;
  font-weight: 500;
  float: left;
}
.page_numbers a {
  color: #a0b2c1;
}
.page_numbers a:hover,
.page_numbers a.select {
  color: #fdb71d;
}
.page_numbers ul li {
  display: inline-block;
  width: 20px;
  float: left;
  text-align: center;
}
.page_numbers img {
  width: 12px;
  margin: 4px auto 0 auto;
}

/*** Archive ****/
.email_archive_one .table_header .text4,
.email_archive_one .table_row .text4 {
  width: 165px;
  float: left;
}
.email_archive_one .table_header .text5,
.email_archive_one .table_row .text5 {
  width: 270px;
  float: left;
}
.email_archive_one .table_header .text6,
.email_archive_one .table_row .text6 {
  width: 32px;
  float: left;
}
.email_archive_one .table_row .text5,
.email_archive_one .table_row .text6 {
  margin-top: -5px;
}
.email_archive_one .table_row .text5 span,
.webex_table .table_row .text4 span {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.email_archive_one .table_row .text5 span.color1,
.webex_table .table_row .text4 span.color1 {
  background: #fff8e8;
  color: #fdb71d;
}
.email_archive_one .table_row .text5 span.color2,
.webex_table .table_row .text4 span.color2 {
  background: #fcebeb;
  color: #e43935;
}
.email_archive_one .table_row .text6,
.webex_table .table_row .text5 {
  width: 32px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 7px 0;
  float: right;
  margin: -5px 30px 0 0;
}
.email_archive_one .table_row .text6 img,
.webex_table .table_row .text5 img {
  width: 18px;
  margin: 0 auto 0 auto;
}
.email_archive_one .table_header .text5.random,
.email_archive_one .table_row .text5.random {
  width: 300px;
  padding: 0 20px 0 0;
  text-align: center;
}

/*** USERS PAGE ***/
.user_container {
  width: 670px;
  padding: 0 0 0 70px;
  color: #a0b2c1;
  font-size: 13px;
  font-weight: 500;
  float: left;
}
.user_container h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding-bottom: 20px;
  color: #265564;
}
.user_container_one {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #e7eaed;
  float: left;
  width: 100%;
}
.user_container_one ul li {
  width: 100%;
  padding-bottom: 50px;
}
.user_container_one ul li:last-child {
  padding: 0;
}
.user_container_one .textbox {
  width: 300px;
  float: left;
}
.user_container_one .textbox.right {
  float: right;
}
.user_container_one .text_holder {
  width: 70px;
  padding: 27px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #265564;
  float: left;
}
.user_container input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.user_container input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.user_container input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -40px;
}
.user_container .css-label {
  background-image: url(../svgs/check-box.png);
  font-size: 14px;
  color: #265564;
  font-weight: 400;
  margin-top: 10px;
}
.user_container .btn_holder {
  padding: 50px 0;
  float: left;
  width: 100%;
}
.user_container .btn_holder a {
  display: inline-block;
  font-size: 13px;
  color: #e43935;
  line-height: 40px;
  margin: 0 0 0 70px;
}

.just_button_container .btn_holder input,
.user_container .btn_holder input,
.signin_form .btn_holder input,
.user_container .btn_holder input.save_button {
  width: 300px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: #265564;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

/*** REPORTS PAGE ***/
.total_reviews.nopadding {
  padding: 0;
}
.archive_one .btn_holder {
  width: 420px;
  float: right;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0 0 0;
}
.archive_one .btn_holder ul li {
  width: 200px;
  padding: 0 20px 0 0;
  float: left;
}
.archive_one .btn_holder ul li:last-child {
  padding: 0;
}
.archive_one .btn_holder span {
  background: url(../svgs/ico-print2.svg) no-repeat 0 0;
  padding: 0 0 0 30px;
}
.archive_one .btn_holder a {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.archive_one .btn_holder a.color1 {
  background: #265564;
}
.archive_one .btn_holder a.color2 {
  background: #2d8eff;
}

.report_one .table_header .text1,
.report_one .table_row .text1 {
  width: 220px;
  float: left;
}
.report_one .table_header .text2,
.report_one .table_row .text2 {
  width: 270px;
  float: left;
}
.report_one .table_header .text3,
.report_one .table_row .text3 {
  width: 180px;
  float: left;
}
.report_one .table_header .text4,
.report_one .table_row .text4 {
  width: 180px;
  float: left;
}
.report_one .table_header .text5,
.report_one .table_row .text5 {
  width: 180px;
  float: left;
}
.report_one .table_header .text6,
.report_one .table_row .text6 {
  width: 130px;
  float: left;
}
.report_one .table_row .text6 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: -5px;
}
.report_one .table_row .text6 a {
  display: block;
  float: left;
  width: 113px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #2d8eff;
  color: #2d8eff;
}

/*** USERS PAGE ***/
.userpage_container {
  width: 960px;
  padding: 50px 0 0 70px;
  float: left;
}
.user_button {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e7eaed;
  font-size: 14px;
  line-height: 28px;
  float: left;
  width: 100%;
}
.user_button span {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  float: left;
  color: #2d8eff;
}
.user_button a {
  display: block;
  float: left;
  width: 154px;
  height: 28px;
  border: 1px solid #2d8eff;
  color: #2d8eff;
  text-align: center;
  margin: 0 0 0 15px;
}
.user_domain {
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
  color: #a0b2c1;
  float: left;
  width: 100%;
}
.user_domain select {
  width: 230px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 1%;
}
.user_details_table {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}
.user_details_table .title,
.user_details_table .table_row {
  width: 928px;
  padding: 0 0 0 30px;
  float: left;
}
.user_details_table .title a {
  display: inline-block;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #3a95ff;
  border: 1px solid #3a95ff;
  text-align: center;
  margin: 0 0 0 10px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.user_details_table .title {
  line-height: 40px;
  background: #eaf4ff;
  font-weight: 600;
  border: 1px solid #d7e3f1;
  color: #2d8eff;
  float: left;
  width: 100%;
}
.user_details_table .table_row {
  border: 1px solid #ebecef;
  border-top: 0px;
  font-size: 14px;
  float: left;
  width: 100%;
}
.user_details_table .table_row ul li {
  width: 100%;
  border-bottom: 1px solid #ebecef;
  padding: 15px 0;
}
.user_details_table .table_row .text1 {
  width: 290px;
  font-weight: 600;
  float: left;
}
.user_details_table .table_row .text2 {
  width: 270px;
  float: left;
}
.user_details_table .table_row .text3 {
  width: 270px;
  float: left;
}
.user_details_table .table_row .text4 {
  width: 84px;
  float: left;
}
.user_details_table .table_row .text4 img {
  width: 18px;
  margin: 0 5px;
  float: left;
}

/*** TRIGGERS PAGE ***/
.user_details_table .table_row ul li span {
  font-size: 12px;
  color: #737f8a;
}
.user_details_table .table_row ul li span a {
  color: #737f8a;
  text-decoration: underline;
}
.user_details_table .table_row .text5 {
  width: 820px;
  font-weight: 600;
  float: left;
}
.user_details_table .table_row .text4 .switch {
  float: left;
}

.trigger_container {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.trigger_container ul li {
  width: 28%;
  padding: 17px 2%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  margin: 0 2% 30px 0;
  float: left;
}
.trigger_container ul li:nth-child(3) {
  margin: 0 0 30px 0;
}
.trigger_container .title {
  font-size: 15px;
  font-weight: 600;
  color: #2b2d33;
  border-bottom: 1px solid #dfe0e0;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.trigger_container .text_holder {
  padding-top: 10px;
  font-size: 14px;
  color: #5a6375;
  line-height: 25px;
  float: left;
  width: 100%;
}
.trigger_container .text_holder strong {
  font-weight: 600;
}

.trigger_container_new {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.trigger_container_new ul li {
  width: 28%;
  padding: 17px 2%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  margin: 0 2% 30px 0;
  float: left;
}
.trigger_container_new ul li.light {
  background: rgba(255, 255, 255, 0.8);
}
.trigger_container_new ul li:nth-child(3) {
  margin: 0 0 30px 0;
}
.trigger_container_new .title {
  font-size: 15px;
  font-weight: 600;
  color: #2b2d33;
  border-bottom: 1px solid #dfe0e0;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.trigger_container_new .title img {
  float: right;
  width: 16px;
}
.trigger_container_new .title img.in_logo {
  width: 30px;
}
.trigger_container_new .text_holder {
  padding-top: 10px;
  font-size: 14px;
  color: #5a6375;
  line-height: 25px;
  float: left;
  width: 100%;
}
.trigger_container_new .text_holder strong {
  font-weight: 600;
}

/*** EDIT TRIGGERS PAGE ***/
.edit_triggers_container {
  width: 690px;
  padding: 0 0 0 70px;
  color: #a0b2c1;
  font-size: 13px;
  font-weight: 500;
  float: left;
}
.edit_triggers_one {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #e7eaed;
  float: left;
  width: 100%;
}
.edit_triggers_one ul li {
  width: 100%;
  padding-bottom: 50px;
}
.edit_triggers_one ul li.no_padding {
  padding: 0;
}
.edit_triggers_one ul li:last-child {
  padding: 0;
}
.edit_triggers_one .textbox {
  width: 300px;
  float: left;
}
.edit_triggers_one .textbox.send_reason {
  font-size: 15px;
  font-weight: 600;
  color: #265564;
  padding: 30px 0 0 0;
}
.edit_triggers_one .textbox.send_reason .switch {
  margin: 5px;
}
.edit_triggers_one .textbox.right {
  padding: 0 0 0 55px;
}
.edit_triggers_one .textbox.full {
  width: 100%;
}
.edit_triggers_one .textbox.full textarea {
  font-size: 13px;
  font-weight: 400;
  width: 85%;
}
.edit_triggers_one .textbox span.font15 {
  font-size: 15px;
  font-weight: 600;
  color: #265564;
  display: inline-block;
  padding-top: 30px;
}
.edit_triggers_one ul li img {
  float: right;
  width: 12px;
  margin: 20px 0 0 10px;
}
.edit_triggers_one h2 {
  font-size: 15px;
  font-weight: 600;
  color: #2d8eff;
  padding-bottom: 20px;
}
.edit_triggers_one a {
  display: inline-block;
  color: #2d8eff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
}
.edit_triggers_one h3 {
  font-size: 13px;
  color: #265564;
  padding-bottom: 10px;
}
.edit_triggers_one h3 a {
  color: #265564;
  background: url(../svgs/arrow1.svg) no-repeat right 6px;
  padding: 0 15px 0 0;
  font-weight: 600;
  margin: 0;
}
.edit_triggers_one input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.edit_triggers_one input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.edit_triggers_one input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -40px;
}
.edit_triggers_one .css-label {
  background-image: url(../svgs/check-box.png);
  font-size: 14px;
  color: #265564;
  font-weight: 400;
  margin-top: 10px;
}
.edit_triggers_one .switch {
  margin-top: 35px;
  float: right;
}
.edit_triggers_container .btn_holder {
  padding: 50px 0;
  width: 300px;
  text-align: center;
  float: left;
}
.edit_triggers_container .btn_holder a {
  display: inline-block;
  font-size: 13px;
  color: #e43935;
  line-height: 40px;
}
.edit_triggers_container .btn_holder input {
  width: 300px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: #265564;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

/*** LOGIN PAGE, PROFILE PAGE, COMPANY PAGE, ADD USERS PAGE ***/
.signin_btn {
  font-size: 15px;
  line-height: 70px;
  font-weight: 600;
  float: left;
  width: 100%;
}
.signin_btn span {
  float: right;
}
.signin_form {
  width: 300px;
  float: left;
}
.signin_form h2 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 30px;
}
.signin_form .textbox ul li {
  padding-bottom: 30px;
  font-size: 13px;
  color: #737f8a;
  font-weight: 500;
  width: 100%;
}
.signin_form .textbox input {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.signin_form .btn_holder {
  text-align: center;
  float: left;
  width: 100%;
}
.signin_form .btn_holder a {
  font-size: 14px;
  font-weight: 400px;
  line-height: 50px;
}
.user_container_one {
  width: 100%;
  float: left;
}
.user_container_one.no_border {
  border: 0;
}
.user_container_one.no_padding {
  padding-bottom: 0;
}
.user_container .btn_holder.save_button {
  padding: 0 0 50px 0;
}
.user_container .btn_holder input.save_button {
  width: 100%;
}

.user_container_one .textbox ul li {
  width: 47%;
  padding: 0;
}
.user_container_one .textbox ul li:last-child {
  float: right;
}

/*** CONNECTORS PAGE ***/
.user_button a.auto {
  width: 113px;
}
.connectors_container {
  width: 660px;
  float: left;
  padding: 30px 0 50px 0;
}
.add_connector {
  width: 660px;
  float: left;
  border-bottom: 1px solid #e0e3e7;
}
.add_connector .textbox {
  width: 300px;
  float: left;
  color: #a0b2c1;
  font-size: 13px;
  font-weight: 500;
  float: left;
}
.add_connector .textbox strong {
  color: rgba(45, 142, 255, 1);
  font-size: 15px;
  font-weight: 600;
}
.add_connector .textbox a {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(38, 85, 100, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.add_connector .textbox img {
  width: 24px;
  float: right;
  margin: -32px 10px 0 0;
}
.add_connector .text_holder {
  padding-top: 20px;
  font-size: 13px;
  font-weight: 500;
  float: left;
  width: 100%;
}
.add_connector .text_holder a {
  color: #e43935;
}

div.teams-message-body * {
  all: unset;
}

.connector_container {
  padding: 30px 0;
  float: left;
  width: 100%;
}

.connector_container .cell {  
  padding: 20px;
  background: #fff;
  border: solid 1px #dedede;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  margin: 0 2% 30px 0;  
}
.connector_container .title {
  font-weight:bold;
  margin-bottom: 8px;
}
.connector_container .icon img {
  float: left;  
  width: 28px;
}
.connector_container .title img.in_logo {
  width: 30px;
}

.connector_container .title span.connected {
  background-color: #dcecf7;
  color: #59917e;
  font-weight: normal;
  border-radius:1000px;  
  padding: 6px 8px 6px 8px;
}

.connector_container .title span.disconnected {
  background-color: #fee2e1;
  color: #bb7077;
  font-weight: normal;
  border-radius:1000px;
  padding: 6px 8px 6px 8px;
}