.control-label {
    padding-left:0px;
    padding-right:0px;
    font-size:13px;
}
.popup {
    display: inline-block;
    cursor: pointer;
    border:0px;
    padding:0px;
    position:relative;
}
.popup .popupimage {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}
.popup .popupimage::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.popup .show {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    visibility: visible;
}
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
button>img {
    opacity:1;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin:2px 0px;
}
.btn-group-vertical>.btn:first-child:not(:last-child), .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-radius:0px;
}
.input-group-addon ,.form-control{
    padding:0px 4px;
    height:24px;
    font-size:12px;
    font-weight:normal;
}
table label {
    margin:0px !important;
}
table.cell-nopadding td {
    padding:0px !important;
}
table.cell-nopadding input {
    margin:0px !important;
}