.datepicker{
    margin:0px;
}

.select2-container .select2-selection--single{
    color: #58666e;
    border-radius: 2px;
    border: 1px solid #cfdadd;
    height: 34px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #58666e;
    line-height: 34px;
    padding-left:10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cfdadd;
    border-radius: 0px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #cfdadd;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results__option{
    padding:6px 10px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body{
    border-top-color: #eee;
}

.dropdown-menu > li > a.text-danger{
    color: #f05050 !important;
}

/*fixing rounded button group dropdown by cethol*/
.btn-group > .btn.rounded:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 500px;
}

body{
    -webkit-print-color-adjust: exact;
}

.label{
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-top:5px;
    padding-bottom: 5px;
}
.label.rounded{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

@media all
{
    .table.table-basic{
    }
    .table.table-basic tr th{
        background-color: #f5f5f5 !important;
    }
    .table.table-basic tr:nth-child(even) td{
        background-color: #f9f9f9 !important;
    }
    .table.table-basic td{
        border:none;
    }
}

@media print
{
    body{
        font-size:2em !important;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-footer{
        position: fixed;
        bottom:0;
    }
}

.uppercase{
    text-transform: uppercase;
}