/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 19, 2016, 1:03:01 PM
    Author     : riyas
*/
.pagination{
    width: 100%;
}

ul.filter-list>li>a:after {
    position: relative;
    top: 0;
    float: right;
}
ul.filter-list>li {
    border-bottom: 1px solid #e0eded;
    position: relative;
}
ul.filter-list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
ul.filter-list>li>a:hover {
    background: #3498db;
    color: #fff;
    text-decoration: none;
}

ul.filter-list>li>div {
    display: block;
    padding: 0px 10px;
}

#myInput {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.maxl{
    margin:25px ;
}
.inline{
    display: inline-block;
}
.inline + .inline{
    margin-left:10px;
}
.radio{
    color:#999;
    font-size:15px;
    position:relative;
}
.radio span{
    position:relative;
    padding-left:20px;
}
.radio span:after{
    content:'';
    width:15px;
    height:15px;
    border:3px solid;
    position:absolute;
    left:0;
    top:1px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
    cursor: pointer;
    position:absolute;
    width:100%;
    height:100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
    color:#449d44;
}
.radio input[type="radio"]:checked + span:before{
    content:'';
    width:5px;
    height:5px;
    position:absolute;
    background:#449d44;
    left:5px;
    top:6px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.checkbox {
    position: relative;
    margin-bottom: 10px;
}

.checkbox label {
    padding: 0px 6px 11px 30px;
    display: block;
    margin: 0 0 0 0;
}

.checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkbox input:checked + .input-helper:before {
    border-color: #449d44;
}

.checkbox .input-helper:before,
.checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
}

.checkbox .input-helper:before {
    left: 0;
    border: 2px solid #7a7a7a;
}

.checkbox input {
    width: 15px;
    height: 15px;
}

.checkbox input:checked + .input-helper:before {
    background-color: #449d44;
}

.checkbox input:checked + .input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.checkbox .input-helper:before {
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
}

.checkbox .input-helper:after {
    content: '\2713';
    font-size: 15px;
    left: 3px;
    top: 5px;
    color: #fff;
    transform: scale(0);
    opacity: 0;
}
