/* Secore.es */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.table-calendar td{
    position: relative;
    height: 150px;
}
.weekday{
    background: #000000;
    color:#FFFFFF;
    height:auto !important;
    padding: 5px;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.num_day{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: orange;
    border-radius: 20px;
    color: #FFFFFF;
}
div.box.container{
    background-color: #f0f0f0;
    
}

.main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#home-login{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: absolute;
    height: 100%;
    width: 100%;                                                               
}

.Aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 90%;
    max-width: 300px;
}

.Aligner-item--fixed-lg{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 90%;
    max-width: 900px;
}

.Aligner-item {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.login-logo{
	display:block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.tienda-logo-link{
 display: inline-block;
 width: 200px;
}
.tienda-logo-link img{
    width: 100%;
}

.tienda-logo-link span{

}

.fondo-negro {
    background-color: #000000 !important;
    color:#FFF !important;
}

.logo-lista-tienda{
    height: 80px;
}

.img-table{
    width: 50px;
    margin: 0 auto;
    display: block;
}

.custom_view_logo_cat{
    display: inline-block;
    width: auto;
    max-width: 30%;
    max-height: 100%;
}

.event_custom_view{
    padding: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 250px;
    overflow-y: hidden;
    margin-bottom: 20px;
    border: 2px solid #000000;
}
.event_custom_view::-webkit-scrollbar {
    width: 7px;
}

.event_custom_view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.event_custom_view::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.event_custom_view:hover{
overflow-y: auto;
}

.btn-expand{
   -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: fixed;
    right: 0;
    z-index: 2;
    top: 50%;
    opacity: 1;
}
.extendable:hover .btn-expand{
    opacity: 1;
}
.expanded{
    height: auto;
}

/*.fc-download-button:before{
    font-family: 'Glyphicons Halflings';
    content: "\e026";
}*/
.body{
    background: #000000;
}


.main-color-bg{
    background-color: #095f59;
    color: #ffffff !important;
}


/*Header */

#header{
    background: #333333;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: : 15px;
}

#header .create{
    padding-top: 20px;
}

.dash-box{
    text-align: center;
}

footer {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

footer p{
    color: #ffffff !important;
}

.no-fijo{
    position: relative !important;
}

.navbar-default {
  background-color: #000000;
  border-color: #ffffff;
}

#navbar > ul > li.dropdown > ul{
    background: #000000;
    border-radius: 0;
    border: 2px solid #fff;
}

#navbar > ul > li.dropdown.open > ul > li > a{
    color: #FFFFFF;
}

#navbar > ul > li.dropdown.open > ul.dropdown-menu>li>a:focus, #navbar > ul > li.dropdown.open > ul.dropdown-menu>li>a:hover{
    color: #FF7900;
    background-color: rgba(0, 0, 0, 0);
}


/*Breadcrumb*/

.breadcrumb{
    background: #cccccc;
    color: #333333;
}
.breadcrumb a{
    color: #333333;
}

.colorpicker-visible, .datetimepicker, .clockpicker-popover{
    z-index: 9999999 !important;
}
.clockpicker-popover{
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    background-clip: padding-box !important;
}

.clockpicker-popover .arrow:after {
    border-top-color: #f8f8f8;
}

.list-group-item-categoria{
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.orange-cms ul.nav-pills{
    padding: 0px 40px;
    margin: 10px;
    border-bottom: 1px solid;
}

.orange-cms ul.nav-pills li{
    margin-bottom: 10px;
}

.orange-cms .btn-default{
    background: #ffffff;
}
.btn-group-acciones-l{
    position: absolute;
    top: 0px;
    left: 0;
    margin-bottom: 0px !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.btn-group-acciones-r{
    position: absolute;
    top: 0px;
    right: 0;
    margin-bottom: 0px !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}




.btn-group-acciones-l .btn, .btn-group-acciones-r .btn{
    margin:0 !important;
}

.list-group-item:hover .btn-group-acciones-l, .list-group-item:hover .btn-group-acciones-r{
     opacity: 1;
}

.btn-group-vertical>.btn:first-child:not(:last-child), .orange-cms.landing-sem .mod-contratacion .btn-group-vertical>.btn-formulario:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.subcat_img_list{
    width: 32px;
    margin-right: 10px;
}

.orange-cms input:-webkit-autofill, .orange-cms textarea:-webkit-autofill, .orange-cms select:-webkit-autofill {
    background-color: inherit !important;
    background-image: inherit !important;
    color: inherit !important;
}


.img-select{
    width: 35px;
    margin-right: 20px;
    display: inline-block;
}
.form-control-icono{
    width: 100%;
}
.form-control-icono > button{
    height: auto !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
}
.label-categoria{
    padding: 5px 25px;
    font-size: 1.5rem;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #000000;
    font-weight: bolder;
    font-size: 1.6rem;
    line-height: 1.6rem;
}
/***
CALENDARIO
**/


#calendar{

}
.centered_flex{
    display: flex;
    align-items: center;
}

.centered_flex img{
    width: 25%;
}

.centered_flex .list-group-item-heading{
    /*width: 75%;*/ /*quitado al quitar la imagen de la subcategoría*/
    width: 100%;
    text-align: center;
}
.panel-heading.fondo-negro.text-center.hoy{
    background-color: #FF7900 !important;
    color: #000000 !important;
}
.event_custom_view.hoy{
        border-color: #FF7900 !important;
}

.fc table{
    background: transparent;
}

.fc-toolbar {
    text-transform: uppercase;
}

.fc-month-view, .fc-agenda-view, .fc-list-view{
    background: #FFFFFF;
}
.fc td.fc-today {
    background: rgba(255, 121, 0, 0.36);
}

.fc-day-number{
    margin-right: 5px;
}
.fc-content{
    height: 100%;
}
.fc button{
    height: auto;
}

.fc-time-grid .fc-slats td {
    height: 50px;
    border-bottom: 0;
}

.fc-day-header{
    padding: 10px 0 !important;
    text-transform: uppercase;
}
.fc-agendaDay-view .fc-day-header{
    font-size: 2rem;
}
.fc-day-header a{
 color: #fff;
}

.fc-day-number{
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #ff7900;
    border-radius: 20px;
    color: #FFFFFF !important;
    margin: 5px 5px 1px;
}

.fc-axis, .fc-day-header, .fc-week-number {
    background: #000000;
    color: #fff;
    text-align: center !important;
    vertical-align: middle !important;
}
.fc-week-number a{
    color:#ffffff;
}

.fc-month-view .fc-content{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.fc-month-view .img_cat{
    width: 20px;
    margin: 0 5px 5px 0;
    position: absolute;
    left: 5px;
    top: 0;
}

.fc-month-view .img_evento{

    /*margin: 0 5px 5px 0;
    position: absolute;
    left: 5px;
    top: 0;*/
    
    width: 100%;
	height:100%;
	max-height: 40px;
    max-width: 40px;
    margin: 2px 0 2px 2px;
}

.fc-month-view .img_evento{
   /* display: none;*/
}

.fc-agendaWeek-view .fc-content{
    height: 100%;
}

.fc-agendaWeek-view .fc-content .fc-time{
    display: none;
}

.fc-agendaWeek-view .img_evento{
    width: 100%;
}

.fc-agendaWeek-view .fc-title{
    /*transform: rotate(-90deg);
    //font-size: 2rem;*/
}

.fc-agendaDay-view .img_cat{
    width: 150px;
    margin: 0 auto;
    display: block;
}

.fc-agendaDay-view .img_evento{
    /*display:none;*/
    width: 100%;
}
.fc-v-event{
    max-width: 33%;
}

.fc-listWeek-view .img_evento{
    width: 50px;
    margin-right: 10px;
    float: left;
}

.fc-list-item-title > a{
    font-size: 2rem;
}

/* cambiado al quitar el icono, la nueva regla es la inferior
.fc-day-grid-event .fc-content {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}*/

.fc-day-grid-event .fc-content {
    text-align: center;
    padding: 2px;
}
.fc-day-grid-event .fc-time{
    display: none;
}

/* cambiado al quitar el icono, la nueva regla es la inferior
.fc-day-grid-event .fc-title{
    font-size: 14px;
    text-align: right;
    white-space: normal;
    text-transform: uppercase;
    width: calc(100% - 25px);
    float: right;
}
*/
.fc-day-grid-event .fc-title {
    font-size: 14px;
    white-space: normal;
    text-transform: uppercase;
}

.fc-ltr .fc-time-grid .fc-event-container {
    /*margin: 0 25% 0 0;*/
}

.fc-time-grid-event .fc-time {
    display: none;
}

.fc-CustomView-view div{
    box-sizing: border-box;
}


table.fc-list-table>tbody>tr>td.active{
    background: #000000;
    text-align: center;
}

.fc-ltr .fc-list-heading-main {
    float: none;
    text-transform: capitalize;
    color:#FFFFFF !important;
    font-size: 1.5rem;
}
.fc-ltr .fc-list-heading-main:after {
    content: ', ';
}
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float: none;
    margin-left: 10px;
    color:#FFFFFF !important;
    font-size: 1.5rem;
}

.fc-event-dot {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 0;
}
.fc-list-item{
   /* color: #ffffff;*/
}

.fc-list-item-marker {
display:none;
}
.fc-list-item-title a{
    color: inherit !important;
}


.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title{
    font-size: 2rem;
    text-align: center;
}

.fc-day-grid .fc-row {
    z-index: 1;
    height: auto !important;
}

h1.evento-header {
    padding: 55px 0px 5px;
    text-align: center;
}

h1.evento-header .logo_sub_cat{
    float: right;
    width: 100px;
        margin-top: 0;
}

.hero{
    height: 342px;
    margin: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.details {
    width: 600px;
    padding-top: 190px;
    text-align: right;
    max-width: 90%;
    margin: 0 auto;
}
.details .title1 {
    color: #ff7900;
    font-size: 44px;
    margin-bottom: 13px;
    position: relative;
}
#evento img.logo{
    position: absolute;
    width: 40px;
    z-index: 2;
    top: 30px;
    left: 30px;
}

#evento img.logo_sub_cat{
    position: absolute;
    width: 40px;
    z-index: 2;
    top: 30px;
    right: 30px;
}

.badge-cat, .badge-subcat{
    padding: 5px 10px;
    font-size: 1.5rem;

}

.bootstrap-select > .btn.dropdown-toggle.btn-default{
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    border-color: #cccccc;
}

.bootstrap-select > .btn.dropdown-toggle.btn-default:hover, .bootstrap-select > .btn.dropdown-toggle.btn-default:focus, .bootstrap-select > .btn.dropdown-toggle.btn-default:active{
    background-color: #e2e2e2;
}

.pagination-right .pagination>li{
    float:right;
}
/******************/

/*.fc-agendaWeek-view table, .fc-agendaWeek-view  tbody, .fc-agendaWeek-view  tr, .fc-agendaWeek-view  td{
    display: block;
}*/


/*****************/

#menucategorias{
    margin-top: -17px !important;
}
#menucategorias>ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    
}

#menucategorias>ul>li{
    /*height: 20px;*/
    padding: 5px 20px;
    /*line-height: 20px !important;*/
    text-transform: uppercase;
}
#menucategorias.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 5px;
    z-index: 999;
}
.sticky + .main {
  /*padding-top: 60px;*/
}


.info_evento {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    text-align: center;
}
.info_evento p{
    font-size: 7px !important;
    line-height: initial;
    margin: 0;
}
@media only screen and (max-width: 767px){
    .orange-cms .fc-list-table.table {
        display: table;
    }
}

@media (min-width: 768px){
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
    #calendar{
        padding:10px;
    }


    .fc-listWeek-view .img_evento {
        width: 80px;
        margin-right: 15px;
    }

    #evento img.logo{
        position: absolute;
        width: 70px;
        z-index: 2;
        top: 30px;
        left: 30px;
    }

    #evento img.logo_sub_cat{
        position: absolute;
        width: 70px;
        z-index: 2;
        top: 30px;
        right: 30px;
    }
    .info_evento{
        width: 70px;
        height: 70px;
        justify-content: flex-end;
        padding-bottom: 5px;
        margin-right: 15px;
        margin-top: 15px;
    }
    .info_evento p{
        font-size: 10px !important;
    }
    h1.evento-header {
        padding: 15px 90px 5px;
        text-align: center;
    }
}

@media (min-width: 992px){

    #calendar{
        padding:20px;
    }

    .fc-day-number{
        /*font-size: 2rem;*/
    }

    .fc-listWeek-view .img_evento {
        width: 80px;
        margin-right: 20px;
    }
    #evento img.logo{
        position: absolute;
        width: 120px;
        z-index: 2;
        top: 30px;
        left: 30px;
    }

    #evento img.logo_sub_cat{
        position: absolute;
        width: 90px;
        z-index: 2;
        top: 20px;
        right: 20px;
    }
    .info_evento{
        width: 120px;
        height: 120px;
    }
    .info_evento p {
        font-size: 17px !important;
    }

    h1.evento-header {
        padding: 15px 140px 5px;
        text-align: center;
        min-height: 120px;
    }
}

@media (min-width: 1200px){

    #calendar{
        padding:30px;
    }
}