.layout > div {
  overflow: auto;
  height: calc(100% + 400px);
  width: 100%;
}
.section-show {
  width: calc(100% - 240px);
  visibility: visible;
  opacity: 1;
  width: calc(100% - 240px);
  transition: visibility 0s, opacity 1s linear;
}
.section-hide {
  width: calc(100% - 240px);
  visibility: hidden;
  opacity: 0;
  width: calc(100% - 240px);
  transition: visibility 0, opacity 1s linear;
}
.head-content {
  padding-top: 20px;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  color: #4da1ff;
  font-weight: 500;
}
.remove,
.edit,
.live {
  color: #696969;
}
.remove:hover {
  color: #d0021b;
}
.edit:hover {
  color: #4da1ff;
}
.live:hover {
  color: #02b051;
}
input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
.panel > div > div {
  display: inline-block !important;
}
.float-right {
  float: right;
}
.circle-note {
  border-radius: 13px;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
  font-size: 10px !important;
  line-height: 2.5em;
}
.circle-note.red {
  background: #d0021b;
  color: #fff;
}
.circle-note.gray {
  background: #d2d9df;
  color: #696969;
}
.hide {
  height: 0;
}
.scrollable {
  overflow: auto;
  white-space: nowrap;
}
.menu-hotel-selected {
  font-weight: bold;
}
.sidebar-setup-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding: 90px 0 0;
  background-color: #fff;
  border-right: 1px solid #d8d8d8;
  width: 240px;
}
.sidebar-setup-left span,
.sidebar-setup-left div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.sidebar-setup-left a {
  color: #696969;
  width: 100%;
  padding: 10px 0 !important;
}
.sidebar-setup-left a > .fa {
  float: right;
}
.sidebar-setup-left a:hover {
  color: #4da1ff;
}
.sidebar-setup-left .menu-selected {
  color: #4da1ff !important;
}
.sidebar-setup-left > div {
  padding: 20px;
  width: 100%;
}
.sidebar-setup-left > div > div {
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #e9e9e9;
}
.sidebar-setup-left > .sidebar-sticky {
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
}
.sidebar-setup-left > .sidebar-sticky > .badage {
  width: 100%;
  height: 164px;
  display: flex;
  border-bottom: 0;
}
.sidebar-setup-left > .sidebar-sticky > .badage > h6 {
  align-self: flex-end;
  font-weight: bold;
  color: #0070cd;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.sidebar-setup-left > .sidebar-sticky > .badage > h6 > span {
  font-size: 9px;
  display: block;
}
.sidebar-setup-left > .sidebar-sticky > div > span {
  font-weight: bold;
}
.sidebar-setup-left > .sidebar-sticky > div > ul {
  padding-left: 10px !important;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li {
  padding: 10px;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > span {
  display: block;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > span > i {
  float: right;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul {
  padding-left: 10px !important;
  padding-top: 10px;
  max-height: fit-content;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul > li {
  padding: 10px;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul > li > span {
  display: block;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul > li > span > i {
  float: right;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul > li > ul {
  padding-left: 5px !important;
  padding-top: 10px;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul > li > ul > li {
  padding: 5px;
}
.sidebar-setup-left > .sidebar-sticky > div > ul > li > ul.hide {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 0;
}
.sidebar-setup-left > .sidebar-sticky >.start_leaper {
  background: url("../../images/iconos/start-leaper.png") center top no-repeat;
}
.blur {
  filter: blur(13px);
  min-height: 100%;
  position: fixed;
  width: 100%;
  background: rgba(0,0,0,0.7);
}
.blur nav {
  background: rgba(0,0,0,0.01) !important;
}
.blur div {
  background: rgba(0,0,0,0.01) !important;
}
.blur h3 {
  background: rgba(0,0,0,0.2) !important;
  color: rgba(0,0,0,0.2) !important;
}
.blur button {
  background: rgba(0,0,0,0.2) !important;
  color: rgba(0,0,0,0.2) !important;
}
.bottom-buttons {
  padding: 0 0 10px;
  margin: 0;
}
.bottom-buttons > button {
  margin: 5px;
  width: 100%;
}
.bottom-buttons-group {
  padding: 0 0 10px;
  margin: 0 5px;
  margin-top: 15px;
}
.bottom-buttons-group > div {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
}
.bottom-buttons-group > div > button {
  margin-right: 0;
}
.content {
  position: relative;
  margin: 80px 0 0 240px;
}
.content span,
.content div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.content h1 {
  color: #36a9e1;
  font-size: 30px;
  font-weight: 100;
}
.content h2 {
  color: #36a9e1;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.content h3 {
  font-size: 19px;
}
.content h4 {
  font-size: 15px;
  color: #4da1ff;
}
.content h5 {
  font-size: 10px;
  color: #4da1ff;
}
.content h6 {
  font-size: 18px;
  font-weight: 100;
  color: #36a9e1;
}
.content p {
  font-size: 18px;
  color: #696969;
  font-weight: 100;
}
.content p.desc-no-icon {
  padding-top: 20px;
}
.content button,
.content .button {
  border: solid 1px #4da1ff;
  color: #4da1ff;
  margin: 5px 10px;
  padding: 10px;
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  font-weight: 500;
}
.content button.blue,
.content .button.blue {
  color: #fff;
  background: #4da1ff;
}
.content button.green,
.content .button.green {
  color: #fff;
  background: #00a5a8;
  border: solid 1px #00a5a8;
}
.content button[disabled],
.content button.disabled {
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: not-allowed;
}
.content .regular > h3 {
  background: #4990e2;
}
.content .notifications > h3 {
  background: #4fe3c1;
}
.content .notifications .confirm {
  background: #4fe3c1;
  color: #fff;
  border: solid 1px #4fe3c1;
}
.content .alert > h3 {
  background: #d0021b;
}
.content .box > h3 {
  padding: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  margin-bottom: 0;
}
.content .box > h3 > i {
  float: right;
}
.content .box > div {
  background: #fff;
  display: flex;
  padding-bottom: 10px;
}
.content .box > div:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content .box > .add-margintop {
  margin-top: 10px;
  padding-bottom: 0;
}
.content .box .description > ul > li {
  font-size: 18px;
  color: #696969;
  font-weight: 100;
}
.divisor {
  margin-top: 20px;
  width: 100%;
  height: 16px;
  background-image: url("../../images/iconos/divisor.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block !important;
}
.blue-border-box {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: solid 1px #4da1ff;
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  display: inline-block;
  width: 500px;
}
.blue-border-box span,
.blue-border-box div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.blue-border-box > .icon {
  width: 100px;
  float: left;
}
.blue-border-box > .description {
  width: 300px;
}
.blue-border-box > div > p {
  color: #696969;
  font-size: 12px;
}
.blue-border-box > div > h5 {
  margin-bottom: 0;
}
.blue-border-box > div > h4 {
  margin-top: 0;
}
.icon {
  display: inline-block;
  margin: 0;
}
.icon > span {
  width: 100%;
  display: inline-block;
  height: 100px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center;
  margin: 10px auto;
}
.icon > .i-finance {
  background-image: url("../../images/iconos/finance.svg");
}
.icon > .i-ab {
  background-image: url("../../images/iconos/ab.svg");
}
.icon > .i-revenue {
  background-image: url("../../images/iconos/revenue.svg");
}
.icon > .i-rrhh {
  background-image: url("../../images/iconos/rrhh.svg");
}
.icon > .i-operations {
  background-image: url("../../images/iconos/operations.svg");
}
.icon > .i-market {
  background-image: url("../../images/iconos/marketshare.svg");
}
.icon > .i-directory {
  background-image: url("../../images/iconos/directory.png");
}
.icon100 {
  background-size: auto 100% !important;
}
.icon-big {
  height: 120px !important;
}
.btn-vcenter {
  position: absolute;
  top: calc(50% - 20px);
  margin: 0 !important;
  width: calc(100% - 30px) !important;
}
.line-gray-right {
  border-right: solid 2px #e9e9e9;
  margin-top: 10px;
}
.news_price span,
.news_price div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.news_price > h6 {
  font-size: 18px;
  font-weight: 100;
  color: #36a9e1;
  margin-left: 20px;
}
.news_price > ul {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.news_price > ul > li {
  float: left;
  font-size: 30px;
  font-weight: 100;
  line-height: 13px;
  padding-top: 13px;
  color: #696969;
}
.news_price > ul > li > span {
  font-size: 13px;
}
.news_price > ul > li:first-child {
  font-size: 48px;
  font-weight: bold;
  line-height: 51px;
  padding: 0;
}
.comming-soon {
  margin: 20px;
}
.comming-soon > div {
  background-image: url("../../images/iconos/dot_line.png");
  background-position: bottom right;
  background-repeat: repeat-x;
  padding-bottom: 20px;
}
.comingsoon-box {
  width: 90%;
  background: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.comingsoon-box span,
.comingsoon-box div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.comingsoon-box > h6 {
  margin: 20px;
  padding-top: 10px;
}
.comingsoon-box > div > p {
  font-size: 12px;
}
.comingsoon-box > .icon {
  padding-right: 0;
}
.comingsoon-box > .icon > span {
  height: 44px !important;
}
.contact-us {
  display: inline-block !important;
  background: #10a8e3;
  margin: 20px;
  padding: 20px;
  width: calc(100% - 40px);
}
.contact-us span,
.contact-us div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.contact-us > div > p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.contact-us > div > p > span {
  font-weight: 200;
  display: block;
  font-size: 18px;
}
.contact-us > div > button {
  width: 200px;
  color: #fff;
  border-color: #fff;
  background: none;
  font-weight: 100;
}
.form-in-box {
  display: block !important;
}
.form-in-box span,
.form-in-box div {
  color: #696969;
  font-weight: 200;
  font-size: 12px;
}
.form-in-box > form {
  display: inline-block;
  width: 100%;
}
.form-in-box > form .form-row > div {
  margin-top: 15px;
}
.form-in-box > form .form-row.form-modal > div > select {
  margin: 10px;
  width: calc(100% - 20px);
  border: solid 1px #4da1ff;
  height: 40px;
}
.form-in-box > form .form-row.importing-csv > div {
  padding-left: 5px;
  padding-right: 30px;
}
.form-in-box > form .form-row.importing-csv > div > button {
  background: url("../../images/iconos/upload.svg") calc(100% - 10px) 50% no-repeat;
  border: dotted 1px #4da1ff;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
}
.form-in-box > form .form-row.importing-csv > div > input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-in-box > form .form-row.importing-csv > div > select {
  border: solid 1px #4da1ff;
  margin: 5px;
  height: 40px;
}
.form-in-box > form .form-row.importing-csv > div:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.form-in-box > form .form-row.modal-buttons > div {
  padding-left: 5px;
  padding-right: 15px;
}
.form-in-box > form .form-row.modal-buttons > div:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.form-in-box > form label {
  font-size: 18px;
  color: #4da1ff;
  font-weight: 100;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
.form-in-box > form label > span {
  padding: 5px 0;
  float: left;
  text-align: left;
}
.form-in-box > form label > button {
  float: right;
  width: calc(50%);
  padding: 5px;
  margin: 0;
  font-size: 14px;
}
.form-in-box > form input {
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  box-shadow: none;
  line-height: 2;
}
.form-in-box > form select {
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  box-shadow: none;
  line-height: 2;
  background: url("../../images/iconos/arrow-sidebar-inactive.svg") calc(100% - 5px) 50% no-repeat;
  background-size: 16px;
}
.label {
  font-size: 18px !important;
  color: #4da1ff !important;
  font-weight: 100 !important;
}
.list-in-box {
  display: grid !important;
}
.list-in-box span,
.list-in-box div {
  color: #696969;
  font-weight: 200;
  font-size: 13px;
}
.list-in-box .selected {
  color: #4da1ff;
}
.list-in-box > ul {
  list-style: none;
  padding: 10px 10px 5px 10px;
  margin-bottom: 0;
  overflow: auto;
  max-height: 350px;
  position: relative;
}
.list-in-box > ul > li {
  border: solid 1px #d0d7dd;
  padding: 10px;
  margin-bottom: 5px;
}
.list-in-box > ul > li.no-general {
  background: #e6ebee;
}
.list-in-box > ul > li.list-header {
  border: 0;
  padding: 5px 0;
  display: flex;
}
.list-in-box > ul > li.list-header > div {
  padding: 5px 0;
  float: left;
  text-align: left;
}
.list-in-box > ul > li.list-header > div > i {
  float: none;
}
.list-in-box > ul > li.list-header > button {
  float: right;
  width: calc(50%);
  padding: 5px;
  margin: 0;
  font-size: 14px;
}
.list-in-box > ul > li.sub-list {
  padding: 0;
}
.list-in-box > ul > li.sub-list.collapsed {
  max-height: 43px;
}
.list-in-box > ul > li.sub-list.collapsed > ul {
  background: transparent !important;
  min-height: 41px !important;
  top: -43px;
  position: relative;
  width: calc(100% - 50px);
}
.list-in-box > ul > li.sub-list.collapsed > ul > li {
  display: none;
}
.list-in-box > ul > li.sub-list > div {
  padding: 10px;
  display: block;
  width: 100%;
}
.list-in-box > ul > li.sub-list > div.dragged-over {
  background: #4da1ff;
  color: #fff;
}
.list-in-box > ul > li.sub-list > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  overflow: auto;
  max-height: 285px;
  position: relative;
}
.list-in-box > ul > li.sub-list > ul.drop-container {
  top: -43px;
}
.list-in-box > ul > li.sub-list > ul.drop-container > li:first-child {
  height: 43px;
  background: none;
}
.list-in-box > ul > li.sub-list > ul.alias-listing {
  min-height: 10px;
}
.list-in-box > ul > li.sub-list > ul > li {
  margin: 1px;
  background: #e8ebee;
  color: #696969;
  font-size: 13px;
  padding: 10px;
}
.list-in-box > ul > li.sub-list > ul > li > div {
  display: block;
  width: 100%;
  min-height: 1em;
}
.list-in-box > ul > li.sub-list > ul > li > div > i {
  float: right;
  font-size: 19px;
  padding-left: 10px;
  line-height: 1.3em;
}
.list-in-box > ul > li > div {
  color: #696969;
  font-size: 13px;
  width: 100%;
  line-height: 1.8em;
  display: table;
}
.list-in-box > ul > li > div > div.ellipsed {
  float: left;
  color: #696969;
  font-size: 13px;
  width: calc(100% - 25px);
  line-height: 1.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-in-box > ul > li > div > i {
  float: right;
  font-size: 19px;
  padding-left: 10px;
  line-height: 1.3em;
}
.list-in-box > ul > li:hover > div {
  color: #4da1ff;
}
.modal {
  display: flex;
}
.modal p {
  font-size: 15px !important;
}
.modal > .box {
  top: calc(30%);
  left: calc(50% - 100px);
}
.finder {
  border: none !important;
}
.finder > .input-group {
  display: flex !important;
  background-color: #eceef0;
  border-radius: 20px;
}
.finder > .input-group.finding {
  border-radius: 20px 20px 0 0;
}
.finder > .input-group > input {
  border-radius: 20px 20px 0 0;
}
.finder > .input-group > input {
  width: calc(100% - 30px);
  border: 0;
  box-shadow: none;
  background-color: #eceef0;
  border-radius: 20px;
}
.finder > .input-group > .input-group-append > span {
  line-height: 34px;
  vertical-align: middle;
}
.finder > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.finder > ul > li {
  margin-top: 2px;
  background-color: #eceef0;
  padding: 8px;
}
.finder > ul > li > div {
  color: #696969;
}
.finder > ul > li > div > .ant-checkbox-wrapper {
  float: right;
}
.finder > ul > li > div > i {
  float: right;
  font-size: 18px;
  padding-right: 6px;
  color: #4a90e2;
}
.top-form {
  display: inline-block;
  width: 100%;
  border-bottom: #d8d8d8 2px solid;
  padding: 0 0 10px 0;
}
.top-form-select {
  font-size: 13px;
  border: none;
  border: 1px solid #4da1ff;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.7;
  padding: 10px;
  margin: 5px 10px;
  height: 42px;
  background: url("../../images/iconos/select-row-inactive-blue.svg") calc(100% - 10px) 50% no-repeat;
  background-size: 15px;
  color: #4da1ff;
}
.top-form-select:hover {
  background: url("../../images/iconos/select-row-blue.svg") calc(100% - 10px) 50% no-repeat;
  background-size: 15px;
}
.no-padding {
  padding: 0 !important;
}
.finder-top {
  border: none !important;
  float: right;
}
.finder-top > .input-group {
  display: flex !important;
  background-color: #d8d8d8;
  border-radius: 20px;
}
.finder-top > .input-group > input {
  width: calc(100% - 30px);
  border: 0;
  box-shadow: none;
  background-color: #d8d8d8;
  border-radius: 20px;
}
.finder-top > .input-group > .input-group-append > span {
  line-height: 34px;
  vertical-align: middle;
}
.tabcontent {
  display: flex;
  width: 100%;
}
.tabcontent > div {
  width: 100% !important;
}
.tabs {
  list-style: none;
  margin-bottom: 0;
  padding: 10px;
}
.tabs > li {
  font-size: 16px;
  float: left;
  color: #9b9b9b;
  margin-right: 10px;
  padding: 0 10px 5px;
}
.tabs > li.active {
  color: #4da1ff;
  border-bottom: #4da1ff solid 2px;
}
.item-with-details {
  line-height: 1em !important;
}
.item-with-details span.item-details {
  font-weight: 500;
  color: #36a9e1;
  font-size: 10px;
}
.item-with-details span.item-details > i {
  font-size: 9px;
  color: #777;
}
.item-with-details span.item-details > i.fa {
  float: right;
  font-size: 14px;
}
.item-with-details > .ant-checkbox-wrapper {
  float: right;
}
.list-scrollable {
  overflow: auto;
  max-height: 300px;
}
.ant-drawer-body {
  padding: 10px !important;
}
.ant-drawer-body > .list ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  color: #696969;
  padding: 0;
}
.ant-drawer-body > .list ul .item {
  margin-bottom: 10px;
}
.ant-drawer-body > .list ul .item > ul {
  padding-left: 0;
}
.ant-drawer-body > .list ul .item > ul > li.header {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 5px;
  color: #fff;
  border-top: 1px solid #36a9e1;
  border-left: 1px solid #36a9e1;
  border-right: 1px solid #36a9e1;
}
.ant-drawer-body > .list ul .item > ul > li.header.regular {
  border-bottom: 1px solid #ccc;
  background-color: #36a9e1;
  color: #fff;
}
.ant-drawer-body > .list ul .item > ul > li.header > .remove {
  float: right;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.ant-drawer-body > .list ul .item > ul > li.header > .remove:hover {
  color: #fff;
}
.ant-drawer-body > .list ul .item > ul > li.details {
  font-size: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.ant-drawer-body > .list ul .item > ul > li.details > .datetime {
  color: #4da1ff;
  line-height: 15px;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .datetime > .clock {
  height: 15px;
  width: 15px;
  float: left;
  background: url("../../images/iconos/leadtime.svg") center center no-repeat;
  background-size: 15px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .datetime > .days {
  font-weight: 500;
  padding-left: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .datetime > .time {
  float: right;
  padding-right: 4px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .datetime > .time > i {
  font-size: 18px;
  font-weight: 500;
}
.ant-drawer-body > .list ul .item > ul > li.details > .message {
  padding: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .message > .mg-content {
  padding-bottom: 5px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .message > .mg-content > ul {
  list-style: inside !important;
  padding-left: 20px;
}
.ant-drawer-body > .list ul .item > ul > li.details > .message > .progress {
  margin-bottom: 5px;
  height: 4px;
}
.radio-inlist {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.radio-inlist > .anticon {
  width: 40px;
  height: 40px;
}
.radio-inlist > .anticon > svg {
  width: 100% !important;
  height: 100% !important;
}
.radio-inlist > p {
  font-size: 14px !important;
}
.radio-inlist >.radio {
  float: left;
  display: contents;
}
.radio-inlist >.radio >label {
  padding-right: 10px;
  color: #696969;
}
.radio-inlist >.radio >label:hover {
  color: #4da1ff;
}
/* Accounts */
.table-account-info {
  width: 100%;
  background: #fff;
  color: #696969;
  height: 95px;
}
.table-account-info > tbody > tr > td {
  padding: 8px;
  font-weight: 100;
}
.table-account-info,
thead,
tr,
th {
  padding: 10px;
}
.tr-account-info {
  background: #084b9a !important;
  color: #fff;
}
span.table-hotels {
  background: #4da1ff;
  padding: 4px;
  color: #fff;
  border-radius: 5px;
  float: left;
  margin: 2px;
}
span.table-module {
  background: #fab933;
  padding: 4px !important;
  color: #fff;
  border-radius: 5px;
}
.table-df-icon {
  background: #48b8b2;
  padding: 4px;
  color: #fff;
  border-radius: 5px;
}
.table-df-icon > img {
  margin: 0 !important;
}
.table-module > img {
  margin: 0 !important;
}
.table-hotels > img {
  margin: 0 !important;
}
.icon-edit-account {
  color: #4da1ff;
}
.icons-medallas {
  margin-top: 75px;
}
.icons-medallas,
img {
  margin-left: 15px;
}
.button-info {
  margin-top: 68px;
}
.button-info,
button {
  background: transparent;
}
h3 > .account-select {
  width: 25%;
  float: right;
  margin: unset;
}
.color-blue {
  color: #36a9e1;
}
.color-blue.min {
  font-size: 13px;
  line-height: 13px;
}
.number-user {
  font-size: 48px !important;
  color: #9b9b9b !important;
  margin-bottom: 10px;
  float: left;
}
.fa.add-user {
  font-size: 33px;
  line-height: 22px;
  border: 2px solid #1890ff;
  padding: 0px 5px 5px;
  border-radius: 60px;
  width: 32px;
  text-align: center;
  margin-left: 15px;
  margin-top: 19px;
  vertical-align: top;
}
h3.title-roles-h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px !important;
  font-weight: 100;
}
.button-roles {
  width: 22% !important;
  right: 6%;
  bottom: 18%;
  color: #fff !important;
  border-color: #fff !important;
  z-index: 1;
  position: absolute;
}
button.button-refresh {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 15px;
  padding: 5px 12px;
}
.select-roles {
  height: 30px;
  padding: 5px 12px !important;
  color: #fff !important;
  border-color: #fff !important;
  background-image: none;
  font-weight: 300;
  font-size: 13px;
  margin: auto;
}
.select-roles::placeholder {
  color: #fff;
  opacity: 1;
}
.select-roles:focus {
  border-color: #fff;
  outline: none !important;
  box-shadow: 0 0 3px;
}
.fa.top-search {
  position: absolute;
  right: 57px;
  font-size: 14px;
}
.icon-small {
  width: 12px;
}
.svg-color-white > img {
  fill: #fff !important;
}
.action-elements {
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
}
.action-element-icon {
  margin: 0;
}
.image-add-user {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
}
.text-banner {
  position: absolute;
  z-index: 1;
  left: 4%;
  top: 25%;
  color: #fff;
  height: 50%;
}
.text-banner .text-more-users {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 1px;
}
.text-banner .text-price {
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input {
  display: none;
}
.content-role-user {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.roles .users-available .anticon-loading {
  font-size: 40px;
  color: #9b9b9b;
  margin-top: 15px;
  margin-bottom: 28px;
}
.roles .table-account-info .anticon-loading {
  margin: 27px;
  font-size: 60px;
  color: #9b9b9b;
}
.layout > div.adduser {
  position: relative;
}
.layout > div.adduser .content-input-user {
  padding: 10px 0px;
  padding: 15px 0px 10px;
  position: relative;
}
.layout > div.adduser .content-input-user label {
  position: absolute;
  top: 5px;
  font-size: 11px;
  left: 5px;
  color: #b7b7b7;
  text-transform: uppercase;
  font-weight: 400;
}
.layout > div.adduser .content-input-user.input-small {
  width: 19%;
  display: inline-block;
  margin-right: 4%;
}
.layout > div.adduser .input-role {
  padding: 8px 5px;
  width: 89%;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 2px solid #9b9b9b;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
}
.layout > div.adduser .input-role:focus {
  border-bottom: 2px solid #4990e2;
}
.layout > div.adduser .input-role:focus + label {
  color: #4990e2;
}
.layout > div.adduser .anticon-loading {
  font-size: 30px;
  color: #9b9b9b;
}
.layout > div.adduser .inputs-roles {
  margin-left: 35px;
  align-items: center;
  margin-bottom: 25px;
}
.layout > div.adduser .box.regular {
  margin-top: 20px;
}
.layout > div.adduser .box.regular h3.title-roles-h3 {
  padding: 7px 15px !important;
}
.layout > div.adduser .box.regular h4 {
  font-size: 18px;
  font-weight: 100;
}
.layout > div.adduser .box.regular .title-role {
  margin-top: 20px;
  margin-left: 20px;
}
.layout > div.adduser .box.regular form .title-role {
  margin-left: 0;
}
.layout > div.adduser .box.regular .content-select {
  margin-top: 15px;
  padding-right: 40px;
  float: left;
  width: 100%;
}
.layout > div.adduser .box.regular .content-select.business {
  display: block;
  padding: 0;
  float: none;
  width: auto;
  padding-bottom: 10px;
}
.layout > div.adduser .box.regular .content-select.business .select-role {
  display: block;
  float: none;
}
.layout > div.adduser .box.regular .content-select span {
  font-size: 13px;
  font-weight: bold;
  line-height: 31px;
}
.layout > div.adduser .box.regular .content-select .select-role {
  width: 60%;
  margin: 0;
  display: inline-block;
  padding: 3px 6px;
  height: 30px;
  font-size: 12px;
  right: 0;
  float: right;
}
.layout > div.adduser .box.regular .content-select .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.layout > div.adduser .box.regular .content-select .checkbox label {
  white-space: pre-wrap;
}
.layout > div.adduser .box.regular .content-select .hotel-checkbox {
  height: 100%;
  overflow: hidden;
}
.layout > div.adduser .modules .icon-module {
  color: #fff;
  border-radius: 17px;
  padding: 4px 17px 6px 6px;
  font-size: 14px !important;
  margin-right: 8px;
  background-color: #4da1ff;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 29px;
  background-size: 15px;
}
.layout > div.adduser .modules .fa {
  width: 15px;
}
.layout > div.adduser .modules span.module-name {
  font-weight: 400 !important;
  vertical-align: text-bottom;
  line-height: 32px;
}
.layout > div.adduser .icons-revenue {
  margin-bottom: 20px;
}
.layout > div.adduser .selected-hotels {
  margin-left: 21px;
  margin-bottom: 20px;
  margin-top: 26px;
}
.layout > div.adduser .selected-hotels span.hotel {
  font-weight: 400;
}
.layout > div.adduser .selected-hotels span.icon-module.icon-hotel {
  padding-right: 7px;
  border-radius: 8px;
  width: auto;
}
.layout > div.adduser .selected-hotels .selected-modules {
  margin-top: 15px;
  margin-left: 15px;
}
.layout > div.adduser .selected-hotels .selected-modules .selected-panels {
  margin-left: 35px;
  margin-top: 5px;
}
.layout > div.adduser .error-login {
  width: auto;
  color: #3d3d48;
  margin: 0 25px;
  white-space: normal;
}
.buttons-user button {
  width: 45%;
  float: left;
  margin-left: 0;
}
.buttons-user button.btn-primary {
  color: #fff;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: solid 1px #cacaca;
  background-color: #fff;
  border-radius: 4px;
}
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}
.container-check input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #4da1ff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #4da1ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.duplicated {
  background: #f1e09d !important;
}
.required {
  background: #e6e6e6 !important;
}
.item-details {
  font-weight: 500 !important;
  color: #36a9e1 !important;
  font-size: 10px !important;
}
.fa-big {
  font-size: 20px !important;
}
.loading {
  text-align: center !important;
  font-size: 24px;
  border: 0;
  width: 100%;
}
.loading-small {
  text-align: center;
  font-size: 10px !important;
  border: 0;
}
/* Budget */
.right-select {
  width: 30%;
  float: right;
}
.right-select > select {
  width: 100px;
  float: left;
}
.right-select > i {
  float: left;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 8px;
}
.growth-input .percent-input {
  padding-top: 8px;
}
.growth-input .percent-symb {
  padding-top: 15px;
  padding-left: 20px;
}
.lbl-grw-left-alone {
  padding-top: 12px;
  padding-left: 28px;
}
.steps-action {
  display: flex;
}
.steps-budget {
  min-height: 250px;
}
.ant-btn-group > button {
  width: auto;
  display: inline;
  padding: 0 15px;
  margin: 0;
}
.ant-btn-group > button > span {
  color: #4da1ff;
}
.ant-btn-group > button.selected {
  background: #4da1ff;
}
.ant-btn-group > button.selected > span {
  color: #fff;
}
.ant-btn-group > button.informative {
  background: #d8d8d8;
  border-color: #777;
}
.ant-btn-group > button.informative > span {
  color: #777;
}
.ant-btn-group > button:hover {
  background: #4da1ff;
}
.ant-btn-group > button:hover > span {
  color: #fff;
}
.ant-table-row i.fa {
  font-size: 18px;
  padding-right: 10px;
}
.ant-table-fixed-columns-in-body > div {
  display: none;
}
.budget-details {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px !important;
}
.budget-details > h4 {
  text-transform: none;
  text-align: center;
}
.budget-details > .reference-info {
  font-size: 15px !important;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.budget-details > .reference-info.gray {
  background: #d8d8d8;
  display: inline-grid;
  text-align: center;
}
.ant-table-tbody > tr > td {
  padding: 12px !important;
  word-break: inherit !important;
  text-transform: capitalize !important;
}
.cell-with-input > input {
  width: 65%;
  float: left;
  font-size: 10px !important;
  line-height: 26px !important;
}
.cell-with-input > div {
  width: 65%;
  background: #e9e9e9;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  font-size: 10px;
  line-height: 19px;
}
.cell-with-input > .cell-subtotal {
  width: 65%;
  background: inherit;
  font-size: 12px;
  font-weight: bold;
}
.cell-with-input > .cell-subtotal > span {
  border-top: 1px solid #333;
  background: #d8d8d8;
  display: inline-grid;
  width: 100%;
}
.cell-with-input > .cell-diff {
  width: 35% !important;
  height: 58px;
  float: right;
  line-height: 48px;
  font-size: 9px;
  font-weight: bold;
}
.cell-with-input > .cell-diff.diff-subtotal {
  height: 44px;
  line-height: 36px;
}
.cell-with-input > .cell-diff.down {
  background: #d0021b;
  color: #fff;
}
.cell-with-input > .cell-diff.same {
  background: #fec400;
  color: #696969;
}
.cell-with-input > .cell-diff.up {
  background: #15d39a;
  color: #fff;
}
.layout > .budget {
  overflow: auto;
  height: calc(100% - 100px);
}
.pending {
  background: #ffd700 !important;
  color: #696969 !important;
  border: #696969 1px !important;
}
.budget-steps-box {
  width: 100%;
  padding: 20px;
}
.display-select {
  margin-bottom: 10px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  z-index: auto !important;
}
.ant-checkbox-wrapper {
  padding-top: 5px !important;
  text-align: right;
}
.fa-element-big {
  font-size: 20px !important;
  padding-top: 5px;
}
.ant-table-footer {
  min-height: 64px;
}
.ant-table-footer >div {
  float: right;
}
.ant-table-footer >div button,
.ant-table-footer >div a {
  width: 140px;
  padding: inherit;
  border-color: #02b051;
  color: #02b051;
  float: right;
}
.ant-table-footer >div button >span,
.ant-table-footer >div a >span {
  color: #02b051;
}
