﻿.form-control.counsel-search {
    border: 2px solid #e53b5f;
    border-radius: 0;
    border-right: none;
    font-size: 14px;
    color: #333333;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 20px;
    opacity: 0.6;
    height: 38px;
}
.input-group-text.top-search-btn-color {
    background-color: #e53b5f;
    color: #ffffff;
    border: 2px solid #e53b5f;
    height: 38px;
    padding: 0 10px 0 12px;
    font-size: 14px;
}
.top-search-btn-color:hover {
    background-color: #b31217;
    color: #ffffff;
    border: 2px solid #b31217;
    height: 38px;
    padding: 0 10px 0 12px;
}
.input-group-text.top-search-btn-color:focus {
    outline: none;
}
.sort-select {
    background: #00aaa7;
    color: #ffffff;
    height: calc(3.1rem + 2px);
    border-radius: 0;
    padding: 3px;
}
.refine-filter {
    background-color: #e3eaf6;
    border-top: 1px solid #dee2e6;
}
.form-padding-refine {
    padding: 20px;
}
.form-box-padding {
    padding-left: 15px;
}
.search-date {
    font-size: 16px;
    color: #333333;
}
.search-label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .search-label-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #666;
}
.refine-filter a {
    font-size: 15px;
    color: #036;
}
.align-top {
    vertical-align: top;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.search-label-container input:checked ~ .checkmark {
    background-color: #666666;
}
    .search-label-container input:checked ~ .checkmark:after {
        display: block;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.show-link {
    color: #0056b3;
}
.display-result {
    color: #b21214;
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;    
}
.search-data {
    border-bottom: 1px solid #dee2e6;
}
.pagination1 a {
    color: #333333;
    padding: 4px 8px;
    text-decoration: none;
    opacity: 1;
}
.input_pagination {
    position: relative;
    width: 40px;
    color: #b31217;
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;
    padding: 5px;
    border: 1px solid #6f6b6b;
    text-align: center;
    margin-right: 8px;
}
#start_pagination, #start_pagination_down,
#start_pagination_lower {
    color: #b31217;
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;
}
.articleListingBottom .input_pagination.leftDropDown {
    width: 11%;
    padding: 0;
    display: inline-table;
}
.articleListingBottom .count {
    color: #b31217;
    border-right: 1px solid #ddd;
    display: table-cell;
    padding: 0 12px 0 10px;
}
.articleCount {
    height: calc(1.5em + 0.3rem + 2px);
}
#inputState:not([size]):not([multiple]) {
    height: calc(2rem);
}
.articleListingBottom {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}
.search-wrap .search-data:last-child {
    border-bottom: 0;
}
.search-filter-mobile {
    background: url('../Images/searchFilter.png') no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    margin: 4px 0 0;
}
.search-sort-mobile {
    background: url('../Images/searchSort.png') no-repeat;
    width: 16px;
    height: 24px;
    border: none;
    margin: 4px 0 0;
}
.search-sort-filter .sort-rel {
    border-bottom: 1px solid #dddddd;
}

.search-sort-filter .sort-name a {
    color: #333333;
    opacity: 0.65;
    font-size: 16px;
}
#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e31b43;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (min-device-width: 768px) {
    .desk-hide {
        display: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .search-authors {
        font-size: 12px;
    }
    .pagination1 a {
        padding: 4px 3px 4px 3px;
    }
}
    @media only screen and (max-device-width: 767px) {
        .mob-hide {
            display: none;
        }

        .refine-filter {
            background-color: transparent;
            border-top: 0;
            max-height: 320px;
            overflow-y: scroll;
        }

        .pagination1 a {
            padding: 4px 2px 8px 0;
            font-size: 10px;
        }
    }