/*
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 : Mar 14, 2016, 11:28:42 AM
    Author     : j.sayegh
*/
.panels-add-content-modal .panels-section-column .content-type-button, .ctools-modal-content .panels-section-column .content-type-button {
    overflow: visible;
    line-height: 2em;
}

.panels-add-content-modal .content-type-button a, .ctools-modal-content .content-type-button a {
    font-size: 12px;
    line-height: 14px;
    line-height: 2;
}

a.node-pane-workbench-button {
    background-color: #00b3c5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    border: none;
    line-height: 2;
}

div#modalContent {
    position: fixed !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    left: 50% !important;
    .modal-content , .modal-body {
        height: 100%;
    }

}

div.panels-ipe-handlebar-wrapper li.edit-settings a span {
    background-image: url(edit-settings.png);
}

.pane-title:empty, .pane-subtitle:empty, .pane-subtitle-link:empty {
    display: none;
}
.panels-add-content-modal:after {
    content: '';
    clear: both;
    display: block;
}

.ui-dialog[aria-describedby*="mediaBrowser"] {
    z-index: 1035;
}

div.panels-ipe-handlebar-wrapper li.css a span {
    background-image: url(icon-css.png) !important;
    background-size: contain;
}

div.panels-ipe-handlebar-wrapper li.show_pane a span {
    background-image: url(icon-show.png);
    background-size: contain;
}

div.panels-ipe-handlebar-wrapper li.hide_pane a span {
    background-image: url(icon-hide.png);
    background-size: contain;
}
