a,
a:link,
a:visited {
  color: #007c92;
}
a:hover,
a:active {
  color: #003b46;
}
a.btn-dark {
  color: #00515f !important;
  margin-left: 15px !important;
}
a:disabled,
a[disabled="disabled"] {
  color: #bbbbbb !important;
  cursor: not-allowed !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #007c92 !important;
  border-color: #007c92 !important;
}
.btn-primary:visited,
.btn-primary:link {
  color: #ffffff;
  background-color: #006679 !important;
  border-color: #006679 !important;
}
.btn-primary:disabled {
  background: #13dbff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #003b46;
  border-color: #00252c;
}
.btn-info {
  color: #ffffff;
  background-color: #00a7c5 !important;
  border-color: #00a7c5 !important;
}
.btn-info:visited,
.btn-info:link {
  color: #ffffff;
  background-color: #0092ab !important;
  border-color: #0092ab !important;
}
.btn-info:disabled {
  background: #13dbff !important;
}
.form-control:focus {
  border-color: #00bddf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-moz-selection {
  background: #13dbff;
  text-shadow: none;
}
::selection {
  background: #13dbff;
  text-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007c92;
  border-color: #00515f;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle {
  padding: 15px 0 0;
  margin: 0 -15px 0 0;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle img {
  height: 50px;
}
header#header #search_module {
  margin: 27px 15px 0 0;
  float: right;
  max-width: 250px;
}
@media only screen and (max-width: 991px) {
  header#header #search_module {
    max-width: 150px;
  }
  header#header #search_module .scope-btn {
    display: none;
  }
}
header#header #search_module .scope-btn .btn {
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  padding-left: 10px;
  padding-right: 8px;
  border: none;
  color: #007c92;
}
header#header #search_module .scope-btn .btn:hover,
header#header #search_module .scope-btn .btn:focus,
header#header #search_module .scope-btn .btn:active {
  background-color: #fff;
}
header#header #search_module .search-btn .btn {
  color: #007c92;
  border: none;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  padding-left: 10px;
  padding-right: 10px;
}
header#header #search_module .search-btn .btn:hover {
  background-color: #fff;
}
header#header #search_module input[type="text"] {
  font-size: 1.4rem;
  border: none;
  border-right: 1px solid #fdc82f;
  border-left: 1px solid #fdc82f;
  color: #007c92;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  header#header #search_module input[type="text"] {
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
  }
}
header#header #search_module input[type="text"]:focus {
  outline: none;
  border-right: 1px solid #fdc82f;
  border-left: 1px solid #fdc82f;
}
header#header #search_module input[type="text"]::-webkit-input-placeholder {
  color: #00bddf !important;
  font-weight: 300;
}
header#header #search_module input[type="text"]:-moz-placeholder {
  color: #00bddf !important;
  font-weight: 300;
}
header#header #search_module input[type="text"]::-moz-placeholder {
  color: #00bddf !important;
  font-weight: 300;
}
header#header #search_module input[type="text"]:-ms-input-placeholder {
  color: #00bddf !important;
  font-weight: 300;
}
header#header #search_module .filter a,
header#header #search_module #search-scope span {
  font-size: 1.4rem;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007c92;
  outline: 0;
}
.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #00515f;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007c92;
  border-color: #007c92;
  outline: 0;
}
.child-container .child {
  display: none;
  min-height: 300px;
  width: 100%;
}
.child-container .child.active {
  display: block;
}
.nav-custom > li > a:hover,
.nav-custom > li > a:active {
  background: transparent;
  color: #000000;
}
.nav-custom > li.active > a,
.nav-custom > li.active > a:visited,
.nav-custom > li.active > a:link {
  background: #007c92;
  color: #ffffff !important;
  font-weight: 500;
}
.nav-custom > li.active > a:hover,
.nav-custom > li.active > a:active {
  background: #006679;
}
.nav-custom > li.host a {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
}
.nav-custom > li.child a {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.nav-custom > li.eventattendance {
  float: right;
  display: inline-block;
}
.nav-custom > li.eventattendance a {
  padding-left: 14px;
  padding-right: 10px;
}
.nav-custom > li.eventattendance.going a {
  background: #00954E !important;
  color: #ffffff !important;
}
.nav-custom > li.eventattendance.notgoing a {
  background: #BF0000 !important;
  color: #ffffff !important;
}
.nav-custom > li.eventattendance.areyou a {
  background: #ee933f !important;
  color: #ffffff !important;
}
#run {
  position: relative;
  margin-top: 12px !important;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 7px 20px 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.tt-suggestion .photo {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.tt-suggestion .content {
  display: inline-block;
  width: -webkit-calc(85%);
  width: calc(85%);
  margin: 0 0 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #888888;
}
.tt-suggestion .content .value {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  color: #222222;
}
.tt-suggestion .content .job {
  color: #555555;
}
.tt-suggestion .content .org {
  color: #555555;
}
.tt-suggestion.tt-cursor * {
  color: #ffffff !important;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.event-date-item:first-child {
  margin-left: 15px;
}
.event-date-item {
  width: 18%;
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.date-list {
  display: block;
  width: 930px;
  height: 100%;
  overflow: hidden;
}
/*run event page*/
.inline-block-one {
  width: 178px;
  display: inline-block;
  border-right: 2px solid lightgray;
}
.hr-one {
  height: 0;
  width: 940px;
}
.events-list td {
  border-right: 1px solid lightgray;
}
.events-list td:last-child {
  border-right: none;
}
.date-list .event-date-item {
  border-top: none;
}
.event-list-item {
  border-top: 2px solid black!important;
}
.events-list {
  width: auto!important;
  margin: 0 0 0 25px!important;
  list-style-type: none;
}
.events-list td > div > ul > li {
  padding: 10px 0;
  font-size: 1.1em;
  color: dimgray;
}
/* New Styles for /run view */
/* Vicente Opaso */
.runevent table.top {
  width: -webkit-calc(95%);
  width: calc(95%);
  margin: 0 auto;
  border: 0;
  padding: 0;
}
.runevent table.top > tbody > tr > td {
  border: 0;
}
.runevent table.top > tbody > tr > td table {
  max-width: 470px;
  margin: 0 auto;
}
.runevent table.top > tbody > tr > td table thead tr th h3 {
  color: #999999;
}
.runevent table.top > tbody > tr > td table tbody tr td a.icon {
  float: right;
  margin: 0 20px 0 0;
}
.events-list td > div > ul > li:first-child {
  padding-top: 20px;
}
.standart-header {
  border: 2px solid black;
  margin: 10px 40px 20px;
  height: 100px;
}
.choose-day {
  margin: 0 0 20px 25px;
}
.event-date-item {
  padding: 0!important;
  /*padding-left: 0!important;*/
}
tr > .event-date-item:first-child {
  padding-left: 0!important;
  padding-right: 0!important;
}
.event-date-item > hr {
  margin: 0;
  border-top: 1px solid #bbb;
}
.event-date-item h4 {
  margin: 0;
}
.event-date-item > div {
  margin-left: 30px;
}
.event-date-item:first-child > div {
  margin-left: 0;
  margin-right: 0px;
  width: -webkit-calc(90%);
  width: calc(90%);
}
.date-grey {
  color: #888;
  line-height: 2.3;
}
.locations {
  height: 100%;
  min-height: 270px;
  display: inline-block;
}
.locations ul {
  list-style-type: none;
  min-width: 130px;
  padding: 0;
}
.locations ul li.location.on a i:last-child {
  color: #444;
  margin-left: 7px;
}
.locations ul li.location.off {
  color: #ddd;
  cursor: not-allowed;
}
/*run modal*/
.grayButton {
  background-color: #797979!important;
  border-color: #797979!important;
}
.runbuttonscenter {
  text-align: center;
}
.run-dialog {
  margin-top: 180px!important;
  max-width: 390px!important;
}
.run-body {
  padding: 30px 35px 30px 40px!important;
}
.run-body ul {
  margin-left: -28px;
  list-style-type: none;
}
.run-body > span {
  font-size: 12px;
}
.runbuttonscenter,
.location {
  cursor: pointer;
}
/*room-run-event*/
.has-feedback {
  display: none;
}
.glyp-center {
  text-align: center;
}
.room-run-event .table > tbody > tr > th {
  border-top: 0;
  padding-bottom: 0;
}
.room-run-event .table > tbody > tr:nth-child(2) > td {
  border-top: 0;
  padding-top: 0;
}
/*presentation run*/
.room-run-event {
  margin: 30px;
}
.event-logo {
  border: 2px solid black;
  height: 80px;
  width: 280px;
  display: inline-block;
  text-align: left;
}
.room-run-location {
  text-align: right;
  float: right;
  display: inline-block;
}
.room-run-table-header {
  background-color: #797979;
  margin-bottom: 0;
}
.room-run-table-header .col-md-4 {
  color: #ffffff;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 30px;
}
.room-run-table-header .col-md-6 {
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
}
.hello_grunt {
  border-left: 12px;
}
.room-run-table-header .column3 {
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: center;
}
.room-run-table-header .column4 {
  text-align: center;
}
.room-run-table-header .glyphicon {
  color: #ffffff;
  font-size: 22px;
}
.room-run-table-name {
  margin-bottom: 0;
}
.room-run-table-name tr:first-child {
  background-color: #F5F5F5;
  border: solid white;
  border-width: 6px 0;
}
.room-run-table-name tr:first-child > .col-md-6 {
  vertical-align: middle;
  font-size: 15px;
  padding-left: 30px;
}
.room-run-table-name tr:first-child > .col-md-6 .strong {
  color: #777777;
}
.room-run-table-name tr:first-child > td:nth-child(3) {
  vertical-align: middle;
}
.room-run-table-name tr:first-child > td:nth-child(3) > span {
  color: #A09CB1;
}
.room-run-table-name tr:first-child > td:nth-child(3) > select {
  width: 200px;
  background-color: white;
  border-top: 5px solid lightgray;
}
.room-run-table-name tr:last-child > td > table > tr > td:nth-child(1) {
  color: #797979!important;
  border: none!important;
  font-size: 18px!important;
  padding-left: 0!important;
}
.event-status {
  margin-top: 17px;
}
.event-status .btn {
  padding: 6px 10px;
}
.event-status .btn .light {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #bbb;
  background: #ddd;
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 4px 0 0;
}
.event-status .btn.live.active .light {
  background: #00af5b;
  border-color: #00954E;
}
.event-status .btn.draft.active .light {
  background: #FDCF48;
  border-color: #FDC82F;
}
.event-status .btn[disabled="disabled"],
.event-status .btn:disabled {
  background: #ccc !important;
}
.event-status .btn.active {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.075);
}
/*
@headerbackground: #f79050;

	header#header {
        div#search_module {
            // display: none;
            margin: 25px 0 0 0;
            float: right;
            max-width: 330px;
	                    div.input-group {
	                        float: right;
	                        .input-group-btn {
	                            button.btn {
	                                border-color: #EEE;
	                                background: #EEE;
	                                border-radius: auto;
	                                box-shadow: none;
	                                height: 30px;
	                                line-height: 30px;
	                                padding: 0 12px;
	                                color: #666;
	                                text-transform: uppercase;
	                                font-size: 1.2rem;
	                                i {
	                                    margin-left: 5px;
	                                }
	                                &.dropdown-toggle {
		                                border-radius: 15px 0 0 15px;
		                                padding-right: 8px;
		                                background-color: #fff;
		                                color: #333;
	                                }
	                            }
	                            ul.dropdown-menu {
	                                text-transform: uppercase;
	                                font-size: 1.2rem;
	                                border-top-left-radius: 0px;
	                                border-top-right-radius: 0px;
	                                margin: 1px 0 0 0;
	                                background: #EEE;
	                                border: none;
	                                left: -107px;
	                                li {
	                                    a {
	                                        padding-left: 12px;
	                                    }
	                                }
	                            }
	                        }
	                        input.form-control {
	                            background: #fff;
	                            box-shadow: none;
	                            height: 30px;
	                            border: 1px solid #EEE;
	                            font-weight: 500;
	                            font-size: 1.2rem;
	                            width: 240px;
	                            color: #333;
	                            line-height: 1;
	                        }
	                        input::-webkit-input-placeholder {
	                            color: #ccc !important;
	                            font-weight: 300;
	                            text-transform: capitalize;
	                        }
	                        input:-moz-placeholder {
	                            color: #ccc !important;
	                            font-weight: 300;
	                            text-transform: capitalize;
	                        }
	                        input::-moz-placeholder {
	                            color: #ccc !important;
	                            font-weight: 300;
	                            text-transform: capitalize;
	                        }
	                        input:-ms-input-placeholder {
	                            color: #ccc !important;
	                            font-weight: 300;
	                            text-transform: capitalize;
	                        }
	                        span.input-group-btn {
	                            button.btn {
	                                background: #EEE;
	                                border-color: #EEE;
	                                color: #FFF;
	                                font-size: 1.5rem;
	                                width: 35px;
	                                text-align: center;
	                                padding: 5px 0 5px 0;
	                                i {
	                                    margin: 0;
	                                    padding: 0;
	                                    color: #777;
	                                }
	                            }
	                        }
	                    }
	                }
	            }
	        }
	    }
	}
*/
