*{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.content_notifications {
    box-shadow: 0px 0px 12px #ccc;
    padding: 40px 15px;
    overflow: hidden;
    background-color: #fff;
    max-height: 500px;
    overflow-y: auto;
}

.content_notifications #myFilterSearch {
}

.input-search {
    padding: 40px 15px;
    overflow: hidden;
}

.content_notifications #myFilterSearch .single_item {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    margin: 0;
    clear: both;
    padding: 10px;
}

.input-search input {
    background-color: #f4f4f9 !important;
    opacity: 1 !important;
    display: inline-block;
}

.input-search h3 {
    background-color: #f4f4f9;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    color: #061237;
    font-size: 18px;
    border: 1px solid #aeaeae;
    width: 45px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.input-search h3:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    right: -36px;
    background-color: #aeaeae;
    margin: 0 auto;
    top: -25%;
    z-index: -1;
    transform: rotate(90deg);
}

.input-search h3:before {

    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    left: -36px;
    background-color: #aeaeae;
    margin: 0 auto;
    top: -25%;
    z-index: -1;
    transform: rotate(90deg);
}

.content_notifications #myFilterSearch .single_item:last-child {
    border-bottom: 0;
}

.content_notifications #myFilterSearch .single_item:nth-child(odd) {
    background-color: #f4f4f9;
}

.content_notifications #myFilterSearch .single_item:hover {
    background-color: #f4f4f9;
}

.content_notifications #myFilterSearch .single_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
}

.content_notifications #myFilterSearch .single_item p {
    overflow: hidden;
}

.content_notifications #myFilterSearch .single_item p {
    width: 78%;
    float: right;
    margin: 0;
    padding-right: 15px;
}

.label-danger {
    float: left;
    background-color: #ff5a5a;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
}

.date_more {
    width: 15%;
    float: left;
}

.date_more small {
    float: left;
    color: #929292;
    font-size: 70%;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.content_notifications::-webkit-scrollbar {
    width: 10px;
}

.content_notifications::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.content_notifications::-webkit-scrollbar-thumb {
    background: #061237;
    border-radius: 10px;
}

.content_notifications::-webkit-scrollbar-thumb:hover {
    background: #070f29;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #061237;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #061237, #0f266f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}



.date_ input {
    width: 100%
}

.input-search input + .svg-inline--fa {
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 24px;
}

.date_ i {
    position: absolute;
    left: 5%;
    top: 12px;
    cursor: pointer;
}
/* ------------- Single Page Notifications -------------- */
.info-notifications{}
.info-notifications .info_user{}
.info-notifications .info_user img{
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}
.info-notifications .info_user h4{
    color: #061237;
    font-weight: bold;
    margin: 15px 0;

}
.info-notifications .info_user ul{
    text-align: right;
    list-style: none;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    clear: both;
}
.info-notifications .info_user li{
    background-color: #f3f3f3;
    padding: 5px 0;
    color: #061237;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 13px;
}
.info-notifications .info_user li:hover{
   background-color: #061237; 
   color: #fff;
}
.info-notifications .info_user li a{}
.info-notifications .info_user svg{
    margin-left: 5px;
    color: #aeaeae;
}
.info-notifications .info_user li:hover svg{
   color: #fff;
}
.info-notifications .info_user {
    text-align: center;
}
.user-msg-content{}
.user-msg-content h3{
    color: #061237;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.user-msg-content h3 small{
    float: left;
    font-weight: bold;
    color: #aeaec0;
}
.user-msg-content p{
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 20px;
    margin: 150px 20px;
    border-radius: 5px;
}
.user-msg-content svg{
    font-size: 9em;
    color: #f3f3f3;
    position: absolute;
    left: 6%;
    transform: rotate(160deg) !important;
}
.user-msg-content svg:last-child{
    right: 6%;
    transform: rotate(60deg) !important;
    bottom: 46px;
}
.btn-style{
    display: block;
    width: 115px;
    background-color: #061237;
    text-align: center;
    height: 40px;
    margin: 20px auto;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
    border: 1px solid #061237;
}
.btn-style:hover{
    background-color: transparent;
    color: #061237;

}

