@import '../vendor/datiprotheme/css/main.min.css';


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dropdown_lang {
    min-width:20px!important;
    width:100%!important;
}

/*modello articoli*/
.omega__rowart{margin-top:20px}
.omega__roweart__dit{padding-left:0}
.omega__rowart__edit__item.omega__rowart__edit__item{
    padding:0;
    border:1px solid #e6e9ed;
    background-color:#fff;
    list-style:none
}
.omega__rowart__edit__item.omega__rowart__edit__item .tags_operatori{color:#555}
.omega__roweart__dit__content{
    padding:15px 15px 0;
    border-top:1px solid #e6e9ed;
    background-color:#f9f9f9
}


/*
BLOCCO BLOCKRECORD
*/
.footer__blockrecord {
    margin-left: 200px;
    float: left;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 700;
    padding-right: 20px;
    height: 67px;
    line-height: 67px;
}

.footer__blockrecord__text {
    color: #856404;
    text-transform: uppercase;
}

/**
DROPDOWN APP
*/
.omega__dropdown__apps {
    padding: 10px;
}

.omega__dropdown__apps__content {
    position:fixed !important;
    left:auto !important;
    right:0px !important;
    max-width:340px !important;
    width:100% !important;
    padding: 10px;
    overflow-y: auto;
    max-height: 480px;
}



/****
MODAL BRANDS
***/
.modal__list__brand {
    padding: 0px;
}

.modal__list__brand .active.active {
    background-color: #16bfe4;
    border-color: #16bfe4;
}

.modal__list__brand .active.active:hover {
    background-color: #16bfe4;
    border-color: #16bfe4;
}

.modal__list__brand .list-group-item {
    cursor: pointer;
}

.modal__list__brand .list-group-item:hover {
    background-color: #f3f3f3;
}


.disabled {
    cursor: default;
    opacity: 0.6 !important;
}
.disabled:active{
    pointer-events: none;
}

.disabled_pointer{
    pointer-events: none;
}


/**
NO PAG TODO da togliere
 */
.omega__containerblock_nopag{
    margin-top:50px;
}

.omega__containerblock_nopag__img{
    max-width: 150px;
    width:100%;
    display:block;
    margin:auto;
    padding:10px 0px;
}

.omega__containerblock_nopag__title{
    font-size: 20px;
    padding-top: 15px;
    text-align:left;
    font-weight: 600;
    border-top:2px solid grey;
}



.omega__tooltip__modal {
    z-index: 999999;
}


/*CHANGE THEME*/
.omega__setting__changetheme__item {
    padding: 17px 10px 0px 0px;
    margin-right: 15px;
}

.omega__changetheme {
    width: 72px;
    height: 34px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #16bfe4;
    border-radius: 2px;
}

.omega__changetheme__link {
    width: 50%;
    float: left;
    height: 100%;
    color: #16bfe4;
    text-align: center;
}

.omega__changetheme__link.active {
    background-color: #16bfe4;
    color: #fff;
}

.omega__changetheme__icon {
    font-size: 16px;
    padding: 8px 0;
}




/*******************     TEMPLATE       *******************/
.template-container {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.template-title {
    font-size: 14px;
}

.template-group {
    font-size: 14px;
    padding: 5px 10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: calc(100% - 10px);
}

.template-header {
    padding: 5px 5px 5px 0px;
    margin-bottom: 0px;
}

.omage_table_dashboard td, .omage_table_dashboard th {
    padding: .45rem;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}


.template-edit-background{
    background-color: white;
    display: none;
    position: absolute;
    height: 22px;
    width: 40px;
    right: 7px;
    top: 7px;
    border: 0px;
}

.template-edit {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 25px;
    cursor: pointer;
}

.close-x {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 5px;
    color: red;
    cursor: pointer;
}

.omage_pagination_dashboard {
    float: right;
    margin-top: 10px;

}


.loading {
    position: absolute;
    right: 1em;
    top:  1em;
    display: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.template-row {
    margin-right: -5px;
    margin-left: -5px;
}

/*******************    END TEMPLATE       *******************/




/*******************    API DOCUMENTATION       *******************/
.literal-block {
    width: 100%;
    background: #f6f9fc;
    padding: 10px;
    border: 1px solid #d0d4d9;
    font-family: monospace;
    border-radius: 3px;
    margin-bottom: 0px;
}

.collapse_height {
    height: 50px;
    overflow: hidden;
}
/*******************   END API DOCUMENTATION      *******************/


/* ESPORTA IMPORTA */
.content-eq-height-column_fix {
    height:95%;
}
.content-eq-height-column {
    display:flex;
    display:-webkit-flex;
    flex-direction:column;
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
}


/* GUIDA */
.omega__header__btn__guide {
    border:1px solid #656565;
    border-radius:2px;
    padding:5px;
    color:#656565;
    vertical-align:middle
}
.omega__header__btn__guide .omega__settingsicon {
    font-size:16px
}

/* BORDERS */
.omega_border_bottom{
    border-bottom: 1px solid;
    border-color: #d8dbe0;
}
.omega_border_right{
    border-right: 1px solid;
    border-color: #d8dbe0;
}
.omega_border_top{
    border-top: 1px solid;
    border-color: #d8dbe0;
}
.omega_border_left{
    border-left: 1px solid;
    border-color: #d8dbe0;
}
