.date-form {
    border-radius: 4px;
    border: 1px solid #ccc;
    display:    inline-flex;
    width:      100px;
    height:     20px;
}
.carrier-form {
    border-radius: 4px;
    border: 1px solid #ccc;
    display:    inline-flex;
    height:     20px;
}
.btngroup {
    text-align: center;
}
.posright {
    position:    absolute;
    margin-top:  10px;
    right:       10%;
}
.page-btn{
    margin-left:    10px;
    margin-right:   10px;
}
/*.loading {*/
    /*position:   fixed;*/
    /*left:       0px;*/
    /*top:        0px;*/
    /*opacity:    0.6;*/
    /*width:      100%;*/
    /*height:     100%;*/
    /*z-index:    9999;*/
    /*background: url(../../../images/Preloader.gif) center no-repeat #fff;*/
/*}*/
#blanket {
    background-color:   #111;
    opacity:            0.65;
    position:           absolute;
    z-index:            9001;
    top:                0px;
    left:               0px;
    width:              100%;
}
#popUp {
    position:           absolute;
    background-color:   #fff;
    width:              400px;
    z-index:            9002;
}
img {
    padding: 5px;
}
a {
    cursor: pointer;
}
.navbar-brand {
    padding: 5px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                no-repeat;
}