.open > .dropdown-toggle.btn-default,
.btn.dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  padding: 0;
  font-family: "Gill Sans", sans-serif;
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slimScrollDiv,
.slimScrollDiv > div:first-child {
    min-height : 200px;
}
.open > .dropdown-toggle.btn-default:hover,
.btn.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-default:focus,
.btn.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-default:active,
.btn.dropdown-toggle:active,
.open > .dropdown-toggle.btn-default.active,
.btn.dropdown-toggle.active {
  background: none;
}
.right-trending .btn-dark-light {
  text-align: left;
}
.btn-dark-light.select-country,
.btn-dark-light.select_profess {
  width: 100%;
}
.btn-dark-light.select-country > div,
.btn-dark-light.select_profess > div {
  width: 100%;
}
.btn-dark-light.select-country > div > div,
.btn-dark-light.select_profess > div > div {
  width: 100%;
}
.btn-dark-light.select-country .btn.dropdown-toggle,
.btn-dark-light.select_profess .btn.dropdown-toggle,
.btn-dark-light.select-country .open > .btn.dropdown-toggle,
.btn-dark-light.select_profess .open > .btn.dropdown-toggle {
  min-width: 251px;
  width: 251px;
}
.btn-dark-light.select-country .dropdown-menu,
.btn-dark-light.select_profess .dropdown-menu {
  min-width: 100%;
  width: 100%;
  max-height: 267px;
  padding-bottom: 15px !important;
}
.btn-dark-light .open > .dropdown-toggle.btn-default,
.btn-dark-light .btn.dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  padding: 0;
  line-height: 31px;
  font-family: "Gill Sans", sans-serif;
  vertical-align: top;
  padding-left: 5px;
  min-width: 105px;
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-dark-light .open > .dropdown-toggle.btn-default:hover,
.btn-dark-light .btn.dropdown-toggle:hover,
.btn-dark-light .open > .dropdown-toggle.btn-default:focus,
.btn-dark-light .btn.dropdown-toggle:focus,
.btn-dark-light .open > .dropdown-toggle.btn-default:active,
.btn-dark-light .btn.dropdown-toggle:active,
.btn-dark-light .open > .dropdown-toggle.btn-default.active,
.btn-dark-light .btn.dropdown-toggle.active {
  background: none;
}
.btn-dark-light .open > .dropdown-toggle.btn-default .caret,
.btn-dark-light .btn.dropdown-toggle .caret {
  background: url("../images/arrow-dark-light.png") no-repeat left top;
  border: medium none;
  height: 10px;
  margin-top: -5px;
  width: 16px;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn-dark-light .dropdown-menu {
  width: 136px;
  min-width: 130px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 0 15px;
  margin-top: 10px;
  border: solid 1px #333333;
}
.btn-dark-light .dropdown-menu > span {
  position: absolute;
  width: 9px;
  height: 9px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.btn-dark-light .dropdown-menu > span.top-left {
  background: url("../images/dr-top-left-gray.gif") no-repeat left top;
  left: -1px;
  top: -1px;
}
.btn-dark-light .dropdown-menu > span.top-right {
  background: url("../images/dr-top-right-gray.gif") no-repeat right top;
  right: -1px;
  top: -1px;
}
.btn-dark-light .dropdown-menu > span.bottom-left {
  background: url("../images/dr-bt-left-gray.gif") no-repeat left bottom;
  left: -1px;
  bottom: -1px;
}
.btn-dark-light .dropdown-menu > span.bottom-right {
  background: url("../images/dr-bt-right-gray.gif") no-repeat left bottom;
  right: -1px;
  bottom: -1px;
}
.btn-dark-light .dropdown-menu li {
  display: block;
  padding: 10px 20px 0;
  line-height: normal;
}
.btn-dark-light .dropdown-menu li:first-child {
  padding-top: 0;
}
.btn-dark-light .dropdown-menu li span {
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.btn-dark-light .dropdown-menu li span:hover,
.btn-dark-light .dropdown-menu li span:focus,
.btn-dark-light .dropdown-menu li span:active {
  color: #333333;
  text-decoration: underline;
}
.btn-gray-light,
.btn-gray {
  position: relative;
}
.btn-gray-light button.btn,
.btn-gray button.btn {
  background: none;
  border: none;
  border-radius: 0;
  color: #666666;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  width: 200px;
  margin: 0 10px 0 -9px;
  padding: 0;
  line-height: 53px;
  vertical-align: top;
  outline: none;
  width: 100%;
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-gray-light button.btn .caret,
.btn-gray button.btn .caret {
  border: none;
  background: url("../images/arrow-gray-light.png") no-repeat left -11px;
  display: inline-block;
  height: 11px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.btn-gray-light .open > .dropdown-toggle,
.btn-gray .open > .dropdown-toggle {
  background: none;
  border: none;
  border-radius: 0;
  color: #666666;
/*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-gray-light .open > .dropdown-toggle .caret,
.btn-gray .open > .dropdown-toggle .caret {
  background-position: 0 -11px;
}
.btn-gray-light .dropdown-menu,
.btn-gray .dropdown-menu {
  background: url("../images/drop-top.png") no-repeat left top;
  width: 238px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 0 0;
  margin-top: 10px;
  min-height: 100px;
}
.btn-gray-light .dropdown-menu > div,
.btn-gray .dropdown-menu > div {
  min-height: 100px;
}
.btn-gray-light .dropdown-menu li,
.btn-gray .dropdown-menu li {
  display: block;
  padding: 10px 20px 0;
  line-height: normal;
}
.btn-gray-light .dropdown-menu li:first-child,
.btn-gray .dropdown-menu li:first-child {
  padding-top: 0;
}
.btn-gray-light .dropdown-menu li span,
.btn-gray .dropdown-menu li span {
  color: #666666;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.btn-gray-light .dropdown-menu li span:hover,
.btn-gray .dropdown-menu li span:hover,
.btn-gray-light .dropdown-menu li span:focus,
.btn-gray .dropdown-menu li span:focus,
.btn-gray-light .dropdown-menu li span:active,
.btn-gray .dropdown-menu li span:active {
  color: #333333;
  text-decoration: underline;
}
.btn-gray-light .dropdown-menu:after,
.btn-gray .dropdown-menu:after {
  background: url("../images/drop-bottom.png") no-repeat left top;
  content: "";
  height: 26px;
  width: 238px;
  display: inline-block;
  position: absolute;
  bottom: -26px;
}
.select-resource {
  position: relative;
}
.select-resource button.btn {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  word-spacing: 2px;
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  padding-right: 50px;
  box-shadow: none;
  font-family: "Gill Sans Light", sans-serif;
/*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.select-resource button.btn .caret {
  background: url("../images/arrow-gray-vertical.png") no-repeat right 0;
  height: 21px;
  position: relative;
  top: 0;
  width: 21px;
  border: none;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 13px;
}
.select-resource .open > .dropdown-toggle.btn-default,
.select-resource .btn.dropdown-toggle {
  font-family: "Gill Sans Light", sans-serif;
  font-weight: 300;
}
.select-resource:hover,
.select-resource:focus,
.select-resource:active {
  background: none;
  color: #ffffff;
  outline: none;
  outline-offset: 0;
  border: none;
}
.select-resource.open > .dropdown-toggle {
  background: none;
  color: #ffffff;
  outline: none;
  outline-offset: 0;
  border: none;
}
.select-resource .dropdown-menu {
  background: url("../images/drop-violet-top.png") no-repeat left top;
  width: 250px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  height: 145px !important;
}
.select-resource .dropdown-menu li {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  line-height: normal;
  border-top: solid 1px #ffffff;
  outline: none;
}
.select-resource .dropdown-menu li:hover,
.select-resource .dropdown-menu li:focus,
.select-resource .dropdown-menu li:active {
  outline: none;
}
.select-resource .dropdown-menu li span {
  color: #ffffff;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}
.select-resource .dropdown-menu li span:after {
  content: "";
  display: none;
  background: url("../images/arrow-drop.png") no-repeat right top;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 6px;
}
.select-resource .dropdown-menu li span:hover,
.select-resource .dropdown-menu li span:focus,
.select-resource .dropdown-menu li span:active {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.select-resource .dropdown-menu li span:hover:after,
.select-resource .dropdown-menu li span:focus:after,
.select-resource .dropdown-menu li span:active:after {
  display: inline-block;
}
.select-resource .dropdown-menu li:first-child {
  border-top: none;
}
.select-resource .dropdown-menu:after {
  background: url("../images/drop-violet-bottom.png") no-repeat left bottom;
  content: "";
  height: 4px;
  width: 250px;
  display: inline-block;
  position: absolute;
  bottom: -4px;
}
.btn-country .dropdown-menu > div {
  max-height: 200px;
  overflow-y: scroll;
  width: 96%;
}
.dropdown-menu > .slimScrollDiv {
  width: 98% !important;
  overflow: hidden;
}
.button-section.month .btn-dark-light .dropdown-menu > .slimScrollDiv,
.button-section.year .btn-dark-light .dropdown-menu > .slimScrollDiv {
  width: 128px !important;
  max-height: 200px !important;
}
.btn-gray-default .open > .dropdown-toggle.btn-default,
.btn-gray-default .btn.dropdown-toggle {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
  line-height: 30px;
  margin-top: 10px;
}
.btn-gray-default .caret {
  background: url("../images/arrow-dark-light.png") no-repeat left top;
  width: 16px;
  height: 10px;
  border: none;
  position: absolute;
  right: 0;
  margin-top: -5px;
  top: 50%;
}
.btn-gray-default .dropdown-menu {
  border: solid 2px #898989;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 0;
  margin-top: 10px;
  height: 176px !important;
  width: 100%;
}
.btn-gray-default .dropdown-menu > span {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
}
.btn-gray-default .dropdown-menu > span.top-left {
  background: url("../images/dr-top-left.gif") no-repeat left top;
  top: -2px;
  left: -2px;
}
.btn-gray-default .dropdown-menu > span.top-right {
  background: url("../images/dr-top-right.gif") no-repeat right top;
  top: -2px;
  right: -2px;
}
.btn-gray-default .dropdown-menu > span.bottom-left {
  background: url("../images/dr-bt-left.gif") no-repeat left bottom;
  bottom: -2px;
  left: -2px;
}
.btn-gray-default .dropdown-menu > span.bottom-right {
  background: url("../images/dr-bt-right.gif") no-repeat right bottom;
  bottom: -2px;
  right: -2px;
}
.btn-gray-default .dropdown-menu > div {
  position: relative;
}
.btn-gray-default .dropdown-menu li {
  display: block;
  padding: 10px 20px 0;
  line-height: normal;
}
.btn-gray-default .dropdown-menu li:first-child {
  padding-top: 0;
}
.btn-gray-default .dropdown-menu li span {
  color: #666666;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.btn-gray-default .dropdown-menu li span:hover,
.btn-gray-default .dropdown-menu li span:focus,
.btn-gray-default .dropdown-menu li span:active {
  color: #333333;
  text-decoration: underline;
}
.btn-large-blue.btn-register > span > span {
  padding-left: 20px;
  padding-right: 35px;
}
.btn-dark-light.select_profess .dropdown-menu {
  min-height: 190px !important;
  max-height: 190px !important;
  height: 190px !important;
}
.btn-dark-light.select_profess .dropdown-menu .slimScrollDiv {
  height: 182px !important;
}
.btn-dark-light.select_profess .dropdown-menu .slimScrollDiv > div:first-child {
  height: 178px !important;
}
.btn-gray-default {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 51px;
  font-weight: 500;
  border: none;
  background: url("../images/btn-gray-default.png") no-repeat 0 0;
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.btn-gray-default:hover,
.btn-gray-default:focus,
.btn-gray-default:active {
  color: #ffffff !important;
}
.btn-gray-default > div {
  background: url("../images/btn-gray-default.png") right bottom no-repeat;
  display: inline-block;
  padding-right: 24px;
}
.btn-gray-default > div > div {
  background: url("../images/btn-middle-default.png") repeat-x left top;
  display: inline-block;
  line-height: 51px;
}
.btn-gray-default.btn-textarea {
  background: url("../images/textarea-top-df.png") no-repeat 0 0;
  padding: 24px 0 0;
  margin: 0 !important;
  width: 100% !important;
  background-size: 100% 24px;
}
.btn-gray-default.btn-textarea > div {
  background: url("../images/textare-bottom-df.png") left bottom no-repeat;
  padding: 0 0 24px 0;
  background-size: 100% 24px;
}
.btn-gray-default.btn-textarea > div > div {
  background: url("../images/textarea-middle-df.png") repeat-y left top;
  background-size: 100% 1px;
}
.btn-gray-default.btn-textarea textarea {
  font-size: 20px;
  font-weight: 600;
  color: #666666;
  background: none;
  margin: 0 0 -30px 20px;
  width: 92%;
  line-height: normal;
  height: 80px;
  border: none;
  resize: vertical;
}
.btn-gray-default.btn-textarea.valid {
  background-image: url("../images/textarea-top-valid.png");
  background-size: 100% 24px;
}
.btn-gray-default.btn-textarea.valid > div {
  background-image: url("../images/textare-bottom-valid.png");
  background-size: 100% 24px;
}
.btn-gray-default.btn-textarea.valid > div > div {
  background: url("../images/textarea-middle-valid.png");
  background-size: 100% 1px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  border-radius: 0;
  background: url("../images/drop-date-top.gif") no-repeat scroll left top;
  box-shadow: none;
  padding: 0 !important;
  border: none;
  width: 277px;
  height: 154px !important;
  margin-left: -24px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  box-shadow: none;
  border-radius:0;
  display: inline-block;
  content: "";
  font-size: 0;
  border: none !important;
  width: 100%;
  height: 11px;
  background: url("../images/drop-date-bottom.gif") no-repeat scroll left bottom;
  bottom: -11px;
  position: absolute;
  top: auto !important;
  left: 0 !important;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  display: none !important;
}
.bootstrap-timepicker-widget.dropdown-menu table {
  width: 96% !important;
  margin: 3% !important;
}
.bootstrap-timepicker-widget.dropdown-menu table td {
  height: 15px !important;
}
.bootstrap-timepicker-widget.dropdown-menu table td.separator {
  display: none !important;
}
.bootstrap-timepicker-widget.dropdown-menu .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #333333;
}
.bootstrap-timepicker-widget.dropdown-menu .form-control:hover,
.bootstrap-timepicker-widget.dropdown-menu .form-control:focus,
.bootstrap-timepicker-widget.dropdown-menu .form-control:active {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.bootstrap-timepicker-widget.dropdown-menu a {
  line-height: normal;
  padding: 5px 0;
}
.bootstrap-timepicker-widget.dropdown-menu a:hover,
.bootstrap-timepicker-widget.dropdown-menu a:focus,
.bootstrap-timepicker-widget.dropdown-menu a:active {
  outline-offset: 0;
  border-radius: 0;
  box-shadow: none;
}
#create-event-form .btn-gray-default .dropdown-menu {
  height: 330px !important;
}
#create-event-form .btn-gray-default .bootstrap-timepicker-widget.dropdown-menu {
  height: 154px !important;
}
.block-events-select .button-section.country .btn-dark-light .dropdown-toggle {
  width: 100% !important;
  min-width: 100% !important;
}
.block-showing-select .block-search {
  margin-bottom: 15px;
}
.block-showing-select .button-section {
  margin-bottom: 15px;
}
.block-showing-select .button-section .btn-dark-light {
  width: 100%;
}
.block-showing-select .button-section .btn-dark-light > div {
  width: 100%;
}
.block-showing-select .button-section .btn-dark-light > div > div {
  width: 100%;
}
.block-showing-select .button-section .btn-dark-light .dropdown-menu {
  width: 100%;
}
