﻿/*div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}
#dataTables_Filter {
    float: left;
}*/
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.select2-container{
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single, .select2-dropdown {
    border: 1px solid #dce7f1 !important;
}

.select2-container--default .select2-selection--single {
    padding: 6px 12px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered{
        color: #607080 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: auto !important;
        top: 45% !important;
        width: 30px !important;
    }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border: 1px solid #607080 !important;
}

#visitTable p {
    margin-bottom: 0 !important;
}