/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
* {
	box-sizing: border-box;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
  background-color: #f9f9f9;
}
/* /END RESET */
body {
	font-family: "Proximanova-Regular";
	font-size: 12px;
  overflow-x: hidden;
}

button.main-button {
  width: auto;
  display: inline-block;
  height: 30px;
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  min-width: 150px;
  overflow: hidden;
}
button.main-button:hover {
  /* box-shadow: 0px 3px 10px #00000026; */
}

.form-horizontal button.main-button {
  margin-top: 10px;
}


.theiaStickySidebar.disabled {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  float: left !important;
  transform: translateY(0px) !important;
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 992px){
  .theiaStickySidebar {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    float: left !important;
    transform: translateY(0px) !important;
    width: 100%;
    padding: 0 !important;
  }
}

p {
	/* line-height: 150%;
	margin: 0 0 10px; */
}
h1, h2, h3, h4, h5, h6 {
	color: #4a4a4a;
	font-family: "Proximanova-SemiBold";
}

h1 {
	font-size: 28px;
  margin-bottom: 30px;
}

h2 {
	font-size: 20px;
  margin-bottom: 20px;
}

h3 {
	font-size: 18px;
  margin-bottom: 10px;
}

h4 {
	font-size: 16px;
  margin-bottom: 10px;
}

h5 {
	font-size: 14px;
  margin-bottom: 10px;
}

h6 {
	font-size: 12px;
  margin-bottom: 10px;
}

p {
	font-size: 14px;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

a img {
	border: none;
	outline: none;
}

a {
	color: #363636;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* /END CLEARFIX */

/* body page class */
.body-page {
  padding-top: 80px;
}

/* / */
.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

/* main header style */
.main-header-page {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header-page .logo-area {
  padding-right: 25px;
}
.main-header-page .navbar-area {
  min-height: 25px;
  display: flex;
  align-items: center;
  border-left: 1px solid #e5e5e5;
  padding-left: 0px;
}
.main-header-page .navbar-area.mobile {
  width: 100%;
  display: none;
}
.main-header-page .navbar-area ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-header-page .navbar-area ul.navbar li {
  display: inline-block;
  margin-left: 20px
}
.main-header-page .navbar-area ul.navbar li a {
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #4a4a4a;
}
.main-header-page .user-menu {
  position: relative;
  width: auto;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #808184;
  margin-left: auto;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 0;
  border: 0;
}
.main-header-page .user-menu .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4a4a4a;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.main-header-page .user-menu .user-menu-list {
  display: none;
  position: absolute;
  min-width: 150px;
  height: auto;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  right: 0;
  border-radius: 3px;
}
.main-header-page .user-menu .user-menu-list ul {
  padding: 0;
  list-style: none;
}
.main-header-page .user-menu .user-menu-list ul li a {
  font-family: ProximaNova-Bold;
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #808184;
  display: block;
  width: 100%;
}
.main-header-page .user-menu.show .arrow-down {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-header-page .user-menu.show .user-menu-list {
  display: block;
}

.head-area {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  min-height: 30px;
}
.head-area h1 {
  font-family: Proximanova-Bold;
  font-size: 24px;
  letter-spacing: -0.34px;
  color: #4a4a4a;
  margin: 0;
}
.head-area h1 span {
  font-family: Proximanova-Regular;
}
.head-area .right-area {
  width: auto;
  min-width: 100px;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.whos-online-wrapper .whos-online {
  padding: 2px 10px;
  font-family: ProximaNova-SemiBold;
  font-size: 12px;
  letter-spacing: -0.09px;
  color: #9b9b9b;
  background-color: #e5e5e5;
  border-radius: 500px;
  margin-right: 5px;
}
.whos-online-wrapper .whos-online:last-child {
  margin-right: 0px;
}
.head-area.flex-wrap {
  flex-wrap: wrap;
}
.head-area .head-info-section {
  width: 100%;
  display: flex;
  margin-top: 20px;
  min-height: 10px;
  flex-wrap: wrap;
}
.head-area .head-info-section:first-child {
  margin-top: 0px;
}
.head-area .head-info-section ul.project-navigation {
  padding: 0;
  list-style: none;
}
.head-area .head-info-section ul.project-navigation li {
  display: inline-flex;
  margin-right: 10px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  letter-spacing: -0.23px;
  color: #9b9b9b;
  align-items: center;
  cursor: pointer;
}
.head-area .head-info-section ul.project-navigation li:nth-child(1) {
  min-width: 130px;
}
.head-area .head-info-section ul.project-navigation li:nth-child(2) {
  min-width: 235px;
}
.head-area .head-info-section ul.project-navigation li.active,
.head-area .head-info-section ul.project-navigation li:hover {
  font-family: ProximaNova-Bold;
  color: #4a4a4a;
}
.head-area .head-info-section ul.project-navigation li:last-child {
  margin-right: 0px;
}
.head-area .head-info-section ul.project-navigation li .number {
  width: 18px;
  height: 18px;
  background-color: #e5e5e5;
  color: #fff;
  font-family: ProximaNova-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: -0.17px;
  color: #9b9b9b;
}
.head-area .head-info-section ul.project-navigation li.active .number,
.head-area .head-info-section ul.project-navigation li:hover .number {
  width: 18px;
  height: 18px;
  background-color: #4a4a4a;
  color: #fff;
}
.head-area .head-info-section ul.status-project {
  padding: 0;
  list-style: none;
  display: flex;
}
.head-area .head-info-section ul.status-project li {
  display: inline-flex;
  margin-right: 10px;
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: right;
  color: #4a4a4a;
  align-items: center;
  cursor: pointer;
}
.head-area .head-info-section ul.status-project li:last-child {
  margin-right: 0;
}
.head-area .head-info-section ul.status-project li img.icon {
  opacity: 0.5;
  margin-right: 2px;
}
.head-area .head-info-section ul.status-project li:hover img.icon {
  opacity: 1;
}
.head-area .head-info-section ul.status-project li .on {
  display: none;
  justify-content: center;
  align-items: center;
}
.head-area .head-info-section ul.status-project li .off {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-area .head-info-section ul.status-project li.active .on {
  display: flex;
}
.head-area .head-info-section ul.status-project li.active .off {
  display: none;
}
.main-content {
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.main-content .section {
  width: 100%;
  display: flex;
}
.main-content .section .text-info-area {
  width: 350px;
  padding-top: 25px;
}
.main-content .section .text-info-area p.title {
  width: 350px;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  letter-spacing: -0.25px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.main-content .section .text-info-area p.subtitle {
  font-family: ProximaNova-Regular;
  font-size: 13px;
  line-height: 1.31;
  color: #9b9b9b;
  margin-bottom: 0;
}
.main-content .section .input-area {
  width: calc(100% - 350px - 30px);
  background-color: #f9f9f9;
  right: 0;
  margin-left: auto;
  padding: 30px;
  padding-bottom: 10px;
}
.main-content .section .input-area .input-wrapper {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
}
.main-content .section .input-area .input-wrapper .left-area {
  width: calc(50% - 2px);
  padding-right: 30px;
  position: relative;
}
.main-content .section .input-area .input-wrapper .right-area {
  width: calc(50% - 2px);
  padding-right: 30px;
  position: relative;
}
.main-content .section .input-area .form-group {
  width: calc(50% - 2px);
  padding-right: 30px;
}
.main-content .section .input-area .input-wrapper .left-area .form-group {
  width: 100%;
  padding-right: 0;
}
.main-content .section .input-area .input-wrapper .right-area .form-group {
  width: 100%;
  padding-right: 0;
}
.main-content .section .input-area .form-group label {
  font-size: 13px;
  letter-spacing: -0.16px;
  color: #4a4a4a;
}
.main-content .section .input-area .form-group:last-child {
  margin-bottom: 20px;
}
@media (max-width: 992px){
  .head-area .head-info-section ul.project-navigation li {
    margin-right: 15px;
  }
  .main-content .section .input-area .form-group {
    width: calc(100% - 2px);
  }
  .main-content .section .input-area .input-wrapper .left-area {
    width: calc(100% - 2px);
  }
  .main-content .section .input-area .input-wrapper .right-area {
    width: calc(100% - 2px);
  }
  .main-content .section .input-area .input-wrapper .right-area .comments-box {
    width: calc(100% - 2px);
    position: relative;
    float: left;
    bottom: auto;
  }
}
@media (max-width: 1200px){
  .head-area .head-info-section {
    justify-content: left;
  }
  .head-area .head-info-section h1 {
    width: 100%;
    text-align: left;
  }
  .head-area .head-info-section .right-area {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 10px;
  }
  .main-content .section {
    flex-wrap: wrap;
  }
  .main-content .section .text-info-area {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .main-content .section .input-area {
    width: 100%;
  }
}
@media (max-width: 1200px){
  .main-content .section .input-area .form-group {
    width: 100%;
  }
  .head-area .head-info-section ul.project-navigation li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.status-sign {
  padding: 0px 10px;
  background-color: #4a4a4a;
  color: #fff;
  font-family: ProximaNova-SemiBold;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  display: block;
  /* flex-wrap: nowrap; */
  white-space: nowrap;
  float: left;
  border-radius: 3px;
}
.button-wrapper-under-table {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 10px;
}
.button-wrapper-under-table .left-area {
  width: auto;
  display: flex;
  align-items: center;
}
.button-wrapper-under-table .right-area {
  width: auto;
  display: flex;
  margin-left: auto;
  align-items: center;
}
.button-wrapper-under-table .button {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-family: ProximaNova-Bold;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  cursor: pointer;
}
.button-wrapper-under-table .button:last-child {
  margin-right: 0;
}
.button-wrapper-under-table .button img {
  margin-right: 3px;
}
@media (max-width: 992px){
  .body-page {
    padding-top: 100px;
  }
  .main-header-page {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .main-header-page .navbar-area.desktop {
    display: none;
  }
  .main-header-page .navbar-area.mobile {
    display: flex;
    border: 0px;
    overflow: auto;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 5px;
    padding-right: 30px;
  }
  .main-header-page .navbar-area.mobile ul.navbar li:first-child {
    margin-left: 0;
  }
  .main-header-page .navbar-area.mobile ul.navbar {
    white-space: nowrap;
  }
}
@media (max-width: 768px){
  .head-area {
    flex-wrap: wrap;
  }
  .head-area h1 {
    width: 100%;
    text-align: center;
  }
  .head-area .right-area {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

/* Stylist checkbox */
/* Customize the label (the container) */
.stylist-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0px;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
  color: #4a4a4a;
  min-height: 20px;
  display: flex;
  align-items: center;
}
/* Hide the browser's default checkbox */
.stylist-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.stylist-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
  border: solid 1px #e5e5e5;
}
/* On mouse-over, add a grey background color */
.stylist-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.stylist-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.stylist-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.stylist-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.stylist-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #4a4a4a;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.stylist-checkbox .checkmark.indeterminate:after {
  left: 2px;
  top: 7px;
  width: 14px;
  height: 4px;
  background-color: #4a4a4a;
  border: solid #4a4a4a;
  border-width: 0 0px 0px 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* page loader */
#pageloader_new
{
  background: rgba( 0, 0, 0, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  top:0;
}
#pageloader_new img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#pageloader_new .bluprin-loader-new {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  /* margin-left: -40px;
  margin-top: -16px; */
  position: absolute;
  width: 40px;
  height: 16px;
  background: url('../../img/bluprin-loading-black.gif') left center;
  background-repeat: no-repeat;
  /* animation: play .8s steps(10) infinite; */
}
@keyframes play {
   100% { background-position: -14400px; }
}

/* noty css */
#noty_layout__topRight {
  width: 250px;
}
.noty_has_timeout .noty_progressbar {
  display: none;
}
.noty_theme__mint.noty_type__alert {
  background-color: red !important;
  border-bottom: 1px solid red !important;
  color: #fff !important;
  font-family: proximanova-semiBold;
}
.noty_theme__mint.noty_type__success {
  background-color: #719B46;
  border-bottom: 1px solid #719B46;
  color: #fff;
  font-family: proximanova-semiBold;
}
.noty_theme__mint.noty_bar .noty_body {
  text-align: center;
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  z-index: 9999999999999 !important;
}

/* Datatable style */

table.dataTable {
  border: 0;
  padding-right: 30px;
}
table.dataTable.no-footer {
  border: 0;
  padding-right: 30px;
}
table.dataTable thead th, table.dataTable thead td {
  border: 0;
  padding: 10px 20px;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 10px 20px;
}
table.dataTable tbody td {
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
}
table.dataTable tbody td a {
  border: 0px;
  cursor: pointer;
  font-family: Proximanova-Bold;
  border-bottom: 1px dashed #4a4a4a;
  color: #4a4a4a;
}
table.dataTable tbody td a:hover {
  color: #4a4a4a;
  text-decoration: none;
}
table.dataTable.table-bordered td, table.dataTable.table-bordered th {
  border: 0;
}
table.dataTable .sort-custom-arrow span {
  display: none;
}
table.dataTable thead .sort-custom-arrow {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
table.dataTable thead .sort-custom-arrow.sorting {
  background-image: none;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
table.dataTable thead .sort-custom-arrow.sorting_asc {
  background-image: none;
}

table.dataTable thead .sort-custom-arrow.sorting_desc {
  background-image: none;
}
table.dataTable thead .sort-custom-arrow.sorting:first-child {
  border-top-left-radius: 3px;
}
table.dataTable thead .sort-custom-arrow.sorting:last-child {
  border-top-right-radius: 3px;
}
table.dataTable thead tr th {
  background-color: #4a4a4a;
  position: relative;
}
table.dataTable thead tr th:first-child {
  border-top-left-radius: 3px;
}
table.dataTable thead tr th:last-child {
  border-top-right-radius: 3px;
}
table.dataTable .dataTables_wrapper .dataTables_info, table.dataTable .dataTables_wrapper .dataTables_paginate {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* default */
table.dataTable .sort-custom-arrow.sorting span.default {
  display: inline-block;
  background-image: url("../../img/icon/sort_both.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 3px;
  position: relative;
  background-size: contain;
}
table.dataTable .sort-custom-arrow.sorting span.asc {
  display: none;
}
table.dataTable .sort-custom-arrow.sorting span.desc {
  display: none;
}
/* asc */
table.dataTable .sort-custom-arrow.sorting_asc span.default {
  display: none;
}
table.dataTable .sort-custom-arrow.sorting_asc span.asc {
  display: inline-block;
  background-image: url("../../img/icon/sort_asc.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 1px;
  position: relative;
}
table.dataTable .sort-custom-arrow.sorting_asc span.desc {
  display: none;
}
/* desc */
table.dataTable .sort-custom-arrow.sorting_desc span.default {
  display: none;
}
table.dataTable .sort-custom-arrow.sorting_desc span.asc {
  display: none;
}
table.dataTable .sort-custom-arrow.sorting_desc span.desc {
  display: inline-block;
  background-image: url("../../img/icon/sort_desc.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 1px;
  position: relative;
}
table.dataTable thead .sorting.sort-custom-arrow:after {
  display: none;
}
table.dataTable thead .sorting_asc.sort-custom-arrow:after {
  display: none;
}
table.dataTable thead .sorting_desc.sort-custom-arrow:after {
  display: none;
}
table.dataTable thead .protable-color {
  float: left;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  padding-top: 0px;
  font-family: Proximanova-SemiBold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
table.dataTable thead .white-border-right {
  position: absolute;
  height: 20px;
  width: 1px;
  background: #ababab;
  right: 1px;
  top: 10px;
  display: block;
}
table.dataTable thead th:last-child .white-border-right {
  display: none;
}
table.dataTable tbody td .other-option-wrapper {
  display: flex;
  align-items: center;
}
table.dataTable tbody td .other-option-wrapper a {
  font-family: ProximaNova-SemiBold;
  opacity: 0.5;
  color: #4a4a4a;
  border-bottom: 0px;
}
table.dataTable tbody td .other-option-wrapper a:hover {
  opacity: 1;
  color: #4a4a4a;
}
table.dataTable tbody td .other-option-wrapper img.other-menu {
  cursor: pointer;
}
table.dataTable tbody td img.collaborator-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
table.dataTable tbody td {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  color: #4a4a4a;
}
.dataTables_filter > label {
  margin-bottom: 20px;
}
.dataTables_length > label > select {
  padding-left: 5px;
  margin-left: 5px;
}
.new-table-container .new-table-wrapper {
  width: calc(100% + 60px);
  overflow: auto;
  left: -30px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
}
@media (max-width: 640px){
  .new-table-container .dataTables_length > label {
    margin-bottom: 5px !important;
  }
  .dataTables_filter > label {
    margin-bottom: 20px;
  }
}


/* popover info other menu */
.webui-popover-other-menu {
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 10px;
}
.webui-popover-other-menu .webui-popover-content {
  padding: 0;
}
.webui-popover-other-menu p.title {
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
}
.webui-popover-other-menu p.subtitle {
  font-family: Proximanova-SemiBold;
  font-size: 12px;
  color: #ababab;
  margin-bottom: 0;
  line-height: 15px;
}
.webui-popover-other-menu .webui-popover-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.webui-popover-other-menu .webui-popover-content ul li {
  width: 100%;
}
.webui-popover-other-menu .webui-popover-content ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.webui-popover-other-menu .webui-popover-content ul li a:hover {
  font-family: Proximanova-SemiBold;
  background-color: #5B5B5B;
  text-decoration: none;
}
.webui-popover-other-menu.bottom>.webui-arrow:after,
.webui-popover-other-menu.bottom-right>.webui-arrow:after,
.webui-popover-other-menu.bottom-left>.webui-arrow:after {
    border-bottom-color: #4a4a4a;
}
.webui-popover-other-menu.top>.webui-arrow:after,
.webui-popover-other-menu.top-right>.webui-arrow:after,
.webui-popover-other-menu.top-left>.webui-arrow:after {
    border-top-color: #4a4a4a;
}
/* popover info othe menu item */
.webui-popover-other-menu-item {
  min-height: 0;
  margin-top: -5px !important;
  max-width: 127px;
}
.webui-popover-other-menu-item .webui-popover-content {
  padding: 5px;
}
.webui-popover-other-menu-item p {
  font-family: Proximanova-SemiBold;
  font-size: 10px;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 12px;
}


/* popover info more collaborator */
.webui-popover-more-collaborator {
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 10px;
}
.webui-popover-more-collaborator .webui-popover-content {
  padding: 0;
}
.webui-popover-more-collaborator .webui-popover-content > p{
  font-size: 13px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 14px;
  font-family: Proximanova-SemiBold;
  color: #fff;
}
.webui-popover-more-collaborator .webui-popover-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.webui-popover-more-collaborator .webui-popover-content ul li {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.webui-popover-more-collaborator .webui-popover-content ul li.title {
  font-family: Proximanova-SemiBold;
  font-size: 16px;
}
.webui-popover-more-collaborator p.title {
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
}
.webui-popover-more-collaborator p.subtitle {
  font-family: Proximanova-SemiBold;
  font-size: 12px;
  color: #ababab;
  margin-bottom: 0;
  line-height: 15px;
}
.webui-popover-more-collaborator.bottom>.webui-arrow:after,
.webui-popover-more-collaborator.bottom-right>.webui-arrow:after,
.webui-popover-more-collaborator.bottom-left>.webui-arrow:after {
    border-bottom-color: #4a4a4a;
}
.webui-popover-more-collaborator.top>.webui-arrow:after,
.webui-popover-more-collaborator.top-right>.webui-arrow:after,
.webui-popover-more-collaborator.top-left>.webui-arrow:after {
    border-top-color: #4a4a4a;
}
/* popover info more collaborator item */
.webui-popover-more-collaborator-item {
  min-height: 0;
  margin-top: -5px !important;
  max-width: 127px;
}
.webui-popover-more-collaborator-item .webui-popover-content {
  padding: 5px;
}
.webui-popover-more-collaborator-item p {
  font-family: Proximanova-SemiBold;
  font-size: 10px;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 12px;
}

/* select {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  outline: 0;
}

/* For IE (thanks to @SaiManoj) */
/* select::-ms-expand {
  display: none;
}  */

/* styled input form group */
.styled-input.form-group {
  margin-bottom: 10px;
}
.styled-input.form-group:last-child {
  margin-bottom: 0px;
}
.styled-input.form-group label {
  font-family: ProximaNova-Bold;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #4a4a4a;
  width: 100%;
}
.styled-input.form-group input {
  width: 100%;
  height: 40px;
  margin: 10px 0 0;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px;
  font-family: Proximanova-Regular;
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}
.styled-input.form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b;
  opacity: 1; /* Firefox */
}
.styled-input.form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9b9b9b;
}
.styled-input.form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #9b9b9b;
}
.styled-input.form-group textarea {
  width: 100%;
  min-height: 100px;
  margin: 10px 0 0;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px;
  font-family: Proximanova-Regular;
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 10px;
  resize: none;
}
.styled-input.form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b;
  opacity: 1; /* Firefox */
}
.styled-input.form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9b9b9b;
}
.styled-input.form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #9b9b9b;
}
.styled-input.form-group p.error-styled-input {
  font-family: Proximanova-Regular;
  font-size: 14px;
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0px;
}
.styled-input.form-group .stylist-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0px;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
  color: #4a4a4a;
  min-height: 20px;
  display: flex;
  align-items: center;
}
/* Hide the browser's default checkbox */
.styled-input.form-group .stylist-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.styled-input.form-group .stylist-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
  border: solid 1px #e5e5e5;
}
/* On mouse-over, add a grey background color */
.styled-input.form-group .stylist-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.styled-input.form-group .stylist-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.styled-input.form-group .stylist-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.styled-input.form-group .stylist-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.styled-input.form-group .stylist-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #4a4a4a;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.styled-input.form-group .stylist-checkbox .checkmark.indeterminate:after {
  left: 2px;
  top: 7px;
  width: 14px;
  height: 4px;
  background-color: #4a4a4a;
  border: solid #4a4a4a;
  border-width: 0 0px 0px 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* Modal styled */
.modal-styled .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal-styled .modal-header {
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 0;
}
.modal-styled .modal-header p {
  font-family: Proximanova-Bold;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.modal-styled .modal-header p span {
  font-family: Proximanova-Regular;
}
.modal-styled .modal-header .close-pro-pop {
  position: absolute;
  top: 0;
  right: 0px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.modal-styled .modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

/* select2 styled */
.select2-wrapper {
  font-family: Proximanova-Regular;
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 5px;
}
.select2-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e5e5e5;
  color: #4a4a4a;
  font-family: Proximanova-SemiBold;
  white-space:normal;
  line-height: 14px;
}
.select2-wrapper select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.select2-wrapper .select2-search--dropdown {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-wrapper .select2-results__option {
  padding: 10px;
  white-space:normal;
  line-height: 14px;
}
.select2-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 40px;
}
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
}
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  outline: 0;
}
.select2-wrapper .select2-dropdown {
  border: 1px solid #e5e5e5;
}
.select2-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.select2-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ababab;
}
.select2-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ababab;
}
