﻿.tooltip-inner {font-size: 11px; letter-spacing: .05em; background-color: #333;}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {border-top-color: #333;}
a:hover, a:focus {color: inherit;}

/*-----------------------
        COLORI
----------------------*/
a:focus {color: #333333;}

.text-megna {color: #97C6BB !important;}
.text-purple {color: #FF3C74 !important;}
.text-primary {color: #c6b380!important;}
.text-secondary {color: #544C63;}
.text-tertiary {color: #F38630;}
.text-quaternary {color: #45AAB8;}

.btn-primary, .btn-primary.disabled {background: #c6b380; border: 1px solid #c6b380;}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background: #c6b380;
    border: 1px solid #c6b380;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #c6b380;
    border: 1px solid #c6b380;
}
.btn-secondary, .btn-secondary.disabled {background: #544C63; border: 1px solid #544C63; color:#FFF;}
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background: #544C63;
    border: 1px solid #544C63; color:#FFF;
}
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.focus, .btn-secondary.focus:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:focus, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover {
    background-color: #544C63;
    border: 1px solid #544C63; color:#FFF;
}
.btn-danger.btn-outline {color: #CB3F30;}
.btn-outline-primary {border-color: #c6b380;}
.btn-outline-primary:hover, .label-primary {background-color: #c6b380; border-color: #c6b380;}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(198, 179, 128, .5);
    box-shadow: 0 0 0 2px rgba(198, 179, 128, .5);
}
.btn-inverse, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open>.dropdown-toggle.btn-inverse {
    background-color: #333333;
    border: 1px solid #333333;
}

.label-success {background-color: #43A878; }
.label-info {background-color: #69D2E7;}
.label-megna {background-color: #97c6bb;}
.label-warning {background-color: #FBB829;}
.label-secondary {background-color: #544C63;} /*625372*/
.label-tertiary {background-color: #F38630;}
.label-quaternary {background-color: #45AAB8;}

.product-overview .label-success, .pro-col-label.label-success {background-color: #97c6bb;}

.form-control:focus {border-color: #c6b380;}
.bootstrap-select .dropdown-toggle:focus {outline: 5px auto #c6b380!important;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #c6b380;
    border-color: #c6b380;
}

/*-----------------------
        HEADER
----------------------*/
.fix-sidebar .top-left-part {
    overflow: hidden;
    text-align: center;
}

.notify .heartbit {border: 5px solid #c6b380;}
.notify .point {background-color: #c6b380;}

/*-----------------------
        IMMOBILI
----------------------*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100% !important;}
.pro-content-3-col .pro-list-details h4 small {color: #c6b380;}
.pro-content-3-col .pro-list-details [att^=h] {font-weight:500;}
ul.pro-info li span.label {
    width:auto;
    min-width: 25px;
    border-radius: 25px;
margin-top: 0; 
}
ul.pro-amenities li span i, ul.pro-info li span i{
    font-size: 15px;
    vertical-align: middle;
    line-height: 1;
}

/*-----------------------
        FLUSSI
----------------------*/
.mail-list .list-group-item.active, .mail-list .list-group-item.active:focus {border-left: 3px solid #c6b380;}
.inbox-center td.text-right {font-size: 11px;}
@media (max-width: 1350px){
    .inbox-center a {width: 420px;}
}

/*Fine modifiche Arkomedia*/





.login-register {
    background: url(/content/plugins/images/fixed-slider.jpg) center center/cover no-repeat !important;
}


.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#toast-container > div {
    opacity: 1;
}

.toast-top-center {
    top: 12px;
    margin: 0 0 0 -150px;
}

/* DataTable */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 8px;
}

table.dataTable {
    border-collapse: collapse;
    margin-top: 5px;
    font-size: 14px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.table td{
    vertical-align: middle;
}

.dataTables_length > label {
    font-weight: 300;
}

.dataTables_length > select {
    font-weight: 300;
}

.dataTables_filter > label {
    font-weight: 300;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-bottom: 10px;
}

.div-table{
    margin-top: 10px;
}

#div_loading {
    display: none;
    margin-top: 10px;
}


/*-----------------------
        SELECT 2
----------------------*/
.select2-container{
    display: block;
}

.rc-anchor-light {
    background: #e6dec7 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    height: 39px !important;
    line-height: 39px !important;

    border-radius: 0px; 
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 36px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 6px;
        right: 1px;
        width: 20px;
    }

.pro-content, .pro-horizontal {
    display: flex;
    height: 130px;
}
.pro-box .pro-list-img {
    display: block;
    height: 130px;
    position: relative;
    overflow: hidden;
}
.pro-list-info ul.pro-info li {
    padding: 5px 0 5px 20px;
    font-size: 12px;
}
h4 {
    line-height: 18px;
    font-size: 17px;
}
.pro-content .pro-list-details {
    height: 130px;
    max-height: 130px;

}
.pro-list-info ul.pro-info, .pro-list-info-3-col ul.pro-info {
    padding: 10px 10px 10px;
    list-style: none;
}
.fc-widget-content {
    border-color: rgb(171, 171, 171) !important;
}

.fix-sidebar .top-left-part {
    background: #252525;
}
.notiziaOff {
    background: #c6b380 !important;
    color:#fff !important;
}
a {
    color: #333333;
}
.content-wrapper.fix-sidebar .navbar-left, .fix-sidebar.content-wrapper .navbar-left {
    margin-left: 80px !important;
}

.top-left-part {
    width: 79px;
}

.fix-sidebar .top-left-part {
    background: #252525;
    width: 79px;
}
/*MOBILE*/
@media (max-width: 425px) {
    .login-register {
        background: none !important;
    }

   
    .col-form-label {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    table td {
        display: none;
    }

    table th {
        display: none;
    }

    table th:first-child {
        display: block;
    }

    table td:first-child {
        display: block;
    }

    .btn {
        margin: 5px;
    }
    .fc-view table td {
        display: table-cell;
    }
    .fc-view table th {
        display: table-cell;
    }
    .bootstrap-datetimepicker-widget table td {
        display: table-cell;
    }
    table#ViewCal td {
        display: table-cell;
    }
    
    .bootstrap-datetimepicker-widget table th {
        display: table-cell;
    }
    .fc-unthemed .fc-today {
        background: #00c29269 !important;
    }
    .fc-agenda-view .fc-day-grid {
        display: none;
    }
    .fc-day-grid-event .fc-content {
        display: none;
    }
    .fc-time-grid-event .fc-content {
        display: none;
    }
    .fc-today-button {
        display: none;
    }
    .fc .fc-button-group {
        padding: 10px;
    }
    .fc-left {
        width: 100%;
    }
    .fc-right {
        width: 100%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        clear:both;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

}
