﻿body {
    /*padding-top: 50px;*/
    -webkit-print-color-adjust: exact !important;
    background-color: rgb(245, 245, 245);
}
.container {
    background-color: #fff;
    height: 100%;       
}

textarea.res-v {
    resize: vertical;
}

textarea.res-h {
    resize: vertical;
}

.footer {
    border-top: 1px solid #E5E5E5;
    color: #777777;
    padding: 19px;
    margin-top:30px;
}

.badge-danger {
    background-color: #b94a48;
}

.badge-danger:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #c09853;
}

.badge-warning:hover {
    background-color: #a47e3c;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-icon {
    font-size: inherit;
    border-radius: 3px;
    padding: 3px;
}

.text-top {
    vertical-align: top;
}

.text-bottom {
    vertical-align: bottom;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-middle {
    vertical-align: middle;
}

.text-white {
    color: #fff;
}

.flag {
    height: 14px;
}

.flag-es {
    background: transparent url("../Images/flags/Spain.png") no-repeat;
}

.flag-en {
    background: transparent url("../Images/flags/England.png") no-repeat;
}

.flag-fr {
    background: transparent url("../Images/flags/France.png") no-repeat;
}

.file {
    height: 16px !important;
    width: 16px !important;
    top: 2px !important;
}

.file-excel {
    background: transparent url("../Images/files/excel.png") no-repeat;
}

.file-xml {
    background: transparent url("../Images/files/xml.png") no-repeat;
}

.file-html {
    background: transparent url("../Images/files/html.png") no-repeat;
}

.file-text {
    background: transparent url("../Images/files/text.png") no-repeat;
}

.form-control:required:invalid {
    border-color: #A94442;
}

.form-control:required:focus {
    border-color: #66afe9;
}

.list-group-checkbox {
    border: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 0 !important;
}

.list-group-item-checkbox {
    padding: 6px 15px;
    border: none;
    border-bottom: 1px solid #DDD;
    background-color: transparent;
}

.list-group-item-checkbox:last-child {
    border-bottom: none;
}

.list-group-item-checkbox .checkbox {
    padding-top: 0;
}

.notify {
    position: absolute;
    z-index: 1031;
    width: 100%;
    padding: 0 !important;
}

.notify .alert {
    font-size: 14px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 4px 4px;
    border-top: none;
    width: 40%;
}

.nav-sm > li > a {
    padding: 10px 15px 7px 15px;
    font-size: 13px;
}

.nav-sm > li .dropdown-menu > li > a,
.dropdown-menu-sm > li > a,
.dropdown-menu.small > li > a {
    font-size: 13px;
}
.nav-sm > li {
    border-bottom: 3px solid transparent;
}
.nav-sm > li.active {
    border-bottom: 3px solid #a47e3c;
}
.nav-sm > li.active-static {
    border-bottom: 3px solid #2a6496;
}

.nav-separator {
    display: inline-block;
    padding: 15px 1px;
    margin: 8px 5px;
    background-color: #E4E4E4;
}

.jqx-grid-groups-row {
    padding-left: 3px;
}

.jqx-grid .jqx-grid-pager * {
    display: none;
}

.jqx-grid-groups-header {
    font-weight: normal !important;
    color: #B1B1B1;
    font-style: italic;
}

.jqx-grid-group-column {
    font-weight: bold;
    color: #3A87AD;
}

.nav-tabs {
    margin-bottom: 15px;
}

.popover {
    max-width: 700px;
}

.form-control .jqx-input {
    border: none;
}

.jqx-widget.disabled, .jqx-widget.disabled .jqx-widget-content {
    background-color: #EEE;
}

label.disabled, .form-control-static.disabled {
    color: #999;
}

.sm-small {
    font-size: 70%;
}

.xs-small {
    font-size: 60%;
}

.nav-pills li.active .text-muted {
    color: #DDD;
}

/* List */
.activity-list-item {
    padding: 10px;
    position:relative;
}
.activity-list-item .down-right {
    position:absolute;
    bottom: 10px; right: 10px;
}
.row.activity-list-item
{
    padding: 10px 0;
}

.activity-list .empty-text {
    display: none;
}

.activity-list.empty .empty-text {
    display: block;
}

.activity-list.empty .activity-list-item {
    display: none;
}

.activity-list-item:nth-child(even) {
    background-color: #EEE;
}

.activity-list-item .actions > button,
.activity-list-item .actions > .btn-group button,
.activity-list-item .actions > a {
    visibility: hidden;
    display: block;
    margin-bottom: 3px;
}

.activity-list-item:hover, .activity-list-item:hover:nth-child(even) {
    background-color: #f8edd9;
    -webkit-transition: background-color ease-in-out 0.25s, color ease-in-out 0.25s;
    transition: background-color ease-in-out 0.25s, color ease-in-out 0.25s;
}

.activity-list-item:hover .actions > button,
.activity-list-item:hover .actions > .btn-group button,
.activity-list-item .actions > .btn-group.open button,
.activity-list-item:hover .actions > a {
    visibility: visible;
}

/*.activity-list-item:hover .text-muted {
    color: #fff;
}*/

.activity-list-item .actions button:last-child {
    margin-bottom: 0;
}

.activity-list-item p {
    font-size: 85%;
    margin-bottom: 3px;
}

.activity-list-item .item-file .none-text,
.activity-list-item .item-file.none .view-doc,
.activity-list-item .item-file.none .remove-link {
    display: none;
}

.activity-list-item .item-file.none .none-text,
.activity-list-item .item-file .view-doc,
.activity-list-item .item-file .remove-link {
    display: inline;
}

.activity-list-item .prompt-item {
    display: none;
}

.activity-list-item.prompting-remove-file .prompt-item.remove-file,
.activity-list-item.prompting-remove-item .prompt-item.remove-item {
    display: block;
}

.activity-list-item.prompting .body {
    display: none;
}

.activity-list-item .prompts .prompt-item {
    text-align: center;
}

.activity-list-item .prompts .prompt-item .ask {
    font-size: 15px;
    margin-bottom: 12px;
}

/* Accordion */
.activity-list .panel-group {
    margin-top: 20px;
}
.activity-list .panel-group .panel-default {
    border: none;
}
.activity-list .panel-default > .panel-heading {
    background: #ffffff;
    padding: 2px 10px;
}
.activity-list .panel-group .panel-title {
    border: none;
}
.activity-list .panel-group .panel-title a:active,
.activity-list .panel-group .panel-title a:hover,
.activity-list .panel-group .panel-title a:focus,
.activity-list .panel-group .panel-title a {
    text-decoration: none !important;
    border: none !important;
    outline: none;
    display: block;
    padding: 8px 5px;
}
.activity-list .panel-group .panel-title a {
    background: #428BCA;
}
.activity-list .panel-group .panel-title a small {
    color: #ffffff !important;
}
.activity-list .panel-group .panel-title a.collapsed {
    background: #ffffff;
}
.activity-list .panel-group .panel-title a.collapsed small {
    color: #428BCA !important;
}

/* Comment */
.activity-comment-list-item {
    padding: 5px;
}
.activity-comment-list-item.local:hover,
.activity-comment-list-item.local.active {
    background-color: #f8edd9;
    -webkit-transition: background-color ease-in-out 0.25s, color ease-in-out 0.25s;
    transition: background-color ease-in-out 0.25s, color ease-in-out 0.25s;
    cursor: pointer;    
}

.form-group .text-danger {
    font-size: 85%;
}
.scrollable {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 3px;
}
.fill-y {
    height: 100%;
}

.dropdown-menu.right {
    right: 0;
    left: auto;
}

.form-control.readonly,
.form-control.readonly .jqx-widget-content {
    background-color: #eee;
    cursor: not-allowed;
}
.form-control.readonly .jqx-input-content {
    visibility: hidden;
}
.form-control.input-sm .jqx-input-content {
    margin-top: 2px !important;
}

legend {
    color: #C09853;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-bottom: 30px;
}

.modal-header {
    padding: 12px 8px;
    background-color: #474747;
    color:#fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 5px solid #D8C29D;
}
.modal-footer {
    padding: 10px;
}
/*LIKE btn-sm*/
.modal-footer .btn,
.modal .input-group-btn .btn,
filer-panel .input-group-btn .btn,
.form-sm .input-group-btn .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.modal-footer .btn {
    border-radius: 3px;
}

/*LIKE input-sm*/
.modal .form-control,
.filer-panel .form-control,
.form-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;    
}

.modal .control-label,
.modal .form-group,
.filer-panel .control-label,
.filer-panel .form-group,
.form-sm .control-label,
.form-sm .form-group {
    font-size: 12px;
}
.modal .form-group input[type="checkbox"],
.small input[type=checkbox],
.filer-panel .form-group input[type=checkbox] {
    margin-top: 2px;
}
    
.modal textarea.form-control,
.form-sm textarea.form-control {
    height: auto;
}

.modal .page-header,
.modal .page-header > * {
    margin-top: 0;
}

.modal-remote {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    outline:none;
    overflow: hidden;
    font-size: 13px;
}
.modal-remote.in > .modal-content {
    margin-top: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-remote .modal-header,
.modal-remote .modal-footer {
    margin: 0;
}

.modal-remote .modal-body {
    padding: 10px;
}

.unmarged {
    margin: 0;
}
.unmarged-top {
    margin-top: 0;
}
.unmarged-bottom {
    margin-bottom: 0;
}
.label-score {
    font-size: 45px;
    line-height: inherit;
    display:block;
    padding:.2em
}
.label-score .text {
    font-size: 11px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #f8edd9;
}
.well hr {
    border-top: 1px solid #DDD;
}
/*#wrap > .row > .content-panel > .page-header,
#wrap > .row > .content-panel > .page-header h1,
#wrap > .row > .content-panel > .page-header h2 ,
#wrap > .row > .content-panel > .page-header h3  {
    margin-top: 0;
}*/

form .error {
    font-size: 85%;
    font-weight: normal;
    color: #B94A48;
}
form .error:hover {
    color: #953B39;
}
.input-group span.error,
.input-group label.error {
    position: absolute;
    left: 8px;
    top: 8px;
}
.input-group span.error:before,
.input-group label.error:before {
    margin-bottom: 15px;
}
.help-block {
    color: #999;
    font-size: 95%;
}
.user-link:hover {
    text-decoration: none;
}
.bs-sidenav {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    background-color: #f7f5fa;
    border-radius: 5px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
    text-decoration: none;
    background-color: #e1d7c7;
    border-right: 1px solid #a47e3c;
    text-shadow: 0 1px 0 #fae7d8;
}
.bs-sidebar .nav > li > a.disabled:hover,
.bs-sidebar .nav > li > a.disabled:focus {
    background-color: transparent;
    border-right: none;
    text-shadow: none;
}
.bs-sidebar .nav > li > a {
    display: block;
    color: #716b7a;
    padding: 5px 20px;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
    font-weight: bold;
    color: #a47e3c;
    background-color: transparent;
    border-right: 1px solid #a47e3c;
}
.nav > li.divider {
    height: 1px;
    margin: 9px 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}
a.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    body {
        font-size: 13px;
    }
}

.abs-right-bottom {
    position:absolute;
    bottom:0;
    right:0;
}
.abs-right-top {
    position:absolute;
    top:0;
    right:0;
}
.abs-left-top {
    position:absolute;
    top:0;
    left:0;
}
.abs-left-bottom {
    position:absolute;
    bottom:0;
    left:0;
}

.activity-list-item .abs-right-bottom {
    bottom:10px;
    right:10px;
}
.activity-list-item .abs-right-top {
    top:10px;
    right:10px;
}
.activity-list-item .abs-left-top {
    top:10px;
    left:10px;
}
.activity-list-item .abs-left-bottom {
    bottom:10px;
    left:10px;
}
.unwrap {
    white-space: nowrap;
}
.p-sm {
    margin-bottom: 5px;
}

.has-warning .form-control,
.has-warning .form-control .jqx-widget-content {
    background-color: #FFF3D3;
}

.has-warning .form-control:focus,
.has-warning .form-control:required:focus {
    border-color: #A47E3C;
}

/*********************/
/*      REPORTES     */
/*********************/
.report-filer-panel {
    width: 220px;
}

.report-content-panel {
    margin-right: 235px;
}
        
.report-content-panel iframe {
    border: none;
    width: 100%;
}

.panel-report,
.report-filer-panel,
.report-content-panel {
    height: 100%;
}

.panel-report .panel-body {
    height: 100%;
    padding: 3px;
    overflow: hidden;
    position: relative;
}

.panel-report .panel-body .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    overflow: hidden;
    background-color: #DBDBDB;
}

.panel-report .panel-body.loaded .mask {
    display: none;
}

.panel-report .panel-body .mask .text {
    margin-top: 30px;
    display: none;
}

.panel-report .panel-body .mask .text,
.panel-report .panel-body .mask .reportName {
    color: #929292;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.panel-report .panel-body .mask .reportName {
    margin-top: 15px;
}

.panel-report .panel-body.loading .mask .text {
    display: block;
}

.panel-report .panel-body.loaded .loader {
    display: none;
}

.reportView {
    padding: 0;
}

/** CKEditor Styles ***/
.cke_skin_kama a.cke_dialog_ui_button_ok span,
.cke_skin_kama a.cke_dialog_ui_button_cancel span {
    width: auto !important;
}

.cke_dialog_ui_input_text {
    outline: 0 !important;
    padding: 0 2px !important;
}

.notify {
    z-index: 99999 !important;
}


/* Menu list styles */
.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px;
}

.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
    padding: 8px;
}

.ver-inline-menu li i {
    width: 37px;
    height: 37px;
    display: inline-block;
    color: #b9cbd5;
    font-size: 15px;
    padding: 12px 10px 10px 8px;
    margin: 0 8px 0 0;
    text-align: center;
    background: #e0eaf0 !important;
}

.ver-inline-menu li.active a, .ver-inline-menu li:hover a {
    font-size: 14px;
}

.ver-inline-menu li.active a, .ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none;
}

.ver-inline-menu li.active a {
    border-left: solid 2px #0c91e5;
}

.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
    text-decoration: none;
}

.ver-inline-menu li.active::after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px;
}

.ver-inline-menu li.category {
    display: block; 
    padding: 8px;
    background: #C4D5DF;
}


/* Animations */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(15px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(15px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s;
}

/* Notifications */
.notifications .empty:hover {
    background: none;
    color: #999999 !important;
}
.notifications .badge {
    position: absolute;
    top: 6px;
    right: 23px;
    font-size: 10px;
    padding: 3px 6px;
}

.notifications .header, 
.notifications .footer  {
    background: #eaedf2;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
}

.notifications .header h3 {
    color: #62878f;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
}

.notifications .external a {
    color: #5b9bd1;
    display: inline-block;
    padding: 0;
    background: none;
    clear: inherit;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    border: 0;
    margin-top: -1px;
}

.notifications li ul {
    max-height: 250px; 
    width: 300px; 
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.notifications li ul a:hover {
    background: #f8f9fa;
    text-decoration: none;
}

.notifications li ul a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 10px 10px 12px;
    text-shadow: none;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888888;
}

.notifications li ul a .time {
    background: #f1f1f1;
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    text-align: right;
    padding: 1px 5px;
}

.notifications li ul a .close {
    margin-left: 5px;
}

.notifications li ul a .details {
    overflow: hidden;
}

.notifications li ul a .details .label-icon {
    margin-right: 10px;
    padding: 4px 0px 4px 4px;
    text-align: center !important;
}

.notifications li ul a .details small {
    display: inline-block;
}

.notifications .footer {
    padding: 0;
    margin: 0;
}

.notifications .footer a,
.notifications .footer a:hover {
    background: none;
    color: #428bca;
    display: block;
    padding: 5px 10px;
}

.notification-item {
    margin-bottom: 5px;    
}

.notification-item .bell i {
    font-size: 35px;  
    padding-top: 20px;
    color: #428bca;
}

.notification-item h5 {
    color: #428bca;
    font-weight: bold;
    text-transform: uppercase;
}

.notification-item hr {
    border-color: #e1e1e1;
    margin: 5px 0;
}

.notification-item .body {
    border: 1px solid #e1e1e1 !important;
    padding-bottom: 6px;    
}

.notification-item .body p { 
    display: block;
}

.bring-front-shadow { box-shadow: 7px 7px rgba(167, 182, 192, 0.2) !important; }
.bring-front-shadow-blue { box-shadow: 7px 7px rgba(0, 83, 132, 0.2) !important; }
.bring-front-shadow-orange { box-shadow: 7px 7px rgba(255, 119, 1, 0.2) !important; }
.bring-front-shadow-red { box-shadow: 7px 7px rgba(211, 55, 36, 0.2) !important; }
.bring-front-shadow-green { box-shadow: 7px 7px rgba(0, 141, 76, 0.2) !important; }

.bring-front-shadow-sm { box-shadow: 5px 5px rgba(167, 182, 192, 0.2) !important; }
.bring-front-shadow-xs { box-shadow: 2px 2px rgba(167, 182, 192, 0.2) !important; }

.module-panel {
    border: 2px dotted silver; padding-top: 20px; padding-bottom: 20px; background: #ffffff; min-height: 400px;
}
.module-panel-no-border { border: none; background: transparent; }
.module-panel > div { margin-top: 30px; }
.module-panel > div > i { font-size: 90px; color: #C53005; }
.module-panel p { text-align: justify; margin-top: 20px; padding: 0 8px; }