body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}
* {
  outline: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  margin: 0 0 5px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ecedee;
  height: 0;
}
h1 {
  font-size: 22px;
  font-weight: 400;
  color: #29aada;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #084e83;
}

input {
    text-transform:uppercase;
}

table tbody tr td p {
    text-transform:uppercase;
}

.sf-pull-left {
  float: left;
  margin-right: 5px;
}
.sf-clearfix {
  clear: both;
}
.sf-mt-40 {
  margin-top: 40px;
}
.sf-login-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f6;
}
.sf-login-wrapper .sf-login {
  width: 400px;
  height: 335px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.sf-login-wrapper .sf-login a {
  display: block;
  text-align: center;
  color: #9b9999;
  padding: 15px 0;
  transition: color .3s ease;
}
.sf-login-wrapper .sf-login a:hover {
  color: #2a3845;
}
.sf-login-lab-logo {
  text-align: center;
}
.sf-row {
  margin: 4px 4px 8px 0px;
}
.sf-row:after {
  display: table;
  clear: both;
  content: "";
}
.sf-col-1,
.sf-col-2,
.sf-col-3,
.sf-col-4,
.sf-col-5,
.sf-col-6,
.sf-col-7,
.sf-col-8,
.sf-col-9,
.sf-col-10,
.sf-col-11,
.sf-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 400px) {
  .sf-col-1,
  .sf-col-2,
  .sf-col-3,
  .sf-col-4,
  .sf-col-5,
  .sf-col-6,
  .sf-col-7,
  .sf-col-8,
  .sf-col-9,
  .sf-col-10,
  .sf-col-11,
  .sf-col-12 {
    float: none;
    width: 100% !important;
  }
}
.sf-col-1 {
  width: 8.33333333%;
}
.sf-col-2 {
  width: 16.66666667%;
}
.sf-col-3 {
  width: 25%;
}
.sf-col-4 {
  width: 33.33333333%;
}
.sf-col-5 {
  width: 41.66666667%;
}
.sf-col-6 {
  width: 50%;
}
.sf-col-7 {
  width: 58.33333333%;
}
.sf-col-8 {
  width: 66.66666667%;
}
.sf-col-9 {
  width: 75%;
}
.sf-col-10 {
  width: 83.33333333%;
}
.sf-col-11 {
  width: 91.66666667%;
}
.sf-col-12 {
  width: 100%;
}
form label,
form p {
  font-size: 13px;
  line-height: 14px;
}
form label.sf-filter,
form p.sf-filter {
  font-size: 12px;
  line-height: 20px;
}
form label.sf-is-required,
form p.sf-is-required {
  font-weight: 700;
  color: black !important;
}
form label.sf-is-required:after,
form p.sf-is-required:after {
  content: '*';
  margin-left: 3px;
}
form label.sf-has-error,
form p.sf-has-error {
  color: #ed1c24;
}
form label.sf-select-filter,
form span.sf-select-filter,
form p.sf-select-filter {
  position: relative;
  display: inline-block;
  width: 100%;
}
form label.sf-select-filter:after,
form span.sf-select-filter:after,
form p.sf-select-filter:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  color: #9b9999;
  right: 8px;
  top: 24px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
form label.sf-select,
form p.sf-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
form label.sf-select:after,
form p.sf-select:after {
  content: "\f078";
  font-family: "FontAwesome";
  color: #9b9999;
  font-size: 11px;
  right: 8px;
  top: 32px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
form input[type='checkbox']
{
  border-radius: 5px;
  border: 1px solid #dfe0e2;
  padding: 5px;
  display: block;
  resize: none;
  font-size: 13px;
}
form input:not([type='checkbox']):not([type='radio']):not([type='numeric']),
form select,
form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dfe0e2;
  padding: 5px;
  display: block;
  resize: none;
  font-size: 13px;
}

form input[type='radio']
{
  display: inline;
  padding: 5px;
  resize: none;
  font-size: 13px;
}

form input.sf-filter,
form select.sf-filter,
form textarea.sf-filter {
  font-size: 13px;
}
form input:active,
form select:active,
form textarea:active,
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #96d5ed;
}
form input.sf-has-error,
form select.sf-has-error,
form textarea.sf-has-error {
  border-color: #ed1c24;
}
form input.sf-disable,
form select.sf-disable,
form textarea.sf-disable {
  cursor: default;
  background-color: #f5f5f6;
}
form select {
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
}
button {
  font-family: 'Fira Sans', sans-serif;
}
.sf-btn-group {
  text-align: center;
  margin: 25px 0;
}
.sf-btn-group button {
  margin: 0 8px;
}
.sf-btn-group button:first-child {
  margin-left: 0;
}
.sf-btn-group button:last-child {
  margin-right: 0;
}
.sf-btn {
  border-radius: 5px;
  padding: 8px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.sf-btn-lg {
  padding: 8px 35px;
  font-size: 14px;
}
.sf-btn-md {
  padding: 8px 25px;
  font-size: 13px;
}
.sf-btn-default {
  background-color: #ecedee;
  color: #2a3845;
  transition: background-color 0.3s ease;
}
.sf-btn-default:hover {
  background-color: #dfe0e2;
}
.sf-btn-primary {
  background-color: #29aada;
  color: white;
  transition: background-color 0.3s ease;
}
.sf-btn-primary:hover {
  background-color: #229ac7;
}
.sf-btn-massive-action {
    background-color: #29aada;
    color: white;
    transition: background-color 0.5s ease;
    border-color: transparent;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    min-width: max-content;
}
.sf-btn-massive-action:hover {
  background-color: #084e83;
}
.sf-btn-save {
  background-color: #009d81;
  color: white;
  transition: background-color 0.3s ease;
}
.sf-btn-save:hover {
  background-color: #00846c;
}
.sf-btn-cancel {
  background-color: #dfe0e2;
  color: #686666;
  transition: background-color 0.3s ease;
}
.sf-btn-cancel:hover {
  background-color: #d1d4d6;
}
.sf-btn-back {
    background-color: #07406B;
    color: #fafafa;
    transition: background-color 0.3s ease;
}
.sf-btn-back:hover {
    background-color: #1a68a2;
}
.sf-btn-circle {
  font-size: 18px;
  line-height: 39px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  padding: 0;
  background-color: #ecedee;
  color: #9b9999;
  transition: background-color 0.3s ease;
}
.sf-btn-circle:hover {
  background-color: #dfe0e2;
}
.sf-btn-circle.sf-btn-circle-success {
  background-color: #009d81;
  color: white;
}
.sf-btn-circle.sf-btn-circle-success:hover {
  background-color: #006a57;
}
.sf-btn-circle.sf-btn-circle-cancel {
  background-color: #ed1c24;
  color: white;
}
.sf-btn-circle.sf-btn-circle-cancel:hover {
  background-color: #c61017;
}
.sf-btn-block {
  width: 100%;
}
.sf-form-group {
  margin-bottom: 10px;
}

.sf-form-group .sf-search {
  position: relative;
}
.sf-form-group .sf-search:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 12px;
  color: #9b9999;
  position: absolute;
  top: 7px;
  right: 10px;
}

.filter-list-item-separator {
    display: grid;
    background: #e5eef6;
    border-radius: 2px;
    padding: 4px 2px 4px 2px;
    align-items: center;
    justify-items: start;
    margin: 2px 0px 2px 0px;
}

.sf-select-modal-wrapper {
  position: fixed;
  width: 100% !important;
  top: 0px;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.sf-select-modal-wrapper .sf-select-modal {
    min-width: 320px;
    width: min-content;
    background-color: white;
    border-radius: 8px;
    margin: 38px;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-header {
  padding: 6px 6px 4px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background-color: #162a3c;
  text-align: right;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-header i {
  color: #ed1c24;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content {
    padding: 0px 12px 0px 12px;
    overflow-y: auto;
    max-height: 80vh;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 300px;
  overflow: auto;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li {
  padding: 10px;
  background-color: #ecedee;
  color: #9b9999;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #dfe0e2;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li i {
  float: right;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li.sf-active {
  color: #084e83;
  background-color: white;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li.sf-active i {
  color: #009d81;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li.sf-active:hover {
  background-color: white;
  color: #084e83;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content ul li:hover {
  background-color: #f4f5f5;
  color: #4e4d4d;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-content .sf-form-group:last-child {
  margin-bottom: 0;
}
.sf-select-modal-wrapper .sf-select-modal hr {
  margin-top: 0;
}
.sf-select-modal-wrapper .sf-select-modal .sf-select-modal-confirm {
  padding: 0 15px 15px;
}
.sf-checkbox {
  position: relative;
}
.sf-checkbox.sf-checkbox-lg {
  font-size: 18px;
}
.sf-checkbox.sf-checkbox-margin-top {
  margin-top: 30px;
}
.sf-checkbox.sf-checkbox-border-left {
  border-left: 1px solid #dfe0e2;
  padding-left: 20px;
  margin-left: 10px;
}
.sf-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}
.sf-checkbox input:checked + i:before {
  content: '\f14a';
  color: #29aada;
}
.sf-radio {
  position: relative;
}
.sf-radio.sf-radio-lg {
  font-size: 18px;
}
.sf-radio.sf-radio-margin-top {
  margin-top: 30px;
}
.sf-radio.sf-radio-border-left {
  border-left: 1px solid #dfe0e2;
  padding-left: 20px;
  margin-left: 10px;
}
.sf-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}
.sf-radio input:checked + i:before {
  content: '\f192';
  color: #29aada;
}
.sf-w70 {
  width: 70px;
}
.sf-w120 {
  width: 120px;
}
.sf-add-item {
  color: #2a3845;
  transition: color .3s ease;
}
.sf-add-item:before {
  content: '\f055';
  font-family: FontAwesome;
  font-size: 16px;
  color: #009d81;
  margin-right: 5px;
}
.sf-add-item:hover {
  color: #171e25;
}
.sf-add-item:hover:before {
  color: #00846c;
}
.sf-delete-added-item,
.sf-duplicate-added-item {
  color: #9b9999;
  font-size: 22px;
  display: table;
  top: 36px;
  height: 0px;
  transition: color .3s ease;
  cursor: pointer;
  position: relative;
}
.sf-delete-added-item:hover,
.sf-duplicate-added-item:hover {
  color: #2a3845;
}
.sf-delete-added-item.sf-active,
.sf-duplicate-added-item.sf-active {
  color: #ed1c24;
}
.sf-delete-added-item i,
.sf-duplicate-added-item i {
  display: table-cell;
  vertical-align: bottom;
}
.sf-duplicate-added-item {
  font-size: 18px;
}
.sf-confirm-delete-item {
  position: absolute;
  padding: 10px;
  background-color: #fcd9da;
  border: 1px solid #ed1c24;
  top: -5px;
  right: 0;
  width: 350px;
  display: none;
  border-radius: 6px;
}
.sf-confirm-delete-item.sf-open {
  display: block;
}
.sf-confirm-delete-item p {
  font-size: 13px;
  line-height: 13px;
  color: #ed1c24;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}
.sf-confirm-delete-item p i {
  font-size: 16px;
  margin: 0 5px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-height:40px;
  height: auto!important;
  height: 1%;
  background-color: #fff;
  cursor: text;
  border-radius: 5px;
  border: 1px solid #dfe0e2;
  padding-top: 5px;
  font-size: 13px;
  background-image: none;
}
.chosen-container-multi .chosen-choices:active,
.chosen-container-multi .chosen-choices:focus {
  border-color: #96d5ed;
}
.chosen-container-multi .chosen-choices.sf-has-error {
  border-color: #ed1c24;
}
.chosen-container-multi .chosen-choices.sf-disable {
  cursor: default;
  background-color: #f5f5f6;
}
.chosen-container-active .chosen-choices {
  border-color: #96d5ed;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: auto;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 5px 5px 0;
  padding: 8px 28px 8px 6px;
  border: none;
  max-width: 100%;
  border-radius: 3px;
  background-color: #54bbe2;
  background-image: none;
  box-shadow: none;
  color: white;
  line-height: 12px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 7px;
  display: block;
  width: 18px;
  height: 18px;
  background: none !important;
  transition: color .3s ease;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  font-size: 11px;
  content: '\f00d';
  padding:8px;
  background-color:transparent;
  font-family: FontAwesome;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #f14b52;
}
.chosen-container,
.chosen-container-multi,
.chosen-container-single {
  width: 100% !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #dfe0e2;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container .chosen-results li.highlighted {
  background-color: #29aada;
  background-image: none !important;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 28px;
  border: 1px solid #dfe0e2 !important;
  border-radius: 5px;
  background-color: #fff;
  background: none !important;
  box-shadow: none !important;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 28px;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #dfe0e2;
  background: none !important;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 3px;
}
.chosen-search {
  position: relative;
}
.chosen-search:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  top: 9px;
  color: #9b9999;
  right: 10px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: none !important;
}
.chosen-container-single .chosen-single div b:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 12px;
  color: #9b9999;
}
.sf-header-container {
 
  left: 0;
  right: 0;
  z-index: 2000;
}
header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dfe0e2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,e8e8e8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 33%, #e8e8e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 33%, #e8e8e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 33%, #e8e8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1);
  /* IE6-9 */
}

.sf-menu-toggle {
  width: 60px;
  height: 60px;
  background-color: #ecedee;
  border-right: 1px solid #dfe0e2;
  border-bottom: 1px solid #dfe0e2;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  color: #2a3845;
  float: left;
  cursor: pointer;
  transition: color .3s ease;
}
.sf-menu-toggle:hover,
.sf-menu-toggle .sf-active {
  color: #084e83;
}
.sf-lab-logo {
  float: left;
  padding: 10px 20px;
}
.sf-lab-logo img {
  height: 40px;
  width: auto;
}

.sf-section {
  line-height: 60px;
  color: #757373;
  float: left;
}
.sf-section i {
  margin-right: 5px;
}
.sf-section span {
  font-size: 12px;
}
.sf-right-menu {
  float: right;
  height: 60px;
}
.sf-right-menu-item {
  float: left;
  font-size: 22px;
  line-height: 60px;
  color: #9b9999;
  padding: 0 20px;
  transition: color .3s ease;
  cursor: pointer;
}
.sf-right-menu-item:hover {
  color: #827f7f;
}
.sf-menu-messages {
  position: relative;
}
.sf-menu-messages.sf-has-message:before {
  position: absolute;
  top: 22px;
  left: 4px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ed1c24;
}
.sf-menu-messages i {
  color: #244461;
}
.sf-user-menu {
  position: relative;
  float: left;
  width:280px;
  height: 60px;
  border-left: 1px solid #b6babe;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #2a3845;
}
.sf-user-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sf-user-menu i {
  color: #244461;
}
.sf-user-menu i.fa-angle-down {
  color: #2a3845;
}
.sf-user-menu-dropdown {
  position: absolute;
  background: white;
  height: 0;
  top: 59px;
  left: -1px;
  right: 0;
  border: 1px solid #dfe0e2;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5000;
}

.sf-user-menu-dropdown.sf-open {
  height: 228px;
  opacity: 1;
}
.sf-user-menu-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: 0;
}
.sf-user-menu-dropdown ul li form {
  padding: 15px;
  color: #2a3845;
  position: relative;
}
.sf-user-menu-dropdown ul li form label:after {
  content: '\f002';
  font-family: fontAwesome;
  position: absolute;
  top: 45px;
  right: 25px;
  color: #9b9999;
}
.sf-user-menu-dropdown ul li a {
  display: block;
  color: #2a3845;
  width: 100%;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.sf-user-menu-dropdown ul li a:hover {
  background-color: #ecedee;
}
.sf-user-menu-dropdown ul hr {
  margin: 0;
}
.sf-user-info {
  float: left;
  padding: 18px 11px 0px 18px;
}
@media(max-width:910px) {
    #basicPagerTotalTitle {
        display:none;
    }
}
@media (max-width: 860px) {
    .sf-user-name {
        display: none;
    }
    .sf-user-profile {
        display: none;
    }
    .sf-user-role {
        display: none;
    }
    .sf-user-period { /*.sf-user-period-cicle*/
        display: none;
    }
    .sf-user-toggle {
        display: none;
    }
    .sf-user-menu-dropdown {
        width: 400px;
        left: auto;
        right: 0;
    }
    .sf-user-menu {
        float: none;
    }
   
}

@media all and (min-width:860px) and (max-width:960px) {
 .sf-section{
        position: absolute;
        top: 24px;
        left: 61px;
    }
}

@media(max-width:620px) {
    .basicPagerTotalValue {
        display:none;
    }
}

@media (max-width: 400px) {
    .sf-lab-logo {
        padding: 15px 20px;
    }
    .sf-lab-logo img {
        height: 30px;
    }
    .sf-section{
        position: absolute;
        top: 24px;
        left: 61px;
    }
}

@media (max-width: 400px) {
    .sf-toolbar-menu{
        position: absolute;
        right: 0px; 
    }
}


@media (min-width: 1px) {
  .sf-filters.sf-open + .sf-toolbar {
    right: 205px;
  }
  .sf-filters.sf-open ~ .entityList {
    right: 250px;
  }
  .sf-filters.sf-open ~ .entityList.entityList-split {
    right: 49%;
  }
}


@media (max-width: 500px) {
  header {
    background: #e8e8e8;
  }
}

.sf-user-icon {
  float: left;
  font-size: 22px;
  color: #9b9999;
  margin-right: 10px;
}

.sf-user-toggle {
  float: left;
  font-size: 18px;
  color: #2a3845;
  line-height: 50px;
  margin-right: 20px;
}
.sf-user-toggle:after {
  content: '';
  clear: both;
}

.sf-user-name {
  font-weight: 700;
  float: left;
  margin: 0;
}
.sf-user-name:after {
  content: " | ";
  margin-right: 4px;
}
.sf-user-profile {
  font-weight: 700;
  float: left;
  margin: 0;
}
.sf-user-profile:after {
  clear: both;
}
.sf-user-role {
  font-size: 12px;
}
.sf-user-period {
  float: left;
  padding: 0 20px;
  border-left: 1px solid #b6babe;
  margin-top: 16px;
}
.sf-user-period p {
  color: #2a3845;
  margin: 0;
}

.sf-user-period-cicle {
  font-size: 11px;
  color: #29aada;
  text-transform: uppercase;
}
.sf-user-period-range {
  font-size: 14px;
  color: #084e83;
  text-transform: uppercase;
}
  .sf-filters {
    position: absolute;
    top: 0px;
    right: -254px;
    bottom: 0;
    width: 250px;
    background: #ecedee;
    z-index: 1000;
    border-left: 1px solid #dfe0e2;
    transition: right .3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .sf-filters.sf-open {
    right: 0;
  }
  .sf-filters:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 250px;
    width: 4px;
    background-color: #9b9999;
    opacity: .2;
  }

.sf-filters-header {
  background-color: #3daccc;
  line-height: 40px;
  color: #fafafa;
  font-size: 14px;
  padding: 5px 15px 0;
  cursor: pointer;
}
.sf-filters-header.sf-filters-modify i {
  color: #fafafa;
}
.sf-filters-header i {
  font-size: 18px;
}
.sf-filters-actions {
  background-color: white;
  border-bottom: 2px solid #dfe0e2;
  height: 37px;
}
.sf-filters-action {
  float: left;
  padding: 10px 0;
  border-right: 1px solid #dfe0e2;
  font-size: 14px;
  color: #827f7f;
  transition: color .3s ease;
  cursor: pointer;
  width: 50%;
  text-align: center;
  transition: background-color 0.3s ease;
}
.sf-filters-action:last-child {
  border-right: none;
}
.sf-filters-action:hover {
  color: #2a3845;
  background-color: #f9fafa;
}
.sf-filters-apply.sf-filters-modify {
  color: #3daccc;
}
.sf-filters-apply.sf-filters-modify:hover {
  color: #009d81;
}
.sf-saved-filters p {
  padding: 10px;
  margin: 0;
  color: white;
  background-color: #06375d;
  cursor: pointer;
  border-bottom: 1px solid #dad9d9;
  transition: background-color 0.3s ease;
}
.sf-saved-filters p:hover {
  background-color: #053153;
}
.sf-saved-filters p i {
  float: right;
}
.sf-saved-filters p.sf-open {
  background-color: #053153;
}
.sf-save-filters-content {
  width: 250px;
  height: 0;
  font-size: 12px;
  background-color: white;
  border-top: 1px solid #dfe0e2;
  z-index: 4000;
  overflow: hidden;
  transition: height .3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sf-save-filters-content.sf-open {
  height: 207px;
  border-bottom: 2px solid #9ba1a6;
}
.sf-save-filters-content .sf-form-group {
  padding: 10px;
}
.sf-filters-apply + .sf-save-filters-content .sf-open {
  color: #009d81;
}
.sf-selected-filter {
  font-weight: 500;
  color: #29aada;
  border-bottom: 1px solid #dfe0e2;
  padding: 10px 10px 0;
  position: relative;
}
.sf-selected-filter.sf-filters-modify {
  color: #f26732;
}
.sf-selected-filter.sf-filters-modify .fa-check-circle:hover,
.sf-selected-filter.sf-filters-modify .fa-check-circle.sf-open {
  color: #009d81;
}
.sf-selected-filter.sf-filters-modify .fa-refresh {
  transition: color .3s ease;
}
.sf-selected-filter.sf-filters-modify .fa-refresh:hover {
  color: #2a3845;
}
.sf-selected-filter i {
  float: right;
  color: #9b9999;
  cursor: pointer;
  transition: color .3s ease;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  margin-top: -10px;
}
.sf-selected-filter i.fa-check-circle {
  font-size: 14px;
}
.sf-selected-filter i.fa-times:hover {
  color: #ed1c24;
}
.sf-selected-filter i.sf-filters-modify {
  color: #f26732;
}
.sf-selected-filter i.sf-filters-success {
  color: #009d81;
}
.sf-save-filter-wrapper {
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: height .3s ease;
}
.sf-save-filter-wrapper.sf-open {
  height: 170px;
}
.sf-save-filter-wrapper .sf-save-filter-form .sf-form-group {
  padding: 0;
}
.sf-save-filter-wrapper .sf-save-filter-form .sf-form-group label {
  color: #2a3845;
}
.sf-saved-filters-list {
  background-color: #ecedee;
  height: 200px;
  border-bottom: 1px solid #dfe0e2;
  overflow: auto;
}
.sf-saved-filters-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sf-saved-filters-list ul li {
  padding: 10px;
  border-bottom: 1px solid #dfe0e2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sf-saved-filters-list ul li:hover {
  color: #29aada;
  background-color: #f9fafa;
}
.sf-saved-filters-list ul li:hover i.fa-check {
  color: #29aada;
}
.sf-saved-filters-list ul li i {
  float: right;
  color: #9b9999;
  cursor: pointer;
  transition: color .3s ease;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  margin-top: -10px;
}
.sf-saved-filters-list ul li i.fa-trash-o:hover {
  color: #ed1c24;
}
.sf-filters-form {
  padding: 10px;
  overflow: auto;
}

.entityList82 {
    width:82%;
}
.entityListMobile {
  	position: inherit !important;
    bottom:inherit !important;
    height: 85vh;
}
.entityList {
	position: absolute;
    top: 45px;
	padding-left:3px;
    width:100%;    
    bottom: 35px;
    transition: all .3s;
    overflow: auto;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#editEntityDescription {
    line-height: normal;
}

.custom-grid-main-container{
    padding: 4px;
}

.custom-grid-list-title-row-container {
    background: #ffffff;
}

.custom-grid-list-title-container {
    display: grid;
    min-height: 3vh;
    justify-items: start;
    align-items: baseline;
    margin: 4px 8px 4px 0px;
}

.custom-grid-list-title {
    color: #1f8bb3;
	font-size: 12px;
}

.custom-grid-list-container {

}


.custom-grid-item {
    background-color: #f3fbfe;
}

.listTitleRow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: none;
    background-color: #07406b;
    color: #FFFFFF;
    height: 24px;
	padding-left:2px;
}

.entityselector {
    top:46px;
}
.entityList.sf-home {
    top: 60px;
    left: 250px;
}
.entityList.entityList-split {
  padding-right: 49%;
}
.sf-split {
  z-index:1;
  position: absolute;
  width: 0;
  background-color: white; 
  top: 45px;
  right: -33px;
  bottom: 35px;
    border-left: 1px solid #f4f4f4;
  transition: all .3s;
  overflow: auto;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sf-split.sf-open {
  width: 49%;
  right: 0;
}
.sf-split .entityList-detail-main {
  top: 68px;
}
.sf-split-tabs {
  margin-top: 20px;
  padding: 0 25px;
}
.sf-split-tabs ul {
  list-style: none;
      display: flex;
    padding: 10px 0px;
    flex-direction: row;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.sf-split-tabs ul li {
  float: left;
  margin: 0 5px;
}
.sf-split-tabs ul li a {
  padding: 10px 20px;
  background: #ecedee;
  color: #2a3845;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: background-color 0.3s ease;
  white-space: pre;
  cursor:pointer;
}
.sf-split-tabs ul li a:hover {
  background-color: #d1d4d6;
}
.sf-split-tabs ul li a.sf-active {
  background-color: #29aada;
  color: white;
}
.sf-split-tabs-bottom {
  margin-top: 15px;
  position: relative;
}
.sf-split-tabs-bottom:after {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  background-color: #9b9999;
  opacity: .1;
  z-index: 4000;
}


.entityList-detail {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 35px;
    transition: all .3s;
    overflow-y: auto;
    overflow-x: hidden;
}

.entityList-detail-main {
    bottom: 0;
    float: left;
    width: 100%;
   padding:20px;
}
.entityList-detail-sidebar {
  top: 0;
  bottom: 0;
  right: 0;
  float: right;
  width: 35%;
  border-left: 1px solid #dfe0e2;
  overflow: auto;
}
@media (max-width: 768px) {
  .entityList-detail-sidebar {
    display: none;
  }
}
.entityList-detail-sidebar:after {
  content: '';
  clear: both;
}
@media (min-width: 768px) {
  .entityList-detail-sidebar + .entityList-detail-main {
    width: 65%;
  }
}
.sf-sidebar-module {
  border-radius: 6px;
  border: 1px solid #c1c0c0;
  width: 95%;
  margin: 10px auto;
}
.sf-sidebar-module h4 {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: white;
  background-color: #244461;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #686666;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.sf-sidebar-module .sf-sidebar-module-content {
  padding: 20px;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-visit-history {
  padding: 10px 20px;
  height: 200px;
  overflow: auto;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-visit-history td {
  padding: 10px;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-visit-history td:first-child {
  padding: 10px 0 10px 5px;
  width: 10px;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-visit-history td:last-child {
  text-align: right;
  width: 100px;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-product-plan {
  padding: 10px 20px;
  height: 200px;
  overflow: auto;
  line-height: 20px;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-product-plan i {
  font-size: 11px;
  line-height: 20px;
  color: #9b9999;
  text-align: center;
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(215, 215, 215, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-product-plan i:hover {
  color: #686666;
  background-color: rgba(180, 180, 180, 0.5);
}
.sf-sidebar-module .sf-sidebar-module-content.sf-sign {
  padding: 20px;
  text-align: center;
}
.sf-sidebar-module .sf-sidebar-module-content.sf-sign img {
  width: 250px;
  height: auto;
}
.sf-sidebar-module .sf-sidebar-module-footer {
  text-align: center;
  border-top: 1px solid #dfe0e2;
  margin-bottom: 10px;
}
.sf-new-visit {
  margin: 8px 0px 20px 0px;
}
.sf-new-visit span {
  font-size: 16px;
}
.sf-new-visit span b {
  color: #172A3B;
}
.entityList-home {
  padding-top: 100px;
}
.sf-toolbar {
	width:100%;
	height: 45px;
	background-color: #f5f5f6;
	border-bottom: 1px solid #dfe0e2;
	transition: right .3s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sf-toolbar-actions {
  float: left;
  padding-left: 10px;
}
.sf-toolbar-actions:after {
  clear: both;
}
.sf-toolbar-action {
  width: 30px;
  float: left;
  font-size: 18px;
  color: #9b9999;
  line-height: 35px;
  text-align: center;
  padding: 6px 10px 0;
  cursor: pointer;
  transition: color .3s ease;
}
.sf-toolbar-action:hover,
.sf-toolbar-action.sf-active {
  color: black;
}
.sf-toolbar-menu {
  float: right;
}
.sf-toolbar-menu-add-new {
  float: left;
  font-style: italic;
  color: #084e83;
  line-height: 40px;
  padding: 6px 15px 0;
  cursor: pointer;
  transition: color .3s ease;
}
.sf-toolbar-menu-massiveaction {
  float: left;
  font-style: italic;
  color: #084e83;
  line-height: 40px;
  padding: 0px 1px 0px;
  cursor: pointer;
  transition: color .3s ease;
}
.sf-toolbar-menu-add-new:hover,
.sf-toolbar-menu-add-new.sf-active {
  color: #0b6bb3;
}
.sf-toolbar-menu-add-new i {
  font-size: 18px;
  font-style: normal;
}
@media (max-width: 768px) {
  .sf-toolbar-menu-add-new span {
    display: none;
  }
}
.sf-toolbar-menu-split-screen {
  float: left;
  font-style: italic;
  color: #29aada;
  line-height: 39px;
  padding: 6px 15px 0;
  cursor: pointer;
  transition: color .3s ease;
  border-right: 1px solid #dfe0e2;
  border-left: 1px solid #dfe0e2;
}
.sf-toolbar-menu-split-screen:hover {
  color: #084e83;
}
.sf-toolbar-menu-split-screen.sf-active {
  color: white;
  background-color: #29aada;
}
.sf-toolbar-menu-split-screen i {
  font-size: 18px;
  font-style: normal;
}
.sf-toolbar-menu-filters {
  float: left;
  font-style: italic;
  color: white;
  background-color: #07406b;
  line-height: 39px;
  padding: 6px 15px 0;
  cursor: pointer;
  transition: color .3s ease;
}
.sf-toolbar-menu-filters.sf-filters-modify i {
  color: #f26732;
}
.sf-toolbar-menu-filters:hover,
.sf-toolbar-menu-filters.sf-active {
  color: white;
}
.sf-toolbar-menu-filters i {
  font-size: 18px;
  font-style: normal;
}
.sf-menu-container {
  position: absolute;
  left: -254px;
  top: 60px;
  bottom: 0;
  width: 250px;
  background-color: #2a3845;
  z-index: 7000;
  transition: left .3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sf-menu-container.sf-opened {
  left: 0;
  overflow-y:scroll;
  overflow-x:hidden;
}
.sf-menu-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  width: 4px;
  background-color: #9b9999;
  opacity: .3;
}
.sf-menu-container ul {
  color: #f5f5f6;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sf-menu-container button {
  padding: 10px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a5b8c9;
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #202b35;
}
.sf-menu-container button:hover {
  background-color: #202b35;
}
.sf-menu-container button.sf-active {
  color: white;
}
.sf-menu-container button i {
  float: right;
  font-size: 16px;
}
.sf-menu-container a {
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  font-weight: 500;
  background-color: #344555;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #2c3b48;
  display: block;
}
.sf-menu-container a:hover {
  background-color: #3d5265;
}
.sf-menu-container > ul > li > ul {
  display: none;
}
.sf-menu-container > ul > li > ul li:last-child a {
  border-bottom: 1px solid #202b35;
}
table {
  width: 100%;
  border-spacing: 0;
}

/*-------------ProdcutPlan-------------*/

table[id^='cmbCriteriaMarket_ITEM']
{
	width: auto;
}

div[id^='selector_CriteriaMarket_ITEM']
{
	position: relative !important;
}

div[id^='selector_CriteriaMarket_ITEM']>table:last-child  
{
	width:100% !important;
}

div[id^='CriteriaMarket_ITEM']>div:last-child 
{
	display:table !important;
}

div[id^='CriteriaProduct_ITEM']>div:nth-child(1)
{
	width:50%;
	float:left;
	position:relative;
	display:table;
	min-height:1px;
	padding-left:0px;
	padding-right:15px;
}

div[id^='CriteriaProduct_ITEM']>div:nth-child(2)
{
	width:50%;
	float:left;
	position:relative;
	display:table;
	min-height:1px;
	padding-left:0px;
	padding-right:15px;
}

div[id^='selector_CriteriaProduct_ITEM']  
{
	width:100% !important;
}

div[id^='selector_CriteriaProduct_ITEM']>table:last-child   
{
	width:100% !important;
}


/*-------------------------------------*/

div.entityList>table tr:nth-child(even) {
  background: #E9F2F5;
}
table tr {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
div.entityList>table tr.active {
  background-color: #fffcde;
}

.entityList>table>tbody>tr
{
	height:54px;
}

table td {
  padding: 3px;
}
table td p {
  margin: 0;
}
table td p:first-child {
  margin-bottom: 3px;
}


.selectedItem
{
	color: white;
	background-color:#07406b;
}


.sf-table-row-check {
  width: 40px;
  padding: 15px 0px 15px 12px;
  text-align: left;
}
.sf-reject p {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(222, 226, 228, 0.7);
  font-size: 11px;
  line-height: 25px;
  color: #9b9999;
  text-align: center;
}

.sf-traffic-light .sf-light-null {
  color: #9b9999;
}
.sf-traffic-light .sf-light-green {
  color: #009d81;
}
.sf-traffic-light .sf-light-red {
  color: #ed1c24;
}
.sf-traffic-light .sf-light-yellow {
  color: #e9cd00;
}
.sf-traffic-light .sf-light-blue {
  color: #126eb7;
}
.sf-traffic-light .sf-light-grey {
  color: #808080;
}

.sf-row-actions-btn-mirror {
  position: relative;
  font-size: 24px;
  color: #9b9999;
  transition: color .3s ease;
  padding: 0;
  text-align:right;
}

sf-row-actions-btn-mirror:hover {
  color: #2a3845;
}
.sf-row-actions-btn-mirror.sf-open {
  color: #2a3845;
}
.sf-row-actions-btn-mirror.sf-open .sf-row-actions {
  display: block;
}
.sf-row-actions-btn-mirror i {
  padding: 15px;
}
.sf-row-actions-btn-mirror .sf-row-actions {
  position: absolute;
  z-index: 5000;
  top: 45px;
  right: 25px;
  display: none;
  width: 255px;
  background-color: #244461;
  border: 1px solid #162a3c;
}
.sf-row-actions-btn-mirror .sf-row-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-row-actions-btn-mirror .sf-row-actions ul li {
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  border-bottom: 1px solid #162a3c;
  padding-right: 15px;
  padding-left: 15px;
  transition: background-color 0.3s ease;
}
.sf-row-actions-btn-mirror .sf-row-actions ul li:last-child {
  border-bottom: none;
}
.sf-row-actions-btn-mirror .sf-row-actions ul li:hover {
  background-color: #162a3c;
}
.sf-row-actions-btn-mirror .sf-row-actions ul li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
}
.sf-row-actions-btn-mirror .sf-row-actions ul li a i {
  padding: 0;
  margin-right: 5px;
}

.sf-row-actions-btn {
  position: relative;
  font-size: 24px;
  color: #9b9999;
  transition: color .3s ease;
  padding: 0;
  text-align:right;
}
.sf-row-actions-btn:hover {
  color: #2a3845;
}
.sf-row-actions-btn.sf-open {
  color: #2a3845;
}
.sf-row-actions-btn.sf-open .sf-row-actions {
  display: block;
}
.sf-row-actions-btn i {
  padding: 15px;
}
.sf-row-actions-btn .sf-row-actions {
  position: absolute;
  z-index: 5000;
  top: 45px;
  right: 25px;
  display: none;
  width: 255px;
  background-color: #244461;
  border: 1px solid #162a3c;
}
.sf-row-actions-btn .sf-row-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-row-actions-btn .sf-row-actions ul li {
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  border-bottom: 1px solid #162a3c;
  padding-right: 15px;
  padding-left: 15px;
  transition: background-color 0.3s ease;
}
.sf-row-actions-btn .sf-row-actions ul li:last-child {
  border-bottom: none;
}
.sf-row-actions-btn .sf-row-actions ul li:hover {
  background-color: #162a3c;
}
.sf-row-actions-btn .sf-row-actions ul li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
}
.sf-row-actions-btn .sf-row-actions ul li a i {
  padding: 0;
  margin-right: 5px;
}
.ui-widget-content {
  background-color: white;
  border: 1px solid #dfe0e2;
  border-radius: 5px;
  margin-top: 5px;
}
.ui-datepicker-title {
  font-weight: 500;
  color: #084e83;
}
.ui-datepicker-next {
  right: 2px;
  top: 2px;
}
.ui-datepicker-next:hover {
  right: 2px;
  top: 2px;
}
.ui-datepicker-next:before {
  content: '\f138';
  font-family: fontAwesome;
  font-size: 14px;
  color: #084e83;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 2px;
  top: 2px;
}
.ui-datepicker-prev:hover {
  left: 2px;
  top: 2px;
}
.ui-datepicker-prev:before {
  content: '\f137';
  font-family: fontAwesome;
  font-size: 14px;
  color: #084e83;
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: pointer;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-state-default {
  color: black;
  transition: background-color 0.3s ease;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
}
.ui-state-default:hover {
  background-color: #084e83;
  color: white;
}
.ui-state-highlight {
  background-color: #54bbe2;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
}
.ui-state-active {
  background-color: #0b6bb3;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
}
.ui-datepicker table {
  font-size: 13px;
  line-height: 20px;
}
#datepicker:after {
  content: 'ha';
}
.datepicker {
  position: relative;
  width: 120px;
}
.datepicker i {
  position: absolute;
  left: 99px;
  top: 42px;
  z-index: -1;
  color: #9b9999;
}
.sf-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.sf-modal .sf-modal-wrapper {
  position: absolute;
  width: 500px;
  top: 100px;
  left: 50%;
  margin-left: -150px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.5);
}
.sf-modal .sf-modal-wrapper .sf-modal-header {
  padding: 6px 6px 4px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background-color: #162a3c;
  text-align: right;
}
.sf-modal .sf-modal-wrapper .sf-modal-header i {
  color: #ed1c24;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sf-modal .sf-modal-wrapper .sf-modal-header.sf-modal-alert {
  background-color: #ed1c24;
}
.sf-modal .sf-modal-wrapper .sf-modal-header.sf-modal-alert i {
  color: #af0e14;
}
.sf-modal .sf-modal-wrapper .sf-modal-header.sf-modal-success {
  background-color: #009d81;
}
.sf-modal .sf-modal-wrapper .sf-modal-header.sf-modal-success i {
  color: #005142;
}
.sf-modal .sf-modal-wrapper .sf-modal-message {
  padding: 25px 10px 15px;
}
.sf-modal .sf-modal-wrapper .sf-modal-message .sf-modal-text {
  font-size: 16px;
}
.sf-modal .sf-modal-wrapper .sf-modal-buttons {
  border-top: 1px solid #dfe0e2;
  padding: 10px 0;
}
.sf-modal .sf-modal-wrapper .sf-modal-buttons .sf-btn-circle {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #f5f5f6;
  border-top: 1px solid #dfe0e2;
}
.sf-footer-sfnet-logo {
  position: absolute;
  left: 15px;
  line-height: 35px;
  color: #9b9999;
  font-style: italic;
  z-index: 2000;
}
.sf-footer-sfnet-logo b {
  color: #ed1c24;
  font-style: normal;
}
.sf-pagination {
  line-height: 35px;
  width: 550px;
  margin: auto;
  text-align: center;
}
.sf-pagination a {
  color: #9b9999;
  text-decoration: none;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
.sf-pagination a.sf-active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  font-weight: 500;
  line-height: 21px;
  background-color: #29aada;
  padding: 0;
  margin-top: 7px;
}
.sf-pagination a.sf-active:hover {
  color: white;
}
.sf-pagination a:hover {
  color: #686666;
}
.sf-pagination form label {
  float: left;
  color: #9b9999;
  font-size: 12px;
  margin-left: 10px;
}
.sf-pagination form input {
  float: left;
  width: 30px;
  padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
}
.sf-pagination form button {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  padding: 3px 8px;
}

.glyphicon-alert:before {
  content: "\e209";
}

.alert {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}




.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #29aada;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}










.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: -webkit-fill-available;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
  display:grid;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: fixed;
    width: 100%;
    margin-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
    .listCustomer2Bold {
        font-weight:bold;
    }
}
.sf-add-item.sf-mt-40.sf-pull-right {
    top: -30px;
    position: relative;
    float: right;
}

div.datePicker>span>table
{
	width:auto;
}
div.sf-row>div>label
{
	white-space: nowrap;
}

textarea.textArea 
{
	min-height: 60px;
	text-transform: uppercase;
}
textarea.textAreaOnFocus 
{
	min-height: 60px;
	text-transform: uppercase;
}
textarea
{
	min-height: 60px;
	text-transform: uppercase;
}

.sf-form-group > span.label 
{
    width: auto !important;
    left: 200px;
    position: absolute;
}
.ui-datepicker.ui-widget
{
	top: -27px;
    left: 0px;
    position: relative;
	margin-bottom: 22px;
}

.sf-col-2:nth-child(1)
{	
	width:50%;
}
.sf-col-2:nth-child(2)
{	
	width:50%;
}
.sf-col-2:nth-child(3)
{	
	/*width:100%;*/
    width:50%;
}
.sf-col-2:nth-child(4),.sf-col-2:nth-child(5),.sf-col-2:nth-child(6)
{
	width:50%;
}

.sf-col-2:only-child 
{
    width: 100%;
}

.sf-col-2:first-child:nth-last-child(2) 
{
    width: 50%;
}
.sf-col-2:last-child:nth-child(2) 
{
    width: 50%;
}

.sf-col-2:first-child:nth-last-child(3) 
{
    width: 33%;
}

.sf-col-2:last-child:nth-child(3) 
{
    width: 33%;
}


/*
.sf-col-2:nth-child(n+1):nth-child(n-1):not(:last-child):not(:first-child)
{
    width: 33%;//medio de tres
}
.sf-col-2:nth-child(n+3):not(:last-child)
{
	width:100% !important; //mas de 3
}*/


.sf-pagination input[type=numeric] 
{
    width: 30px;
    bottom: 2px;
    position: relative;
}
.sf-pagination button 
{
    float: left;
}
.datePickerCombos
{
	width:200px;
}

div#__modallayer {
    background-image: url(../images/wait.gif);
    background-position-y: 40%;
    background-position-x: 50%;
    background-repeat: no-repeat;
	}
.filterList_ItemBtn 
{
	padding-bottom: 18px;
	line-height: 0!important;
}

#lblUserName {
    max-width: 120px;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    display: inline-block;
}

select.sf-filter
{
	/*background:none !important;*/
	width:-webkit-fill-available !important;
}

div[id^=divcont][name^=divcont]  
{
    width: -webkit-fill-available !important;
}
input[type=date]
{
	height: 30px !important;
    font-size: 13px !important;
    background:transparent;
    width:120px !important;
}

.entityLinkDefinition .editableDetailSubGroup 
{
    display:none;
    position: absolute;
    left: 54%;
    width: 45%;
    height: auto;
    border: solid 1px grey;
    border-radius: 6pt;
    padding: 20px 0px 20px 20px;
}

.entityLinkDefinition .sf-form-group 
{
    width: 57%;
}

.entityLinkDefinition
{
    min-height:200px;
}
.photoItem
{
    margin-bottom:15px;
    width:200px;
    border-width:0px;
    display:block;
    min-height: 170px;
}
.photoItemDisabled 
{

}

.sf-add-item-container {
    display: flow-root;
    height: 28px;
    padding: 4px;
}
.sf-sort-item-container {
    top: -10px;
    position: relative;
}
.sf-sort-item {
  color: #2a3845;
  transition: color .3s ease;
}
.sf-sort-item-off:before {
  content: '\f204';
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
}

.sf-sort-item-on:before {
  content: '\f205';
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
}

.sf-sort-item:hover {
  color: #171e25;
}
.sf-sort-item:hover:before {
  color: #00846c;
}

.sf-sort-items 
{
    background-color:#99987724 !important;
    cursor:n-resize !important;
}

#addressDiv .sf-btn-group {
    margin: 0px;
    padding-bottom: 10px;
}

.filterList_BottomControlPanel 
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 4px;
}

.basicPagerMobile
{    
	position: absolute;    
	bottom: 0;  
	width: 100%;	
	height:55px;	
	background-color:#E7E7E7;	
	border-bottom: 1px solid #ACAEB0;
	color: #000;	
	z-index: auto;
}

#mainTable_RelationAddresses>div>i.iconButton{
    display: block;
    height: 25px;
    background-image: url(../Images/edit.png);
    background-repeat: no-repeat;
    left: 80%;
    position: relative;
    cursor:pointer;
}

.menumod {
    color: #c0c0c0;
    height: 16px;
    font-size: 0.9em;
}
.menugen {
    color: #c0c0c0;
}

.invisible{
	display: none!important
}
