* {
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
}
.navbar-nav > li > a {
	padding-top: 14px;
	padding-bottom: 8px;
	font-size: 12px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.active1,.active1:hover, .active1:focus  {
	    margin-bottom: -1px;
	    font-weight: 100;
	    color: #db4344 !important;
	    border-bottom: 2px solid #db4344;
	    background-color: #f1f1f1 !important;
      font-style: normal;
	}
  .modal-size {
    width: 400px;display: block; margin-left: auto;margin-right: auto;
  }
  .mobile-login {
    margin-left: 20px;
    height: 24px;
    padding: 5px 32px !important;
    font-size: 1.2rem !important;
    font-weight: 100;
    border: 1px solid #999;
    border-radius: 3px;
    min-width: 180px;
    line-height: 0.428571;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
  }
.navbar-left > li > a {
	padding: 13px 16px;
	font-size: 14px;
}
.navbar-nav > li {

	color: #999;
  float: left;
}
.navbar,.navbar-default {
	background-color: #fff;
	border-color: #fff;
	background-image: none;
	box-shadow: none;
	border-radius: 0;
}
.loggined {
	color: #999 !important;
	background-color: #fff;
	border-color: #999 !important;
	border-radius: 3px !important;
}
.form-control {
	height: 40px;
}
.create-event {
	color: #dd4e4e !important;
	background-color: #fff;
	border-color: #dd4e4e !important;
	border-radius: 3px;
}
.create-event:hover {
	color: #fff !important;
	background-color: #dd4e4e;
	border-color: #dd4e4e !important;
	border-radius: 3px;
  font-weight:500 !important;
}
.new-btn {
	padding: 2px 10px !important;
}
.submit {
	background: #70d5d9;color: #fff;text-transform: uppercase;
	padding: 10px 20px;font-size: 1.2em;font-style: normal;font-weight: 100;letter-spacing: 0.5px;
}
.submit:hover {
	color: #fff;
}
.separator  {
	color: #8f8f8f;font-size: 20px;font-style: normal;
}
.separator span:first-child {
    position: relative;
    right: 15px;
    letter-spacing: -5px;
}
.separator span:last-child {
    position: relative;
    left: 15px;
    letter-spacing: -5px;
}
/*mobile only*/

.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0,0,0,0.8) !important;
  z-index: 1000;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.sidebar-overlay:hover {
  background: rgba(0,0,0,0.8) !important;
}
.sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}

.openLeftSidebar {
  color: initial;
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
}
.openLeftSidebar:hover {
  color: #000;
}

.openRightSidebar {
  color: #ffffff;
  /* border-left: 1px solid #ddd; */
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px;
}
.openRightSidebar:hover {
  color: #ffffff;
}

.sidebar {
  min-width: 280px;
  z-index: 9999;
  background: white;
  /* width: 250px; */
  height: 100%;
  left: -300px;
  position: fixed;
  top: 0px;
  transition: all .2s ease-out 0s;
}
.sidebar.active {
  left: -0px;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li:hover > a {
  background-color: #e7e7e7;
}
.sidebar ul li {
  position: relative;
  /* line-height: 50px; */
  /* padding-left: 15px; */
}
.sidebar ul li a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-weight: 100;
  font-style: normal;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: block;
  line-height: 36px;
  padding: 0 15px;
  /* padding-left: 16px; */
  /* padding-right: 56px; */
  text-decoration: none;
  clear: both;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar ul li a .caret {
  position: absolute;
  right: 24px;
  top: 24px;
}
.sidebar .drop-menu {
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar .active-drop {
  display: block;
}
.sidebar .sidebar-header {
  background-color: #02A477;
  color: white;
  padding: 15px;
}
.sidebar .sidebar-header .logo-brand {
  line-height: 30px;
}
.sidebar .sidebar-header .logo-brand i {
  line-height: 30px;
  float: right;
  cursor: pointer;
  /* top: 20px; */
  right: -15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.sidebar .sidebar-header .logo-brand i:hover {
  font-weight: bold;
}

.showsidebar {
  left: 0px !important;
  z-index: 9999;
}

.caret.caret-reverse {
  border-top-width: 0;
  border-bottom: 4px solid;
}

.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.shadow-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.breadcrumbs {
  background-color: #e7e7e7;
  /* background-color: #ffffff; */
  /* color: #444; */
  color: #6E6E6E;
  line-height: 20px;
  /* vertical-align: middle; */
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumbs i {
  padding-left: 10px;
  padding-right: 10px;
  top: 8px;
  position: relative;
}
.breadcrumbs ul {
  display: inline-block;
  padding-left: 5px;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::after {
  content: " >";
}
.breadcrumbs ul li:last-child::after {
  content: "";
}

.panel {
  margin-top: 20px;
  /*.panel-footer{
      border-top: 1px solid #e7e7e7;
  }*/
}
.panel .panel-header {
  padding: 5px 15px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e7e7e7;
}
.panel .panel-header .panel-title {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid #02A477;
  padding-left: 5px;
  padding-right: 5px;
}
.panel .panel-content {
  padding: 15px;
}

.table-responsive {
  /* border: none; */
}

.boxed-input {
  border: 1px solid #e7e7e7 !important;
  box-shadow: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.boxed-input:focus {
  border-bottom: 1px solid #02A477 !important;
  box-shadow: 0 1px 0 0 #02A477 !important;
}
.boxed-input.hasError:focus {
  border-bottom-color: #e51c23 !important;
  box-shadow: 0 1px 0 0 #e51c23 !important;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  /* border-bottom: 1px solid $green !important; */
  /* box-shadow: 0 1px 0 0 $green !important; */
}

table {
  /* background-color: #eeeeee; */
}


table a i {
  text-decoration: none;
  color: #989BA2;
}

.btn-primary {
  background-color: #02A477;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus {
  background-color: #02956C;
}

.btn-secundary {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  color: #fff;
  background-color: #768185;
}

.btn-secundary:hover, .btn-secundary:active:hover, .btn-secundary:focus {
  background-color: #484D4F;
  color: #fff;
}

input[type="radio"]::before {
  background-color: #02A477 !important;
}
input[type="radio"]::after {
  border-color: #02A477 !important;
}

input[type="checkbox"]:checked::after {
  background-color: #02A477 !important;
  border-color: #02A477 !important;
}

#checkAll::after {
  border-color: white !important;
}

footer {
  color: #ffffff;
  text-align: center;
}
footer .footer-system {
  background-color: #185F4E;
  padding: 15px;
}
footer .footer-credits {
  background-color: #004F3C;
  padding: 5px;
}

.table-checkbox {
  text-align: center;
}

.datepicker-icon {
  top: 7px;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

.filter::after {
  font-size: 11px;
  content: " \\/";
}

.profile-nav {
  vertical-align: middle;
  padding: 15px;
  line-height: 23px;
  height: 64px;
  float: left;
  text-decoration: none;
  color: white;
}
.profile-nav:hover {
  color: white;
}
.profile-nav .profile-nav-text {
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  text-align: right;
}
.profile-nav .profile-nav-text .profile-nav-text-name {
  /* display:inline-block; */
  font-weight: bold;
  /* line-height: 17.5px; */
  line-height: 20px;
}
.profile-nav .profile-nav-text .profile-nav-text-job {
  /* display:inline-block; */
  font-size: 12px;
  line-height: 12px;
  /* line-height: 17.5px; */
}
.profile-nav .profile-nav-pic {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.profile-nav .profile-nav-pic img {
  width: 35px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.banner {
    height: 120px;
    line-height: 120px;
    background-color: #d8d8d8;
}








.ui.input {
	position:relative;
  margin: 0;
  width: inherit;
}
.ui.input input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.2142em;
    padding: 1.217861429em 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
}
.ui.input input {
    min-width: 100%; 
    padding-right: 35px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #555;
    border: none;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-radius: 0;
}
@media screen and (max-width: 1280px) {
    .ui.input input {
        min-width: 220px;
    }
}
.ui.input input:focus, .ui.input.focus input {
    border-color: #85B7D9;
    background: #FFF;
    color: rgba(0,0,0,.8);
    box-shadow: none;
}
.ui.input svg {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 16px;
    height: 16px;
}
svg:not(:root) {
    overflow: hidden;
}

svg:not(:root) {
    overflow: hidden;
}
svg {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    fill: currentColor;
}

.ui.input .menu {
    position: absolute;
    top: 53px;
    right: 0;
    z-index: 1000;
    width: 400px;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #fff;

}
.ui.input .menu.current {
	-webkit-transition: -webkit-transform 2s ease, opacity .2s ease .2s;
      -moz-transition: -webkit-transform 2s ease, opacity .2s ease .2s;
      -o-transition: -webkit-transform 2s ease, opacity .2s ease .2s;
      -ms-transition: -webkit-transform 2s ease, opacity .2s ease .2s;
      transition: transform 2s ease, opacity .2s ease .2s;
      max-height: 400px;
      overflow:scroll;
      overflow-x: hidden;
}
.ui.input .menu .suggestion {
    display: block;
    margin: 10px 0;
    margin-bottom: 20px;
    padding: 0;
}
.ui.input .menu .suggestion svg {
    position: static;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
}
.ui.input .menu .suggestion span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    vertical-align: middle;
    color: #555;
}
.ui.input .menu .suggestion span span {
    color: #db4344;
}
.ui.input .menu .title {
    padding: 10px 0;
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3dc6c4;
    border-bottom: 1px solid #ccc;
}
.ui.input .menu .events {
    display: inline-block;
    margin-bottom: 20px;
}
.ui.input .menu .events .date {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 12px;
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    color: #999;
    background-color: #e4e4e4;
}
.ui.input .menu .events .content {
    display: inline-block;
    width: calc(100% - 71px);
    vertical-align: top;
}
.ui.input .menu .events .content h4 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555;
    margin-top: 0;
}
.ui.input .menu .events .content p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #999;
}
.ui.input .menu .tagges {
    padding: 10px 0;
}
.ui.input .menu .tagges .tag {
    display: inline-block;
    height: 26px;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.backdrop{
  position: fixed;
  background-color:rgba(0,0,0, 0.6);
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  pointer-events: none;
  transition-duration: .3s;
}

.modal-shown .backdrop {opacity:1;
  pointer-events: auto;
}


.container1 {
    width: 340px;
    height: 420px;
    opacity: 0;
    position:fixed;
    margin:0 50%;
    transform: translateX(-50%) translateY(-40%);
    transition-duration: .4s;
    left:0;
    top:40px;
    pointer-events: none;
    position: fixed;
    background: #ffffff;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.75);
}
.modal-shown .container1 {opacity:1;
      transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 1.4;
}