﻿/*
 * Base structure
 */

html {
  overflow-x: hidden;
}
 
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #f2f2f2;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
/*@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -51.6%;
  }

  .row-offcanvas-left.active {
    left: 50%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    margin-left: 10px;
  }
}*/

/*
 * Sidebar
 */

/* Hide for mobile, show later */
#sidebar {
  background-color: #fafafa;
  padding: 20px;
}

.pull-left b {
	margin-right: 60px;
}

.pull-left>.label>b {
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline;
}

.pull-left>a.headerText {
	margin-right: 25px;
}

.header {
  border-bottom: 2px solid #ccc;
}

@media (max-width: 1200px){
  .col-show {
    display: inline;
  }

  .col-hide {
    display: none;
  }

  .main-header-title {
    padding-top: 40px !important;
  }

  .main-header-title.padding-top-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1201px){
  .col-show {
    display: none;
  }

  .col-hide {
    display: inline;
  }
}

@media (max-width: 768px) {

  .intercom-lightweight-app-launcher {
    margin-bottom: 80px;
  }

  .ytm-messenger, .alert-load-container {
    bottom: -80px;
  }

  .alert-load-container.alert-show {
    bottom: 65px;
  }

  .alert-load-container {
    width: 100%;
    left: 0px;
  }

  .alert-content, .alert-load-content {
    border-radius: 0px;
  }

  .alert-container {
    bottom: 200px;
  }

  div.dropdown>ul.dropdown-menu.pull-right {
    right: 20px;
    left: auto;
    top: 40px;
  }

  .dropdown-margin {
    padding: 10px 20px 10px 20px;
  }

  .settings-fix {
    top: 0px;
    right: -10px;
    margin-top: 11px;
    position: absolute;
    display: inline;
  }

  /*.not-to-be-used {
    bottom: 110px;
    right: -30px;
    position: absolute;
    padding: 10px 20px 10px 20px;
  }*/

  .optimizer-margin {
    margin: auto;
  }

  .progress-responsive {
    margin: auto;
  }

  .rt-fix {
    bottom: 210px !important;
  }

  .menu-size-sm, .menu-size-lg {
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    position: fixed;
    width: 100%;
  }

  .activeMenu::after {
    display: none;
  }

  .pull-left>a.headerText {
  	display: block;
  	margin-right: 0px;
  }

  .pull-left b {
  	display: block;
  	margin-bottom: 20px;
  	margin-right: 0px;
  }

  #sidebar {
    bottom: 0;
    z-index: 1001;
    position: fixed;
    width: 100%;
    white-space: nowrap;
    padding: 0px;
  }

  .d-flex #sidebar {
    max-width: 100% !important;
    min-width: 100% !important;
    height: 120px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: transparent !important;
  }

  .nav-sidebar > li > a > .nav-item-tooltip {
    bottom: 60px !important;
    left: 50% !important;
    top: initial !important;
    transform: translateX(-50%);
  }

  .nav-sidebar > li > a > .nav-item-tooltip {
    border-radius: 6px;
    padding: 8px;
    font-size: 14px !important;
    position: absolute;
    z-index: 25;
    background-color: #fff;
    /*text-transform: uppercase;*/
    color: #62676d !important;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: .03em;
  }

  .nav-sidebar > li > a:hover > .nav-item-tooltip {
   opacity: 1;
    visibility: visible;
  }

  .nav-sidebar > li.activeMenu > a:hover > .nav-item-tooltip {
    opacity: 0;
    visibility: hidden;
  }

  ul.nav-sidebar {
    position: absolute;
    bottom: 0;
    background-color: #fafafa;
    border-top: 1px solid #eee;
  }

  #sidebar::after {
  content:'';
  width: 15%;
  display:block;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  background: rgba(255,255,255,0.7);
  background: -moz-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(0255,255,255,0) 100%);
  background: -ms-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  height: 70px;
  }

  /*#sidebar:not(.menu-lg)::after {
    height: 67px;
    transition: height .66s ease;
  }

  #sidebar:not(.menu-sm)::after {
    height: 97px;
    transition: height .66s ease;
  }*/

  .nav-sidebar {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .nav-sidebar>li>a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .nav>li {
    display: inline-block;
    float: none;
  }

  .nav>li>a {
    margin-left: -10px;
    border-right: 1px solid #eee;
    width: 120px;
    text-align: center;
}

  .nav-sidebar>li>a:hover {
    border-left: 5px solid transparent !important;
  }

  .nav>li.activeMenu>a:hover {
    border-color: transparent;
  }

  .navbar-nav>li>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    border-right: 0 !important;
    width: 870px;
    display: block;
  }

  .main-menu>.navbar-nav>li>a {
    width: 100%;
  }

  .main-menu>.navbar-nav>li {
    display: block;
  }

  .nav>li.activeMenu>a {
    border-color: transparent;
  }

  .nav>li>a:hover {
    border-right: 1px solid #eee;
  }

  .swipeBox {
    background-color: black;
    opacity: 0.6;
    color: #fff;
    z-index: 9999;
    display: block;
    padding: 10px;
    position: fixed;
    bottom: 30%;
    border-radius: 6px;
    font-size: 13px;
  }

  .mainHeader {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mainContent {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 140px;
  }

  .right {
    margin-right: 0px;
    margin-left: 30px;
    text-align: right;
  }
}

@media (min-width: 768px) {

.optimizer-margin {
  margin: 0px;
  float: right;
}

.optimizer-updated {
  margin-top: 14px;
  display: block;
}

.progress-responsive {
  margin-right: 5px;
  float: right;
}

.score-data {
  text-align: right;
}

.menu-size-lg, .menu-size-sm {
  margin-top: 30px
}

.right {
  margin-right: 0px;
  margin-left: 30px;
  text-align: right;
}

  #sidebar {
    left: 0;
	  bottom: 0;
    display: block;
    padding: 0px;
	  clear: both;
	  min-height: 760px;
    transition: width 0.66s ease;
    -webkit-transition: width 0.66s ease;
  }
}

.nav-sidebar>li>a>svg, .nav-sidebar>li>a>span>svg, .nav-sidebar>li>a>img, .nav-sidebar>li>a>span {
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;
}

.nav-sidebar>li>a>span>img {
  vertical-align: text-top;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-bottom: 20px;
  margin-left: -21px;
  margin-top: 30px;
}
.nav-sidebar > li > a {
  padding-right: 0px;
  /*padding-left: 20px;*/
  padding-left: 48px;
  /*text-align: center;*/
  font-size: 13px;
  color: #62676d;
  /*text-transform: uppercase;*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 5px solid transparent;
  transition: background-color .25s, padding-left .66s ease;
}

.nav-sidebar > li > a:hover { 
  border-left: 5px solid transparent;
  transition: border .25s, background-color .25s ease;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-sidebar .headerText {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	color: #aaa;
}


/*
 * Main content
 */

.main {
  padding: 0px;
  min-height: 1283px;
  background-color: #f2f2f2;
  position: relative;
}

.d-flex .main {
  width: 100%;
}

/*.d-flex #sidebar {
  max-width: 120px;
  min-width: 120px;
}*/

.d-flex #sidebar {
  max-width: 220px;
  min-width: 220px;
}

.main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.3);
  z-index: 2;
  text-align: center;
}

.main-overlay::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

@media (min-width: 768px) {

  .nav-sidebar > li > a {
    margin-left: 0px;
  }

  .share-icons {
    text-align: right;
  }

  .main {
    padding-right: 0px;
    padding-left: 0px;
	  padding-top: 0px;
	  background-color: #f2f2f2;
    transition: width 0.66s ease;
    -webkit-transition: width 0.66s ease;
  }

  .swipeBox {
    display: none;
  }
}
.main .page-header {
  margin-top: 0;
}

.mainHeader {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 25px;
	padding-top: 40px;
	display: block;
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #131313
}

.main-header-title {
  padding-bottom: 45px;
  padding-top: 0px;
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #131313;
}

.main-header-subtitle {
  color: #8f8f8f;
  font-size: 16px;
  margin-top: 8px;
}

.headerText{
	font-size: 16px;
	margin-right: 25px;
	color: #808080;
}

.headerTextCount {
	margin-left: 7px;
	display: inline;
	font-weight: normal;
	color: #d3d3d3;
}

.mainContent {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	background-color: #f2f2f2;
}

.interest-wrapper {
	height: auto;
}

.interest {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  color: #888;
  padding: 15px 30px;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  float: left;
}

.gender-select {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 15px 30px;
  border-radius: 6px;
  margin-right: 7px;
  display: inline-block;
}

:checked + .interest {
  border: 1px solid #30A566;
  padding: 15px 30px;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 6px;
  color: #fff;
  background-color: #30A566;
}

.hideCheckbox {
	display: none;
}

.vertical {
	background-color: #e3e3e3;
	margin-left: 21px;
	margin-right: 21px;
	width: 1px;
	height: inherit;
	display: inline-block;
}

.contentWell {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.content {
  margin-top: 0px !important;
}

.ct-head-white {
  border-bottom: 2px solid#f5f5f5!important;
  font-weight:bold
}

.ctHead {
  padding: 30px;
  background-color: #f9f9f9;
  color: #131313;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 6px;
  border: 2px solid #fff;

  -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.ctFoot {
  padding: 18px 30px;
  background-color: #f9f9f9;
  color: hsl(208,12%,58%);
  font-size: 12px;

  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;

  -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.ctFoot .formLabel {
  margin: 0px;
  color: #1b1b1b;
  font-weight: 800;
}

.ctFoot>a {
  font-size: 16px;
  color: #555;
}

.ctWrapper>.ctFoot {
  -webkit-box-shadow: 0 0px 0px transparent;
  -moz-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

.ctWrapper>.ctHead {
  -webkit-box-shadow: 0 0px 0px transparent;
  -moz-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

.ctWrapper {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  border-radius: 6px;
  background-color: #fff;
}

.ctWrapper>.ctHead + .contentWell, .ctWrapper>a>.ctHead + .contentWell {
  margin-bottom: 0px;
  border-top: 0;
  -webkit-box-shadow: 0 0px 0px;
  -moz-box-shadow: 0 0px 0px;
  box-shadow: 0 0px 0px;
  border-radius: 0px 0px 6px 6px;
}

.ctWrapper>.contentWell, .ctWrapper>a>.contentWell {
  margin-bottom: 0px;
  border-top: 0;
  -webkit-box-shadow: 0 0px 0px;
  -moz-box-shadow: 0 0px 0px;
  box-shadow: 0 0px 0px;
  border-radius: 0px;
  border-bottom: 1px solid #f5f5f5;
}

.ctWrapper>.contentWell:first-child, .ctWrapper>a:first-child>.contentWell {
  border-radius: 6px 6px 0px 0px;
}

.ctWrapper>.contentWell:last-child, .ctWrapper>a:last-child>.contentWell {
  border-radius: 0px 0px 6px 6px;
  border-bottom: 0;
}

.contentWell.bottom-radius-0 {
  border-radius: 0px 0px 0px 0px !important;
}

.contentWell.radius-0 {
  border-radius: 0px !important;
}

.ct-vert {
  min-height: 20px;
  padding: 30px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  text-align: center;
  border-right: 2px solid #f2f2f2;
  transition: all .2s ease;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ct-vert>.contentWellHead {
  color: #8f8f8f;
  font-weight: bold;
}

.ct-vert.active {
  background-color: #fff;
  cursor: auto;
}

.ct-vert.active>.contentWellHead, .ct-vert.active>small {
  color: #30a566;
}

.ct-vert>img {
  margin-bottom: 12px;
}

.ctWrapper .ct-vert:first-child {
  border-radius: 6px 0px 0px 6px;
}

.ctWrapper .ct-vert:nth-last-child(2) {
  border-radius: 0px 6px 6px 0px;
  border-right: 0;
}

.ctWell {
  min-height: 20px;
  padding: 50px;
  margin-bottom: 20px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #888;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.ctWrapper>.ctWell, .ctWrapper>.ct-vert {
  -webkit-box-shadow: 0 0px 0px;
  -moz-box-shadow: 0 0px 0px;
  box-shadow: 0 0px 0px;
}

.ctWell b {
  font-size: 20px;
}

.ctWell>.statusText {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.green {
  background-color: #30A566 !important;
  color: #127044 !important;
  border-color: #30A566 !important;
  fill: #127044;
}

.orange {
  background-color: #F7AD14 !important;
  color: #915117 !important;
  border-color: #F7AD14 !important;
  fill: #915117;
}

.red {
  background-color: #e74c3c !important;
  color: #943228 !important;
  border-color: #e74c3c !important;
  fill: #943228;
}

.contentWellHead {
	font-size: 17px;
}

.contentMembershipHead {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-weight: 700;
}

.membershipFeatures {
	padding: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

.no-line {
	border-top: 0;
}

.smallSupportText {
	font-size: 11px;
	color: #bdbdbd;
}

.replyStatus.warning {
	color: #e67e22;
	font-weight: bold;
	margin-left: 7px;
	font-size: 12px;
	display: inline;
}

.replyStatus.success {
	color: #43ac6a;
	font-weight: bold;
	margin-left: 7px;
	font-size: 12px;
	display: inline;
}

.replyStatus.default {
	color: #8f8f8f;
	font-weight: bold;
	margin-left: 7px;
	font-size: 12px;
	display: inline;
}

small {
	color: #8f8f8f;
}

.menuThumb {
	  border-radius: 24px;
    width: 33px;
    margin-right: 10px;
}

.nav-thumb {
  margin-top: -5px;
}

.avatar-site {
  margin-left: 10px;
  margin-bottom: -10px;
}

.avatar-menu {
  margin-right: 10px;
  vertical-align: middle;
}

.affThumb {
    margin-left: 10px;
    border-radius: 24px;
    width: 33px;
}

.affThumb.no-margin {
  margin-bottom: 3px !important;
}

.menu-sm .sidebar-item-text {
  display: none;
}

.fa-layers svg.svg-inline--fa {
  font-size: 1em;
}

.menu-sm {
  font-size: 2em;
}

.menu-lg {
  font-size: 3em;
}

.menu-sm .nav-sidebar>li>a {
  padding-left: 0px;
}

.nav-sidebar>li>a.layer-icon {

}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

#checkboxBtn {
  display: none;
}

.rank-change-lg {
  font-size: 20px;
  display: inline;
  vertical-align: 0.25em;
}

.sparkline>canvas {
  border-radius: 6px;
}

.comment-preview.avatar-site.grey-comment {
  padding: 8px !important;
}

.comment-preview.avatar-site {
  padding: 3px !important;
}

.leaderboard-scale {
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    transform: scale(1.01);
    background-color: #fff;
}

.draw-scale {
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    box-shadow: 0 3px 10px rgba(31,37,45,0.1);
    transform: scale(1.03);
    background-color: #fff;
}

.draw-scale .pull-left>b {
  margin-right: 0px;
}

.delete-overlay.white {
  background: rgb(255,255,255,0.6);
  color: #131313;
}

.nav-sidebar > li > a > .nav-item-tooltip {
  border-radius: 6px;
  padding: 8px;
  /*font-size: 14px;*/
  font-size: 16px;
  position: absolute;
  /*top: calc(50% - 18.5px);*/
  top: calc(50% - 20px);
  left: 84px;
  /*left: 110px;*/
  z-index: 25;
  /*background-color: #fff;*/
  /*text-transform: uppercase;*/
  /*color: #62676d !important;*/
  /*-webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  box-shadow: 0 3px 10px rgba(31,37,45,0.05);
  opacity: 0;
  visibility: hidden;*/
  white-space: nowrap;
  font-weight: bold;
  /*letter-spacing: .03em;*/
}

.nav-sidebar > li.activeMenu > a {
  color: #30a566 !important;
}

.check-req {
  background-color: #f9f9f9;
  border-radius: 6px;
  color: #888;
  margin-bottom: 6px;
  padding: 18px;
  width: 100%;
  text-align: left
}

.check-req a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.req-success {
  background-color: #dff0d8;
  color: #30a566;
}

.req-error {
  background-color: #fca5a1;
  color: #f71f14;
}

.req-warning {
  background-color: #fcdea1;
  color: #f7ad14;
}

.img-step {
  position: relative;
  top: -6px;
  width: 72px;
}

.img-step-overlay {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color:#f9f9f9;
  border-radius:100%;
  z-index:2
}

.img-step-overlay>.delete-overlay {
  background: none;
  margin-right:0
}

.img-step-overlay>.delete-overlay>.message {
  font-weight: bold;
  padding:0
}

.icon-btn {
  border-radius: 6px;
  text-align: center;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}

.icon-btn.icon-btn-default {
  background-color: #f2f2f2;
}

.icon-btn.icon-btn-default:hover {
  background-color:rgba(48,165,102,0.05);
  color:#30a566
}