/*
* Fase 2 ICONS TYPOGRAPHY
*/
@font-face {
   font-family: 'ind-icons-f2';
   src:  url('/css/fonts/ind-icons-f2.eot?l3g1c2');
   src:  url('/css/fonts/ind-icons-f2.eot?l3g1c2#iefix') format('embedded-opentype'),
     url('/css/fonts/ind-icons-f2.ttf?l3g1c2') format('truetype'),
     url('/css/fonts/ind-icons-f2.woff?l3g1c2') format('woff'),
     url('/css/fonts/ind-icons-f2.svg?l3g1c2#ind-icons-f2') format('svg');
   font-weight: normal;
   font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'ind-icons-f2' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;

   /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
   content: "\e900";
}
.icon-menu-admin:before {
   content: "\e901";
}
.icon-menu-deportistas:before {
   content: "\e902";
}
.icon-menu-motor:before {
   content: "\e903";
}
.icon-menu-button:before {
   content: "\e904";
}
.icon-mail-info:before {
   content: "\e906";
}
.icon-notificaciones:before {
   content: "\e907";
}
/*
Main Layout.
*/

body { 
    font-family: Lato; 
    background: #f1f2f7!important;
}

.col-xx-2 { width:20%;float:left;min-height:1px; }
.col-xx-4 { width:40%;float:left;min-height:1px;padding:15px; }

.wrap > .container { padding: 20px 15px 20px; }

a { cursor:hand; cursor:pointer; }

header.simple-title { height:80px; }
header.simple-title h1 { font-size:45px;margin:40px 0 0 0px; }

.ind-logo { background-image:url("../ux/ind-logo.png");width:165px;height:81px; }
.ind-logo a { width:100%;height:100%;display:block; }


/* FICHA DEPORTISTA */
.athlete-card label,
.athlete-card select { width:100%; }
.athlete-card .personal-data { 
    min-height: 60px;
    display: flex;
    flex-direction: column;
}
.athlete-card .personal-data div { 
    margin-bottom: 20px; }

.athlete-card .personal-data span.title { 
    width: 100%;
    font-weight: bold;
    float: left; 
}
.athlete-card .personal-data span.description { 
    width: 100%; 
    color: #999; 
}
.athlete-card .user { 
    width: 135px;
    height: 250px;
    display: block;
    float: left;
    margin: 0 11px; 
}

.section-header { margin:10px 0 30px; }
.section-header h2 span.title-data { font-weight:100; }
.section-header h2 span.more { float:right; }
.section-header h2 span.edit { float:right; }

.main-search { height:80px; }
.full { width:100%;text-align:center;margin-top:30px; }
.user-arrow { width:28px;height:53px;display:block;float:left;margin-top:60px; }
.arrow-left { background-image:url("../ux/arrow-left.png"); }
.arrow-right { background-image:url("../ux/arrow-right.png"); }
.user-home { 
    width: 240px;
    height: 330px;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative; 
}
.user-home.payed { opacity:.3; }
.user-home.recent-tracked { opacity:.3; }
.user-data { 
    border-top: 5px solid #CCC;
    padding-top: 6px;
    text-align: left;
    font-size: 14px;
    min-width: 4.3em;
}
.user-data span { 
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a6a6a6;
}
.user-data span.name {
    color:rgb(64, 64, 64)!important
}
.user-home .reminder-mail { position: absolute;
    top: 190px;
    right: 10px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 9px 12px;
    color: #666;
    font-size: 18px;
    cursor: hand;
    cursor: pointer;
    position: absolute; 
}
.user-home.no-image .user-image img {
    opacity: .3;
    /* border-radius: 50%; */
    height: 100%;
    display: block;
    width: 100%;
}
.user-home.payed.no-image .user-image img {
    opacity: 1;
    /* border-radius: 50%; */
    height: 100%;
    display: block;
    width: 100%;
}
.user-image .days-number {
    position: absolute;
    bottom: 100px;
    right: 10px;
    height: 30px;
    padding: 6px 10px;
    border-radius: 25px;
    background: #ccc;
    color: white;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}
.user-image .days-number-magenta {
    background: #E2007A !important;
}
.user-image .large-tracked {
    background: #E2007A;
}
.user-image .tracked-status {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    color: rgb(44, 47, 51);
    cursor: hand;
    cursor: pointer;
}
.user-image .tracked-status i {
    font-size: 30px;
    font-family: 'ind-icons-f2' !important;
    font-style: normal;
    position: absolute;
    color: #E2007A;
}
.user-image .fulfillment-value {
    position: absolute;
    bottom: 100px;
    right: 10px;
    height: 30px;
    padding: 7px 10px;
    border-radius: 25px;
    background: #2E9AA6;
    color: white;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.user-image .fulfillment-value.magenta {
    background: #E2007A;
}
.user-image .fulfillment-value.amarillo {
    background: #E8B215;
}
.user-home img {
    min-height: 240px;
    color: white;
    width: 240px;
    display: block;
}



/* Breadcrumb */
    .breadcrumb {
        padding: 13px 15px;
        border-radius: 0 0 4px 4px;
    }
    .breadcrumb a {
        color: #666;
        font-weight: bold;
    }
    .breadcrumb .icon-home {
        color: #666;
        font-weight: bold;
        margin-right: 10px;
    }
    .breadcrumb > .active {
        color: #999;
    }

    /* Fix Breadcrumb */
    .header-fix .breadcrumb-row {
        padding: 0;
        position: fixed;
        top: 80px;
        z-index: 15;
    }
    .header-fix .breadcrumb-row .breadcrumb {
        box-shadow: 1px 0 3px rgba(0,0,0,.15);
    }
    .header-fix .content-row {
        margin-top: 65px;
    }
/* END Breadcrumb */   

/* GLOBAL ELEMENTS */
header.simple-title { height:130px; }
.create-menu header.simple-title { height:80px; }
.green-header { margin-top:30px;width:100%;height:50px;color:white;border:none;background:#2E9AA6;text-align:center; }
.green-header span { line-height:50px; }
.green-input { border:2px solid #2E9AA6;height:34px;border-radius:5px; }
/* END GLOBAL ELEMENTS */

/* HOME */
.home-options span { cursor:hand;cursor:pointer; }
.home-options span.active { color:#2E9AA6; }

/* GLOBAL LATERAL FILTERS */
.lateral-filters .filters-group { margin-top:20px; }
.lateral-filters .filters-group .filter-name { width:95%;font-size:26px;float:left;padding-bottom:10px;font-weight:500; }
.lateral-filters .filters-group span.more { float:left;height:30px;margin-top:10px; }
.lateral-filters .filters-group span.more.active { }
.lateral-filters .filters-group .filter-options { width:95%;font-size:15px;float:left;padding-bottom:8px; }
.lateral-filters .filters-group input[type="checkbox"] { float:left;width:5%; } 

.lateral-filters .filters { display:none; }
.lateral-filters .filters.active { display:block; }
/* END GLOBAL LATERAL FILTERS */
        

.input-group { }
.input-group input { height:60px;border-radius:0;margin:10px 0; }
.input-group button { height:60px;width:60px;border-radius:0;background-color:#BEC021;margin:10px 0;color:white; }

.separator-line { border-bottom:1px solid #BBB;height:1px;margin:50px 0 10px; }

.n-athletes { width:100%;height:80px;display:block;text-align:right;padding:10px 0; }
.n-athletes span { font-size:65px;line-height:55px;font-weight:100; }
.n-athletes span.n-ahtletes-filter { color:#BEC021;font-weight:bold; }
.n-athletes-options { text-align:right; }

/* GLOBAL LATERAL FILTERS */
.lateral-filters .filters-group { margin-top:20px; }
.lateral-filters .filters-group .filter-name { width:95%;font-size:26px;float:left;padding-bottom:10px;font-weight:bold; }
.lateral-filters .filters-group span.more { float:left;height:30px;margin-top:10px; }
.lateral-filters .filters-group span.more.active { }
.lateral-filters .filters-group .filter-options { width:95%;font-size:15px;float:left;padding-bottom:8px; }
.lateral-filters .filters-group input[type="radio"] { float:left;width:5%; } 
/* END GLOBAL LATERAL FILTERS */

.shopping-list .lists {  }
.shopping-list .lists .list-data { margin-top:30px; }
.shopping-list .lists .list-data .list-title { border:1px solid #BEC021;background:#BEC021;height:100%;display:block;width:100%;float:left; }
.shopping-list .lists .list-data .list-title .name { width:100%;float:left;height:40px;color:white;text-align:center;font-size:25px; }
.shopping-list .lists .list-data .list-content { border:1px solid #ccc;float:left;padding: 5%; }
.shopping-list .lists .list-data .list-content .lista-row { width:100%;float:left; }
.shopping-list .lists .list-data .list-content span { float:left; }
.shopping-list .lists .list-data .list-content .name { width:40%; }
.shopping-list .lists .list-data .list-content .gramos { width:20%; }
.shopping-list .lists .list-data .list-content .cantidad { width:40%; }




/* BOOTSTRAP MODAL */
.modal-header .close { margin-top:-7px;font-size:30px; }
.modal-header h3 { text-align:center;text-transform:uppercase; }



/* COMMON BUTTONS */
.green-button {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 50px;
    color: white;
    border: none;
    background: #2E9AA6;
    display: block;
    text-align: center;
}
a.green-button { line-height:50px; }
.shadow-button {
    border: 1px solid #2E9AA6;
    background: white;
    color: #2E9AA6;
    padding: 0;
    line-height: 42px;
    height: 48px;
}
.shadow-button.active {
    background: #2E9AA6;
    color: white;
}

.link { color:#666; }
.link-warning { color:#f0ad4e; }
.link-success { color:#5cb85c; }
.link-error { color:#5cb85c; }


/* COMMON SELECTS */
.form-group { margin-bottom:20px; }

select:focus{ outline: none;}
.select { margin:10px auto;border:1px solid #d9d9d9;position:relative; }
.select:after { content:"\025be";display:table-cell;text-align:center;padding-top:3px;width:20px;
    height:30px;background-color:#FFF;position:absolute;top:0;right:0px;pointer-events:none; }
.select select { background:transparent;border:none;font-size:13px;height:30px;padding:5px;width:100%!important; }
select { font-size:.8em;color:#BBB; }






/* ENTRENAMIENTOS */
.training h3 { background:#eee;font-size:14px;padding:5px 20px;float:left;width:100%;text-transform:uppercase; }
.trainings .week ul li { text-align:center;line-height:50px;width:14.28%;float:left; }
.trainings .week ul li span.week-day { border-bottom:1px solid #ccc;width:100%;display:block; }
.trainings .week ul li .training-data {
    padding: 10px 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #aaa;
}
.trainings .week ul li .training-row { line-height:normal; }
.trainings .week ul li .training-row span { line-height:30px; }
.trainings .week ul li.active { color:#2E9AA6; }

.modal-dialog .training { 
    display: flex; 
    display: -webkit-flex;
}
.modal-dialog .training .training-form { display:block; }

.create-menu .training-info .training-data{ 
    background: white;
    border: 1px solid #CCC;
}
.create-menu .training-info .training-data.active { 
    border: 1px solid #2E9AA6;
}
.create-menu .training-content { text-align:center;padding:5px; }
.create-menu .training-row { line-height:normal; }
.create-menu .training-row span { line-height:20px;color:#aaa; }
.create-menu .training-row:first-child span { color:#333; }
/* END ENTRENAMIENTOS */





/* ESTILOS DEL MAIN - REVISAR */
/* Auto-Rellenado de Input - Background White */
        input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #fff inset!important;
            -webkit-text-fill-color: #ccc!important;
        }

        .form-control {
            border: 1px solid #ccc!important;
            color: #333!important;
        }
        
        .dashboard-header { 
            width: 100%;
            height: 80px;
            background: white;
            display: flex;
            flex-direction: row;
            position: fixed;
            z-index: 1000;
        }
        .container-full { 
            width: 100%;
            padding: 0!important;
            display: flex;
            flex-direction: row; 
        }
        .container-full .main-content {
            width: 100%;
        }
        .navigation-fase-2 { 
            width: 240px;
            float: left; 
            position: fixed;
            /*z-index: 100;*/
        }
        
        .dashboard-header .intranet-options { 
            display: flex; 
        }
        .dashboard-header .intranet-options-reverse { 
            flex-direction: row-reverse; 
        }
        .dashboard-header .intranet-options .option a {
            color: #999;
        }
        .dashboard-header .intranet-options .option {
            width: 45px;
            height: 45px;
            padding: 6px 10px;
            margin: 18px 12px;
            border-radius: 50%;
            border: 1px solid #999;
            color: #999;
            font-size: 24px;
            cursor: hand;
            cursor: pointer;
            background: white;
        }
        .dashboard-header:not(.no_hover) .intranet-options:not(.no_hover) .option:hover:not(.no_hover) {
            background: #2E9AA6;
            border-color: #2E9AA6;
            color: white;
        }
        .dashboard-header:not(.no_hover) .intranet-options:not(.no_hover) .option:hover:not(.no_hover) a {
            color: white;
        }
        .dashboard-header .intranet-options .option.close-menu {
            margin-left: 0;
            background: #2E9AA6;
            color: white;
            border: none;
            padding: 0;
            margin: 18px 0;
        }
        .dashboard-header .intranet-options .option.separator {
            width: 1px;
            padding: 0;
            border-radius: 0;
            border-left: 0;
        }
        .dashboard-header .intranet-options .option.inactive {
            cursor: initial;
            color: #eee;
            border-color: #eee;
        }
        .dashboard-header .intranet-options .option.inactive:hover {
            background: white;
            color: #eee;
            border-color: #eee;
        }
        .dashboard-header .nutritionist-image {
            margin: 0 1em;
        }
        
        
        .sidebar-toggle-box {
            float: none;
            position: initial;
        }
        .sidebar-toggle-box .fa-bars {
            cursor: pointer;
            display: block;
            font-size: 24px;
            color: white;
            width: 45px;
            height: 45px;
            padding: 10px;
            border-radius: 50%;
        }
        
        
        /* User Header */
        .user-header .user-image a {
            border: 6px solid #CCCCCC;
            border-radius: 50%;
            width: 130px;
            margin: 0 auto;
            display: block;
            height: 130px;
            overflow: hidden;
        }
        .user-header .user-image a.have-image {
            border-color: #2E9AA6;
        }
        .user-header .user-image a img {
            height: 100%;
            display: block;
            width: 100%;
        }

        .user-header .user-image .default-image img {
            opacity: .3;
        }
        
        .user-header .separator {
            margin:0 5px;
        }
        
        .user-header .personal-info {
            margin-top: 15px;
        }
        .user-header .personal-info h2 {
            color: #2E9AA6;
            margin-top: 0;
            font-weight: bold;
            font-size: 24px;
        }
        .user-header .personal-info h2 .device-icon {
            background-size: 20px;
            background-repeat: no-repeat;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-left: 10px;
        }
        .user-header .personal-info h2 .device-icon.device-type-iphone {
            background-image: url('http://ind.empiezaunreto.com/ux/apple-icon.png');
            padding-top: 25px;
        }
        .user-header .personal-info h2 .device-icon.device-type-android {
            background-image: url('http://ind.empiezaunreto.com/ux/android-icon.png');
            padding-top: 20px;
        }
        .user-header .personal-info p {
            margin: 3px 0;
        }
        
        .user-header .session-info {
            margin-top: 5px;
            border-left: 1px solid #ccc;
            min-height: 100px;
            padding-left: 30px;
            margin-bottom: 5px;
        }
        .user-header .session-info p {
            margin: 2px 0;
        }
        
        .btn-shadow {
            border-color: #2E9AA6;
            background-color: white;
            border-radius: 0;
            color: #2E9AA6;
            font-size: 13px;
            padding: 5px 20px;
        }
        .btn-shadow:hover {
            color: #2E9AA6!important;
        }
        .btn-primary {
            background-color: #2E9AA6;
            border-radius: 0;
            font-size: 13px;
            padding: 5px 20px;
        }
        
        a.logo{
            margin: 0;
        }
        .brand {
            background: white;
            width: 288px;
        }
        .brand .logo img {
            margin: 14px 0 0 14px;
        }
        .brand .intranet-options {
            position: absolute;
            left: 217px;
            z-index: 150;
        }
        
        .top-nav {
            margin-top: 0!important;
        }
        .top-nav img {
            width: 48px;
        }
        .top-nav ul.top-menu>li {
            margin: 18px 12px!important;
        }
        .top-nav ul.top-menu>li.search-user {
            margin: 7px 0 0 0!important;
        }
        .top-nav ul.top-menu>li.nutritionist-image {
            margin: 1px 15px 0 15px!important;
        }
        .top-nav ul.top-menu>li.log-out {
            margin: 1px 0 0 0!important;
        }
        .top-nav ul.top-menu>li>a {
            background: none!important;
            border: none;
            font-size: 22px;
        }
        .top-nav ul.top-menu>li>a:hover {
            background: none!important;
            border: none;
            color: white!important;
        }
        
        
        .input-group button {
            border: 1px solid #2E9AA6;
            background-color: #2E9AA6;
        }
        
        .open-notifications {
            position: relative;
        }
        .open-notifications:hover .birthday-layout {
            color: #999;
            display: block;
        }
        .open-notifications .birthday-layout ul li {
            margin: .2em .2em;
        }
        .open-notifications .birthday-layout ul li a {
            color: #999;
            cursor: hand;
            cursor: pointer;
        }
        .open-notifications:hover .birthday-layout ul li a {
            color: #999;
        }
        .n-birthdays {
            position: absolute;
            top: -2px;
            right: -10px;
            font-size: 12px;
            background: white;
            border: 1px solid;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            text-align: center;
            padding-top: 1px;
        }
        .open-notifications .n-birthdays {
            background-color: #2E9AA6;
            border-color: white;
            color: white;
        }
        .open-notifications:hover .n-birthdays {
            background-color: #2E9AA6;
            border-color: white;
        }
        /* Original Styles for Birthday Layout
        .birthday-layout {
            display: none;
            position: absolute;
            right: -15px;
            margin-top: .5em;
            padding: 0;
        }
        .birthday-layout .content {
            width: 350px;
            background: white;
            border-radius: 5px;
            font-size: 14px;
            color: #999;
            box-shadow: -1px 2px 5px #ccc;
        }
        .birthday-layout .dropdown-menu {
            max-width: 360px !important;
            top: 0;
            left: 0;
            cursor: default;
            display: block;
            width: 350px!important;
        }
        .birthday-layout .arrow {
            width: 70px;
            height: 20px;
            float: right;
            margin-top: -20px;
        }
        .birthday-layout h3 {
            text-align: center;
            margin: .5em 0;
            font-size: 20px;
        }
        .birthday-layout ul li a .default-image img {
            opacity: .3;
        }
        .birthday-layout ul li a .user .name {
            color: #666;
            margin-top: 3px;
        }
        .birthday-layout ul li a .user {
            display: flex;
            flex-direction: column;
        }
        */
        .birthday-layout {
            display: none;
            position: absolute;
            left: -203px;
            padding-top: 20px;
            top: 30px;
            width: 250px;
            height: 100%;
        }
        .birthday-layout .dropdown-menu {
            max-width: 250px !important;
            left: 0;
            cursor: default;
            display: block;
            width: 250px!important;
            position: absolute;
            top: 20px;
        }
        .birthday-layout .arrow {
            width: 70px;
            height: 20px;
            float: right;
            margin-top: -20px;
        }
        .birthday-layout h3 {
            text-align: center;
            margin: .5em 0;
            font-size: 20px;
        }
        .birthday-layout ul li a .user .name {
            color: #666;
            margin-top: 3px;
        }
        .birthday-layout ul li a .user .name i {
            background: white;
            border-radius: 50%;
            padding: 5px;
            margin-right: 7px;
        }
        .birthday-layout ul li a .user {
            display: flex;
            flex-direction: column;
        }
        
        
        .search-user {
            margin-top: 7px;
            cursor: hand;
            cursor: pointer;
        }
        .search-user .icon {
            position: absolute;
            top: 13px;
            right: 18px;
            z-index: 100;
            color: #999;
            background: white;
            font-size: 22px;
            width: 40px;
            height: 40px;
            border-radius: 25px;
            line-height: 40px;
            text-align: center;
            cursor: hand;
            cursor: pointer;
        }
        .search-user .search {
            border-radius: 25px!important;
            height: 46px!important;
            width: 46px!important;
            border: 1px solid #999!important;
            margin-right: 14px;
            background: white;
            padding: 0 44px 0 0;
        }
        .search-user .search:focus {
            width: 280px!important;
            border: 1px solid #f6f6f6;
            box-shadow: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #c8c8c8;
            font-weight: 300;
            padding: 0 44px 0 22px;
        }
        
        
        .nutritionist-image {
            padding: 15px 0 0;
        }
        .nutritionist-image img {
            border-radius: 50%;
        }
        .nutritionist-image .nutritionist-name {
            line-height: 40px;
            font-size: 16px;
            margin-left: 30px;
            vertical-align: middle;
        }
        
        .log-out {
            padding: 45px 20px 0 0;
        }
        .log-out .log-out-option {
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 12px solid #2E9AA6;
            cursor: hand;
            cursor: pointer;
        }
        .log-out button {
            background: white;
            border: 1px solid #ccc;
            position: absolute;
            width: 120px;
            right: 10px;
            height: 40px;
            font-size: 15px;
            display: none;
        }
        .log-out:hover button {
            display: block;
        }
        
        
        /* Headers */
        .page-header {
            margin: 0 0 20px;
        }
        h2.green-section-header {
            background-color: #2E9AA6;
            width: 100%;
            height: 50px;
            color: white;
            font-size: 28px;
            padding: 10px 20px;
            margin: 0; 
        }
        h2.grey-section-header { 
            width: 100%;
            height: 50px;
            background-color: #BBB;
            color: white;
            font-size: 28px;
            padding: 10px 20px;
            margin: 0; 
        }
        
        
        /* RECETAS */
        .recipes .summary {
            position: absolute;
            top: -156px;
            right: 15px;
            font-size: 20px;
        }
        .recipes .summary .summary-prev {
            color: #2E9AA6;
        }
        
        
        /* CONFIGURADOR */
        .reparto {
            text-align: left;
            font-size: 10px;
            margin: 7px;
        }
        
        /* CONTADOR ELEMENTOS EN TABS HOME */
        .count-tab {
            background: #2E9AA6;
            width: 25px;
            height: 25px;
            text-align: center;
            color: white;
            display: inline-block;
            margin: -5px 0 -5px 10px;
            padding: 5px 0 8px;
            border-radius: 50%;
            font-size: 10px;
            line-height: 14px;
            vertical-align: text-bottom;
        }
        .count-tab-color-magenta {
            background: #E2007A!important;
        }
        .count-error-color-white {
            color: #FFFFFF!important;
        }
        .panel-heading .nav>li:first-child.active>a, 
        .panel-heading .nav>li:first-child>a:hover {
            color: #2E9AA6!important;
        }
        .tracking-sub-options {
            display: none;
            margin-top: 15px!important;
        }
        
        @media (max-width: 769px) {
            #main-content {
                margin-left: 240px;
            }
            a.logo {
                float: right;
                margin: 0 20px;
            }
            .brand {
                width: 100%;
            }
            .brand .intranet-options {
                left: 20px;
            }
            .top-nav ul.top-menu>li.log-out {
                margin: 1px 0 0px 20px!important;
            }
            .top-nav ul.top-menu>li.nutritionist-image {
                display: none;
            }
            .top-nav ul.top-menu>li {
                margin: 18px 5px!important;
            }
            .top-nav ul.top-menu>li.search-user {
                margin: 7px 0 0 0!important;
            }
            .search-user .icon {
                right: 5px;
            }
            .search-user .search {
                margin-right: 4px;
            }
            #sidebar.hide-left-bar {
                margin-left: -240px !important;
                z-index: 0;
            }
            #sidebar {
                top: 160px;
                margin-left: 0!important;
                z-index: 100;
            }
            aside.header-fix #sidebar {
                top: 80px;
            }
            .header-fix .breadcrumb-row {
                width: 100%;
                border-top: 1px solid #eee;
            }
        }
        @media (max-width: 479px) {
            /* Cabecera y Menú Lateral */
            
        }
/* FIN ESTILOS DEL MAIN */


/* ESTILOS LATERAL REVISAR */
.navigation { padding-left:0; }
#sidebar .sub-menu>.sub li a {
    padding-left: 58px;
}
.navigation-options ul li p {
    line-height: 44px;
    padding: 18px 0 18px 25px;
    border-bottom: none;
    margin: 0;
    color: #aeb2b7;
    text-transform: uppercase;
}
.navigation-options ul li a {
    height: 100%;
    display: block;
    line-height: 44px;
    padding: 18px 0 18px 25px;
    border-bottom: none;
    text-transform: uppercase;
    text-decoration: none;
}
.navigation-options ul li i {
    margin-right: .6em;
    font-size: 1.3em;
    vertical-align: text-bottom;
}
.navigation-options ul li i.arrow { 
    position: absolute;
    top: 2.1em;
    right: .0em;
}
ul.sidebar-menu li a {
    font-size: 13px;
    color: #aeb2b7;
}
ul.sidebar-menu li a i.icon-menu-deportistas {
    font-size: 15px;
    font-weight: bold;
}
ul.sidebar-menu li ul li a i {
    display: none;
}
.navigation-options ul li ul li a {
    background: none;
    line-height: inherit;
}
.navigation-options ul li.sub-menu-motor a:hover {
    cursor: default;
}
.navigation-options ul li.sub-menu-motor a:hover {
    color: #aeb2b7;
    background: inherit;
}
.navigation-options ul li.sub-menu-motor a:hover i {
    color: #aeb2b7;
    background: inherit;
}
.navigation-options ul li.sub-menu-motor .sub {
    display: block!important;
}
.navigation-options ul li.sub-menu-motor li a:hover {
    cursor: hand;
    cursor: pointer;
}
.navigation-options ul li.sub-menu-admin .sub {
    display: block!important;
}
.navigation-options ul li.sub-menu-admnin li a:hover {
    cursor: hand;
    cursor: pointer;
}

/* END ESTILOS LATERAL */


/* SEARCH PAGE Filter Styles for Deportistas - Recetas - Recetas Favoditas */
.search-filters .form-group {
    margin-bottom: 0;
    background: rgb(64, 64, 64);
    color: white;
} 
.search-filters .form-group.field-athletesearch-full_name,
.search-filters .form-group.field-recipesearch-recipe_name{
    background: none;
}
.search-filters .form-group .drop-list { 
    border-top: 1px solid #ccc;
    padding: 1.2em;
    position: relative;
}
.search-filters .form-group .drop-list label { 
    font-size: 14px;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.search-filters .form-group .drop-list i { 
    position: absolute;
    right: 1.2em;
    margin-top: 0.2em;
    margin-right: 1.2em;
    width: 1.2em;
    padding: 0 1px;
}
.search-filters .form-group .inputs { 
    display: none; 
    padding: 0 1.2em;
}
.search-filters .form-group .checkbox {
    margin-top: 0;
    margin-bottom: 10px;
}
.search-filters .form-group .checkbox:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.search-filters .form-group .help-block {
    display: none;
}
.search-filters .form-group span.dropdown-close {
    position: absolute;
    right: 1.2em;
    width: 0;
    height: 0;
    border-left: 9px solid #ccc;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 1.5em;
}
.search-filters .form-group span.dropdown-open {
    position: absolute;
    right: 1.2em;
    width: 0;
    height: 0;
    border-left: 9px solid #ccc;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 1.5em;
    transform: rotate(90deg);
}
    
/* DEPORTISTAS PAGE */
    .ind-search-button input { 
        border-radius: 0!important; 
    }
    .ind-search-button button { 
        border-radius: 0!important; 
    }

    .athlete-index .athletes-list { 
        margin-top: 68px; 
    }
    .athlete-index .athletes-list .summary {
        position: absolute;
        top: -156px;
        right: 15px;
        font-size: 20px;
    }
    .athlete-index .athletes-list .summary .summary-prev {
        color: #2E9AA6;
    }
    .athlete-index .athletes-list .athlete { 
        width: 240px;
        float: left;
        margin: 0 .3% 10px 0;
    }
    .athlete-index .athletes-list .athlete.first { 
        margin: 0 0 2%; 
    }
    .athlete-index .athletes-list .athlete img { 
        width: 240px;
        height: 240px; 
    } 
    .athlete-index .athletes-list .athlete .default-image img { 
        opacity: .3; 
    } 
    .athlete-index .athletes-list .athlete .athlete-data { 
        min-height: 4.3em;
        font-size: 14px;
        margin-top: 2px;
        padding: 5px;
    }
    .athlete-index .athletes-list .athlete .athlete-data .athlete-name { 
        display: block;
        width: 100%;
        color: rgb(64, 64, 64);
    }
    .athlete-index .athletes-list .athlete .athlete-data .phone { 
        display: block;
        width: 100%; 
        color: #a6a6a6;
    }
    .athlete-index .athletes-list .athlete .athlete-data .mail { 
        display: block; 
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; 
        color: #a6a6a6;
    }
/* END DEPORTISTAS PAGE */

.icon-overlay
{
    position: absolute;
    width: 40px;
    min-height: 40px !important;
    max-height: 40px !important;;
    top: 0%;
    right: 3px;
    opacity: 1 !important;
    z-index: 1;
}
