﻿
.k-multiselect-clearable .k-multiselect-wrap {
    border: 1px solid gray;
}

.k-editor .k-i-my-tool {
    content: "\f1c5";
}

.k-editor .k-i-my-tool:before {
    content: "\e501";
}

.bootstrap-tagsinput {
    line-height: 3.07142857em;
    background-color: #fff;
    border-color: gray;
    border: 1px solid gray;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    color: #555;
    cursor: text;
    width: 100%;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background-color: dodgerblue;
    padding: .2em .6em .3em;
    border-radius: .25em;
    margin-left: 5px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


@media (max-width:480px) {
    .card {
        top: 25%;
        transform: translateY(-25%);
    }
}