.progress {
    height: 5px;
}

* {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.btn {
    transition: 0.5s background, 0.5s border-color;
}

.progress {
    margin-bottom: 5px;
}

.select2-container {
    z-index: 2200;
    width: 100%;
}


.select2-container {
    width: 100% !important;
    padding: 0;
}
span.select2-container {
    /*z-index:5000;*/
}

.vos-10
{
    margin-bottom: 10px;
}

.vos-20
{
    margin-bottom: 20px;
}

.dashboard .col-md-4
{
    text-align: center;
    height: 100px;
    padding: 25px 25px;
}

.dashboard .col-md-4 i
{
    font-size: 50px;
}

.dashboard .col-md-8
{
    text-align: center;
    margin-top: 17px;
}

.form-group.required .control-label::after, .control-label.required::after
{
    content: ' *';
    color: #bc0003;
}

.small-chat-box
{
    width: 270px;
    height: 370px;
}

.small-chat-box .content
{
    height: 234px;
    overflow: scroll;
}