/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 18, 2019, 1:32:09 PM
    Author     : Ammara Aziz
*/

table.table.items-table img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

table.table.items-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    justify-content: right;
    list-style: none;
    border-radius: .25rem;
    max-width: 100%;
    float: right;
}

ul.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

ul.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

ul.pagination span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #00c0ff;
    border: 1px solid #dee2e6;
}
.resizeable{
    resize: auto !important;
}
.popup__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0
}
.popup__overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 100
}
[id*="popup_"] .popup__popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
[id*="popup_"] .popup__popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
[id*="popup_"] .popup__popup .close:hover {
    color: #06D85F;
}
[id*="popup_"] .popup__popup .content {
    max-height: 30%;
    overflow: auto;
}
table.table.items-table .popup__popup img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 700px){
    [id*="popup_"] .popup__popup{
        width: 90%;
        margin: 0;
    }
}
.pftrwcontainer-overlay .pfrevoverlaytext {
    transform: translateY(-50%);
}

body .tox-dialog__content-js .tox-form__group {display: block;}

.message .message-box table.table td a.btn.btn-primary.ubl-action-contact {
    margin-left: auto!important;
    margin-right: 0!important;
    display: block;
 }

