/* 
    Document   : widget-options
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.area{

}
.area h3 {
    margin: 0px;
    line-height: 20px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-weight: normal;
    background-color: white;
    margin-bottom:0px !important;
}
.pmt-_right {
	float: right;
}
a.pmt-li-toggle{
    color: #06C;
    font-size: 11px;
    text-decoration: none
}
.area .area{
    margin: 10px;
}

.area label{
    font-weight: bold;
}

.resortpro-widget-dialog
{
	display:none;
	background-color:red;
}
.connectedSortable-left, .connectedSortable-right { list-style-type: none; margin: 10px 0px 10px 0; padding: 10px; border: black 1px dotted; min-width:330px}
.connectedSortable-left {float: right;} 
.connectedSortable-right {float: left;}
.connectedSortable-left li, .connectedSortable-right li { margin: 0 5px 5px 5px; padding: 5px 5px 5px 5px; font-size: 1.2em; width: 330px; cursor: pointer}
.resortpro-widget-selected-filters{float:left;width:360px;text-align:center;padding:3px;font-weight:bold}
.resortpro-widget-available-filters{float:right;width:360px;text-align:center;padding:3px;font-weight:bold;margin-right:5px}
.resortpro-widget-button {background:#21759B !important; color:white !important}
.resortpro-searching-by {font-weight:bold}
.resortpro-switcher {float:right}
.resortpro-switchable {display:none; font-size:12px;padding:2px;text-align:right}
.resortpro-switchable select, .resortpro-switchable input {width:150px}
.resortpro-widget-dialog textarea {font-size:10px !important}