.modal-open {
    overflow: hidden;
}

.modal {
   text-align: center;
    padding: 0 !important;
/*        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;*/
/*    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    transform: translate(0, 0);

}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.box {
  transition: box-shadow .3s;
  width: 300px;
  height: 500px;
  margin: 50px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  
}
.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.image {
    position: relative;
}
    
.image:hover:after {
    position: absolute;
    content: attr(title);
    display: inline-block;
    left: 0px;
    top: 0px;
    padding: 5px;
    background-color: black;
    color: white;
}

/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal .modal-dialog {
    display: inline-block;
    /*text-align: right;*/
    direction: rtl;
    /*vertical-align: middle;*/
}
.modal .modal-header,
.modal .modal-footer {
    border: 0;
}
.modal .modal-content {
    border-radius: 0;
    border: 0;
}
.modal .modal-body {
    background-color: #f8f9fa;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}



.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.btn-success {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-success:hover {
    color: #fff;
    background-color: #1c9a06;
    border-color: #1a8e06;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #1c9a06;
    background-image: none;
    border-color: #1a8e06;
}
.button.btn.btn-success.pd-x-20{
    background-color: green;
}
.btn-add{
    color: #fff;
    background-color: #1a4a7b;
    border-color: #0c345e;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #1c9a06;
    background-image: none;
    border-color: #1a8e06;
}

.btn-info {
    color: #fff;
    background-color: #5B93D3;
    border-color: #5B93D3;
}
.btn-info:hover {
    color: #fff;
    background-color: #3d7fcb;
    border-color: #3579c6;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(91, 147, 211, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #5B93D3;
    border-color: #5B93D3;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #3d7fcb;
    background-image: none;
    border-color: #3579c6;
}

.btn-warning {
    color: #111;
    background-color: #F49917;
    border-color: #F49917;
}
.btn-warning:hover {
    color: #111;
    background-color: #da850a;
    border-color: #ce7d0a;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #F49917;
    border-color: #F49917;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: #da850a;
    background-image: none;
    border-color: #ce7d0a;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
}

.btn-outline-primary {
    color: #0866C6;
    background-color: transparent;
    background-image: none;
    border-color: #0866C6;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0866C6;
    background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-success {
    color: #23BF08;
    background-color: transparent;
    background-image: none;
    border-color: #23BF08;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #23BF08;
    background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}

.btn-outline-info {
    color: #5B93D3;
    background-color: transparent;
    background-image: none;
    border-color: #5B93D3;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #5B93D3;
    border-color: #5B93D3;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(91, 147, 211, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5B93D3;
    background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5B93D3;
    border-color: #5B93D3;
}

.btn-outline-warning {
    color: #F49917;
    background-color: transparent;
    background-image: none;
    border-color: #F49917;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #F49917;
    border-color: #F49917;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F49917;
    background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #F49917;
    border-color: #F49917;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    font-weight: normal;
    color: #0866C6;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #05407c;
    text-decoration: none;
    background-color: transparent;
}
.btn-link:disabled {
    color: #868e96;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .sp-container .btn-group-lg > button {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .sp-container .btn-group-sm > button {
    padding: 0.25rem 0.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.status_created{
    font-weight: bold;
    background-color: #5959e6 !important;
}
.status_displayed{
 
    background-color: #9dcc56 !important ;
}
.status_postQueue{
   
     background-color: #f4f44f !important;
}
.status_posted{

   background-color: #379a79 !important;
}
/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;  Adjusts for spacing 
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/