@font-face {
    font-family: 'AvenirNext-Regular';
    src: url('/fonts/AvenirNext/AvenirNext-Regular.eot');
    src: url('/fonts/AvenirNext/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg'),
    url('/fonts/AvenirNext/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('/fonts/AvenirNext/AvenirNext-Bold.eot');
    src: url('/fonts/AvenirNext/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg'),
    url('/fonts/AvenirNext/AvenirNext-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('/fonts/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg'),
    url('/fonts/AvenirNext/AvenirNext-DemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.selectize-dropdown.multi.adminTextarea.plugin-remove_button {
    overflow: hidden !important;
}

.font1 {
    font-family: "AvenirNext-Regular";
    font-style: normal;
}

body {
    position: absolute;
    background-color: #f2f2f4;
}

#amenities_row {
    overflow: visible !important;
}

#topBarDummy {
    position: relative;
    width: calc(100% - 180px);
    height: 50px;
    float: right;
}

#topBar {
    position: fixed;
    width: calc(100% - 180px);
    height: 50px;
    right: 0px;
    top: 0px;
    border-color: #989898;
    transition: all 0.2s ease-out;
    z-index: 10;
    box-shadow: 0 7px 8px -6px #b5b5b5;
}

#adminContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#menu {
    position: fixed;
    width: 180px;
    min-height: 500px;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease-out;
    overflow: hidden;
    background-color: #011849;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.15);
}

#contentContainer {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    float: right;
    transition: all 0.2s ease-out;
    width: calc(100% - 180px);
    min-height: 600px;
}

#content {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #f2f3ff;
}

#contentFooter {
    position: absolute;
    width: calc(100% - 50px);
    height: 60px;
    bottom: 0px;
    right: 0px;
    display: none;
}

#topBarLogoContainer {
    position: relative;
    float: left;
    height: 80%;
    margin-top: 0px;
    width: 150px;
}

#topBarLogo {
    position: relative;
    height: 100%;
    margin: 0px auto;
    margin-top: 10px;
    display: block;
}

#arrowBack {
    position: relative;
    height: 80%;
    width: 30px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    transition: all 0.4s ease-out;
}

#arrowBack.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.icon {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adminDataRow.selectize {
    overflow: visible;
}

.selectize-control {
    width: calc(85% - 15px);
}

.alertBtn {
    position: relative;
    margin: 0 auto;
    width: 216px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: white;
    line-height: 35px;
    letter-spacing: 1px;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}

.dropzone .dz-preview .dz-image {
    z-index: unset !important;
}

.alertBtn:hover {
    background-color: rgb(202, 202, 202);
}

#alertMessageOverwrite {
    margin-bottom: 20px;
}

.shareLink {
    display: inline-block;
    height: 30px;
    width: 210px;
    line-height: 30px;
    margin: 10px;
    background-color: #f2f2f4;
    float: right;
    margin-right: 30px;
    text-align: -webkit-center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.shareLink:hover {
    background-color: #e6e6e6;
}

.adminData.popUp {
    position: fixed;
    width: 85%;
    height: 90%;
    z-index: 100;
    font-size: 25px;
    background-color: white;
    margin: 2% 7%;
    padding-top: 0;
}

.popUpBackGround {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 80;
    cursor: default;
}

.sharePopup {
    height: 400px;
    width: 480px;
    position: absolute;
    background: white;
    z-index: 2;
    top: 7%;
    left: 27%;
}

.shareDiv {
    display: none;
}

.shareTitle {
    margin: 40px;
    font-size: 18px;
    position: relative;
}

.shareDays {
    margin-left: 40px;
    margin-bottom: 15px;
    display: block;
    background-color: #f2f2f4;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.shareHours {
    margin-left: 40px;
    margin-bottom: 40px;
    display: block;
    background-color: #f2f2f4;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.shareBtn {
    display: block;
    height: 50px;
    border: darkgray solid 2px;
    background-color: #f2f2f4;
    width: 120px;
    text-align: center;
    line-height: 50px;
    border-radius: 13px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.shareDiv p {
    margin-left: 40px;
    margin-top: 30px;
}

.black {
    color: black !important;
}

.linkDiv {
    display: none;
}

.link {
    background-color: #f2f2f4;
    margin: 40px;
    height: 30px;
    line-height: 30px;
    width: 396px;
    border: darkgray solid 1px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 12px;
}

#userDiv {
    position: relative;
    float: right;
    height: 100%;
    width: 340px;
    right: 20px;
}

.newModelBtn {
    padding: 0px;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 16px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "OpenSans", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 60px;
}

.newBtnRow {
    position: relative;
    overflow: hidden;
    width: 45%;
    margin-left: 3%;
    font-size: 13px;
    float: left;
    height: 52px;
}

#userNotifications {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: 0;
    top: 15%;
    cursor: pointer;
}

#notificationsAmount {
    position: absolute;
    top: -5%;
    right: -5%;
    height: 40%;
    width: 40%;
    border-radius: 50%;
    background-color: #801d35;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

#accountDiv {
    position: absolute;
    height: 75%;
    width: 225px;
    left: 50px;
    top: 15%;
    transition: all 0.2s ease-out;
}

#accountDiv:hover #accountOptions {
    height: 80px;
}

#accountOptions {
    background-color: #cccccc;
    height: 75px;
    border-radius: 5px;
    height: 0px;
    transition: all 0.2s ease-out;
    overflow: hidden;
}

.accountOption {
    position: absolute;
    height: 25px;
    width: 70%;
    border-radius: 5px;
    color: #808080;
    background-color: #e5e5e5;
    font-size: 13px;
}

.accountOption.extra {
    width: 43%;
    position: relative;
    margin-top: 45px;
    float: left;
    margin-left: 5%;
    height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
}

.accountOption.extra:hover {
    color: white;
    font-weight: 900;
    background-color: #002541;
}

#userMailDiv {
    width: 100%;
    font-size: 13px;
    height: 37px;
}

#userMail {
    height: 100%;
    /* width: 85%; */
    text-align: center;
    line-height: 35px;
}

#userIcon {
    position: relative;
    height: 100%;
    width: 20%;
    float: left;
}

#user-icon {
    max-width: 100%;
    max-height: 100%;
    margin-left: 5%;
}

#poweredBy {
    position: relative;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

#poweredByText {
    position: relative;
    float: right;
    line-height: 30px;
    margin-right: 20px;
    font-size: 14px;
    color: white;
}

#moonLogo {
    position: relative;
    float: right;
    height: 30px;
}

.title {
    display: block;
    margin-left: 75px;
}

#menuTitles {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.svg-icon {
    max-width: 100%;
    max-height: 100%;
}

.notDisplay {
    display: none !important;
}

.menuSection {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

#menuLogo {
    position: relative;
    width: 180px;
    height: 60px;
    overflow: hidden;
}

#inmobilyLogo {
    height: 50px;
    display: flex;
    width: 180px;
    cursor: pointer;
}

#logoImg {
    max-width: 90%;
    max-height: 100%;
    display: flex;
    margin: auto;
}

#searchBar {
    position: relative;
    width: 70%;
    height: 20px;
    background-color: white;
    color: #7c8f9d;
    margin-left: 20%;
    border-radius: 15px;
}

#menuSearchText {
    float: right;
    height: 93%;
    width: 75%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-right: 5%;
}

.disabled {
    opacity: 0.5;
}

.disabledInput{
    opacity: 0.7;
    cursor: not-allowed;
}

.searchTextMenu {
    background-color: white !important;
    width: 69% !important;
    height: 88% !important;
    margin-left: 6px !important;
}

#searchLupe {
    position: absolute;
    height: 100%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    left: 10px;
}

.menuTitleBar {
    position: relative;
    width: 85%;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #7c8f9d;
    margin: 0 auto;
    padding: 8px 0px;
}

.menuTitleBar:hover {
    border-color: #E0E0E0;
    /* border-width: 2px; */
}

.activeMenuTitle {
    background: #F5F6FF;
    color: #22254D;
}

.menuTitleBar.whiteColor {
    color: white;
}

.menuTitleBar.selected {
    color: white;
    border-right: 5px solid;
    border-color: #662d91;
    background-color: #0d446b;
    width: calc(85% - 5px);
}

.menuTitleBar.selected img {
    opacity: 1;
}

.menuTitleBar:hover {
    cursor: pointer;
}

.menuTitle:hover {
    cursor: pointer;
}

.menuTitleBarBkg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: white;
    opacity: 0.3;
    display: none;
}

.menuTitleBarContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.menuTitleIconContainer {
    position: absolute;
    width: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px
}

.menuTitleIcon {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.4;
    height: 25px;
}

.fa {
    font-size: 20px;
    line-height: 30px;
}

.menuTitleText {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 900;
    color: white;
    text-align: center;
    width: 100%;
}

.menuTitlePlusSign {
    position: relative;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    font-size: 18px;
}

.menuItemsContainer {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.menuItems {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 11px;
}

.menuItem {
    display: block;
    position: relative;
    width: 170px;
    height: 17px;
    margin-top: 5px;
    margin-left: 70px;
}

.menuItem:hover {
    cursor: pointer;
    font-weight: 600;
}

.flex {
    display: flex;
}

.flex.flexEnd {
    justify-content: flex-end;
}

.header {
    position: relative;
    height: 60px;
    width: 100%;
    color: #4d4d4d;
    background-color: white;
    margin-top: 0;
}

.header_title {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    margin-left: 7%;
    line-height: 60px;
    display: inline;
    float: left;
}

.header_separator {
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #4d4d4d;
    right: -15px;
    top: 20%;
}

.header_subtitle {
    position: relative;
    float: left;
    margin-left: 3%;
    line-height: 60px;
}

.adminTitle {
    text-transform: uppercase;
    font-size: 22px;
    margin-left: 50px;
    margin-top: 43px;
    font-family: "Oswald-Regular", serif;
    font-weight: normal;
}

.adminSubtitle {
    font-size: 13px;
    margin-left: 50px;
    margin-top: 7px;
}

.adminTitleLine {
    margin-left: 50px;
    margin-top: 5px;
    width: 500px;
    height: 1px;
}

.adminMainOptions {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: auto;
}

.adminMainOption {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

.adminDataSeparator {
    height: 30px;
    position: relative;
    width: 100%;
    float: left;
}

.adminMap {
    position: relative;
    min-width: 200px;
}

.adminData {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    min-width: 500px;
    border-radius: 10px;
    color: #4d4d4d;
}

.adminDataRow {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 45%;
    margin-left: 3%;
    margin-top: 15px;
    font-size: 13px;
    display: inline-flex;
    flex-direction: column;
}
.buttonProcess{
    position: absolute;
    width: 98%;

}

.adminDataRow.fullSize {
    width: 90%;
}

.adminDataRow.half {
    width: 20%;
}

.adminDataRow.half.last {
    margin-left: 0;
}

.adminDataRowTitle {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.adminDataRowTitle.floatLeft {
    line-height: 30px;
}

.adminDataRowTitle span {
    color: grey;
    text-transform: none;
}

.adminInput {
    background-color: #f2f2f4;
    border-radius: 4px;
    height: 30px;
    width: 90%;
    text-indent: 20px;
    margin-bottom: 10px;
    border: none;
}

.adminSelect{
    height: 40px !important;
  }

  select.adminInput option {
    background-color: white;
    color: #011f5e;
  }

.adminInput::placeholder {
    color: #4d4d4d;
}

.adminTextarea::placeholder {
    color: #4d4d4d;
}

.adminDate::placeholder {
    color: #4d4d4d;
}

.adminInput.half {
    float: left;
    width: 43%;
    margin-right: 4%;
}

.adminInput.half.last {
    margin-right: 0;
}

.adminInput.quarter {
    float: left;
    width: 20%;
    margin-right: 3%;
}

.adminInput.quarter.last {
    margin-right: 0%;
}

.adminInput.floatLeft {
    float: left;
    display: flex;
    margin-right: 10%;
    margin-left: 10px;
}

.adminTextArea {
    background-color: #f2f2f4;
    border-radius: 4px;
    height: 150px;
    width: 80%;
    margin-bottom: 10px;
    border: none;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    resize: none;
    padding: 10px 5%;
}

.smallInputNumber {
    position: relative;
    float: right;
    width: 50%;
    margin-left: 15px;
    height: 30px;
}

.adminInput.smallNumber {
    position: absolute;
    left: 0;
    width: 75%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 100%;
}

.smallNumber.arrow {
    color: #f2f2f4;
    background-color: #4d4d4d;
    position: absolute;
    right: 0;
    width: 25%;
    height: 50%;
    font-size: 10px;
    cursor: pointer;
}

.smallNumber.arrow.add {
    top: 0;
    border-bottom: 1px solid lightgray;
    border-top-right-radius: 10%;
}

.smallNumber.arrow.subtract {
    bottom: -2px;
    border-bottom-right-radius: 10%;
    border-top: 1px solid lightgray;
}

option:hover {
    background-color: green;
}

.adminDate {
    background-color: #f2f2f4;
    border-radius: 4px;
    height: 30px;
    width: 20%;
    margin-bottom: 10px;
    border: none;
    text-indent: 10%;
}

.adminDate.dateTime {
    width: 30%;
}

.adminSwitch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: #808080;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.adminSwitchChecked .slider {
    background-color: #4caf50 !important;
    box-shadow: 0 0 1px #4caf50;
}

.adminSwitchChecked .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #f2f2f4;
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    width: 48px;
    height: 21px;
    margin-left: 20px;
    display: inline-block;
    margin-top: 7%;
}

.dropzone.adminDropZone {
    background-color: #f2f2f4;
    margin: 0;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #4d4d4d;
}

.adminMap {
    position: relative;
    width: 90%;
    height: 200px;
    float: left;
    background-color: #f2f2f4;
    border-radius: 4px;
    text-indent: 20px;
    border: none;
}

.adminRadioButtons {
    float: left;
    width: 70%;
    min-height: 40px;
}

.adminRadioButtonBox {
    float: left;
    line-height: 30px;
    height: 30px;
    margin-right: 45px;
}

.adminRadioButtonCircle {
    position: relative;
    float: left;
    background-color: #f2f2f4;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 6px solid #f2f2f4;
    cursor: pointer;
}

.adminRadioButton.checked {
    background-color: #4caf50;
}

.adminRadioButtonTitle {
    position: relative;
    float: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider.round:before {
    border-radius: 50%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.adminMultiData {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
}

.adminMultiDataTable {
    position: relative;
    width: 80%;
    margin: auto;
}

.adminMultiDataTitle {
    width: 100%;
    text-align: center;
}

.auxFeaturesTitle {
    text-align: center;
}

.adminMultiDataRow .adminMultiDataInput {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
    background-color: #f2f2f4;
    border: none;
}

.adminMultiDataAddButton {
    margin: 0px auto;
    padding: 0px;
    height: 30px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.adminMultiDataTitleRow {
    float: none;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.adminMultiDataAddButton:hover {
    cursor: pointer;
}

.adminMultiDataTrash {
    display: block;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
}

.adminMultiDataTrash:hover {
    cursor: pointer;
}

.adminMultiDataDeleteButton {
    float: left;
    margin-left: 10px;
    color: red;
    margin-top: 24px;
    font-size: 13px;
}

.adminMultiDataDeleteButton:hover {
    cursor: pointer;
}


.adminSaveButton {
    margin: 0px auto;
    padding: 0px;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "OpenSans", sans-serif;
    font-weight: normal;
    float: right;
    letter-spacing: 1px;
    cursor: pointer;
    border: 2px solid #003668;
    background-color: #003668;
    color: white;
}

.adminSaveButton:hover {
    background-color: white;
    color: #003668;
}


.newModelBtn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.adminInputDisabled {
    background-color: #eeeeee;
}

.adminDataSearchRow {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    font-size: 13px;
}

.adminDataSearchRowTitle {
    position: relative;
    width: 200px;
    text-align: right;
    line-height: 40px;
    float: left;
}

.adminDataSearchRow select {
    position: relative;
    float: left;
    width: 60%;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

.adminSliderContainer {
    height: 40px;
}

.adminSlider {
    position: relative;
    float: left;
    width: 70%;
    margin-top: 10px;
    background-color: #f2f2f4;
    border: none;
}

.adminInput.slider_value {
    float: left;
    width: 15%;
    position: relative;
    margin-top: 5px;
    font-size: 10px;
    text-indent: 5px;
    text-align: center;
    height: 20px;
    background-color: transparent;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #002541;
}

.ui-slider-handle {
    border-radius: 50%;
    background-color: #f2f2f4;
}

.deleteModelTrash {
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 15px;
}

.deleteModelTrash:hover {
    cursor: pointer;
}

.deleteModelButton {
    float: left;
    margin-left: 10px;
    color: red;
    margin-top: 15px;
    font-size: 13px;
}

.deleteModelButton:hover {
    cursor: pointer;
}

.addNew {
    position: absolute;
    top: 40px;
    right: 100px;
    cursor: pointer;
}

.addNewIcon {
    position: absolute;
    width: 12px;
    top: 2px;
    left: 114px;
}

.adminTableTitle {
    display: block;
    margin-left: 75px;
    float: left;
    clear: both;
    height: 0px;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#adminPositionsTitle {
    text-align: center;
}

#adminPositions {
    width: 800px;
    margin: 0 auto;
}

.adminPosition {
    width: 780px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: solid 2px #757575;
    border-radius: 5px;
    margin-top: 10px;
    cursor: move;
    text-align: center;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.flagGroupTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.flagRow {
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.flagName {
    position: relative;
    float: left;
    width: 200px;
}

#map-canvas {
    width: 800px;
    height: 420px;
    margin: 0 auto;
    margin-top: 15px;
}

.actionDiv {
    position: relative;
    float: left;
    margin-left: 60px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-top: 40px;
    border: 2px solid #398acc;
}

.actionDiv:hover {
    cursor: pointer;
    opacity: 0.8;
}

.actionImg {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}

.actionName {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.actionMenuImg {
    position: relative;
    display: block;
    width: 100px;
    margin: 0 auto;
}

.actionDivider {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

#headerMenu {
    display: none;
}

.mobileSection {
    display: none;
}

#propertiesMenuOptions {
    position: relative;
    height: auto;
    width: 75%;
    float: right;
}

.menuTitleBar.propertyOption {
    width: calc(100% - 5px);
    float: left;
    font-size: 10px;
    height: 25px;
}

.adminDataRow select.currencyDiv {
    float: left;
    width: 60px;
    min-width: 0px;
    padding-right: 0px;
    height: 34px;
    padding-left: 15px;
    text-align: center;
    font-size: 14px;
    background-color: grey;
    color: white;
}

.adminDataRow input.priceDiv {
    float: left;
    width: 81%;
}

.hidden {
    display: none;
}

.adminDataRow input.adminColorInput {
    width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    height: 30px;
}

.pop-up {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.25);
}

.pop-up-content {
    position: fixed;
    margin: 10% 10%;
    border-radius: 20px;
    width: 80%;
    height: auto;
    background-color: white;
}

.deleteRow {
    /*    position: absolute;
        top: 50%;*/
}

.file-input-wrapper {
    position: relative;
    float: left;
    margin-left: 20px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    background-color: white;
    border-radius: 4px;
    border: 1px solid lightgrey;
    width: 80%;
    height: 100%;
}

.FMFileUploadFrame {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.adminSwitchRow {
    margin-top: 40px;
}

.backgroundColor1 {
    background: linear-gradient(98deg, #010E29 -0.28%, #011F5E 102.9%), #D9D9D9;
}

.selectorCompany {
    background-color: #f2f2f4;
    border-radius: 11px;
    height: 30px;
    width: 200px;
    margin: 10px 25px;
    text-indent: 20px;
    margin-bottom: 10px;
    border: none;
}

.requiredField{
    color: #DD3F34;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: 35px;
}

.languageContainer {
    cursor: pointer;
    position: absolute;
    top: 41%;
    font-family: "Centrale Bold";
    left: 290px;
}
.language {
    background: transparent;
    border: none;
    color: white;
    font-family: "Centrale Bold";
    font-size: 14px;
    cursor: pointer;
    width: 47px;
    background-image: url(/files/iconos/arrowDown.svg);
    background-repeat: no-repeat;
    background-position: 33px 2px;
}
.flechitaLanguage {
    pointer-events: none;
}

.iti__flag {background-image: url("/files/plugins/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/files/plugins/flags@2x.png");}
}



@media screen and (max-width: 1220px) {
    .adminDataSearchRowTitle {
        width: auto;
    }

    #adminPositions {
        width: 90%;
    }

    .adminPosition {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.toStorage{
    display: none;
}

.termsAndConditions{
    color: #003255;
    text-decoration: underline;
    font-size: 13px;
    position: relative;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.menuTitlesContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 70px);
}

@media screen and (max-width: 770px) {
    #menu {
        z-index: 10000;
    }

    .header_subtitle {
        display: none;
    }

    #userDiv {
        position: absolute;
        height: 100%;
        width: 50px;
        right: 0;
    }

    #accountDiv {
        display: none;
    }

    #contentContainer {
        width: 100%;
        height: calc(100% - 70px);
    }

    #topBarLogoContainer {
        width: auto;
        margin-left: 5%;
    }

    #accountOptions {
        display: none;
    }

    #contentFooter {
        display: none;
    }

    .btn12 {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        float: right;
        margin-top: 21px;
        right: 20px;
    }

    .btn12 .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 30px;
        top: 10px;
        right: 0px;
        background-color: white;
    }

    .btn12 .icon:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: white;
        content: "";
        top: -10px;
        right: 0px;
    }

    .btn12 .icon:after {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: white;
        content: "";
        top: 10px;
        right: 0px;
    }

    .btn12.open .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn12.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }

    .btn12.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }

    .adminTitle {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .adminData {
        width: 90%;
        min-width: 0px;
        margin: 0 auto;
    }

    .adminDataRow select {
        min-width: 0px;
        width: 90%;
    }

    .adminDataRow input {
        width: 85%;
    }

    .adminSubtitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .adminDataRow textarea {
        min-width: 0px;
        width: 85%;
    }

    .adminMultiDataTable select {
        width: 150px;
    }

    .mobileSection {
        display: block;
    }

    .adminMainOption {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }

    .adminMainOptions {
        margin-top: 0px;
    }

    .deleteModelButton {
        display: none;
    }

    .deleteModelTrash {
        margin-left: 5px;
    }

    .adminDataSearchRow select {
        width: 50%;
    }

    .newBtnRow {
        width: auto;
        overflow: visible;
    }

    .adminDataRow {
        width: 90%;
        float: none;
        margin: auto;
    }

}
