﻿.widgets-area
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right:5px;
}
.droppable-area
{
    float: left;
    width: 50%;
    margin-top:5px;
    margin-bottom:5px;
}
.droppable-sep
{
    float: left;
    width: 0px;
    height: 100%;
}
.draggable
{
    height: 300px;    
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
}
.draggable-title
{
    color: #161359;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 0px 0px 20px;
    cursor: move;
    height: 19px;     
    background-image:url(../Images/widgetHead.png);       
    background-repeat:no-repeat;
    background-position:0px 4px;    
}
.droppableAccepted
{
}
#sortable1 li, #sortable2 li,#sortable2 li, #sortable3 li
{
    list-style-type: none;
    margin: 0px 0px 6px 6px;
}
#sortable1, #sortable2,#sortable3, #sortable4
{
    height: 100%;
}
.whitespace-highlight
{
    height: 15px;
    background-color: #B2C3D4;
}
.stick-bottom
{
    height: 0px;
    margin-bottom: 0px;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.iframe-container
{       
    height: 85%;    
}
.draggable iframe
{
    border: 1px solid #e1e2e6;
    border-top-width:0px;
    overflow-x: none;
    overflow-y: auto;
}
.widgetTitleLeft
{
    background-image: url(../Images/widgetTitleLeft.png);
    background-repeat: no-repeat;
    width: 6px;
}
.widgetTitleCenter
{   
    background-image: url(../Images/widgetTitle.png);
    background-repeat: repeat-x;
    height:23px;        
}
.widgetTitleRight
{
    background-image: url(../Images/widgetTitleRight.png);
    background-repeat: no-repeat;
    width: 7px;
}
.custom-swal-popup {
    margin-top: 50vh !important;
    transform: translateY(-50%);
}