﻿/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}


[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/multiselect/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.icon-ok {
    background-position: -288px 0;
}
.icon-ok-sign {
    background-position: -72px -96px;
}
.icon-ok-circle {
    background-position: -192px -96px;
}


.icon-remove {
    background-position: -312px 0;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

multiselect {
    display: block;
    width: 300px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}

    multiselect .btn {
        width: 100%;
        background-color: #fff;
    }

        multiselect .btn.error {
            border: 1px solid #da4f49 !important;
        }

    multiselect .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }

    multiselect .dropdown-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
    }

        multiselect .dropdown-menu > li > a {
            padding: 3px 10px;
            cursor: pointer;
        }


