.right_col#framePrincipal{
    padding: 70px 10px 10px 10px !important;
}

.spacer{
    margin-top: 10px;
}

.izquierda{
    margin-left: 5px;
}

.pagination{
    margin-top: 0;
    margin-bottom: 0;
}

.info{
    text-align: right;
    font-size: 11px;
}

.dataTables_wrapper > .row {
    overflow: visible !important;
}

.input-group .form-control.w100{
    width: 100px;
}

/*--THUMBNAILS GALERIA--*/
.thumbnail{
    height: auto;
}

.thumbnail.active{
    border-color: #0088cc;
    background-color: #0088cc;
}

/*--LISTADOS--*/
.item{
    padding: 0;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border: 1px solid #DDD;
    font-size: 14px;
    width: 100%;
    clear: both;
    overflow: visible;
    color:#333;
}

.item:nth-of-type(odd){
    background-color: #f9f9f9;
}

.item.titulos{
    background-color: #FFF;
}

.titulos{
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.item:not(.titulos):hover{
    background-color: #F5F5F5;
}

.item#vacio{
    text-align: center;
    font-size: 12px;
}

.subs{
    height: 100%;
    overflow: hidden;
    padding-left: 26px;
}

.subs .item{
    border-left:2px solid #008200;
}

/*--FORMULARIOs--*/
.form-control{
    margin-bottom:6px;
}

.fileinput-button{
    margin-right: 6px;
}

.tab-content.scrollable{
    position: relative;
    overflow: auto;
    min-height: 250px;
    max-height: 300px;
    height: 100%;
}

.tab-content.scrollable .tab-pane{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.ui-dialog .input-group{
    width:100%;
}

.to_do > .to_do{
    padding-left: 15px;
}

/*--BUGS--*/

.ui-autocomplete {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1100;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
    }
}

.ui-widget-content .ui-state-focus{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    z-index: 11000;
}


/*BUGS*/
.bigger{
    font-size: 4em;
    color:#000;
}

.well-success{
    background-color: #ccffcc;
}

.well-warning{
    background-color: #fcf8e3;
}

.well-danger{
    background-color: #ffcaca;
}

.breadcrumb{
    margin: 0px;
    font-size: 0.7em;
}

.ui-spinner{
    height: 3em;
}


/*Boton Cancelar de los DIALOGS*/
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.cancelButton{
    border: 0;
    background: transparent;
    color: #555555;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-datepicker{z-index: 9999 !important;}


/*--WIDGET IMAGENES--*/
#dropImagenesWidget{
    margin-bottom: 0px;
}

formImagenesWidget .cargarMas{
    width: 100%;
}

/*--BADGE NOTIFICATION--*/
.badge-notify {
    background: red none repeat scroll 0 0;
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
}

div[id*="dialog"]{
    display:none;
}
.navbar-nav #notificacionesWidget ul.dropdown-menu {
    background:none;
    border:0px;
    left: auto;
    margin-top: 0;
    position: relative;
    right: 0;
    width: auto;
}



/*--ALINEACION DE TEXTO RESPONSIVE--*/
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}