﻿.filter43, #content .filter43{
    padding: 0;
    min-width:273px;
    position: relative;
    font-size: 14px;
}
.filter43{
    padding: 15px
}
.filter43 #loader img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.filter43 .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filter43 h1, #content .filter43 h1{
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.filter43 .row, #content .filter43.ng-scope form .row{
    margin-bottom:15px;
    padding: 0
}
#content .filter43.ng-scope form{
    padding: 0;
    margin: 0
}
.filter43 .control-label{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.filter43 .chk-box .ng-scope .control-label, #content .filter43.ng-scope form label.control-label{
    width: 100%;
    color:#666666;
}
#content  .filter43.ng-scope form:after{
    display: none
}
.filter43 .ng-scope .control-label.subheading, #content .filter43.ng-scope form label.control-label.subheading{
    font-size: 18px;
    border-left: 5px solid #b92025;
    padding: 10px;
    border-bottom: 0px solid #cccccc;
    margin-bottom: 10px;
    float: none;
    width: 100%;
}
.filter43 .input-group{
    width: 100%;
    display: table;
    position: relative;
}
.filter43 .form-control, #content .filter43  form .form-control {
    width: 92%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-radius: 0;
}
.cust-select.ng-scope .form-control{
    margin-bottom: 10px;
}
.cust-select.ng-scope:last-child .form-control{
    margin-bottom: 0px;
}
.cust-select.ng-scope .form-control option{
    padding: 10px 0;
}
.filter43 .form-control:focus{
    outline:none;
}
.filter43 .input-group-addon {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #cccccc;
    float: left;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 8%;
    max-width: 40px;
    margin: 0 0 0 0;
    cursor:pointer;
    background: url(../images/refresh-red.png) no-repeat center center #b92025;
    border-radius: 0;
    border-left: none;
}
.filter43 .download a{
    background: url(../images/download-red.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
}
.filter43 .input-group-addon i{
    color: #000000;
    font-size: 15px;
}
.filter43 .input-group-addon:hover i{
    color:#ff0000;
}

.cust-select{
    padding:0 0 20px 0;
    display: block;
}
.filter43 h3, #content .filter43 h3{
    margin: 0 0 5px 0;
    font-size: 18px;
    border-left: 5px solid #b92025;
    padding: 10px;
    border-bottom: 0px solid #cccccc;
    margin-bottom: 10px;
}
.filter43 table, #content .filter43 table{
    border-collapse: collapse;
    width: 100%;
    border: 0px solid #dddddd;
    border-bottom: none;;
    margin:0;
}
.filter43 tr:nth-child(even){
    background-color: #f9f9f9;
}
.filter43 thead tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.filter43 tbody tr:nth-of-type(odd), #content .filter43 tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.filter43 th, #content .filter43 th{
    padding:10px;
    text-align: center;
    border-bottom: 2px solid #dddddd;
}
.filter43 th a, #content .filter43 th a{
    text-decoration: none;
    color: white;
}
.filter43 td, #content .filter43 td{
    text-align: center;
    border:0;
    border-top: 1px solid #dddddd;
    padding:10px;
    vertical-align: middle;
}
.filter43 tr:last-child td, #content .filter43 tr:last-child td{
    border-top: 0px solid #dddddd;
}
.filter43 .item-title, #content .filter43 .item-title{
    text-align: left;
}
.filter43 a, #content .filter43 a{
    color:#b92025;
}
.filter43 a:hover, #content .filter43 a:hover{
    color:#ffffff
}
.filter43 .download, .filter43 .item-image, #content .filter43 .download, #content .filter43 .item-image{
    text-align: center;
}
.filter43 .download a i, #content .filter43 .download a i{
    font-size:24px;
}
.filter43 .img-thumbnail, #content .filter43 .img-thumbnail{
    padding: 0px;
    background-color: #ffffff;
    border: 0px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height:45px;
    box-shadow: 1px 1px 5px #cccccc;
}
.filter43 .results-count, #content .filter43 .results-count{
    padding:10px 0;
}
.filter43 .pagination, #content .filter43 .pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    float: right;
}
.filter43 .pagination li, #content .filter43 .pagination li{
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-left: -1px;
    list-style-type: none;
}
.filter43 .pagination>li:last-child, #content .filter43 .pagination>li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.filter43 .pagination>li:first-child, #content .filter43 .pagination>li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.filter43 .pagination li.active, #content .filter43 .pagination li.active{
    background-color: #b92025;
    border: 1px solid #b92025;
}
.filter43 .pagination li.active a:hover, #content .filter43 .pagination li.active a:hover{
    background-color: #b92025;
    cursor: default;
}
.filter43 .pagination a, #content .filter43 .pagination a{
    padding: 6px 12px;
    display: block;
    line-height: 1.42857143;
    text-decoration: none;
    color: #b92025;
    outline: none;
    font-size: 14px;
    position: relative;
    display: block;
    border-radius: 0%;
    background: #ffffff;
    width: auto;
    height: auto;
    color: #2c3334;
    font-weight: normal
}
.filter43 .pagination a:hover, #content .filter43 .pagination a:hover{
    background-color: #eee;
    color: #2c3334 !important
}
.filter43 .pagination a.prev-icon, #content .filter43 .pagination a.prev-icon{

}
.filter43 .pagination li.active a, #content .filter43 .pagination li.active a{
    color: #ffffff;
    font-weight: bold;
    background: #b92025;
}
.filter43 .pagination li.disabled a, #content .filter43 .pagination li.disabled a{
    cursor: default;
    color:grey;
}
.filter43 .chk-box .ng-scope, #content .filter43 .chk-box .ng-scope{

}
.filter43 .shadow {

}
.filter43 .preview-box {

}
.filter43 table, #content .filter43 table {
    margin: 0em 0;
    min-width: 300px;
}
.filter43 table tr, #content .filter43 table tr{
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}
.filter43 table th, #content .filter43 table th {
    display: none;
}
.filter43 table td, #content .filter43 table td {
    display: block;
    background: transparent;
}
.filter43 table td:first-child, #content .filter43 table td:first-child {
    padding-top: .5em;
}
.filter43 table td:last-child, #content .filter43 table td:last-child {
    padding-bottom: .5em;
}
.filter43 table td:last-child:hover, #content .filter43 table:last-child:hover{
    cursor: default;
}
.filter43 table td:before, #content .filter43 table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
.filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
    text-align: left;
}
.filter43 .download a i, #content .filter43 .download a i{
    color: #428bca;
}
.filter43 .download a:hover i, #content .filter43 .download a:hover i{
    color: #2a6496;
}/*
@media (max-width: 767px) {
    .filter43 table, #content .filter43 table{
        border:none;
    }
    .filter43 .download a, #content .filter43 .download a{
        display: inline-block
    }
    .filter43 .download, .filter43 .item-image,   #content .filter43 .download, #content .filter43 .item-image{
        text-align: left;
    }
    .filter43 tr:nth-of-type(odd),  #content .filter43 tr:nth-of-type(odd){
        margin-bottom: 10px;
        border:1px solid #cccccc;
        display: block;
        background: #f0f0f0;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
        background: -moz-linear-gradient(top, #ccc, #f0f0f0);
        -moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        border: 1px solid #fff;
    }
    .filter43 tr:nth-of-type(even),  #content .filter43 tr:nth-of-type(even){
        margin-bottom: 10px;
        border:1px solid #cccccc;
        display: block;
        background: #f0f0f0;
        background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
        background: -moz-linear-gradient(top, #ccc, #f0f0f0);
        -moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        border: 1px solid #fff;
    }
    .filter43 thead tr:nth-of-type(odd),  #content .filter43 thead tr:nth-of-type(odd) {
        background-color: #ffffff;
        display: none;
    }
    .filter43 .chk-box .ng-scope,  #content .filter43 .chk-box .ng-scope{
        width: 100%
    }
    .filter43 tr:last-child td,  #content .filter43 tr:last-child td {
        border-top: 1px solid #dddddd;
    }
}

@media (min-width: 767px) {
    .filter43 table td:before, #content .filter43 table td:before {
        display: none;
    }
    .filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        border: 2px solid #ffffff;
    }
    .filter43 table thead th, #content .filter43 table thead th {
        border-bottom: 0px solid #ddd;
        background-color: #b92025;
        color: white;
    }
    .filter43 table th:first-child, .filter43 table td:first-child, #content .filter43 table th:first-child, #content .filter43 table td:first-child {
        padding-left: 0;
    }
    .filter43 table th:last-child, .filter43 table td:last-child, #content .filter43 table th:last-child, #content .filter43 table td:last-child {
        padding-right: 0;
        color:#ffffff;
    }
}*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}