<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#recruiters-page{

}
.recruiter-list .main-content .center-content{
    padding-right: 0;
    padding-left: 0;
}
#recruiters-page #header{
    padding: 10px 15px ;
    font-size: 12px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(-45deg, #0071bc, #0071bc);
    background: -moz-linear-gradient(-45deg, #0071bc 0, #0071bc 100%);
    background: -ms-linear-gradient(-45deg, #0071bc 0, #0071bc 100%);
    background: -o-linear-gradient(-45deg, #0071bc 0, #0071bc 100%);
    background: linear-gradient(-45deg, #0071bc, #0071bc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269be3', endColorstr='#3578aa',GradientType=0 );
}
#recruiters-page .side-filter-bar{
    background-color: #fff;
    padding: 20px;
    border: solid 1px #eaeaea;
    margin-bottom: 20px;
}
#recruiters-page .header,
#recruiters-page .recruiters-items{
    /*padding: 0 20px;*/
}
#recruiters-page .header h3{
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 15px;
}
#recruiters-page .recruiters-items{
    margin-top: 0;
}
#recruiters-wrap .recruiters-items,
#recruiters-wrap .full-providers-shimmer-loader{
    padding: 0 10px;
}
#recruiters-page .recruiters-items .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fbfbfb;
    padding: 10px;
    border: 0;
    margin-bottom: 10px;
    min-height: 90px;
}
#recruiters-page .recruiters-items .item .name{
    font-size: 14px;
    text-transform: capitalize;
}
#recruiters-page .recruiters-items .item .where{
    display: block;
    margin-top: 5px;
}

.slogan {
    color: #A0A0A0;
}
.single-recruiter table
,.single-recruiter table tr
,.single-recruiter table tbody &gt; tr &gt; td{
    border: 0;
    border-bottom: 0;
    border-top: 0;
}
.single-recruiter table td:first-child {
    width: 190px;
}
.single-recruiter table table td {
    padding: 4px 0;
}

/* --------------------------------

xtab-filter

-------------------------------- */

.product-filters {
    padding: 0.5rem 1.5rem;
    background-color: #fefefe;
}

.product-filters label {
    color: #1F4862;
    display: inline;
    text-transform: capitalize;
}

.product-filters .menu.nested {
    margin-left: 0rem;
    margin-bottom: 0.9rem;
}

.product-filters .menu &gt; li &gt; a h2{
    padding-left: 0;
    color: #0070C0;
    font-weight: 600;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 2px;
}

.product-filters .is-accordion-submenu-parent &gt; a::after {
    border-color: #cacaca transparent transparent;
}

.product-filters .clear-all {
    font-size: 0.9rem;
    color: #cacaca;
}

.product-filters .more {
    color: #0070C0;
    font-size:12px;
    cursor: pointer;
}

.product-filters-header {
    font-size: 1.25rem;
    padding-top: 0.5rem;
}

.product-filters-tab {
    border-top: 1px solid #e6e6e6;
}

.product-filters-tab:last-child {
    border-bottom: none;
}

.mobile-product-filters {
    /*border-bottom: 1px solid #e6e6e6;*/
}
/* Create a custom checkbox */
/*.input-wrap {*/
/*display: block;*/
/*position: relative;*/
/*padding-left: 25px;*/
/*margin-bottom: 5px;*/
/*cursor: pointer;*/
/*font-size: 22px;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*}*/
.input-wrap {
    margin-top: 10px;
}
.input-wrap &gt; div{
    display: flex;
}
.input-wrap &gt; div input,
.input-wrap &gt; div label{
    display: inline-block;
    text-transform: capitalize;
}
.input-wrap label:hover {
    cursor: pointer;
}

/*.checkmark {*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 0;*/
/*height: 18px;*/
/*width: 18px;*/
/*background-color: #eee;*/
/*}*/

/* On mouse-over, add a grey background color */
.cd-tab-filter:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
/*.cd-tab-filter input:checked ~ .checkmark {*/
/*background-color: #fff;*/
/*border: 1px solid #d2d6de;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after {*/
/*content: "";*/
/*position: absolute;*/
/*display: none;*/
/*}*/

/* Show the checkmark when checked */
/*.cd-tab-filter input:checked ~ .checkmark:after {*/
/*display: block;*/
/*}*/

/* Style the checkmark/indicator */
/*.cd-tab-filter .checkmark:after {*/
/*left: 6px;*/
/*top: 2px;*/
/*width: 5px;*/
/*height: 10px;*/
/*border: solid #0070C0;*/
/*border-width: 0 2px 2px 0;*/
/*-webkit-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/
/***** Dropdown menu for countries****/

.navbar-nav&gt;li&gt;.dropdown-menu.country-widget {
    margin-top: 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    max-width: 705px;
    min-width: 705px;
    min-height: 250px;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    z-index: 90;
}
.country-widget .area-nav {
    padding: 5px 25px 8px 25px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    position: relative;
}
.country-widget .area-nav .areas {
    height: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.country-widget .area-nav ul {
    width: 1300px;
    position: absolute;
    top: 0;
    left: 0;
}
.country-widget .area-nav li {
    font-size: 14px !important;
    border-right: 1px solid #CCC;
    margin-right: 15px !important;
    float: left;
    width: auto;
    padding: 0 !important;
    font-weight: normal !important;
    line-height: 16px !important;
}
.country-widget .area-nav li a {
    padding: 5px 15px 0 0;
    font-size: 15px;
    color: #777;
}
.country-widget .country-list li.item {
    /*width: 160px;*/
    float: left;
    padding: 0 ;
    margin: 0 ;
    font-weight: normal;
    font-size: 13px ;
    line-height: 16px ;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    /*width: 25%;*/
}
.flag {
    width: 18px;
    height: 14px;
    border: none;
    vertical-align: middle;
}
.navbar-default .navbar-nav&gt;li&gt;a {
    width: 200px;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    /*content: "";*/
    /*border-bottom: 15px solid #fff;*/
    /*border-right: 17px solid transparent;*/
    /*border-left: 17px solid transparent;*/
    /*position: absolute;*/
    /*top: -15px;*/
    /*left: 285px;*/
    /*z-index: 10;*/
}

.mega-dropdown-menu:after {
    /*content: "";*/
    /*border-bottom: 17px solid #ccc;*/
    /*border-right: 19px solid transparent;*/
    /*border-left: 19px solid transparent;*/
    /*position: absolute;*/
    /*top: -17px;*/
    /*left: 283px;*/
    /*z-index: 8;*/
}

.mega-dropdown-menu &gt; li &gt; ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu &gt; li &gt; ul &gt; li {
    list-style: none;
}

.mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

.mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
.mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/***************************************/

.ckbox input[type="checkbox"]:checked + label:before {
    border-color: #2BBCDE;
    background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 3.5px;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.table-filter .star {
    color: #ccc;
    text-align: center;
    display: block;
}
.table-filter .star.star-checked {
    color: #F0AD4E;
}
.table-filter .star:hover {
    color: #ccc;
}
.table-filter .star.star-checked:hover {
    color: #F0AD4E;
}
.table-filter .media-photo {
    width: 35px;
}
.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}
.table-filter .media .title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.table-filter .media .title span {
    font-size: .8em;
    margin-right: 20px;
}
.table-filter .media .title span.pagado {
    color: #5cb85c;
}
.table-filter .media .title span.pendiente {
    color: #f0ad4e;
}
.table-filter .media .title span.cancelado {
    color: #d9534f;
}
.table-filter .media .summary {
    font-size: 14px;
}

#counrtries-list-filter .navbar-nav {
    width: 100%;
}
#counrtries-list-filter .filter-country-btn {
    padding: 6px 45px 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}
#counrtries-list-filter .text-choose {
    display: inline-block;
    padding-left: 35px;
}
#dlivery-wrap #recruiters-page .search input.form-control {
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 6px 5px;
    padding-left: 15px;
    background: #fff;
    color: #0070C0;
    height: 41px;
    font-weight: 400;
    margin-top: 5px;
}
#dlivery-wrap #recruiters-page .search button {
    height: 41px;
    border-radius: 0 !important;
    margin-top: 5px;
}
.filter-text{
    margin-top: 15px;
    font-size: 14px;
    color: #f39c12;
    font-weight: 600;
}
.cancel-filter{
    display: inline-block;
    font-size: 12px;
    float: right;
    position: relative;
    top: -5px;
}
.cancel-filter a{
    padding-top: 5px;
}
.cancel-filter a:hover{
    color: #fff;
    background: #0070C0;
}
#recruiters-page .recruiters-items .item{
    min-height: 115px;
    margin: 5px 0px;
    box-shadow: 0 5px 15px rgba(128,128,128,0.06);
}
#recruiters-page .recruiters-items &gt;.row &gt; .col-md-6,
.full-providers-shimmer-loader &gt; .row &gt; .col-md-6{
    padding: 0 5px;
}
.recruiters-items .item h6{
    text-transform: capitalize;
    margin-top: 5px;
}
.recruiters-items .item img{
    border-radius: unset;
    height: 100%;
    width: 100%;
    max-width: 115px;
    max-height: 90px;
    overflow: hidden;
}
.recruiters-items .item .avatar-circle{
    margin-right: 80px;
}</pre></body></html>