html, body {
    margin: 0;
    padding: 0;
    height: 100%;

}

div.toolbar {
    float: left;
}

.navbar-custom-menu .profile {
    min-height: 50px;
}

.navbar-custom-menu .profile-button {
    margin: 0px;
}

.navbar-custom-menu .profile-button span {
    display: block;
    margin-top: -6px;
}

.navbar-custom-menu .profile-button span.company {
    font-size: 13px;
}

.navbar-custom-menu .profile-button span.name {
    font-size: 10px;
}

#siteseal {
    width: 100%;
}

#siteseal img {
    width: 180px;
    margin-left: 90px;
    margin-bottom: 10px;
}

.help-block.error {
    color: #c7270f;
}

.error {
    border-color: #c7270f !important;
}

.body-notificacion {
    z-index: 9999;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px 15px;
}

.info-box-number {
    font-size: 24px;
    margin: 5px 0;
}

.extra-options {
    margin-top: 10px;
    margin-right: 10px;
}

.dropdow-btn {
    background: transparent;
    border-color: #ddd;
    width: 100%;
    min-width: 150px;
}

#branch-selector {
    max-width: 200px;
}

buttons-group
.amount-bar li {
    height: 50px;
    display: inline;
    height: 25px;
    float: left;
}

.selectlist {
    background-color: white;
    z-index: 3;
    position: absolute;
    top: 65px;
    left: 0;
    border: 1px solid #E6E6E6;
    width: 100%;
    margin: 0 0 0 15px;
}

.selectlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.selectlist li {
    font-size: 15px;
    text-align: left;
    padding: 5px 10px;
}

.activeGroup,
.select-item:hover,
.selectlist li:hover,
.group-item-step:hover {
    background: #E6E6E6;
    cursor: pointer;
}

.select-item {
    margin: 5px 5px;
    font-weight: bold;
}

@media (max-height: 800px) {
    .iframe-fluid {
        height: 590px !important;
    }
}

@media (min-height: 800px) and (max-height: 900px) {
    .iframe-fluid {
        height: 800px !important;
    }
}

@media (min-height: 900px) {
    .iframe-fluid {
        height: 800px !important;
    }
}

.iframe-fluid {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    border: 0;
}

.pagination {
    margin: 0px;
}

.pagination > li {
    cursor: pointer;
}

.table td.text {
    max-width: 177px;
}

.table td.text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.table .text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.table-shrink {
    width: auto;
}

.v-middle-t-c > tbody > tr > td {
    vertical-align: middle;
}

/*.multiselect-button .btn-group,
.btn-group > .btn:first-child {
    width: 100%;
}*/

#asideDock {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#asideDock::-webkit-scrollbar {
    display: none;
}

.company-logo {
    text-align: center;
    margin-top: 8%;
}

.ecopetrol-logo {
    width: 80%;
}

.list-input {
    position: relative;
    background: white
}

.result-list {
    list-style: none;
    background: white;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow: auto;
}

.result-codebar-list {
    list-style: none;
    background: white;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
}

.list-input li {
    color: #2f7085;
    padding-top: 12px;
    margin-left: 5px;
    min-width: 300px;
    padding: 5px 10px;
    margin: 0;
}

.list-input li:hover {
    background: #DDD;
}

.fake-btn {
    background: white;
    border: 1px solid gray;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px 0;
}

/***************************************************
                        NG BOOTSTRAP
****************************************************/

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.multiselect-button button {
    background: white;
    border-radius: 3px;
}

.bottom-fixed-button {
    background: #222D32;
    position: fixed;
    bottom: 0;
    width: 230px;
    cursor: pointer;
    z-index: 999;
}

.bottom-fixed-checkall {
    background: #222D32;
    position: fixed;
    bottom: 50px;
    width: 230px;
    cursor: pointer;
    z-index: 999;
    height: 55px;
}

/***************************************************
                        HELPERS
****************************************************/
::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

.m-h-350 {
    min-height: 350px;
}

.m-h-250 {
    min-height: 250px;
}

.m-h-150 {
    min-height: 150px;
}

.input-separator {
    position: absolute;
}

.input-separator::after {
    content: "-";
    display: block;
    margin: -10px auto 10px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 34px;
}

.default-cursor {
    cursor: default;
}

.pointer-cursor {
    cursor: pointer;
}

.w-100-p {
    width: 100%
}

.m-15 {
    margin: 15px;
}

.m-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-l-r-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-l-50-p {
    margin-left: 50%;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-r-5 {
    margin-right: 5px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-l-r-15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-l-m-l-0 {
    padding-left: 0;
    margin-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-30 {
    padding-right: 30px;
}

.p-40 {
    padding: 40px;
}

.p-20 {
    padding: 20px;
}

.pos-relative {
    position: relative;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.white-bg {
    background: white;
}

.green-bg {
    background: #59B958;
}

.lightblue-bg {
    background: #55C0E0;
}

.gray-bg {
    background: #E6E6E6;
}

.bold-text {
    font-weight: bold;
}

.fill {
    height: 100% !important;
    min-height: 100% !important;
}

.m-t-b-20 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-t-b-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-l-r-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.login-box-body {
    border-radius: 10px;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.round-shadow {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.75);
    border-radius: 5px;
}

button.btn.btn-primary.filter {
    margin-top: 23px;
}

.red {
    color: lightgray;
}

.error-disabled {
    opacity: 0.5;
    pointer-events: none;
}

tr.inbox-unread td {
    cursor: pointer;
    font-weight: bold;
}

tr.inbox-read td {
    cursor: pointer;
    font-weight: normal;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.opacity-hidden {
    opacity: 0;
}

.box-draggable {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200px !important;
}

.box-draggable .box-body {
    overflow: auto;
    height: 30em;
}

.outline-off {
    outline: 0;
}

.focus-gray:focus {
    background-color: #dadada;
}

.font-small {
    font-size: 9px;
}

.font-medium {
    font-size: 12px;
}

/* DIRECTIVES */
.search-list {
    position: absolute;
    left: 0;
    z-index: 1000;
    padding: 8px;
    margin: 0;
    background-color: white;
    color: #3e8dbc;
    min-width: 100%;
    border: 1px solid #3e8dbc;
}

.search-list .results {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    max-height: 240px;
}

.search-list .results li {
    padding: 2px 0px;
    outline: 0px;
}

.search-list .results li:hover,
.search-list .results li:focus {
    background-color: lightgray;
}

.search-list .no-data,
.search-list .loading {
    margin: 0px;
    min-width: 100%;
}

.search-list .loading i {
    font-size: 14px;
    margin-right: 5px;
}

/* HELPERS */
.content-header .content-header-title {
    margin-bottom: 15px;
}

.content-header .content-header-title small {
    margin: 0px;
    padding: 0px;
}

.ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.btn-xs-only-icon {
    padding: 0px 4px;
    font-size: 10px;
}

/* Edicion de factura - Lista de facturas */
#list-tab-table tr[role=row] {
    outline: 0;
}

#list-tab-table tr[role=row]:focus,
#list-tab-table tr[role=row]:hover {
    background-color: #dadada;
}

/* Edicion de factura - Atenciones */

#attentions-table tr[role=row] {
    outline: 0;
}

#attentions-table tr[role=row]:focus,
#attentions-table tr[role=row]:hover {
    background-color: #dadada;
}

#list-tab-table .progress-bar small {
    color: black;
}

#list-tab-table .progress-bar.progress-bar-danger small,
#list-tab-table .progress-bar.progress-bar-success small {
    color: white;
}

/* Edicion de factura - Detalles */
#addEditConceptForm, #addEditSubItemsForm {
    display: block;
    background: rgba(51, 122, 183, 0.07);
    padding: 5px 10px;
    border-radius: 4px;
}

/* Edicion de factura - Atenciones */

#details-table tr[role=row] {
    outline: 0;
}

#details-table tr[role=row]:focus,
#details-table tr[role=row]:hover {
    background-color: #dadada;
}

/* OTHERS */
.env {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #c7270f;
    color: white;
    padding: 1px;
    content: "Joe's Task";
    width: 100px;
    text-align: center;
    text-transform: uppercase;
}

.env.local, .env.localhost {
    background: #008d4c;
}

.env.devops {
    background: #f89406;
}

.env.staging {
    background: #BD362F;
}

.env.sistema {
    display: none;
}

tr.even.animate.fadeout.ng-scope {
    border-top: 3px solid #d2d6de;
    border-bottom: 3px solid #d2d6de;
}

table.table.table-bordered.table-striped.dataTable.table-hover.v-middle-t-c {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.modal-dialog.modal-lg {
    width: 85% !important;
}

/* d3 distribution graph */
#normal-distribution-management-graph svg {
    background-color: white;
}

#normal-distribution-management-graph .axis {
    font: 10px sans-serif;
}

#normal-distribution-management-graph .axis path,
#normal-distribution-management-graph .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#normal-distribution-management-graph .x.axis path {
    display: none;
}

#normal-distribution-management-graph .bar {
    fill: rgb(49, 130, 189);
    shape-rendering: crispEdges;
    opacity: 0.9;
}

#normal-distribution-management-graph .bar text {
    fill: black;
    font: 8px sans-serif;
    text-anchor: middle;
}

#activity-per-user-table .dc-table-row .dc-table-column {
    cursor: pointer;
}

#activity-per-user-table .dc-table-row:hover {
    background-color: #DDD;
}

.column3 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -o-column-gap: 2em;
}

.capitalize {
    text-transform: capitalize;
}

.ellipsis {
    text-overflow: ellipsis;
    cursor: pointer;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.motive-devolution {
    padding: 20px 30px;
    background: rgb(243, 156, 18);
    z-index: 999999;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 10px 0px 10px;
    text-decoration: none;
}

.modal-backdrop {
    z-index: -1 !important;
}

#atlwdg-trigger {
    visibility: hidden !important;
}

.activo {
    border-top: 0;
    border-left: 3px solid #3c8dbc;
}

.ui-select-choices-group-label{
    font-size: 16px;
    font-style: initial;
    font-stretch: ultra-condensed;
    font-weight: bold;
    color: black;
    border-bottom: 3px solid #3c8dbc;
}

.box.box-gray {
    border-top-color: #d2d6de;
}

.mt-34 {
    margin-top: 34px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.group-subitem {
    font-size: 16px;
    margin-bottom: 10px;
}
.group-subitem span {
    vertical-align: middle;
}