#content {
  margin: 30px 80px 60px 80px;
}
#header {
  margin-bottom: 20px !important;
}
table {
  font-size: 12px !important;
}
td {
  padding: 0px 10px 0px 10px !important;
}
table td {
  vertical-align: top !important;
}
.btn-small {
  padding: 4px 8px 4px 8px !important;
  font-size: 12px;
}
input {
  padding: 5px !important;
}
.label {
  font-size: 14px;
  margin-top: 6px !important;
  margin-right: 5px;
  height: 45px;
}
.tb-form td input[text] {
  width: 300px;
}
.addList,
.changeOnline,
.deleteItem,
.changeOnlineCampaign,
.deleteItemCampaign,
.addToContact,
.deleteComposite,
.deleteItemGalleryCampaign,
.deleteImagem,
.deleteItemGalleryModelo,
.deletekidCampaign,
.changeDestaque {
  cursor: pointer;
}
#buscaBox {
  position: fixed;
  top: 48px;
  left: 85px;
  width: 300px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-left: -70px;
  height: 490px;
  border-radius: 15px;
  z-index: 999;
  display: none;
}
#closeSearch {
  position: absolute;
  margin-left: 260px;
  margin-top: 10px;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar tr {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
}
#ui-datepicker-div {
  width: 226px !important;
}
.ui-datepicker-calendar td {
  width: 10px !important;
}
.ui-datepicker-calendar {
  width: 213px !important;
}
.td_phone {
  margin: 0 !important;
  padding: 0 !important;
}
.tb-form input {
  width: 200px;
}
.tb-form textarea {
  width: 345px;
  height: 180px;
}
.deleteClient {
  cursor: pointer;
}
.kidsTable tfoot input {
  padding: 10px !important;
  width: 100%;
  border: 0px;
}
.kidsTable tfoot td {
  padding: 0px !important;
}
.select-all-on-list:hover {
  text-decoration: none;
}
.kidsTable tr td {
  text-align: center;
}
.kidsTable tr td:nth-child(1),
.kidsTable tr td:nth-child(2) {
  text-align: right;
}
.formSearch {
  margin-bottom: 20px;
}
.formSearch table {
  width: 100%;
}
.formSearch td {
  padding: 0px;
}
.formSearch td .searchFields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formSearch td .searchFields input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sectedKidsBox {
  position: absolute;
  top: 60px;
  right: 0px;
  background-color: white;
  border-right: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sectedKidsBox.open {
  width: 300px;
  border-radius: 10px 0px 0px 10px;
  padding: 20px;
  border: 1px solid silver;
}
.sectedKidsBox.open .counter {
  display: none;
}
.sectedKidsBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectedKidsBox .title h3 {
  font-size: 18px;
  text-align: center;
}
.sectedKidsBox .title .close-icon {
  content: url('/public/img/icon-close.svg');
  width: 25px;
  height: 25px;
  margin-top: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
}
.sectedKidsBox .title .close-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
.sectedKidsBox.closed .inner {
  display: none;
}
.sectedKidsBox.closed .counter {
  padding: 10px;
  background-color: black;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 40px;
  text-align: center;
}
.sectedKidsBox.closed .counter:hover {
  background-color: #fff;
  color: #000;
  border-color: black;
}
.sectedKidsBox .kidsList {
  padding: 0px;
  max-height: 350px;
  overflow: auto;
}
.sectedKidsBox .kidsList li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px;
  margin: 0px;
}
.sectedKidsBox .kidsList li:hover {
  border-radius: 5px;
  background-color: #d5eaea;
}
.sectedKidsBox .kidsList li .remove-list {
  cursor: pointer;
}
.sectedKidsBox .kidsList li .remove-list img {
  width: 20px;
}
.sectedKidsBox .kidsList li .icon-photo {
  width: 20px;
  margin-right: 10px;
}
.featherlight-previous span,
.featherlight-next span {
  color: #000;
}
.hidden {
  display: none;
}
.formComposite p {
  line-height: 1;
}
