/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 55px;
}

@media (max-width: 980px) {
    body {
        padding-top: 55px;
    }
}
/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.ui-widget, .ui-widget .ui-widget, .ui-widget-header, .ui-widget-content{
    font-size: 11px;  
}

.ui-growl {
    padding-top: 40px !important;
}

a.general:link{
    text-decoration: none;
    font-weight: bold;
    color: #278EEE;
    size: 11px;
}
a.general:visited{ 
    text-decoration: none;
    font-weight: bold;
    color: #0F7EE6;
    size: 11px;
}
a.general:active{ 
    text-decoration: none;
    font-weight: bold;
    color: #278EEE;
    size: 11px;
}
a.general:hover{ 
    text-decoration: underline;
    font-weight: bold;
    color: #0000FF;
    size: 11px;
}

.gapps{
    width: 70px;
    height: 70px;
    border-image-width: 0
}

.genToolTip{
    padding: 10px;
    z-index: 2000 !important;
    min-width: 10px;
    max-width: 300px;
    font-size: 14px;
}

.customTitleBar > .ui-panel-titlebar {
    vertical-align: middle !important;
    text-align: center !important;
}

.panelAlingTop td {
    vertical-align: top;
}

.uplSendImage .ui-fileupload-content:before{
    content: "Arrastre y suelte los archivos aqui";
}
.uplSendImage .ui-fileupload-content{
    background-color: #dddddd;
    text-align: center;
    vertical-align: middle
}

.uplSendImage .ui-fileupload-buttonbar button:not(.ui-fileupload-choose) {  
    display: none;  
}

.myPanelRed > .ui-widget-content,
.myPanelRed > .ui-panel-titlebar{
    border: #d48787 solid 1px !important;
}

.myPanelBlue > .ui-widget-content,
.myPanelBlue > .ui-panel-titlebar{
    border: #8588ce solid 1px !important;
}

.sent {
    background-color: #f8efc0 !important;
    background-image: none !important;
    color: #080808 !important;
}

.fact {
    background-color: #F2C2B7 !important;
    background-image: none !important;
    color: #080808 !important;
}

.revisado {
    background-color: #F7F5E7 !important;
    background-image: none !important;
    color: #080808 !important;
    cursor: pointer;
}

.panelAlingTop td {
    vertical-align: top;
}

.noBorderPanelGrid tr, .noBorders td{
    border: none !important;
    vertical-align: top;
}