﻿/* ----------css Region for Select List   --BEGIN------------*/

.SelectListImageButton {
    height: 25px;
    width: 25px;
    padding: 0px;
    margin: 0 0 0 0;
    border: 0 0 0;
}


#SelectList {
    width: 595px;
    float: right;
    font-weight: bold;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
    left: 200px;
    position: static;
}

    #SelectList .columns {
        width: 150px;
        float: left;
    }

    #SelectList .columns150 {
        width: 150px;
        float: left;
    }


#SelectList2 {
    width: 99.1%;
    float: left;
    font-weight: bold;
    border-right: #1b8c56 1px solid;
    border-top: #1b8c56 1px solid;
    border-left: #1b8c56 1px solid;
    border-bottom: #1b8c56 1px solid;
    background-color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 2px;
    padding-top: 2px;
}

    #SelectList2 .columns {
        width: 32%;
        float: left;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    #SelectList2 .column25 {
        width: 25px;
        float: left;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

#SelectedItem {
}

.column25 {
    width: 25px;
    float: left;
}

.column50 {
    width: 50px;
    float: left;
}

.column150 {
    width: 150px;
    float: left;
}

.column200 {
    width: 200px;
    float: left;
}

.column250 {
    width: 250px;
    float: left;
}

.column70 {
    width: 70px;
    float: left;
}

.column395 {
    width: 395px;
    float: left;
}

.column300 {
    width: 300px;
    float: left;
}

.column350 {
    width: 350px;
    float: left;
}

.column450 {
    width: 450px;
    float: left;
}

.dragHandle {
    width: 10px;
    height: 15px;
    background-color: #00ADEE;
    background-image: url(images/SelectList/ReSequDrag.jpg);
    cursor: move;
    border: outset thin white;
}
/*.dragHandle
{
    border-right: #118fa6 1px outset;
    border-top: #118fa6 1px outset;
    border-left: #118fa6 1px outset;
    border-bottom: #118fa6 1px outset;
    list-style-type: none;
    background-color: #118fa6;
    width: 25px;
    height: 25px;
}*/

/*AJAX Reorder List*/
/*.dragHandle
{
    width: 20px;
    height: 20px;
    background-color: #0066cc;
    cursor: move;
    border: outset thin white;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
}*/

.callbackStyle div div {
    border: thin blue inset;
}


/* ----------css Region for Select List   --END--------------*/



.navbar-inverse {
    background-color: #DFDFDF;
    border-color: #444444;
}


@media print {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media screen and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media (max-device-width: 480px) and (orientation: landscape) {
}

@media all and (transform-3d), (-webkit-transform-3d) {
}


/*=====================*/



/* Tooltip container */
.kemr_tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .kemr_tooltip .kemr_tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #ECECEC;
        color: #2787EA;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }


        /* Tooltip arrow */
        .kemr_tooltip .kemr_tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .kemr_tooltip:hover .kemr_tooltiptext {
        visibility: visible;
        opacity: 1;
    }
/* Tooltip container */
.kemr_tooltipbottom {
    position: relative;
    display: inline-block;
}
    /* Tooltip text */
    .kemr_tooltipbottom .kemr_tooltipbottomtext {
        visibility: hidden;
        width: 120px;
        background-color: #ECECEC;
        color: #2787EA;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }


        /* Tooltip arrow */
        .kemr_tooltipbottom .kemr_tooltipbottomtext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .kemr_tooltipbottom:hover .kemr_tooltipbottomtext {
        visibility: visible;
        opacity: 1;
    }

/* Tooltip container */
.kemr_tooltipright {
    position: relative;
    display: inline-block;
}
    /* Tooltip text */
    .kemr_tooltipright .kemr_tooltiprighttext {
        visibility: hidden;
        width: 240px;
        background-color: #ECECEC;
        color: #2787EA;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-top: -20px;
        margin-left: 50px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }


        /* Tooltip arrow */
        .kemr_tooltipright .kemr_tooltiprighttext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .kemr_tooltipright:hover .kemr_tooltiprighttext {
        visibility: visible;
        opacity: 1;
    }


.kemr_tooltipdiary {
    position: relative;
    display: inline-block;
}

    /*background-color: #aebd22;
color: #0e1f1e;*/
    /* Tooltipdiary text */
    .kemr_tooltipdiary .kemr_tooltipdiarytext {
        visibility: hidden;
        width: 600px;
        background-color: #a3d3eb;
        color: #2787EA;
        text-align: left;
        padding: 15px;
        border-style: solid;
        border-color: #5d5757;
        border-width: 4px;
        border-radius: 10px;
        /* Position the tooltip text */
        position: fixed;
        z-index: 1;
        top: 200px;
        left: 600px;
        margin-left: 60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

    .kemr_tooltipdiary table {
        border-color: blue;
        border-width: 2px;
        border-radius: 10px;
    }

    /* Tooltip arrow */
    .kemr_tooltipdiary .kemr_tooltipdiarytext::after {
        content: "";
        position: fixed;
        top: 200px;
        left: 600px;
        margin-left: 5px;
        border-color: #555 transparent transparent transparent;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .kemr_tooltipdiary:hover .kemr_tooltipdiarytext {
        visibility: visible;
        opacity: 1;
    }


.kemr_tooltipwarranty {
    position: relative;
    display: inline-block;
}

    /*background-color: #aebd22;
color: #0e1f1e;*/
    /* Tooltipdiary text */
    .kemr_tooltipwarranty .kemr_tooltipwarrantytext {
        visibility: hidden;
        width: 400px;
        background-color: #a3d3eb;
        color: #2787EA;
        text-align: left;
        padding: 15px;
        border-style: solid;
        border-color: #5d5757;
        border-width: 4px;
        border-radius: 10px;
        /* Position the tooltip text */
        position: fixed;
        z-index: 1;
        top: 200px;
        left: 800px;
        margin-left: 60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .kemr_tooltipwarranty .kemr_tooltipwarrantytext::after {
            content: "";
            position: fixed;
            top: 200px;
            left: 800px;
            margin-left: 5px;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .kemr_tooltipwarranty:hover .kemr_tooltipwarrantytext {
        visibility: visible;
        opacity: 1;
    }

/*=====================*/

