.touchpad {
  cursor: pointer;
}
.center {
  text-align: center;
}
.justificado{
  text-align: justify!important;
}
.inlineBlock{
  display: inline-block;
}
.noMarginBottom{
  margin-bottom: 0!important;
}
.paddingBottom1 {
  padding-bottom: 1%;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

.noBorderRadius {
  border-radius: 0px !important;
}
.icon_close {
  color: #ebf9ff;
  height: 24px;
  width: 24;
}
.icon_close:hover{
  color: #00b99e;
}
.padding15 {
  padding: 15px !important;
}

.card-header {
  border-bottom: solid 1px #00b99e;
  margin-bottom: 0px;
  position: relative;
}

.card-title {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #062633;
  text-transform: uppercase;
}

.noPadding {
  padding: 0 !important;
}

.noMargin {
  margin: 0 !important;
}

.bOscuro{
  background-color: #062633!important;
}


.bBlanco{
  background-color: white;
}
.blanco {
  color: white !important;
}
.verde {
  color: #00b99e !important;
}

.verde-claro {
  color: #ebf9ff !important;
}
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  text-transform: uppercase;
  vertical-align: bottom;
  text-align: center;
  background-color: #062633;
  color: #00b99e;
}

table tbody td {
  text-align: center;
  border-right: 2px solid #ebf9ff;
}

table tbody td:last-child {
  border-right: none;
}

table tbody tr {
  cursor: pointer;
}

table tbody tr:nth-child(2n) {
  background: #ebf9ff;
}

table tbody tr:nth-child(2n) td {
  border-right: 2px solid #fff;
}

table tbody tr:hover {
  background-color: #00b99e;
  color: white;
}

.table-responsive {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: solid 1px #00b99e;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #00b99e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00b99e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00b99e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: white;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.marginRight {
  margin-right: 2% !important;
}

.noBackground {
  background: none !important;
}

.VueCarousel-navigation-button {
  color: #00b99e !important;
}

.postInsta {
  width: 92%;
  margin: 4%;
  height: 350px;
  border-radius: 10px;
}

.small_card {
  width: 100%;
  margin: auto;
}

.video_special {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.verticalTitle {
  color: white;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.VueCarousel-dot-container {
  margin-top: 0px !important;
}

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

.containerFull {
  width: 100%;
  padding: 20px;
}

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

.derecha {
  float: right;
}

.noticieroName:hover {
  color: #00b99e !important;
}

.oculto {
  display: none;
}

.calendar {
  fill: #fff;
}

.calendar:hover {
  fill: #00b99e;
}

.back-button2 {
  border-radius: 100%;
  background-color: #062633;
  border: solid 2px #00b99e;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 30px;
  z-index: 100 !important;
  top: 25%;
  outline: none;
  text-align: center;
  vertical-align: middle;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  cursor: pointer;
  fill: #00b99e;
}

.back-button2 svg {
  width: 40px;
  margin: auto;
  top: 25%;
  position: relative;
}

.back-button2:hover {
  background-color: #00b99e;
  border: solid 2px #00b99e;
  fill: white;
}

.back-button2 svg :hover {
  fill: white;
}

/* text card */

.textCard {
  border-bottom: solid 1px #00b99e;
}

.post-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  text-align: center;
}

.backgroundVerde {
  background-color: #062633 !important;
}

.svgYoutube {
  fill: #ff0000 !important;
  color: #ff0000 !important;
}

.svgRadio{
  fill:#00B99E!important;
  color:#00B99E!important
}

.svgTV{
  fill:#00B99E!important;
  color:#00B99E!important
}

.svgFB{
  fill:#4267B2!important;
  color:#4267B2!important;
  background:white!important;
}

.svgTW{
  fill:#1DA1F2!important;
  color:#1DA1F2!important
}

.svgInsta{
  fill:#D92D7A!important;
  color:#D92D7A!important
}

.svgPD{
  fill:#ebf9ff!important;
  color:#ebf9ff!important
}

.svgDefault{
  fill:#062633!important;
  color:#062633!important
}

.linkToNote {
  cursor: pointer;
  color:white;
  float: right;
}

.linkToNote:hover {
  color:#00B99E;
}

/* ckeditor */

.ck-toolbar {
  background: none !important;
  border: solid 1px #00b99e !important;
  border-radius: 10px 10px 0px 0px;
  background-color: transparent !important;
}

.ck-content {
  background: none !important;
  color: #fff !important;
  border: solid 1px #00b99e !important;
  border-radius: 10px 10px 0px 0px;
}

.tarjeta {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  height: 200px;
}

.w100{
  width: 100%;
}

.h100{
  height: 100%;
}

.accion-video{
  padding: 5px 5px!important;
  background: none;
  border: none;
  color: #00b99e!important;
}

.accion-video svg {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: auto;
}

.accion-video:hover svg {
  fill:white;
}

.accion-video.active svg{
  fill:white!important;
}


.star-video{
  padding: 5px 5px!important;
  background: none;
  border: none;
  color: #00b99e!important;
}

.star-video svg {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: auto;
  fill: none;
  stroke: #00b99e;
}

.star-video:hover svg {
  fill:white;
}

.star-video.active svg{
  fill:white!important;
}





.embed-post{
  display: inline-block;
  min-width: 350px;
  text-align: center;
}

/* cambios css para modo vertical y horizontal */
@media only screen
and (min-width: 320px) 
and (max-width: 768px)
{
  #dashboard .actions .button {
    width: 90%;
  }
  .w80{
    width: 98%!important;
  }
}


.mi-select{
  display:inline-block!important;
  width:200px!important;
  padding-right:5%;
}

 .style-chooser .vs__search::placeholder,
  .style-chooser .vs__dropdown-toggle,
  .style-chooser .vs__dropdown-menu ,
  .style-chooser .vs__dropdown-option,
  .style-chooser .vs__selected,
  .style-chooser .vs__dropdown-option--selected {
    background: #123746;
    border: none;
    color: #EBF9FF;
    cursor: pointer;
  }


  .style-chooser .vs__dropdown-option--highlight{
    background: #00B99E;
    color: #EBF9FF;
  }

  .style-chooser .vs__clear,
  .style-chooser .vs__open-indicator {
    fill: #00B99E;
    cursor: pointer;
  }


  .vjs-matrix .vjs-big-play-button {
    border-color: #00ff00;
  }

 

  .snapshot{
    width:70%;
    min-width: 350px;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
  }

.imgSnapshot {
  width: 100%;
  height: 100%;
}

.sub{
  color:#00B99E;
}

.tooltipLabel{
  padding: 4px 10px;
  border-radius: 5px;
  background: #ebf9ff;
  color: #062633;
}


.Keywords-input input {
  border: 1px solid #00B99E ;
  color: #062633;
  background-color: #ebf9ff;
  font-size: 15px;
  width: 100%;
  border-radius: 10px;
  padding: 8px;
}

.borderGreen{
  border: 1px solid #00B99E ;
}