/**********************************************************************************************************************/
    /*************************************Estilo de las empresas en las busquedas******************************************/
    /**********************************************************************************************************************/
    .enterprise-box {
        transition: all 0.5s ease;
        border: 1px solid transparent;
    }

    .enterprise-box:hover {
        background: #f1f1f1;
        border: 1px solid #dadada;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    }

    .enterprise-box h4 {
        color: #363636;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    }

    .enterprise-box ul.enterprises_list {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #000000;
    }

    .enterprise-box .fa {
        color: #00FE48;
        font-size: 13px;
        width: 15px;
        text-align: center;
    }

    .enterprise-box h6 {
        font-weight: bold;
    }

    .enterprise-box .enterprise_logo {
        width: 95px;
        height: 100%;
        float: left;
    }

    ul.more_details {
        margin: 0;
        padding: 0;
        list-style: none;
        bottom: 0;
        right: 0;
    }

    ul.more_details li {
        display: inline-block;
        /*width: 32px;*/
        height: 32px;
    }


    ul.more_details li a .fa {
        color: #ffffff;
    }

    ul.more_details li a,
    ul.more_details li a:link {
        margin: 0;
        padding: 0 5px;
        text-decoration: none;
    }

    ul.more_details li a:hover .fa,
    ul.more_details li a:active .fa {
        color: #00FE5A;
    }

    .more_info {
        display: none;
    }

    .header-search {
        font-size: 12px;
    }


    .bg-dark-color {
        background: #363636;
    }

    .br-6,
    .pagination_container {
        border-radius: 6px;
    }

    #pagination_enterprises {
        padding: 15px;
    }

    #pagination_enterprises ul {
        display: inline-block;
    }

    #pagination_enterprises ul li {
        display: inline-block;
        padding: 3px 10px;
    }

    .search-box .input-group-addon {
        background: #ffffff;
        border: transparent;
        border-radius: 6px 0 0 6px;
        box-shadow: none;
        height: 38px;
        line-height: 1.6;
    }

    .search_form_result .form-group{
        margin: 0;
    }







    .main_search_box .filters_buttons .btn-default {
        background: #04287C;
        border: 1px solid #04287C;
        border-left-color: rgb(4, 40, 124);
        border-left-style: solid;
        border-left-width: 1px;
        border-left: 1px solid #ffffff;
        border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #ffffff;
        text-shadow: none;
        position: relative;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    .main_search_box .filters_buttons .btn-default::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        width: 100%;
        z-index: 2;
        background-color: #343434;
        animation: width 0.5s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
    }

    .main_search_box input,
    .main_search_box .form-control[readonly],
    .selectize-input {
        background: #ffffff;
        /* border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; */
        border: 1px solid #FFF;
        /*color: #04287c;*/
        color: gray;

        -moz-border-radius: 3px;
        /* Firefox */
        -webkit-border-radius: 3px;
        /* Safari, Chrome */
        -khtml-border-radius: 3px;
        /* KHTML */
        border-radius: 3px;
        /* CSS3 */
    }

    .main_search_box input,
    .main_search_box .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: gray;
        opacity: 1;
        /* Firefox */
    }

    .main_search_box input,
    .main_search_box .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: gray;
    }

    .main_search_box input,
    .main_search_box .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: gray;
    }

    .input-group-addon,
    .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

    .input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        display: table-cell;
    }

    .input-group .custom-file,
    .input-group .custom-select,
    .input-group .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 0;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-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;
    }

    .bottom {
        margin-left: 30px !important;
        border-radius: 20px !important;
        font-family: poppins;
        font-size: 12px;
        height: 40px;
        width: 90px;
        padding-top: 10px;
    }

    .main_search_box .filters_buttons .btn-default {
        background: linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0 !important;
        background: -o-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0 !important;
        background: -webkit-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0 !important;
        background: -moz-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0 !important;
        border: 0px solid #04287C;
    }

    #research,
    #clear_filter{
        height: 40px;
        padding: 10px 12px;
    }

    #research .fa,
    #clear_filter .fa{
        font-size: 1.5em !important;
    }

    #clear_filter{
        border-radius: 0 6px 6px 0;
    }

    .enterprise-box{
        padding: 10px;
        cursor: pointer;
    }

    .enterprise_box_icon, .enterprise_box_data, .enterprise_box_actions{
        float: left;
    }

    .enterprise_box_icon{
        width: 50px;
    }

    .enterprise_box_actions{
        width: 70px;
    }

    .enterprise_box_data{
        width: calc(100% - 120px);
        padding-left: 10px;
    }

    .enterprises_list{
        color: #363636;
        font-size: 10px;
    }

    .more_info_icon, .more_info_data{
        float: left;
    }

    .more_info_icon{
        width: 25px;
    }

    .more_info_data{
        width: calc(100% - 25px);
    }


    @media (max-width: 768px){
        .enterprise_box_data{
            width: calc(100% - 50px);
        }

        .enterprise_box_actions{
            float: right;
        }
    }