/*VARIABLES*/
/* COLORS */
/* Primary Colors */
/* Secondary Colors */
/* Grey */
/* Intercome */

#intercom-container .intercom-launcher-button,
#intercom-container .intercom-conversations-new-conversation-button {
  background-color: #de8642 !important;
  border-color: #de8642 !important;
}
#intercom-container .intercom-conversations-new-conversation-button {
  background-image: none!important;
}
#intercom-container .intercom-conversations-new-conversation-button:hover {
  background-color: #c6743c !important;
}
/* Extra */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body,
html {
  font-size: 100%;
  background-color: #f2f4f3;
  height: 100%;
}
/* BASELINE */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 100;
  color: #434449;
  margin: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'Proxima Nova W01';
  font-weight: 100;
}
h1,
.h1 {
  font-size: 2.25em;
  line-height: 1em;
}
h2,
.h2 {
  font-size: 2.5em;
  line-height: 1.28571429;
}
h3,
.h3 {
  font-size: 1.25em;
  line-height: 0.9;
}
h4,
.h4 {
  font-size: 0.75em;
  line-height: 1.5;
}
h6,
.h6 {
  color: white;
  font-size: 0.8em;
}
p {
  font-size: 0.85em;
  margin: 0;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
blockquote {
  font-size: 0.85em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
span,
a {
  font-size: 1em;
}
.btn-sm {
  color: #35363a !important;
}
.liitem align-content {
  text-decoration: none;
}
dl,
ol,
ul {
  font-size: 0.75em;
  margin: 0 0 1.5em;
  padding: 0;
}
dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}
/*FONTS*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Proxima Nova W01';
}
p,
blockquote,
span,
dl,
ol,
ul,
dd,
dt,
li,
a {
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  font-size: 13px;
}
/*COLORS*/

h3 .h3,
h4,
.h4,
label,
h5,
.h5,
p,
a {
  color: #434449;
}
h5,
.h5 {
  font-size: 1.2em;
}
.green {
  color: #a4c879;
}
.red {
  color: #e6776c;
}
/* Zopim */

.zopim {
  right: 10px!important;
  left: inherit!important;
}
.modal-open .modal {
  overflow-y: hidden;
}
.modal-header {
  cursor: move;
}
/*BUTTONS*/

.btn {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:active {
  text-decoration: none;
}
.btn .icon {
  display: inline-block;
}
.btn-orange {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #de8642;
  color: #f2f4f3;
  box-shadow: 0 4px #c6743c;
  font-size: 14px;
}
.btn-orange:hover {
  text-decoration: none;
}
.btn-orange:active {
  text-decoration: none;
}
.btn-orange .icon {
  display: inline-block;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #f2f4f3;
  box-shadow: 0 2px #c6743c;
  top: 2px;
}
.btn-orange:active {
  color: #f2f4f3;
  box-shadow: 0 0;
  top: 4px;
}
.btn-lightgrey {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #6a6e72 !important;
  color: #e6e8e7;
  box-shadow: 0 4px #626468;
  font-size: 14px;
}
.btn-lightgrey:hover {
  text-decoration: none;
}
.btn-lightgrey:active {
  text-decoration: none;
}
.btn-lightgrey .icon {
  display: inline-block;
}
.btn-lightgrey:hover,
.btn-lightgrey:focus {
  color: #e6e8e7;
  box-shadow: 0 2px #626468;
  top: 2px;
}
.btn-lightgrey:active {
  color: #e6e8e7;
  box-shadow: 0 0;
  top: 4px;
}
.btn-teal {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #7ec5c3;
  color: #f2f4f3;
  box-shadow: 0 4px #6aa5a2;
  font-size: 14px;
}
.btn-teal:hover {
  text-decoration: none;
}
.btn-teal:active {
  text-decoration: none;
}
.btn-teal .icon {
  display: inline-block;
}
.btn-teal:hover,
.btn-teal:focus {
  color: #f2f4f3;
  box-shadow: 0 2px #6aa5a2;
  top: 2px;
}
.btn-teal:active {
  color: #f2f4f3;
  box-shadow: 0 0;
  top: 4px;
}
.btn-grey {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #6a6e72;
  color: #f2f4f3;
  box-shadow: 0 4px #434449;
  font-size: 14px;
}
.btn-grey:hover {
  text-decoration: none;
}
.btn-grey:active {
  text-decoration: none;
}
.btn-grey .icon {
  display: inline-block;
}
.btn-grey:hover,
.btn-grey:focus {
  color: #f2f4f3;
  box-shadow: 0 2px #434449;
  top: 2px;
}
.btn-grey:active {
  color: #f2f4f3;
  box-shadow: 0 0;
  top: 4px;
}
.btn-orange-flat {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #de8642;
  color: #f2f4f3;
}
.btn-orange-flat:hover {
  text-decoration: none;
}
.btn-orange-flat:active {
  text-decoration: none;
}
.btn-orange-flat .icon {
  display: inline-block;
}
.btn-orange-flat:hover,
.btn-orange-flat:focus {
  color: #f2f4f3;
  background-color: #c6743c;
}
.btn-orange-flat:active {
  color: #f2f4f3;
  box-shadow: 0 0;
}
.btn-teal-flat {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #7ec5c3;
  color: #f2f4f3;
}
.btn-teal-flat:hover {
  text-decoration: none;
}
.btn-teal-flat:active {
  text-decoration: none;
}
.btn-teal-flat .icon {
  display: inline-block;
}
.btn-teal-flat:hover,
.btn-teal-flat:focus {
  color: #f2f4f3;
  background-color: #6aa5a2;
}
.btn-teal-flat:active {
  color: #f2f4f3;
  box-shadow: 0 0;
}
.btn-grey-flat {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  background-color: #6a6e72;
  color: #f2f4f3;
}
.btn-grey-flat:hover {
  text-decoration: none;
}
.btn-grey-flat:active {
  text-decoration: none;
}
.btn-grey-flat .icon {
  display: inline-block;
}
.btn-grey-flat:hover,
.btn-grey-flat:focus {
  color: #f2f4f3;
  background-color: #434449;
}
.btn-grey-flat:active {
  color: #f2f4f3;
  box-shadow: 0 0;
}
.btn-group-wrap {
  text-align: center;
}
.btn-group-wrap .btn-group {
  margin: 10px auto;
  width: inherit;
  text-align: center;
}
.btn-group-wrap .btn-group .btn {
  padding-right: 6px;
  padding-left: 6px;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
#groupNameWrapper {
  border-bottom: solid 1px #b8bcba;
  padding-bottom: 5px;
}
#groupNameWrapper h4 {
  color: #b8bcba;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
}
.menuItem {
  border-top: 1px solid transparent;
}
.liitem {
  padding-left: 28px;
}
.content {
  padding: 10px 20px 20px 20px;
}
.hundredPrecent {
  height: 100% !important;
}
.tooltip {
  position: fixed;
}
.tooltip .tooltip-arrow {
  border-top-color: #35363a !important;
  color: #35363a;
}
.tooltip .tooltip-inner {
  background-color: #35363a;
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.createBtn {
  background: #e6776c;
  color: white;
}
.createBtn:hover {
  color: white;
}
.createBtn:focus {
  color: white;
}
.title {
  font-family: 'Proxima Nova W01';
}
.icon-small {
  font-size: 18px !important;
}
.icon-medium {
  font-size: 21px !important;
}
.icon-large {
  font-size: 25px !important;
}
.icon-xlarge {
  font-size: 35px !important;
}
.screenLabel2 {
  font-size: 13px !important;
}
.fa-copy {
  font-size: 16px !important;
}
#alsContainer p {
  font-size: 13px !important;
}
.rightMenu span {
  font-size: 18px !important;
}
.custominput {
  width: 200px;
  border: #b8bcba solid 1px;
  border-radius: 4px;
  background: transparent;
  padding-left: 10px;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Proxima Nova W01';
  color: #434449;
}
.custominput:hover,
.custominput:focus,
.custominput:active {
  border: 1px solid #626468;
  box-shadow: none!important;
}
.custominput:focus {
  outline: none;
}
#searchContainer input,
.input-container input {
  height: 33px;
}
#searchContainer .icon,
.input-container .icon {
  position: absolute;
  right: 8px;
  top: 7px;
}
.greyinput {
  height: 25px;
  border-radius: 4px;
  width: 160px !important;
  border: 1px solid #b8bcba;
  background: #35363a;
  color: #b8bcba;
  padding-left: 5px;
  font-family: 'Proxima Nova W01';
  font-weight: normal;
  font-size: 14px;
}
.lightGreyinput {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #b8bcba;
  background: #e6e8e7;
  color: #35363a;
  padding: 5px;
  font-family: 'Proxima Nova W01';
  font-weight: normal;
  font-size: 14px;
}
.lightGreyinput:hover,
.lightGreyinput:focus {
  border: 1px solid #b8bcba;
  box-shadow: none !important;
}
.lightGreyinput:active {
  border: 1px solid #b8bcba;
  box-shadow: none !important;
}
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
  font-family: 'Proxima Nova W01';
}
select {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
}
.icon {
  font-size: 16.5px;
  vertical-align: middle;
}
#menuContent .icon {
  font-size: 17.5px;
  color: #de8642;
  position: relative;
  top: 1px;
}
#menuContent .icon-dropdown {
  color: #b8bcba !important;
}
#menuContent .name {
  font-size: 13px;
  padding-left: 5px;
  font-family: 'Proxima Nova W01';
  color: #b8bcba;
}
.icon-edit {
  margin-bottom: 10px;
}
/* ICON inside custom input */

.input-container {
  position: relative;
}
.input-container .icon {
  margin-left: -30px;
  display: inline-block;
  color: #434449 !important;
}
.category-type,
.category-icon {
  text-align: center;
}
.category-type .icon,
.category-icon .icon {
  font-size: 28px;
}
.menuItem.active {
  background-color: #434449;
  border-bottom: none;
}
.menuItem.active .icon.dropdown {
  color: #f2f4f3;
}
.menuItem.active .icon {
  color: #de8642 !important;
}
.menuItem.active .badge {
  color: #f2f4f3;
}
.menuItem.active .name {
  font-weight: 600 !important;
  color: #b8bcba !important;
}
/* BUTTONS */

.container {
  width: 100% !important;
}
.panel {
  border: none;
  background: #132d3a;
}
.panel-group {
  margin-bottom: 0px;
}
#topBtnList {
  list-style: none;
}
#account-btn {
  border: 1px solid black;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
  min-height: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.navbar-default .navbar-collapse.collapse .icon-language {
  top: 0px;
  position: relative;
  font-size: 30px;
}
.navbar-default .navbar-collapse.collapse span.language {
  vertical-align: top;
}
.navbar-default .navbar-collapse.collapse .icon-arrow-down {
  top: 2px;
  position: relative;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .divider {
  margin: 5px 0;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav > li > a.btn-grey-flat {
  color: #f2f4f3 !important;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav > li > a.btn-grey-flat:hover,
.navbar-default .navbar-collapse.collapse .nav.navbar-nav > li > a.btn-grey-flat:focus {
  background-color: #434449;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav li a {
  padding: 0px 10px;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown {
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown .icon {
  color: #6a6e72;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown a {
  color: #6a6e72;
  font-weight: 500;
  font-family: 'Proxima Nova W01';
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown .dropdown-toggle {
  padding: 0px 10px;
  font-size: 1em;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown .dropdown-menu {
  min-width: initial;
  width: 100%;
  min-width: 120px;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown .dropdown-menu form#logoutForm {
  width: 100%;
}
.navbar-default .navbar-collapse.collapse .nav.navbar-nav .dropdown .dropdown-menu li a {
  padding: 0px 5px;
  text-align: left;
}
/*Spinner*/

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  padding-right: 5px;
  font-size: 1em;
  -webkit-transition: opacity 0.1s, width 0.25s;
  -moz-transition: opacity 0.1s, width 0.25s;
  -o-transition: opacity 0.1s, width 0.25s;
  transition: opacity 0.1s, width 0.25s;
}
.spinner .fa-cog {
  font-size: 30px;
  bottom: 5px;
  position: relative;
}
.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}
.spin {
  -webkit-transform-origin: 50% 58%;
  transform-origin: 50% 58%;
  -ms-transform-origin: 50% 58%;
  /* IE 9 */
  -webkit-animation: spin .2s infinite linear;
  -moz-animation: spin .2s infinite linear;
  -o-animation: spin .2s infinite linear;
  animation: spin .2s infinite linear;
}
#spinnerDiv {
  padding: 0px;
}
#mainSpinner i {
  font-size: 40px;
}
#mainSpinner {
  margin-top: 15px;
}
/* begin modal */

/* begin create user modal */

.modal .modal-content {
  background: #e6e8e7;
}
.modal .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-content label {
  font-size: 1em;
  font-weight: 500;
  font-family: 'Proxima Nova W01';
}
.modal .modal-content .icon {
  position: absolute;
}
.modal .modal-title {
  font-size: 40px;
}
.modal #createUserModal label {
  color: black;
}
.modal #closeMark {
  font-weight: 700;
  font-size: 25px;
}
.modal .userModalFormInput,
.modal #groupSelect {
  width: 90%;
  margin: 0;
  height: 35px;
  font-weight: 500;
}
.modal #userIconModal {
  font-size: 1.2em;
  position: relative;
  top: 3px;
}
.modal input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: -7px;
  left: -3px;
  z-index: 2;
}
.modal input[type="checkbox"]:checked + label {
  background-image: url("images/checkboxChecked.png");
  display: inline-block;
  padding: 0 0 0 0px;
}
.modal input[type="checkbox"] + label {
  background-image: url("images/checkbox.png");
  width: 22px;
  height: 22px;
  display: inline-block;
  padding: 0 0 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal label.radio-inline {
  padding: 0;
}
.modal input[type="radio"] {
  display: none;
}
.modal input[type="radio"] + span {
  padding-top: 0px;
}
.modal input[type="radio"] + span:before {
  cursor: pointer;
  color: #6a6e72;
  content: "\2022";
  font-size: 3.9em;
  padding-right: 0;
  position: relative;
  line-height: 13px;
  top: 0.14em;
}
.modal input[type="radio"]:checked + span:before {
  color: #de8642;
}
.modal .checkbox_wrapper {
  position: relative;
  top: 8px;
}
.modal .checkbox_wrapper label {
  cursor: pointer;
  padding: 10px;
  background-repeat: no-repeat;
}
.modal .checkbox_wrapper input {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.modal #closeBtn {
  float: left;
}
.modal .modal-footer {
  border: none;
}
.modal .modal-header {
  border-color: #b8bcba;
}
.modal #errorForm-group {
  font-size: 13px;
}
.modal #errorMessage {
  position: relative;
  top: 8px;
}
.deleteCell {
  text-align: center;
  width: 50px;
  padding: 0 !important;
}
.delete {
  padding: 0;
  position: relative;
  top: 8px;
}
.popover-title {
  color: #434449;
}
.popover-content .btn-danger {
  background: #e6776c;
  color: white !important;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.popover-content .btn-default {
  background-color: #d9dbda;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
/* end popover */

/* Feedback */

#feedback {
  position: fixed;
  background: white;
  height: 77px;
  width: 350px;
  text-align: left;
  z-index: 10;
  top: -85px;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  box-shadow: 0px 0px 10px black;
  padding-left: 20px;
}
#feedback .name {
  font-family: 'Proxima Nova W01';
  font-weight: 500;
  font-size: 24px;
  padding-left: 55px;
  position: relative;
  bottom: 4px;
}
.anim {
  -webkit-transform: translate(0px, 85px);
}
.validation-summary-errors ul {
  list-style: none;
}
.validation-summary-errors ul li {
  font-size: 20px;
  color: #e6776c;
}
#refresh-container,
#refresh-container_vertical,
#preview_iframe,
#preview_iframe_vertical {
  zoom: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0 0;
  margin-top: 20px;
}
#previewModal {
  height: 100% !important;
}
#refresh-container,
#refresh-container_vertical {
  position: absolute;
  top: 0px;
  background-color: #f2f2f2;
}
#refresh-container .fa-refresh,
#refresh-container_vertical .fa-refresh {
  font-size: 100px;
  margin-top: 72px;
  color: #243949;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999 !important;
}
.greyBackground {
  background: #e6e8e7;
  border-radius: 4px;
}
.darkGreyBackground {
  background: lightgray;
  border-radius: 4px;
}
#categoryWrapper {
  margin-top: 30px;
}
#categoryTable {
  height: 100%;
}
#categoryTable #allCategory {
  font-size: 17px;
}
#categoryTable td {
  width: 88px;
}
#categoryTable .activeCircle {
  background: #de8642 !important;
}
#categoryTable .categoryCircle {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: #6a6e72;
  display: table;
  cursor: pointer;
  position: relative;
}
#categoryTable .categoryCircle span {
  z-index: 1;
  color: white;
  font-size: 35px;
  position: relative;
  top: 7px;
}
#categoryTable .categoryCircle #allCategory {
  left: 13px;
  top: 12px;
}
#categoryTable .greyLine {
  width: 100%;
  height: 1px;
  background: #b8bcba;
  position: absolute;
  bottom: 27px;
  z-index: 0;
  margin-left: 55px;
}
#categoryTable .categoryCircle:hover {
  background: #de8642;
}
