#egister-view {
    display: none;
}

.login-title {
    font-size: 3em;
}
.login-titleHQ {
    font-size: 2em;
}

.small_p {
    font-size: .85rem;
}

.flex-column.sub-menu {
    padding: 0.25rem 0 0 1.5rem !important;
    border-bottom-left-radius: 10px;
}

.card-dimension {
    height: 30%;
}

.card-custom {
    width: 50% !important;
    padding-top: 0px !important;
}

.bg_card {
    object-fit: cover;
    width: 50%;
}

.img_preview_box {
    margin: 20px;
    width: 150px;
    border-radius: 10px;
    position: relative;
    display: inline-flex;
}

.audio_preview_box {
    margin: 20px auto;
}

.audio_preview_box > audio {
    width: 85%;
}

.del-audio {
    margin-bottom: 45px;
    height: 54px;
    margin-left: 10px;
}

.del-audio > i {
    font-size: 20px;
}

.trash-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.trash-button > span {
    font-size: 25px;
    cursor: pointer;
}

.trash-button > span:hover {
    font-size: 45px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: block;
    width: 90px;
    border-radius: 10px;
}


.img_preview {
    width: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.centered {
    margin: 35px auto;
}

.map-dimension {
    height: 415px;
}

.map-content-margin-top {
    margin-top: 27px;
}

.map-dimension-content {
    height: 443px;
}

.title-partial {
    color: #4B49AC;
    font-weight: 800 !important;
}
.color_title{
    color: #4B49AC;
}

.text-black-weight-200 {
    color: black !important;
    font-weight: 200 !important;
}

.text-black-weight-200HQ {
    color: black !important;
    font-weight: 200 !important;
}

.resize-table {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.wysiwyg-editor {
    margin-bottom: 30px;
}

.dropdown-size {
    height: 30px;
}

.margin-setting {
    margin: 10px auto
}

.margin-b {
    margin-bottom: 30px;
}

#beacon-input {
    display: none;
}

.w-100-custom > span {
    width: 100% !important;
}

.show-right {
    text-align: right;
}

.first-plan {
    z-index: 100000000 !important;;
}

.msg-class {
    position: fixed;
    bottom: 5px;
    right: 20px;
    width: 300px;
}

.alert-danger {
    background-color: #FF4747;
    color: white;
}

.alert-warning {
    background-color: #FFC100;
    color: white;
}

.alert-success {
    background-color: #57B657;
    color: white;
}

.close-alert {
    padding: 0.5rem 0.1rem !important;
}

.margin-r-10 {
    margin-right: 10px;
}

.bordered-img {
    border: solid 2px #4b49ac;
}

.no-padding {
    padding: 0 !important;
}

.margin-1-6rem {
    margin-top: 1.6rem;
}

#reset-color-btn {
    padding-left: 1.825rem;
    padding-right: 1.825rem;
}

.select2-selection.select2-selection--single {
    height: 46px !important;
}


.upload-btn {
    height: 2.875rem;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #CED4DA;*/
    background-color: #CED4DA;
    margin-top: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #3F3E91;
    text-decoration: none;

}

/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #3F3E91;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* Create an active/current tablink class */
.tab a.active {
    background-color: #3F3E91;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #CED4DA;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 40px;
    padding: 30px 15px;
}

#orari {
    display: block;
}

.tab-nav {
    border: none;
    background: #F1F1F1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}


.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav#timeslot{
    border-top-right-radius: 10px;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.modal-header{
    color: white;
}

.block {
    display: inline-block;
    margin: 10px 15px 10px 0 !important;
    vertical-align: top;
}

.times-element {
list-style: none;
    margin: 5px auto;
}
.times-element > input, .times-element > div > input  {
    border: none;
    background-color: white;
    width: 55px;
    text-align: center;
    padding-left: 0;
}
.times-element > input:disabled {
    background-color: white;
}

.margin-slot-checkbox {
    margin-bottom: 28px;
    margin-top: 31px;
}

.width-35 {
    width:35%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 2px !important;
}

.width-100 {
    width: 100%;
    text-align: left !important;
}

.il-b {
    display: inline-block;
    margin-right: 10px;
}

.truncateLongTexts {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}