﻿/*===padding styles=====*/

.padding-none {
    padding: 0px!important;
}

.padding-left-none {
    padding-left: 0px!important;
}

.padding-right-none {
    padding-right: 0px!important;
}

.padding-top-none {
    padding-top: 0px!important;
}

.padding-bottom-none {
    padding-bottom: 0px!important;
}

.padding-top-bottom-none {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.padding-left-right-none {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

/*====margin styles====*/

.margin-none {
    margin: 0px!important;
}

.margin-left-none {
    margin-left: 0px!important;
}

.margin-right-none {
    margin-right: 0px!important;
}

.margin-top-none {
    margin-top: 0px!important;
}

.margin-bottom-none {
    margin-bottom: 0px!important;
}

.margin-top-bottom-none {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.margin-left-right-none {
    margin-left: 0px !important;
    margin-right: 0px!important;
}

.margin-top-10 {
    margin-top: 10px!important;
}
.padding-top-10 {
    padding-top: 10px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-top-80 {
    margin-top: 80px!important;
}

.margin-left-50 {
    margin-left: 50px!important;
}

/*============ng-click style============*/

[ng-click], [data-ng-click], a {
    cursor: pointer;
}

a {
    text-decoration: none!important;
}

.text-white {
    color: #fff!important;
}

.text-bold {
    font-weight: bold
}

.boxInfoLotes {
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

.boxInfoLotes a {
    text-decoration: underline !important;
}
.boxInfoLotes a:hover {
    text-decoration: unset !important;
    color: #14FF75 !important;
}
.infoLotes {
    color: #3c8dbc;
}

.btnImp {
    float: right;
}

.btnDias {
    float: left;
}

.infoInadimplencia {
    background: linear-gradient(to bottom, #E04B4A 0%, #a43f3e 100%) !important;
    color: white;
    font-size: 18px;
    padding-left: 10px;
    min-height: 250px;
}
.infoInadimplencia h2 {
    color: white;
    font-size: 25px;
}
.infoInadimplencia a {
    text-decoration: underline !important;
    color: whitesmoke !important;
}
.infoInadimplencia span {
    text-decoration: none !important;
    color: whitesmoke !important;
}
.infoInadimplencia a:hover {
    text-decoration: unset !important;
    color: #14FF75 !important;
}

.infoRecebimento {
    background: linear-gradient(to bottom, #1CB06D 0%, #3ABF6D 100%) !important;
    font-size: 18px;
    padding-left: 10px;
    min-height: 200px;
}
.infoRecebimento h2 {
    color: white;
    font-size: 22px;
}
.infoRecebimento h3 {
    color: white;
    font-size: 20px;
}
.infoRecebimento a {
    text-decoration: underline !important;
    color: whitesmoke !important;
}
.infoRecebimento a:hover {
    text-decoration: unset !important;
    color: #14FF75 !important;
}
.infoRecebimento span {
    text-decoration: none !important;
    color: whitesmoke !important;
}
.chkVendidos{
    background-color: red !important;
}
.dragme {
    position: relative;
   /* width: 800px;
    height: 600px;*/
    cursor: move;
  }
  .btnImprProposta{
      margin-left: 15px !important;
  }
  .h3Proposta{
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 30px;
  }
  .h3Proposta span{
      color: rgba(255, 0, 0, 0.562);
  }