/* here you can put your own css to customize and override the theme */
.page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a {
	font-size: 21px;
	line-height: 70px;
}
.feeds li .col2 {
	width: 180px;
	margin-left: -180px;
}

.body_pink {
	background-color: #e93578;
}
.body_pink .message {
	color: #FFF;
	font: 16px Helvetica, sans-serif;
}
.tabletools-dropdown-on-portlet {
    margin-top: -60px;
}

.offerRow .addOffer {
    margin-top: 5px;
    display: inline-block;
}
.offerRow .addOffer:hover {
    text-decoration: none;
}
.offerRow .addOffer i {
    font-size: 78px;
    line-height: 78px;
    margin: 0 10px 0 0;
}
.offerRow .logOffer {
    float:right;
}

.offerRowType2 .cntCredits {
    font-size: 28px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

#offerAct .modal-dialog {
    width: 100%;
    max-width: 780px;
}
svg + a {
    display: none !important;
}

.chit-sign {
    margin-top: 18px;
}
.stamp {
    position: absolute;
    bottom: -30px;
    left: 80px;
    z-index: 5;
    width: 100px;
}
    
@media print {
    .static-info .value {
        word-wrap: break-word;
    }
   
    .invoice strong {
        font-size: 12px;
    }
    h4 {
        margin-top: -20px !important;
        margin-bottom: 10px !important;
    }
    .invoice ul {
        line-height: 15px !important;
    }
    .chit h4 {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .chit .box1 {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .chit-sign {
        margin-top: 6px;
    }
    .portlet.light {
        margin: 0; 
    }
    .hlogo1,
    .hlogo2 {
        max-width: 50%;
        display: block;
    }
    .hlogo1 {
        margin-top: -10px;
    }
    .hlogo2 {
        margin-top: -20px;
    }
}

.line-sign {
    margin-top: 20px;
    display: block;
    border-bottom: 2px solid #000;
    width: 100%;
    max-width: 200px;
}

.listBtnProducts a:hover {
    text-decoration: none;
}
.listBtnProducts h3 {
    margin: 0;
}


.mt-element-ribbon {
  padding: 25px;
  position: relative;
  margin-bottom: 30px; }
  .mt-element-ribbon .ribbon-content {
    margin: 0;
    padding-top: 2.5em; }
    .mt-element-ribbon .ribbon-content.no-padding {
      padding-top: 0; }
  .mt-element-ribbon .ribbon {
    position: absolute;
    top: 15px;
    left: -2px;
    padding: 0.5em 1em;
    z-index: 5;
    background-color: #bac3d0;
    color: #384353; }
    .mt-element-ribbon .ribbon.ribbon-right {
      left: auto;
      right: -2px; }
    .mt-element-ribbon .ribbon.ribbon-vertical-left {
      top: -2px;
      left: 15px;
      padding-top: 1em;
      padding-bottom: 1em; }
    .mt-element-ribbon .ribbon.ribbon-vertical-right {
      top: -2px;
      left: auto;
      right: 15px;
      padding-top: 1em;
      padding-bottom: 1em; }
    .mt-element-ribbon .ribbon.ribbon-shadow {
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4); }
      .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right,
      .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
        box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4); }
    .mt-element-ribbon .ribbon.ribbon-round {
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5px !important; }
      .mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important; }
      .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right,
      .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 5px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 5px !important; }
    .mt-element-ribbon .ribbon.ribbon-border:after {
      border: 1px solid;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-vert:after {
      border-top: none;
      border-bottom: none;
      border-left: 1px solid;
      border-right: 1px solid;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-hor:after {
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-left: none;
      border-right: none;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0;
      right: 0; }
    .mt-element-ribbon .ribbon.ribbon-border-dash:after {
      border: 1px solid;
      border-style: dashed;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
      border-top: none;
      border-bottom: none;
      border-left: 1px solid;
      border-right: 1px solid;
      border-left-style: dashed;
      border-right-style: dashed;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-left: none;
      border-right: none;
      border-top-style: dashed;
      border-bottom-style: dashed;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0;
      right: 0; }
    .mt-element-ribbon .ribbon.ribbon-clip {
      left: -10px; }
      .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
        left: auto;
        right: -10px; }
    .mt-element-ribbon .ribbon > .ribbon-sub {
      z-index: -1;
      position: absolute;
      padding: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before,
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent !important;
        bottom: -10px; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
        border-width: 0 10px 10px 0;
        border-right-color: #222 !important;
        left: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before,
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
        border-right-color: transparent !important; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
        border-width: 0 0 10px 10px;
        border-left-color: #222 !important;
        right: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
        border-left: 21px solid;
        border-right: 20px solid;
        border-bottom: 1em solid transparent !important;
        bottom: -1em;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        width: 0; }
    .mt-element-ribbon .ribbon:after {
      border-color: #62748f; }
    .mt-element-ribbon .ribbon > .ribbon-sub {
      background-color: #bac3d0;
      color: #384353; }
      .mt-element-ribbon .ribbon > .ribbon-sub:after {
        border-color: #62748f;
        border-left-color: #bac3d0;
        border-right-color: #bac3d0; }
    .mt-element-ribbon .ribbon.ribbon-color-default {
      background-color: #bac3d0;
      color: #384353; }
      .mt-element-ribbon .ribbon.ribbon-color-default:after {
        border-color: #9ca8bb; }
      .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
        background-color: #bac3d0;
        color: #384353; }
        .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
          border-color: #62748f;
          border-left-color: #bac3d0;
          border-right-color: #bac3d0; }
    .mt-element-ribbon .ribbon.ribbon-color-primary {
      background-color: #337ab7;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-primary:after {
        border-color: #286090; }
      .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
        background-color: #337ab7;
        color: black; }
        .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
          border-color: #122b40;
          border-left-color: #337ab7;
          border-right-color: #337ab7; }
    .mt-element-ribbon .ribbon.ribbon-color-info {
      background-color: #659be0;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-info:after {
        border-color: #3a80d7; }
      .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
        background-color: #659be0;
        color: #0c203a; }
        .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
          border-color: #1d4f8e;
          border-left-color: #659be0;
          border-right-color: #659be0; }
    .mt-element-ribbon .ribbon.ribbon-color-success {
      background-color: #36c6d3;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-success:after {
        border-color: #27a4b0; }
      .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
        background-color: #36c6d3;
        color: #020808; }
        .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
          border-color: #14565c;
          border-left-color: #36c6d3;
          border-right-color: #36c6d3; }
    .mt-element-ribbon .ribbon.ribbon-color-danger {
      background-color: #ed6b75;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-danger:after {
        border-color: #e73d4a; }
      .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
        background-color: #ed6b75;
        color: #4f0a0f; }
        .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
          border-color: #a91520;
          border-left-color: #ed6b75;
          border-right-color: #ed6b75; }
    .mt-element-ribbon .ribbon.ribbon-color-warning {
      background-color: #F1C40F;
      color: #010100; }
      .mt-element-ribbon .ribbon.ribbon-color-warning:after {
        border-color: #c29d0b; }
      .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
        background-color: #F1C40F;
        color: #010100; }
        .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
          border-color: #614f06;
          border-left-color: #F1C40F;
          border-right-color: #F1C40F; }
        
.listBtnProducts {}
.listBtnProducts .thumbnail {position: relative;}
.listBtnProducts .thumbnail img {}
.listBtnProducts .thumbnail h4 { font-size: 0.8em; position: absolute; bottom:0;left:0;right:0; background:rgba(0,0,0,0.8); padding: 1px 5px; width:100%; color: #FFF; margin:0; }
.listBtnProducts .thumbnail small { position: absolute; top:0;right:0;background:rgba(255,0,0,0.8);color:#FFF; padding: 1px 5px;}

#listProducts h3.name .offers i {font-size:0.8em;margin-left: 5px; opacity: 0.5;}
#listProducts h3.name .offers i.buy {opacity: 1;}
#listProducts input.qty {padding-top:0;padding-bottom:0;height:30px;font-size:1.5em;font-weight:bold;}
#listProducts input.price {padding-top:0;padding-bottom:0;height:15px;font-size:1em;}

.tt-dropdown-menu {
    background:#FFF;
}

.iconT1 {
    color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    display: block;
    text-align:center;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    background: #3598dc;
    position: relative;
}
.iconT1 i {
    font-size: 32px;
    line-height: 32px;
}
.iconT1:hover {
    color: #000;
    text-decoration: none;
}
.iconT1.reserved {
    background: #26C281;
    padding-right: 40px;
}
.iconT1 .timer {
    display: none;
}
.iconT1.reserved .timer {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    line-height: 12px;
}
.iconT1.reserved .timer .min {
    font-size: 16px;
    font-weight: bold;
}


#modSelComp.new .extend,
#modSelComp.extend .new {
    display: none;
}

#clientTable_wrapper .table-scrollable {
    border: none !important;
    overflow: visible !important;
}


table.dataTable.custom {
    border-top:1px solid #000;
    border-left: 1px solid #000;
    margin: 0px !important;
    width: 100% !important;
}
table.custom td, table.custom th {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 10px;
    text-align:center;
}

.custom .col1 {
    max-width: 25px;
    background: #eeece1;
}
.custom .col2 {
    max-width: 35px;
    background: #faf9c3;
}
.custom .col3 {
    width: 60px;
    background: #fde9d9;
}
.custom .col4 {
    max-width: 200px;
    background: #c5d9f1;
}
.custom .col5 {
    width: 80px;
    background: #538ed5;
}
.custom .col6 {
    width: 40px;
    background: #f2f2f2;
}
.custom .col7 {
    width: 50px;
    background: #d8d8d8;
}
.custom .col8 {
    width: 90px;
    background: #bfbfbf;
}
.custom .col9 {
    width: 120px;
    background: #dbeef3;
}
.custom .col10 {
    max-width: 30px;
    background: #b6dde8;
}
.custom .col11 {
    max-width: 30px;
    background: #93cddd;
}
.custom .col12 {
    max-width: 30px;
    background: #eaf1dd;
}
.custom .col13 {
    width: 60px;
    background: #eaf1dd;
}
.custom .colP {
    max-width: 26px;
    background: #eaf1dd;
}
.custom .col32 {
    width: 30px;
    background: #a394a8;
}
.custom .col33 {
    min-width:150px;
    width: auto;
    background: #FFF;
}
.custom .col34,
.custom .col35 {
    display: none;
}

.sts0 td {
    color: #F00;
    background: #fee8e8 !important;
}
.sts0 td a {
    color: #F00;
}
#clientTable.dataTable > thead > tr > th.sorting, 
#clientTable.dataTable > thead > tr > th.sorting_asc, 
#clientTable.dataTable > thead > tr > th.sorting_desc {
    padding: 0 !important;
}

.custom .colP button.btn {
    padding: 0 0;
    width: 25px;
    height: 20px;
    text-align: center;
}


