﻿.dropdown-menu {
    border-radius: 0;
    border: none;
}


html[dir="rtl"] .dropdown-menu {
    text-align: right;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3);
}


.durationPickerCotainer {
    display: none;
    background: #fff;
    position: absolute;
    padding: 15px;
    z-index: 0;
}

    .durationPickerCotainer input {
        width: 100px;
        margin: 0px 15px;
    }



.durationPicker_active {
    background: rgb(252, 248, 227);
}

.qflowPickerCotainer {
    width: 300px;
    height: 300px;
    overflow: auto;
    padding: 10px 0;
    background: #F5F5F5;
}


.durationPickerButton, .pickerButton {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../Images/Buttons/button-calculator.png") no-repeat center;
    vertical-align: text-bottom;
    margin: 0 2px;
    cursor: pointer;
}

.durationPickerButtonDisabled, .pickerButtonDisabled {
    background: url("../../Images/Buttons/button-calculator-dis.png") no-repeat center !important;
    cursor: default;
}

.qflowPickerButton {
    background: url("../../Images/Pickers/picker-drop.png") no-repeat center;
    width: 17px;
    height: 17px;
    margin: 0;
}

    .qflowPickerButton.pickerButtonsDisabled {
        background: url("../../Images/Pickers/picker-drop-dis.png") no-repeat center;
        cursor: default;
    }

.qflowPickerClearButton {
    background: url("../../Images/Pickers/picker-clear.png") no-repeat center;
    width: 17px;
    height: 17px;
    margin: 0;
}

    .qflowPickerClearButton.pickerButtonsDisabled {
        background: url("../../Images/Pickers/picker-clear-dis.png") no-repeat center;
        cursor: default;
    }

/*override jsTree defaults*/

li.jstree-open > .jstree-icon.jstree-ocl {
    background: url("../../Images/Misc/collapse.gif") center center no-repeat !important;
}

li.jstree-closed > .jstree-icon.jstree-ocl {
    background: url("../../Images/Misc/expand.gif") center center no-repeat !important;
}

li.jstree-leaf > .jstree-icon.jstree-ocl {
    background: url("../../Images/Misc/noexpand.gif") center center no-repeat !important;
}

.jstree-default .jstree-clicked {
    background: url("../../Images/Theme/list-item-selected.png") repeat scroll 0 bottom transparent !important;
}

.jstree-default .jstree-node {
    min-height: 21px !important;
    line-height: 21px !important;
}

.jstree-default .jstree-anchor {
    line-height: 21px !important;
    height: 21px !important;
}

.jstree-default .jstree-icon:empty, .jstree-default .jstree-icon {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
}
