/*
 * Base structure
 */

body {
    padding-top: 50px;
    margin-bottom: 60px;
    /*font-family: 'Open Sans';*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
}

#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    top:60px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    padding-left: 20px;
    background-color: #f9f9f9;
}

.buddy-name {
    font-size: 11px;
    margin-top: 10px;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-name {
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        left: 0;
    }
    #wrapper.active {
        position: relative;
        left: 250px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }
}

.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 80px;
    margin-left: -20px;
}

.nav-secondary>li>a,
.nav-sidebar>li>a {
    padding-right: 30px;
    padding-left: 20px;
    color: #555;
}

.nav-secondary {
    background-color: #e6e6e6;
}

.nav-divider {
    border-bottom: 1px solid #eee;
    margin-left: -20px;
    padding-bottom: 16px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #242625;
    color: #9d9d9d;
    z-index: 999999;
    font-size: 14px;
    padding-top: 5px;
}

.navbar{
    background-color:white;
}

.navbar-inverse {
    background-color: #242625;
}

.navbar-brand {
    padding-top: 20px;
    padding-left: 20px;
}


/*
 * 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-bottom: 1px #d8d2c8 solid;
}


/*
 * Sidebar
 */


/* Hide for mobile, show later */

.sidebar {
    display: none;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}


/* Text align */

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: center;
}


/** Colors **/

.white {
    color: #fff;
}

.dark-grey {
    color: #999;
}

.text-black {
    color: #000 !important;
}

.no-decoration {
    text-decoration: none;
}

.no-decoration:hover {
    text-decoration: none;
}

.text-12 {
    font-size: 12px;
}


/** Margins **/

.margin-left10 {
    margin-left: 10px;
}


/** Paddings **/

.padding20 {
    padding: 20px;
}


/** Paddings **/

.padding10 {
    padding: 10px;
}

.status-label {
    margin-top: 5px;
    margin-left: 5px;
}

.image-owner {
    border-bottom: 4px solid #54A252;
}

.image-assigned {
    border-bottom: 4px solid #569EE2;
}


/** Scroll */

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9;
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}


/** Imagen circle **/

.image-cropper {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper-40 {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper-200 {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper-80 {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-circle {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 60px;
}

.img-circle-40 {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 40px;
}

.img-circle-80 {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 80px;
}

.img-circle-200 {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 200px;
}

.image-cropper-profile {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.img-circle-profile {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 200px;
}

.table-hover:hover {
    background-color: #eee;
}

.this-day {
    background-color: #ccc;
}

.cursor-pointer {
    cursor: pointer;
}

.weekend {
    /*opacity:0.4;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;*/
    background-color: #f3f3f3;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.no-color {
    color: black;
}

.closed-task {
    color: #b3b3b3;
}

.activity-area {
    border: 2px dashed #999;
    padding: 10;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #777;
}

.badge-primary {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f7c90b;
    border-radius: 10px;
}

.wiki-content {
    padding: 20px;
    border: 1px dotted grey;
    background-color: #fafafa;
}

.wiki-content ul {
    list-style-type: square;
}

.comment_div {
    border-radius: 3px;
    border: 1px #b0b0b0 solid;
    padding: 10px;
}

.comment_div ul {
    list-style-type: square;
}


/* Wiki tables*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    table .pure-g {
        display: block;
    }
}

td,
th {
    padding: 0;
}

.wiki-content table {
    border-collapse: collapse !important;
    border-spacing: 0;
}

.wiki-content table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.wiki-content table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.wiki-content table td,
.wiki-content table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .6em 2em;
}

.wiki-content table>tbody>tr:first-child>td {
    background-color: #ebebeb;
}

.wiki-content table td:first-child,
.wiki-content table th:first-child {
    border-left-width: 0;
}

.wiki-content table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.wiki-content table td {
    background-color: transparent;
}

.wiki-content table-odd td,
.wiki-content table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.wiki-content table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.wiki-content table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0;
}

.wiki-content table td,
.wiki-content table th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb;
}

.wiki-content table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0;
}

.badge{
    background-color: #8bb02f;
}

.alert-info{
    color: #555;
    background-color: #cfd8b8;
    border-color: #566e56;
}

.btn-info{
    background-color: #566e56;
    border-color: #566e56;
}

.btn-info:hover{
    background-color: #8baf31;
    border-color: #8baf31;
}


.background-orange{
    background-color: #cfd8b8;
    padding: 10px 0;
}

.background-green{
    background-color: #566e56;
    padding: 10px 0;
}

.background-grey{
    background-color: #F0F1EF;
    padding: 10px 0;
}

.invoicestrong{
    font-size:19px;
    font-weight: strong;
}

.progress-bar-vertical {
    width: 40px;
    min-height: 300px;
    margin-right: 20px;
    float: left;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: flex-end;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
  }
  
  .progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }

  .panel-scrollable{
      height:400px;
      overflow: scroll;
  }

  .back-warning{
      background-color:#f7c90b !important;
      color: black;
      font-weight: bold;
  }

  .total_invoice{
      font-size: 15px !important;
  }