.ui.calendar.popup {
  padding: 0px;
  border: none;
}

.salmon {
  background: #EE926A;
}

.noBackground {
  background: none;
}

.ui.salmon.container {
  background: -moz-linear-gradient(top, #ffc09f 0%, #EE926A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc09f), color-stop(100%, #EE926A));
  background: -webkit-linear-gradient(top, #ffc09f 0%, #EE926A 100%);
  background: -o-linear-gradient(top, #ffc09f 0%, #EE926A 100%);
  background: -ms-linear-gradient(top, #ffc09f 0%, #EE926A 100%);
  background: linear-gradient(top, #ffc09f 0%, #EE926A 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc09f ', endColorstr='#EE926A ');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DFDBDB')";
  border: 1px solid #A0A0A0;
  border-top-color: rgb(160, 160, 160);
  border-top: none;
  border-left: 0;
  border-right: 0;
}

.ui.menu.solaris {
  background: -moz-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00867e), color-stop(100%, #02665C));
  background: -webkit-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -o-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -ms-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: linear-gradient(top, #00867e 0%, #02665C 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00867e', endColorstr='#02665C');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00867e', endColorstr='#02665C')";
  border-bottom: 1px solid #676A72;
  color: #ffffff !important;
}

.ui.menu.solaris .ui.item:not(.user) {
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  border: 1px solid #000;
  font-weight: bold;
  line-height: 32px;
  background: #024c45 url(../img/header_nav_bg.png) repeat-x 0 0;
  border-radius: 0.5em;
  padding: 0.3em 0.7em;
}

.ui.menu.solaris .ui.item:hover {
  color: #fff;
  font-weight: 700;
  background-color: #00867e;
}

.ui.menu.solaris .item:not(.user) .menu.transition {
  background: -moz-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00867e), color-stop(100%, #02665C));
  background: -webkit-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -o-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: -ms-linear-gradient(top, #00867e 0%, #02665C 100%);
  background: linear-gradient(top, #00867e 0%, #02665C 100%);
  border-bottom: 1px solid #676A72;
  color: #ffffff !important;
}

.ui.menu.solaris .menu.transition .item,
.ui.menu.solaris .menu.transition .item:hover {
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #00867e;
}

#subMenu {
  z-index: 1;
  left: -1px;
  width: calc(100% + 2px);
}

#subMenu .ui.container {
  padding-left: 2px;
}

body {
  background-color: #e2f8f4
}

.ui.user.item {
  background: none !important;
  border: none !important;
}

.ui.fluid.container {
  padding: 0.1em 0.5em;
}

.ui.compact.table thead th {
  padding: 0.1em 0.5em;
}
.ui.compact.table tbody td {
    padding: .1em .3em;
}

.ui.compact.table {
  margin-bottom: 5px;
}

.ui.paddingles.segment {
  padding: 0.1em 0.5em !important;
}

.ui.generals.container.hide {
  display: none;
}

.ui.generals.container.addBackground {}

.noPadding {
  padding: 0 !important;
}

.noMargin {
  margin: 0 !important;
}

.noBorder {
  border: none !important;
}

.hidden {
  display: none !important;
}

.ui.left.icon.input .icons .icon {
  position: relative;
  left: 0.4em;
  top: 1em;
  padding-left: 0.5em;
}

.ui.left.icon.input .icons .corner.icon {
  position: relative;
  left: 2.9em;
  top: 0.6em;
}

.tabular.menu .item:not(.active) {
  background: rgba(0, 0, 0, 0.25);
  border: solid 1px rgba(0, 0, 0, 0.30);
  border-bottom: none !important;
}

.tabular.menu .item:not(.active):last-child {
  border-top-right-radius: 0.28571429rem;
}

.toast.message {
  position: fixed;
  bottom: 1em;
  display: flex;
  padding: 0.7em 2em;
  border-radius: 2em;
  font-weight: bold;
  font-size: 1em;
  margin: 1em auto;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(50, 50, 50);
  border-color: rgb(50, 50, 50);
  border-style: solid;
  border-width: 1px;
  cursor: default;
  -webkit-transition: 1s ease-in-out, border-width .100s, background-color .100s, color .100s;
  -moz-transition: 1s ease-in-out, border-width .100s, background-color .100s, color .100s;
  -o-transition: 1s ease-in-out, border-width .100s, background-color .100s, color .100s;
  transition: 1s ease-in-out, border-width .100s, background-color .100s, color .100s;
}

.toast.message.inverted {
  color: rgb(241, 241, 241);
  background: rgb(50, 50, 50) none repeat scroll 0% 0%;
}

.toast.message.green {
  background-color: #21BA45;
  color: rgb(241, 241, 241);
  border-width: 0px;
}

.toast.message.red {
  background-color: #DB2828;
  color: rgb(241, 241, 241) !important;
  border-width: 0;
}

.toast.message.yellow {
  background-color: #FBBD08;
  color: #fff !important;
  border-width: 0;
}

.toast.message.red>i.close.icon,
.toast.message.yellow>i.close.icon {
  color: rgb(241, 241, 241) !important;
}

.toast.message>i.close.icon {
  position: relative;
  float: right;
  margin-left: 1em;
  margin-right: -0.7em;
  cursor: pointer;
}

.toast.message.hidden {
  -webkit-transform: translateY(200%) translateX(-50%);
  -moz-transform: translateY(200%) translateX(-50%);
  -o-transform: translateY(200%) translateX(-50%);
  -ms-transform: translateY(200%) translateX(-50%);
  transform: translateY(200%) translateX(-50%);
}

.toast.message.active {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ui.fluid.room.card {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  max-width: calc(100% - 15px);
}

.contenedor .writeArea input {
  width: calc(100% - 3px);
  height: 90%;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.contenedor {
  padding: 0 1em;
}

.contenedor td {
  position: relative;
}

.contenedor>table.formato {
  width: 100% !important;
}






/*
 ajuste para iconos corner en inputs a la izquierda
*/

.ui.input[class*="left icon"]>i.icons {
  right: auto;
  left: 1px;
  border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.icon.input>i.icons {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 2.67142857em;
  opacity: .5;
  border-radius: 0 .28571429rem .28571429rem 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.ui.left.icon.input>i.icons>i.icon {
  right: auto;
  left: 1px;
}

.ui.left.icon.input>i.icons>i.corner.icon {

  left: auto;
  top: auto;
  right: 1.15em;
  bottom: 1em;
  position: absolute;
}


.ui.room.card div.description div.label {
  margin-top: 3px;
}

.ui.room.card div.content:not(.extra) {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.ui.room.card div.header {
  padding:0 1em;
}

.ui.blue.dropdown,
.ui.blue.dropdown.active,
.ui.blue.dropdown:hover,
.ui.blue.dropdown.active:hover {
  border: #2185D0 1px solid;
}

.ui.blue.dropdown.active .menu.visible {
  border: #2185D0 1px solid;
}

.ui.header .ui.icon.button .icon{
  padding-top: 3px !important;
}

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

input[type="file"]{
  /* border: none !important;*/
  padding: 0.1em !important;; 
}