html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

ul.nav-tabs li.active{
	background-color: rgb(242, 242, 242);
}
ul.nav-tabs li.active a {
	background-color: rgb(51, 122, 183);
	color: rgb(255, 255, 255);
}

.bigModal{
   width:90%;
}

.color-pandora-yellow{
	background-color: #FBC614;
}

.color-pandora-calipso{
	background-color: #23A7D2;
}

.color-pandora-celeste{
	background-color: #64DCEB;
}

.color-pandora-naranjo{
	background-color: #F26C25;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}


/*para hacer paneles colapsables con icono abierto y cerrado*/
.accordion-toggle{
	cursor: pointer;
}
.accordion-toggle::after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    /*color: grey;          adjust as needed */
}
.accordion-toggle.collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/*Cols same height*/
.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.is-flex .box {
  background: none;
  position: static;
}
.is-flex [class*="col-"] {
  background: #fff;
}

.rating-xxs {
    font-size: 1em;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.card{
box-shadow: 1px 1px 3px #888;
margin: 5px;
/*float: left;*/
}
.card .card-itemTask{
display: block;
color:#333;
background-color:#f8f8f8;
}

.card .card-title{
  text-align: center;
  font-weight: bolder;
  font-size: larger;
}

.card-produccion{
background-color: mediumspringgreen;
}
.card-terminado{
background-color: lightblue;
}
.card-despachado{
background-color: #ddd;
}

.card-complex-1{
border: 3px dashed black;
}
.card-complex-4{
border: 3px solid black;
}
.card-complex-5{
border: 4px solid red;
}
.panel-tareas{
    padding:5px;
}
.panel-tareas-body{
    padding: 5px 10px 5px 0px;
}

/*---------------------inicio chat----------*/
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.chat-panel .chat-slidedown .chat-glyphicon, .chat .chat-glyphicon
{
    margin-right: 5px;
}

.chat-panel-body
{
    overflow-y: scroll;
    max-height: 200px;
    padding: 10px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*---------------------fin chat----------*/
/*--------------------Inicio FullCalendar--------------*/
.fc-unthemed td.fc-today {
    background: #ff6868 !important;
}
.fc-day-number{
    background-color: #ccc;
    border-radius: 40%;
    font-size: 25px;
    font-weight: bold;
    height: 40px;
    padding: 0 auto;
    text-align: center;
    width: 40px;
}
/*--------------------Fin FullCalendar--------------*/
.ficha-card{
    background-color:#fff;
    margin-bottom:5px;
    padding:0px;
}
.ficha-card-titulo a{
    border-radius:0;
    border:none;
    color:#fff;
    font-weight:600;
    margin-bottom:2px;
    white-space: normal;
}

@keyframes blink {  
  0% { background-color: #eaeaea; box-shadow: 1px 1px 3px #888;}
  100% { background-color: #f8f8f8; box-shadow: 6px 6px 3px #888;transform: translate(-2px, -2px);}
}
@-webkit-keyframes blink {
   0% { background-color: #eaeaea; box-shadow: 1px 1px 3px #888;}
  100% { background-color: #f8f8f8; box-shadow: 6px 6px 3px #888;transform: translate(-2px, -2px);}
}
.blink {
  -webkit-animation: blink 1s ease;
  -moz-animation: blink 1s ease;
  animation: blink 1s ease;
  animation-iteration-count: 15 ;
  animation-direction:alternate;
  background-color: #eaeaea;
}

.card .card-itemTask .blink{
  background-color: #eaeaea;
}
 /*encojer items del menu*/
.nav.small > li > a{
    padding: 6px 5px;
}

/*circulos chat*/
.circle-chat{
  width:50px;
  height:50px;
  border-radius:25px;
  font-size:20px;
  color:#fff;
  line-height:50px;
  text-align:center;
  background:#55C1E7;
}

/*sobreescribe la clase en fullcalendar*/
.fc-listWeek-view .fc-list-item-title a{
    color: #888 !important;
}
.fc-list-item-title a.text-success{
	color: #3c763d;
}
.fc-list-item-title a.text-warning{
	color: #8a6d3b;
}
.metricas{
    background: #eee;
    border: solid 1px #ddd;
    padding: 5px;
}
.metricas h4{
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}
.metricas span{
    display: inline-block;
    padding:10px;
    
}
.metricas strong{
    font-size: 18px;
    display:inline-block;
    margin:10px 0;
    float:right;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media screen and (max-width: 480px){
    #searh-documento-orden-trabajo{
        font-size: 12px !important;
    }
    #searh-documento-orden-trabajo #w1-filters{
        /*display:none;*/
    }
}
.carousel-caption{
    width: 100%;
    left: 0;
    right: 0;
}
.carousel-caption h4{
    background: #ccc;
    padding: 10px 0;
    opacity: 0.8;
}

li .dropdown-header{
    font-weight: bold !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px !important;
    margin-bottom: 8px !important;
    margin-top: 5px !important;
    color: #272626 !important;
    background: #f1efef !important;
}