body {
  font-size: 12px;
  font-weight: normal;
  font-weight: 300;
  background-color: #fff;
  padding-bottom: 100px;
}
.taC {
  text-align: center;
}
h1,
h2,
h3 {
  color: #304093;
  line-height: normal;
  font-weight: 300;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 13px;
}
a {
  color: #00a79d;
}
a:hover {
  color: #00a79d;
  text-decoration: none;
}
.cl {
  clear: both;
}
.control-label,
.checkbox label {
  color: #304093;
  font-weight: normal;
  font-weight: 300;
}
.form-control {
  border-color: #ddd;
  /*@ui-color-light;*/
  box-shadow: none;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #00a79d;
  box-shadow: none;
}
.btn {
  color: #304093;
  background-color: #eee;
  border-color: #eee;
}
.btn:hover {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #00a79d;
  border-color: #00a79d;
}
.btn-primary:hover {
  background-color: #00a79d;
  border-color: #00a79d;
}
.caret {
  width: 16px;
  height: 10px;
  border: none;
  background-image: url('/images/caret.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.logo {
  width: 250px;
  height: 50px;
  background-image: url('/images/portal-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.icon {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 10px;
}
.clickable-rows {
  cursor: pointer;
}
.top-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 132px;
  background-color: #fff;
  z-index: 1001;
}
.top-bar .top-bar-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 15px 0 15px;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .top-bar .top-bar-content {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .top-bar .top-bar-content {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-bar .top-bar-content {
    width: 1170px;
  }
}
.top-bar .top-bar-logo {
  float: left;
  position: relative;
  /*width: 50%;*/
}
@media only screen and (max-width: 767px) {
  .top-bar .top-bar-logo {
    background-size: contain;
  }
}
.top-bar .top-bar-user {
  float: right;
  position: relative;
  display: block;
  width: 50%;
  padding: 8px 0 0 0;
  text-align: right;
}
.top-bar .top-bar-user .notification-bell-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  top: -12px;
}
.top-bar .top-bar-user .notification-bell-wrapper .notification_bell {
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-image: url('/images/bell_icon.svg');
}
.top-bar .top-bar-user .notification-bell-wrapper .counter {
  background-color: #f33;
  border-radius: 100%;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 9px;
  width: 13px;
  height: 13px;
}
.top-bar .top-bar-user .avatar {
  float: right;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -2px 0 0 10px;
  background-color: #eee;
  background-image: url('/images/avatar-default.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-bar .top-bar-user .user-link {
  color: #304093;
}
.menu-bar {
  background-color: #304093;
  color: #fff;
  padding: 8px 8px 0 8px;
  margin: 23px 0 0 0;
}
.menu-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-bar ul li {
  position: relative;
  display: inline-block;
  height: 29px;
  padding: 0 0 8px 0;
  margin: 0 15px 0 15px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
  opacity: .9;
  -moz-opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.menu-bar ul li:hover,
.menu-bar ul li.active {
  opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.menu-bar ul li:hover span,
.menu-bar ul li.active span {
  display: block;
}
.menu-bar ul li.right {
  float: right;
}
.menu-bar ul li a {
  color: #fff;
}
.menu-bar ul li span {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: none;
  width: 0px;
  height: 0px;
  margin: 0 0 0 -5px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
.page-top {
  position: relative;
  display: block;
  width: auto;
  height: 150px;
}
.nav-tabs li a {
  line-height: 20px;
}
.nav-tabs li.active a {
  color: #00adef;
}
.nav-tabs li.active a:hover {
  color: #00adef !important;
}
.tab-content {
  margin-top: 20px;
}
.grey-box {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 10px;
}
.upload-container-wrapper {
  display: none;
  margin-top: 20px;
}
.upload-container {
  display: block;
  margin-top: 20px;
}
.upload-container .image-preview {
  width: 200px;
  height: 200px;
  display: block;
  border: none;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.upload-container .image-reupload {
  visibility: hidden;
  position: absolute;
}
.upload-container .remove-container {
  cursor: pointer;
}
.upload-container .file-preview {
  width: 60px;
  height: 60px;
  display: block;
  background-size: cover;
  background-position: center;
}
.sample-upload-container {
  display: none;
}
/* http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom */
label.cabinet {
  width: 95px;
  height: 43px;
  background: url(/images/upload_button.jpg) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
label.cabinet input.file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
}
.lsp_button {
  color: #fff;
  background-color: #00adef;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.lsp_button_grey {
  color: #333;
  background-color: #eee;
}
.lsp_button.small {
  font-size: 14px;
  padding: 3px;
}
a.no_hover:hover {
  text-decoration: none;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 370px;
}
.modal-dialog.modal-lg {
  width: 600px;
}
.modal-dialog .modal-content {
  padding-left: 20px;
  border-radius: 0;
}
.modal-dialog .modal-content.video {
  padding-right: 20px;
}
.modal-dialog .modal-content h2 {
  color: #00adef;
  font-weight: 300;
  font-size: 20px;
}
.modal-dialog .modal-content textarea {
  border: 1px #ccc solid;
}
.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer {
  border: 0;
}
/* RTE */
.rte-toolbar {
  position: absolute;
  display: block;
  width: 100%;
  height: 26px;
  text-align: right;
  z-index: 900;
  right: 25px;
  margin-top: 10px;
}
.rte-button {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 4px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ddd;
  margin-left: 5px;
}
.rte-button span {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}
.rte-italic span {
  font-style: italic;
}
.rte-orderedlist span,
.rte-unorderedlist span {
  background-image: url(/images/rte-icons.png);
  background-repeat: no-repeat;
}
.rte-orderedlist span {
  background-position: 0px 0px;
}
.rte-unorderedlist span {
  background-position: 0px -16px;
}
.rte-zone {
  float: left;
  position: relative;
  display: block;
  height: 160px;
  margin: 0 0 16px 0;
  background-color: #fff;
  border: 1px solid #aaa;
  -ms-box-shadow: inset 0 0 3px #ccc;
  box-shadow: inset 0 0 3px #ccc;
  overflow: hidden;
  outline: none;
  padding-top: 40px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
  font-style: italic;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  font-style: italic;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  font-style: italic;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
  font-style: italic;
}
.review_quotes p {
  font-style: italic;
}
body {
  quotes: '\201c' '\201d';
}
.review_quotes p:before {
  content: open-quote;
}
.review_quotes p:after {
  content: close-quote;
}
.hint {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #aaa;
}
.search_filters_wrapper {
  display: none;
  border: 1px solid #eee;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
}
.search_filters_wrapper div {
  text-align: left;
}
.search_filters_wrapper h3 {
  margin-top: 10px;
  text-align: center;
}
.search_filters_wrapper .dropdown-group {
  position: relative;
  /* display: none; */
  width: auto;
  margin: 0 -5px 15px -5px;
}
.search_filters_wrapper .dropdown-group .group-label {
  display: block;
  padding: 0 0 3px 0;
  margin: 0 5px 3px 5px;
  border-bottom: 1px dotted #eee;
}
.search_filters_wrapper .dropdown-group .dropdown-wrapper {
  float: left;
  position: relative;
  display: block;
  width: 25%;
  padding: 0 5px 5px 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .search_filters_wrapper .dropdown-group .dropdown-wrapper {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .search_filters_wrapper .dropdown-group .dropdown-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .search_filters_wrapper .dropdown-group .dropdown-wrapper {
    width: 100%;
  }
}
.search_filters_wrapper .dropdown-group .dropdown-wrapper .btn-group {
  display: block;
  width: 100%;
}
.search_filters_wrapper .dropdown-group .dropdown-wrapper .btn-group .btn {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-align: left;
}
.search_filters_wrapper .dropdown-group .dropdown-wrapper .btn-group .btn .caret {
  float: right;
  margin-top: 6px;
}
.search_filters_wrapper .dropdown-group .dropdown-wrapper .btn-group .dropdown-menu {
  clear: both;
  margin-top: 32px;
}
.search_filters_wrapper .dropdown-group .general_topics,
.search_filters_wrapper .dropdown-group .professional_qualifications {
  display: none;
}
.search_filters_wrapper .regions {
  display: block;
}
.search_filters_wrapper #apply_filters {
  display: inline-block;
  width: auto;
  margin: 0 auto -34px auto;
}
.tags_container .tag {
  background-color: #ddd;
  border: #aaa;
  border-radius: 5px;
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
}
.tags_container h4 span {
  font-size: 12px;
  color: #666;
}
.small_lsp_button {
  padding: 0px 12px;
  font-size: 9px;
  margin-left: 5px;
}

#auth {
  position: relative;
  display: block;
  width: auto;
  padding: 70px 0 10px 0;
}
#auth .auth-panel {
  position: relative;
  display: block;
  width: 420px;
  padding: 0 30px 30px 30px;
  margin: 0 auto 0 auto;
}
#auth .auth-panel h1 {
  margin: 10px 0 20px 0;
  font-size: 21px;
}
#auth .auth-panel form .form-group .control-label {
  text-align: left;
}
#auth .auth-panel form .form-group .auth-panel-link {
  text-decoration: underline;
}
#auth .auth-panel form .form-group .btn-primary {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

/*# sourceMappingURL=login.css.map */
