.pack1 {
    text-align: center;
    margin-top: 25px;
    background-color: #a8c8d8;

}

span.pack1 {
    margin-bottom: 5px;
!important;
}

.navbar-right {
    float: left !important;
    margin-right: -15px;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.ctl {
    direction: rtl;
    text-align: center;
}

td {
    text-align: center;
!important;
}

.nav {
    padding-left: auto;
!important;
    padding-right: 0px !important;
}

@media print {
    .noprint {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    @page{
        margin-top: 4cm;
        margin-bottom: 4cm;
    }
}



.notification .badge {
    position: absolute;
    /*top:9px;*/
    right: 25px;
    padding: 2px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 9px;
}

.form-control {
    color: #222222;!important;
    font-size: 14px;!important;
}

body{
    font-size: 14px;!important;
}
