.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

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

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

hr {
    border-top: 1px solid #bbbbbb;
}

body .content-wrapper {
    background: #ffffff;
}

.box.box-default.no-border {
    border-top: none;
}

.content {
    position: relative;
}

.datatable .btn {
    margin: 1px;
}

.dataTables_filter {
    display: none;
}

/* .dataTables_info { 
	display: none; 
} */

.pause-on-hover:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#sms-inbox-dropdown.dropdown-menu>li .menu>li>a>h4 {
    margin: 0 0 0 10px !important;
}

#sms-inbox-dropdown.dropdown-menu>li .menu>li>a>small {
    margin: 0 0 0 10px !important;
    font-size: 10px;
}

#sms-inbox-dropdown.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 10px !important;
    font-size: 14px;
    color: #222;
}

#sms-inbox-dropdown.dropdown-menu li .menu li.sms-inbox-dropdown-unread a p {
    font-weight: bold !important;
    color: #000;
}

header.main-header {
    max-height: 150px;
}