.btn-info {
    background-color: #347ab8;
    border-color: #347ab8;
    transition: opacity 0.3s;
    margin-right: 5px;

}
.btn-info:hover{
    opacity: .8;
    background-color: #0362FD;
    border-color: #0362FD;
}
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus
{
    opacity: 1;
    background-color: #0362FD;
    border-color: #1E9FFF;
}
table>tbody>tr.tr-active{
    background-color: rgba(30,159,255,.6)!important;
    color:white;
}
table>thead{
    background-color: #347ab8;
    color: white;
}
table>tbody>tr:nth-child(2n){
    background-color: #f9f9f9;
}
a.style{
    padding: 8px 13px !important;
}
.clear {
    clear: both;
}
.select-list {
    margin: 0 10px 0 0;
    width: 15%;
    display: inline-block;
}
.select-title{
    text-decoration: none;
    color: #333;
}
.select-title:hover{
    text-decoration: none;
}
.standard .tcontent {
    margin-bottom: 0;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.inline{
    display: inline-block;
}
.standard .panel-heading .search{
    padding-left: 20px;
    clear:both;
}

.standard .panel-heading .action{
    padding-left: 15px;
    margin-top: 15px;
    clear:both;
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.w110{
    width: 110px;
}
.w120{
    width: 120px;
}
.w140{
    width: 140px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
