﻿
.field_padding {
    padding-top: 5px;
}



.setspin_visualization {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
}

.text_drop_down {
    min-width: 80px;
    max-width: 80px;
}

.text_box_padding {
    padding: 10px;
}

.txtmessage {
    height: 300px;
    overflow: scroll;
}

.leftDropdownUl {
    height: 250px;
    overflow-y: scroll;
}

.centered_modal {
    width: 80%;
    margin: 0 auto;
}

.label_align_left {
    text-align: left;
}

.checkbox_label {
    padding-top: 0px;
    margin-bottom: 8px;
}

li .astext {
    width: 100%;
}

.dropdown-menu.trigger ul, .dropdown-menu.trigger li {
    list-style-type: none;
    padding-left: 5px;
    width: 100%;
}

.astext {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.astext:hover {
        background: #ebebeb;
    }

.link_as_bootstrap:hover {
    background: #ebebeb;
}

.dropdown-menu > li > a, .link_as_bootstrap {
    color: #797676;
}

.dropdown-menu > li > a:hover, .link_as_bootstrap:hover {
     background: #ebebeb;
     text-decoration: underline;
}

li a.link_as_bootstrap {
    display: block;
}
