/*
Code is distributed as-is
the Developer may change the code at its discretion without prior notice
Developers: Djo 
Website: http://zixn.ru
Twitter: https://twitter.com/Zixnru
Email: izm@zixn.ru
*/
/* 
    Created on : 14.03.2017, 14:26:44
    Author     : Djo <zixn.ru>
*/
@import "bootstrap.min.css" all;
@import url('https://fonts.googleapis.com/css?family=Harmattan|Open+Sans');
*{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.pagination,thead tr>th {
    cursor: pointer;
}
.footerTable {
    position: relative;
    width: 99%;
    margin: 5px;

}
.link {
    position: relative;
    float: right;
    right: 10px;
    text-decoration: none;
    color: red;
    border-bottom: 1px dashed red;
    text-transform: uppercase;

}
a:hover {
    text-decoration: none;
    color: red;
}
.table-tr:hover {
    box-shadow: 2px 2px 12px #000;
}
tr{
    cursor: pointer;
}
.checkbox-menu-select li {
    display: inline;
    margin: 5px;
    border-bottom: 1px dashed red;
    text-transform: uppercase;
    
}
.checkbox-menu-select li label {
margin-right: 10px;
    
}

p.checkboxResult span {
    margin: 5px;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 2px solid green;
}
p.checkboxResult span a {
    text-transform: uppercase;
    color: red;
}