﻿label {
    /*border: none;
    background-color: transparent;
    padding: 5px;
    color: #004795;
    font-weight: bold;
    font-size: 1em;*/
    font-weight: normal;
}

[class*="jqx-dropdownlist"]:focus, div.jqx-button:focus, [class*="jqx-input"]:focus, [class*="jqx-checkbox"]:focus {
    outline: auto #6495ed !important;
}

.display-inline {
    display: inline-block;
}

.form-control {
    width: 200px;
    max-width: 100%;
    margin: 0px auto;
    display: inline-block;
}

textarea.form-control {
    width: 400px;
}
.container-type {
    margin-top: 20px;
}

@media(min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }
}