﻿div[smart="smartcalendar-container"],
div[smart="smartcalendarrange-container"],
div[smart="smartdropdownlist-container"],
div[smart="smartcheckboxlist-container"],
div[smart="smarttextbox-container"] {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

span[smart="smartdropdownlist-caption"],
span[smart="smartcalendar-caption"] {
}

select[smart="smartdropdownlist-dropdownlist"], 
textarea[smart="smarttextbox-textbox"],
input[smart="smarttextbox-textbox"] {
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    visibility: visible;
}

.ddltooltip {
    position: relative;
    display: block;
    color: #006080;
}

    .ddltooltip .ddltooltiptext {
        visibility: hidden;
        position: absolute;
        min-width: 130px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 2px;
        z-index: 1;
        opacity: 0;
        transition: opacity .6s;
        top: 6px;
        left: 205px;
    }

    .ddltooltip:hover .ddltooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .ddltooltip:hover .ddltooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ddltooltip-right {
    top: -5px;
    left: 125%;
}

.ddltooltip-right2 {
    top: -5px;
    left: 105%;
}

.ddltooltip-right::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

div[smart="smartcheckboxlist-selectBox"] {
    position: relative;
}

    div[smart="smartcheckboxlist-selectBox"] label {
        background-color: #1e90ff;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        font-weight: inherit;
        margin-left: 13px;
        margin-top: 13px;
    }

div[smart="smartcheckboxlist-overSelect"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 34px;
    width: 200px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

table[smart="smartcheckboxlist-checkboxlist"] {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    z-index: 10;
    width: auto;
    background-color: white;
    overflow: auto;
    max-height: 250px;
}

    table[smart="smartcheckboxlist-checkboxlist"] > tbody > tr > td > label {
        font-weight: normal;
    }

    table[smart="smartcheckboxlist-checkboxlist"] > tbody > tr > td > input {
        margin-left: 5px;
        margin-right: 5px;
    }

.panel-sdde input.sdde-input {
    display: inherit;
    width: 180px;
    margin: 0;
}

input.sdde-input, input.sdde-input:hover, input.sdde-input:focus, input.sdde-input:active {
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}


.panel-sdde .dropdownpanel {
    background: blue;
    border: 1px dashed #CC0099;
}

.panel-sdde .ajax__dropdown_arrow.ajax__dropdown_arrow_image {
    background-color: transparent !important;
}

.panel-sdde .ajax__dropdown_frame_line {
    display: none;
}

div[smart="smartcheckboxlist-selectBox"] {
    padding: 0;
}

.panel-sdde div[smart="smarttextbox-container"] {
    padding: 0;
}

ul.sdde-bulleted-list {
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

    ul.sdde-bulleted-list li {
        display: block;
        width: 100%;
        padding: 0;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }

        ul.sdde-bulleted-list li:hover {
            background-color: #e6e6e6;
        }

        ul.sdde-bulleted-list li a {
            color: #212529 !important;
            margin: 0px;
            display: block;
            width: 100%;
            height: 100%;
            padding: 6px 12px;
        }

.smarttextbox-container > input {
    margin-top: 0;
}
