/*
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Bernard REDARES
 * @date        10/11/17 12:54
 * @copyright   Copyright (c) 2002-2017 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*
  ____  _   _ ____    _____                    _   _
 |  _ \| | | |  _ \  | ____|_  _____ ___ _ __ | |_(_) ___  _ __
 | |_) | |_| | |_) | |  _| \ \/ / __/ _ \ '_ \| __| |/ _ \| '_ \
 |  __/|  _  |  __/  | |___ >  < (_|  __/ |_) | |_| | (_) | | | |
 |_|   |_| |_|_|     |_____/_/\_\___\___| .__/ \__|_|\___/|_| |_|
                                        |_|
*/
.iris-exception {
    z-index: 9999999;
    position: fixed;
    padding: 10px;
    height: auto;
    line-height: 20px;
    background: rgba(0, 133, 186, 0.85);
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    top: 0;
    left: 0;
    right: 0;
}
.exception-line {
    clear: both;
    padding: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.exception-line-title {
    float: left;
    width: 10%;
    background: #23282d;
    text-align: center;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.exception-line-content {
    float: left;
    background: white;
    border-left: solid 15px #00b9eb;
    text-align: left;
    padding: 5px;
    margin: 0;
    color: black;
    width: 88%;
    border-radius: 0 5px 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
  ____                           _
 / ___| ___ _ __   ___ _ __ __ _| |
| |  _ / _ \ '_ \ / _ \ '__/ _` | |
| |_| |  __/ | | |  __/ | | (_| | |
 \____|\___|_| |_|\___|_|  \__,_|_|

*/
.hidden,
.js
.closed
.inside,
.js
.hide-if-js,
.js
.wp-core-ui
.hide-if-js,
.js.wp-core-ui
.hide-if-js,
.no-js
.hide-if-no-js,
.no-js
.wp-core-ui
.hide-if-no-js,
.no-js.wp-core-ui
.hide-if-no-js {
    display: none;
}

.logout {
    width: 100%;
    display: block;
    text-align: center;
    background: #CACACA;
}

.notice {
    text-align: center;
    background: #46b450;
    color: white;
}
.notice.errors {
    background: #d54e21;
}

.full-width {
    width: 100%;
    padding: 0.7em;
}

input[reset-form] {
    padding: 0;
}

.nine-percent {
    width: 90%;
}

.ten-percent {
       width: 10%;
}

.clearfix {
    clear: both;
}

/* tooltip */
.tooltip-parent {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tooltip-container {
    position: absolute;
    bottom: 100%;
    width: 600px;
    margin-left: -300px;
    margin-bottom: 10px;
    left: 50%;
    display: none;
    text-align: center;
    pointer-events: none;
    z-index: 9999999;
}

.tooltip-content {
    max-width: 250px;
    background: #CACACA;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
}

.tooltip-content::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #CACACA transparent transparent transparent;
    position : absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
    display: block;
}

.tooltip-parent:hover .tooltip-container {
    display: block;
}

/*
 __        ______              _           _         _
 \ \      / /  _ \    __ _  __| |_ __ ___ (_)_ __   | |__   __ _ _ __
  \ \ /\ / /| |_) |  / _` |/ _` | '_ ` _ \| | '_ \  | '_ \ / _` | '__|
   \ V  V / |  __/  | (_| | (_| | | | | | | | | | | | |_) | (_| | |
    \_/\_/  |_|      \__,_|\__,_|_| |_| |_|_|_| |_| |_.__/ \__,_|_|

*/
#wpadminbar .wpet_external_owner-issue-counter {
    display: inline;
    padding: 1px 7px 1px 6px!important;
    border-radius: 50%;
    color: #fff;
    background-color: #d54e21;
}

#wp-admin-bar-wpet_external_owner-menu > a::before {
    content: "\f177";
}

/*

  ____                      _                                             _            _                                     _
 |  _ \ _____   _____  __ _| |  _ __   __ _ ___ _____      _____  _ __ __| | __      _| |__   ___ _ __    _ __ ___  ___  ___| |_
 | |_) / _ \ \ / / _ \/ _` | | | '_ \ / _` / __/ __\ \ /\ / / _ \| '__/ _` | \ \ /\ / / '_ \ / _ \ '_ \  | '__/ _ \/ __|/ _ \ __|
 |  _ <  __/\ V /  __/ (_| | | | |_) | (_| \__ \__ \\ V  V / (_) | | | (_| |  \ V  V /| | | |  __/ | | | | | |  __/\__ \  __/ |_
 |_| \_\___| \_/ \___|\__,_|_| | .__/ \__,_|___/___/ \_/\_/ \___/|_|  \__,_|   \_/\_/ |_| |_|\___|_| |_| |_|  \___||___/\___|\__|
                               |_|

*/
.password-container {
    position: relative;
    margin-bottom: 40px;
}
.password-container input[type=password] {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 30px;
}
.password-container input[type=password].hidding {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.password-container input[type=text] {
    width: 100%;
    padding-right: 30px;
}
.password-container .reveal-password {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 3px;
    z-index: 2;
    cursor: pointer;
}
#pass-strength-result {
    position: absolute;
    top: 100%;
}
.user-pass1-wrap #pass-strength-result {
    position: static;
    top: inherit;
}

/*
  ____            _     _                         _                                   _
 |  _ \  __ _ ___| |__ | |__   ___   __ _ _ __ __| |   __ _  ___ _ __   ___ _ __ __ _| |
 | | | |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |  / _` |/ _ \ '_ \ / _ \ '__/ _` | |
 | |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| | | (_| |  __/ | | |  __/ | | (_| | |
 |____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_|  \__,_|  \__, |\___|_| |_|\___|_|  \__,_|_|
                                                     |___/
*/
.wpet_external_owner-dashboard-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px;
}
.wpet_external_owner-dashboard-panel-content {
    display: table-cell;
    width: calc(100% - 220px);
    padding-left: 20px;
    vertical-align: top;
}
.wpet_external_owner-dashboard-sidebar-content {
    display: table-cell;
    width: 220px;
    border-right: 1px solid #CACACA;
    vertical-align: top;
    padding-right: 20px;
}
.wpet_external_owner-dashboard-sidebar-content ul {
    list-style-type: none;
}
.wpet_external_owner-dashboard-sidebar-content ul li a.active {
    text-decoration: underline;
}
.wpet_external_owner-dashboard-sidebar-content .dashicons {
    line-height: 2;
}
.wpet-external-owner-intro {
    text-align: center;
}
.user-wpet-owner {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('http://placehold.it/400x200');
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1) inset;
}

.one {
    background-image: url('http://placehold.it/400x200');
}

.two {
    background-image: url('http://placehold.it/200x200');
}

.three {
    background-image: url('http://placehold.it/200x400');
}

/*
  ____            _     _                         _   _ _     _
 |  _ \  __ _ ___| |__ | |__   ___   __ _ _ __ __| | | (_)___| |_
 | | | |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` | | | / __| __|
 | |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| | | | \__ \ |_
 |____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_|  \__,_| |_|_|___/\__|

*/
.object-list.object{
    height:auto;
}
.object-list.object-title {
    font-weight: bold;
    margin: 0;
}
.object-list.no-object-message{
    text-align: center;
}
.fake-table-wrapper * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.fake-table-wrapper {
    border: solid 1px #CACACA;
}
.fake-thead {
    border-bottom: solid 1px #CACACA;
}
.fake-table {
    display: table;
    table-layout: fixed;
    max-width: 100%;
}
.fake-table.fake-table-full {
    width: 100%;
}
.fake-tr {
    display: table-row;
    border-bottom: solid 1px #CACACA;
}
.fake-tr:last-of-type {
    border-bottom: 0 none;
}
.fake-td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.fake-td.inline {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
.fake-td::after {
    content: "";
    display: table;
    clear: both;
    float: none;
}
.fake-table-wrapper input[type=checkbox]:not(:checked)+label,
.fake-table-wrapper input[type=checkbox]:checked+label {
    display: inline;
}
.fake-align-right {
    text-align: right;
}
.fake-align-center {
    text-align: center;
}
.fake-align-left {
    text-align: left;
}
.fake-tbody {
    display: table-header-group;
}
.fake-table-pull-right {
    float: right;
}
.all-cb-cell {
    padding-left: 20px;
}
.search-btn input {
    display: inline-block;
}

/*
  ____            _     _                         _            _ _ _                                     _
 |  _ \  __ _ ___| |__ | |__   ___   __ _ _ __ __| |   ___  __| (_) |_   _ __  _ __ ___  _ __   ___ _ __| |_ _   _
 | | | |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |  / _ \/ _` | | __| | '_ \| '__/ _ \| '_ \ / _ \ '__| __| | | |
 | |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| | |  __/ (_| | | |_  | |_) | | | (_) | |_) |  __/ |  | |_| |_| |
 |____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_|  \__,_|  \___|\__,_|_|\__| | .__/|_|  \___/| .__/ \___|_|   \__|\__, |
                                                                        |_|             |_|                  |___/
*/
.wpet_external_owner-dashboard-panel-content input[type="autocomplete"] {
    width: 100%;
}
.wpet-image .wpet-values .wpet-value {
    width: 33%;
    float: left;
    height: auto;
    padding: 10px;
}
.name_category_field {
    clear: both;
}
.wpet-label label {
    font-weight: bold;
}
.wpet-preview img {
    width: 100%;
}
.wpet-preview .remove-media {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px;
    border: solid 1px #FAFAFA;
    background-color: rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpet-preview {
    position: relative;
}
.wpet-meta-field .add-row {
    clear: both;
    width: 100%;
    text-align: center;
    border: solid 1px;
    display: inline-block;
    margin-top: 10px;
}

/*
 ____            _     _                         _       _       __             _ _
|  _ \  __ _ ___| |__ | |__   ___   __ _ _ __ __| |   __| | ___ / _| __ _ _   _| | |_
| | | |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |  / _` |/ _ \ |_ / _` | | | | | __|
| |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| | | (_| |  __/  _| (_| | |_| | | |_
|____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_|  \__,_|  \__,_|\___|_|  \__,_|\__,_|_|\__|

*/
.dashboard-block {
    border: solid 1px #CACACA;
    padding: 20px;
    margin: 20px auto;
}
.object-list-title {
    font-weight: bold;
}
.object-list-subtitle {
    border-bottom: solid 1px #CACACA;
}
.object-list-items-list li {
    list-style-type: none;
}
.object-list-items-list li::before {
    content: none;
}

.break-words {
    word-wrap: break-word;
}

/*
   _____      _                _
  / ____|    | |              | |
 | |     __ _| | ___ _ __   __| | __ _ _ __
 | |    / _` | |/ _ \ '_ \ / _` |/ _` | '__|
 | |___| (_| | |  __/ | | | (_| | (_| | |
  \_____\__,_|_|\___|_| |_|\__,_|\__,_|_|

*/

#main table{
    margin: 0 !important;
}
.fc h2 {
    font-size: 25px;
    padding: 0 20px !important;
}
.fc-container-actions-event {
    display: inline-block;
    right: 0;
    position: absolute;
    top: -1px;
}
.fc-event-container .fc-event .fc-content {
    color: white;
}
.fc button {
    width: auto;
}
.delete-unavailability-button,
.edit-unavailability-button {
    margin-left: 2px;
}

.wpet_external_owner-dashboard-panel-content.properties #availabilities #calendar {
    margin: 0;
}

.calendar-wrapper {
    overflow: hidden;
    width: 100%;
}

.calendar-slider {
    width: 200%;
}

.calendar-slider::after {
    content: '';
    float: none;
    clear: both;
    display: table;
}

.calendar-container {
    width: 50%;
    float: left;
}

.calendar-wrapper.switch .calendar-slider {
    margin-left: -100%;
}

.switch-calendar {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.last-update-date {
    text-align: center;
    color : #FFFFFF;
    background: #9db300;
    padding: 10px;
    margin: 0 0 15px 0;
    display : block;
    font-weight: bold;
}

.unavailability-modal-form-error {
    color: #e74c3c;
    font-weight: bold;
}

/*

  _______ _
 |__   __(_)
    | |   _ _ __  ___
    | |  | | '_ \/ __|
    | |  | | |_) \__ \
    |_|  |_| .__/|___/
           | |
           |_|

*/

.tip-admin-comment{
    background: #FC4A1A;
    color: white;
    padding: 10px;
}

/*
  __  __           _       _
 |  \/  |         | |     | |
 | \  / | ___   __| | __ _| |
 | |\/| |/ _ \ / _` |/ _` | |
 | |  | | (_) | (_| | (_| | |
 |_|  |_|\___/ \__,_|\__,_|_|

*/

.unavailability-modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 400%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.unavailability-modal-form-error {
    display: none;
    text-align: center;
    margin: 15px;
}
.unavailability-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 40%;
}
.close-unavailability-modal {
    position: absolute;
    right: 15px;
    top: 15px;
}

/*
  _____            _             _   _
 |  __ \          (_)           | | (_)
 | |__) |_ _  __ _ _ _ __   __ _| |_ _  ___  _ __
 |  ___/ _` |/ _` | | '_ \ / _` | __| |/ _ \| '_ \
 | |  | (_| | (_| | | | | | (_| | |_| | (_) | | | |
 |_|   \__,_|\__, |_|_| |_|\__,_|\__|_|\___/|_| |_|
              __/ |
             |___/
*/

.pagination-skin {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 0px 0 40px;
}

.pagination-skin .page-numbers {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    padding: 0 3px;
    display: inline-block;
    margin: 5px;
}
.pagination-skin .page-numbers:first-child {
    margin-left: 0;
}

.pagination-skin .page-numbers:last-child {
    margin-right: 0;
}

.pagination-skin a.prev,
.pagination-skin a.next {
    padding: 0 15px;
}

/*
 ____   _          _    _       _    _
/ ___| | |_  __ _ | |_ (_) ___ | |_ (_)  ___  ___
\___ \ | __|/ _` || __|| |/ __|| __|| | / __|/ __|
 ___) || |_| (_| || |_ | |\__ \| |_ | || (__ \__ \
|____/  \__|\__,_| \__||_||___/ \__||_| \___||___/
*/

.wpet_external_owner-dashboard-panel-content.statistics .fake-table-wrapper {
    border: none;
}

.highcharts-background {
    fill: rgba( 255,255,255,0.7 );
}

#numbers_containers {
    margin: 15px 0;
}

.one_statistic {
    float: left;
    width: 25%;
    text-align: left;
    border: solid 1px #CACACA;
    padding: 10px;
}

.one_statistic label {
    cursor: default;
    font-size: 14px;
}

.wpet_external_owner-dashboard-panel-content.statistics .select2-container--default .select2-selection--single {
    height: 60px;
}

.wpet_external_owner-dashboard-panel-content.statistics .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.wpet_external_owner-dashboard-panel-content.statistics .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.filters-title {
    text-align: left;
}

.holder {
    margin:15px 0;
}
.holder a {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    padding: 0 3px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.holder a.jp-current {
    color: #000000;
}
.holder a.jp-previous {
    margin-right:15px;
}
.holder a.jp-previous.jp-disabled {
    display: none;
}
.holder a.jp-next {
    margin-left:15px;
}
.holder a.jp-next.jp-disabled {
    display: none;
}

.dashboard-block.dashboard-block-statistics .fake-table-wrapper.hold,
.wpet_external_owner-dashboard-panel-content.statistics .fake-table-wrapper.hold {
    display: none;
}

.container-diff-days {
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    background: #9db300;
    color: white;
}

.tutorial-unavailabilities {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    background-color: rgba(243,243,244,0.5);
}

.tutorial-unavailabilities-modal {
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(243,243,244,0.5);
}

/*
 _                    _
| |    ___   __ _  __| | ___ _ __
| |   / _ \ / _` |/ _` |/ _ \ '__|
| |__| (_) | (_| | (_| |  __/ |
|_____\___/ \__,_|\__,_|\___|_|
*/
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}