body{
    font-size: 13px;
}
input[type='checkbox']:after {
    line-height: 1.5em;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgb(224,224,224);
}
input[type='checkbox']:checked:after {
    content: '✔';
    text-align: center;
}

.checkbox_login{
    margin-right: 8px !important;
}

input[type=text]:after {
    padding-top: 20px !important;
}

.updated-image{
    height: 150px;
    width: 150px;
    margin-left: 170px;
    margin-bottom: 10px;
}

.multi-checkbox{
    margin-right: 10px !important;
    margin-bottom: 15px !important;
}

.detail-image{
    height: 300px;
    width: 300px;
}

.sales-detail-image{
    height: 150px;
    width: 150px;
}
#pie-div{
    height: 500px;
}

.logo-image{
    height: 40px;
    position: relative;
    right: 4px;

}

.login-logo img{
    height: 250px;
    width: 250px;
}

.login-logo{
    margin-bottom: 0;
}

.login-box{
    margin: 1% auto;
}

#table-full-package,#table-full-package tbody{
    font-size: 12px;
}

#table-full-package,#table-full-package td,#table-full-package-products{
    padding: 0;
}


#table-full-package input[type=checkbox], input[type=radio] {
    margin: 0 0 0;
    line-height: normal;
}

#table-full-package input[type=checkbox], input[type=radio] {
    margin: 0 0 0;
    line-height: normal;
}


#table-full-package-days{
    padding-top: 10px !important;
    padding-left: 15px !important;
}

#table-full-package-products{
    position: relative;
    padding-top: 5px !important;
    width: 30%;
    right: 20px;
}
#table-full-package select ,#table-full-package select option{
    font-size: 11px;
    height: 25px;
    width: 125px;
}
#pacakge-input-with-id,#pacakge-input{
    font-size: 16px;
    right: 12px;
}

#pacakge-input-with-id .help-block,#pacakge-input .help-block{
     padding-top: 36px;
 }
#pacakge-input-with-id strong,#pacakge-input strong{
    position: absolute;
    left: 95px;
}
#pacakge-input-with-id input{
    position: absolute;
    left: 97px !important;
}

#pacakge-input input{
    position: absolute;
    left: 93px !important;
}
.testinomy-image{
    width: 300px;
    height: 180px !important;
}

.menu li > a > h4{
    font-family: 'Source Sans Pro',sans-serif !important;
    margin-left: 5px !important;
    color: #4F4F4F !important;

}

.menu li > a > p{
    font-family: 'Source Sans Pro',sans-serif !important;
    margin-left: 5px !important;
    font-size: 10px !important;
    color: #888888 !important;

}
.notification{
    position: relative;
    max-height: 50px;
    bottom: 20px;
}
.notification > a {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 10px;
    color: #707070;
}

.notification > a > p {
    position: relative;
    padding: 0 44px;
    bottom: 26px;
    font-size: 11px;
}

.notification-icon{
    font-size: 1.5em;
}

.package-input-checkbox{
    padding-top: 8px !important;
}

#map-canvas{
    width: 500px;
    height: 300px;
}