#loading-indicator {
    display:    none;
    position:   fixed;
    z-index:    4000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4 ) 
                url('../img/ajax-loader.gif') 
                50% 40% 
                no-repeat;
}

.ventanaemergente, .dialog{
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color: #000;
}

.error{
    color: #f00;
}

#mostrar_login{
    max-width: 420px;
    margin: auto;
    background: #fff;
    padding: 30px;
    margin-top: 200px;
    border-radius: 5px;
}

.submenu2{
    font-size: 10px;
}

.odd:hover, .even:hover{
    cursor: pointer;
}


table{
    font-size: 12px;
}

.typeahead{
    z-index: 9999999;
}

.modal-dialog-center { /* Edited classname 10/03/2014 */
    
    
    top: 35% !important;
    
}

#sortable, #sortable-head { list-style-type: none; margin: 0; 
                            padding: 0; 
                            width: 100%;}
#sortable li, #sortable-head li{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    font-size: 1.4em; 
    height: 90px;
    list-style-type: none !important;
}

#sortable-head li{ 
    height: 44px !important;
}

.workflow td{
    vertical-align: middle !important;
    border-top: 0px solid #ddd !important;
}

.cerrar{
    cursor: pointer
}

#progreso{
    z-index: 999999
}

#listaOpciones{
    
}

#listaOpciones { list-style-type: none; margin: 0; padding: 0; width: 80%;  margin-top: 20px; }
/*#listaOpciones li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }*/

#listaOpciones li{
    padding: 7px;
    margin-bottom: 7px;
}

.sortable-placeholder{
    height: 36px;
    background-color: #ddd;
    border:  #000 dashed 1px;
}

.tdDetalleCaso{
   width: 30%;
}


/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}


#loginAs{
    position: fixed;
    z-index: 99999999;
    max-width: 300px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    background: rgba(255,255,255, 0.9);
    border-radius: 5px;
    border: 1px solid #000000;
    bottom: 20px;
    left: 20px;
    padding: 10px;
}

.centrarTexto{
    text-align: center;
}

.listafile{
    list-style:none;
    margin:0;
    
}

.listafile li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 82px;

    position: relative;
    left: -40px;
    top: 10px;
    margin-bottom: 10px;
}

.listafile li input{
    display: none;
}

.listafile li p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

.listafile li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

.listafile li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

.listafile li span{
    width: 15px;
    height: 12px;
    /*background: url('icons.png') no-repeat;*/
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

.listafile li.working span{
    height: 16px;
    background-position: 0 -12px;
}

.listafile li.error p{
    color:red;
}


.SpanContainer {
    width:1000px;
    height: 600px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin:auto;
    float: left;
}


.side1, .side2{
    width: 50%;
    float: left;
    padding: 10px
}

#comunicacionesEmpresa, #comunicacionesCliente, #solucionCaso, #rejectedCaso{
    /*height: 600px;*/
    /*max-height: 609px;*/
    /*height: auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.loading-comunicaciones, .loading-comunicaciones-clientes, .loading-comunicaciones-solucion, .loading-comunicaciones-rechazo{
    text-align: center;
    display: none
}

.loading-comunicaciones img, 
.loading-comunicaciones-clientes img, 
.loading-comunicaciones-solucion img, 
.loading-comunicaciones-rechazo img {
    width: 60px;
    height: 60px;
}

.no-mas-comunicaciones, 
.no-mas-comunicaciones-clientes, 
.no-mas-comunicaciones-solucion,
.no-mas-comunicaciones-rechazo{
    display: none;
}



@media (max-width: 1335px) {
    .visitor-item{
        font-size: 12px !important;
    }
}
@media (max-width: 1280px) {
    .side1, .side2{
        width: 100%;
        float: left;
        padding: 5px
    }
    
    
}