/* Add here all your CSS customizations */
body a, body a:focus, body a:hover, body a:active, body a:visited {
    text-decoration: none !important;
}
.panel-footer{
    text-align: right !important;
}
.panel_footer{
    margin: 0px!important;
}
.targets-form-group .form-group
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:9px}
.form-horizontal .checkbox,.form-horizontal .radio{min-height:40px}
@media (min-width: 768px){    
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}}
.panel-footer .modal-footer
{
    padding: 0px !important;
    border: none !important;
}
.project-details
{
    border-top: 1px solid rgba(0,0,0,.1); 
    padding: 15px 0; 
    border-bottom: 1px solid rgba(0,0,0,.1); 
    font-weight: 600;
    margin: 15px 0;
}
.list-group .glyphicon
{
    float: right;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding: 12px;
}
.input-daterange .input-group-addon {
    min-width: 16px;
    line-height: 1;
    padding: 6px 12px;
    width: 38px;
}
.btn-link
{
    background: none!important;
    color: #666!important;
}
.highcharts-credits
{
    display: none;
}
.panel-title-response 
{
    color: #33353f;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}
.datepicker
{
    z-index: 2000!important;
}