@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
body {
	padding-top: 51px;
	margin-bottom: 70px !important;
}

a[type="pdf"] {
display: inline-block;
    margin-right: 20px;
    padding: 20px;
    background-color: #fff;
    float: left;
    border: 1px solid #ededed;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    min-width: 150px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
a[type="pdf"]:before {
    content: "\f1c1";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
.logo-default {
	margin-top: 3px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  padding-top: 15px;
}

body > .page-container {
  padding: 70px 15px 15px 15px;
}
.dd-user-avatar {padding-top:7px !important; padding-bottom:7px !important;}
.carousel-caption p {
	color: #fff;
	text-align: center;
}
a.user-nickname-img {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	line-height:30px !important;
}
a.user-nickname-img img { height: 32px; border-radius: 50%; margin-right:3px;}
/* AJAX FORMS */
.form-msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.form-state-error .form-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.form-state-success .form-msg {
    background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
/***

Portlets

***/

/* Full Screen portlet mode */

.page-portlet-fullscreen {
	overflow: hidden;
}
/* Basic portlet */

.portlet {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.portlet.portlet-fullscreen {
	z-index: 10060;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.portlet.portlet-fullscreen > .portlet-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}
.portlet.portlet-fullscreen > .portlet-title {
	padding: 0 10px;
}
.portlet > .portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.portlet > .portlet-title:before, .portlet > .portlet-title:after {
	content: " ";
	display: table;
}
.portlet > .portlet-title:after {
	clear: both;
}
.portlet > .portlet-title > .caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	padding: 10px 0;
}
.portlet > .portlet-title > .caption.bold {
	font-weight: 400;
}
.portlet > .portlet-title > .caption > i {
	float: left;
	margin-top: 4px;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	color: #666;
}
.portlet > .portlet-title > .caption > i.glyphicon {
	margin-top: 2px;
}
.portlet > .portlet-title > .caption > .caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}
.portlet > .portlet-title > .actions {
	float: right;
	display: inline-block;
	padding: 6px 0;
}
.portlet > .portlet-title > .actions > .dropdown-menu i {
	color: #555555;
}
.portlet > .portlet-title > .actions > .btn,  .portlet > .portlet-title > .actions > .btn.btn-sm,  .portlet > .portlet-title > .actions > .btn-group > .btn,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
}
.portlet > .portlet-title > .actions > .btn.btn-default,  .portlet > .portlet-title > .actions > .btn.btn-sm.btn-default,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default {
	padding: 3px 9px;
}
.portlet > .portlet-title > .actions > .btn > i,  .portlet > .portlet-title > .actions > .btn.btn-sm > i,  .portlet > .portlet-title > .actions > .btn-group > .btn > i,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
	font-size: 13px;
}
.portlet > .portlet-title > .actions .btn-icon-only {
	padding: 5px 7px 3px 7px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px 6px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
	font-size: 14px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
	font-family: FontAwesome;
	color: #a0a0a0;
	padding-top: 3px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
	padding: 3px 3px !important;
	height: 27px;
	width: 27px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
	content: "\f065";
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
	content: "\f066";
}
.portlet > .portlet-title > .tools {
	float: right;
	display: inline-block;
	padding: 12px 0 8px 0;
}
.portlet > .portlet-title > .tools > a {
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.portlet > .portlet-title > .tools > a.remove {
	background-image: url(../img/portlet-remove-icon.png);
	background-repeat: no-repeat;
	width: 11px;
}
.portlet > .portlet-title > .tools > a.config {
	background-image: url(../img/portlet-config-icon.png);
	background-repeat: no-repeat;
	width: 12px;
}
.portlet > .portlet-title > .tools > a.reload {
	background-image: url(../img/portlet-reload-icon.png);
	width: 13px;
}
.portlet > .portlet-title > .tools > a.expand {
	background-image: url(../img/portlet-expand-icon.png);
	width: 14px;
	visibility: visible;
}
.portlet > .portlet-title > .tools > a.collapse {
	background-image: url(../img/portlet-collapse-icon.png);
	width: 14px;
	visibility: visible;
}
.portlet > .portlet-title > .tools > a.fullscreen {
	display: inline-block;
	top: -3px;
	position: relative;
	font-size: 13px;
	font-family: FontAwesome;
	color: #ACACAC;
}
.portlet > .portlet-title > .tools > a.fullscreen:before {
	content: "\f065";
}
.portlet > .portlet-title > .tools > a.fullscreen.on:before {
	content: "\f066";
}
.portlet > .portlet-title > .tools > a:hover {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.portlet > .portlet-title > .pagination {
	float: right;
	display: inline-block;
	margin: 2px 0 0 0;
	border: 0;
	padding: 4px 0;
}
.portlet > .portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}
.portlet > .portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}
.portlet > .portlet-title > .nav-tabs > li > a {
	background: none;
	margin: 5px 0 0 1px;
	border: 0;
	padding: 8px 10px;
	color: #fff;
}
.portlet > .portlet-title > .nav-tabs > li.active > a, .portlet > .portlet-title > .nav-tabs > li:hover > a {
	color: #333;
	background: #fff;
	border: 0;
}
.portlet > .portlet-body {
	clear: both;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.portlet > .portlet-empty {
	min-height: 125px;
}
.portlet.full-height-content {
	margin-bottom: 0;
}
/* Portlet background colors */

/* Side bordered portlet */

.portlet.bordered {
	border-left: 2px solid #e6e9ec !important;
}
.portlet.bordered > .portlet-title {
	border-bottom: 0;
}
/* Solid colored portlet */

.portlet.solid {
	padding: 0 10px 10px 10px;
	border: 0px;
}
.portlet.solid > .portlet-title {
	border-bottom: 0;
	margin-bottom: 10px;
}
.portlet.solid > .portlet-title > .caption {
	padding: 16px 0 2px 0;
}
.portlet.solid > .portlet-title > .actions {
	padding: 12px 0 6px 0;
}
.portlet.solid > .portlet-title > .tools {
	padding: 14px 0 6px 0;
}
/* Solid bordered portlet */

.portlet.solid.bordered > .portlet-title {
	margin-bottom: 10px;
}
/* Box portlet */

.portlet.box {
	padding: 0px !important;
}
.portlet.box > .portlet-title {
	border-bottom: 0;
	padding: 0 10px;
	margin-bottom: 0;
	color: #fff;
}
.portlet.box > .portlet-title > .caption {
	padding: 11px 0 9px 0;
}
.portlet.box > .portlet-title > .tools > a.remove {
	background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.config {
	background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.reload {
	background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.expand {
	background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.fullscreen {
	color: #fdfdfd;
}
.portlet.box > .portlet-title > .actions {
	padding: 7px 0 5px 0;
}
.portlet.box > .portlet-body {
	background-color: #fff;
	padding: 10px;
}
.portlet.box.portlet-fullscreen > .portlet-body {
	padding: 10px;
}
/* Light Portlet */

.portlet.light {
	padding: 12px 20px 15px 20px;
	background-color: #fff;
}
.portlet.light.bordered {
	border: 1px solid #e1e1e1 !important;
}
.portlet.light.bordered > .portlet-title {
	border-bottom: 1px solid #eee;
}
.portlet.light.bg-inverse {
	background: #F7F7F7;
}
.portlet.light > .portlet-title {
	padding: 0;
	min-height: 48px;
}
.portlet.light > .portlet-title > .caption {
	color: #666;
	padding: 10px 0;
}
.portlet.light > .portlet-title > .caption > .caption-subject {
	font-size: 16px;
}
.portlet.light > .portlet-title > .caption > i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}
.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
	font-size: 15px;
}
.portlet.light > .portlet-title > .caption.caption-md > i {
	font-size: 14px;
}
.portlet.light > .portlet-title > .actions {
	padding: 6px 0 14px 0;
}
.portlet.light > .portlet-title > .actions .btn-default {
	color: #666;
}
.portlet.light > .portlet-title > .actions .btn-icon-only {
	height: 27px;
	width: 27px;
}
.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
	color: #555;
}
.portlet.light > .portlet-title > .inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
	font-size: 14px;
	margin-top: 9px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
	height: 30px;
	padding: 2px 26px 3px 10px;
	font-size: 13px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
	height: 30px;
	padding: 3px 10px;
	font-size: 13px;
}
.portlet.light > .portlet-title > .pagination {
	padding: 2px 0 13px 0;
}
.portlet.light > .portlet-title > .tools {
	padding: 10px 0 13px 0;
	margin-top: 2px;
}
.portlet.light > .portlet-title > .nav-tabs > li {
	margin: 0;
	padding: 0;
}
.portlet.light > .portlet-title > .nav-tabs > li > a {
	margin: 0;
	padding: 12px 13px 13px 13px;
	font-size: 13px;
	color: #666;
}
.portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
	margin: 0;
	background: none;
	color: #333;
}
.portlet.light.form-fit {
	padding: 0;
}
.portlet.light.form-fit > .portlet-title {
	padding: 17px 20px 10px 20px;
	margin-bottom: 0;
}
.portlet.light .portlet-body {
	padding-top: 8px;
}
.portlet.light.portlet-fullscreen > .portlet-body {
	padding: 8px 0;
}
.tab-pane > p:last-child {
	margin-bottom: 0px;
}
/* Reverse aligned tabs */

.tabs-reversed > li {
	float: right;
	margin-right: 0;
}
.tabs-reversed > li > a {
	margin-right: 0;
}
/* jQuery UI Draggable Portlets */

.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
	cursor: move;
}
.portlet-sortable-placeholder {
	border: 2px dashed #eee;
	margin-bottom: 25px;
}
.portlet-sortable-empty {
	height: 45px;
}
.portlet.calendar .fc-button .fc-icon {
    height: 28px;
    top: -5px;
}
.portlet.calendar .fc-left h2, .portlet.cal .fc-left h2 { text-transform:capitalize;}

.portlet.cal.light .portlet-title > .nav-tabs > li > a {
	border-bottom: 2px solid transparent;
	/*padding-bottom: 15px;
	margin-left:2px;*/
	padding: 11px 10px 16px 10px;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.active > a, .portlet.cal.light .portlet-title > .nav-tabs > li:hover > a {
    border-bottom: 2px solid #5B9BD1;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.disabled > a {
	color: #999 !important;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.disabled > a:hover {
	border-bottom: 2px solid transparent;
	color: #999 !important;
}
/***

Select2 Plugin

***/

.form-control .select2-choice {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
	height: 34px;
	padding: 3px 0 0px 12px;
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
}
.select2-drop {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
	border-top: 0;
}
.select2-drop-auto-width {
	border-top: 1px solid #e5e5e5;
}
.select2-drop.select2-drop-above {
	border-top: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-drop-active {
	border: 1px solid #999999;
	border-top: 0;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background-color: #fff;
	filter: none;
	border-left: 1px solid #e5e5e5;
}
.select2-container.select2-container-active .select2-arrow,  .select2-container.select2-dropdown-open .select2-arrow {
	border-left: 0 !important;
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0 1px;
}
.select2-search input {
	border: 1px solid #e5e5e5;
	background-color: #fff !important;
	filter: none;
	margin: 0;
	outline: 0;
	border: 1px solid #e5e5e5;
	webkit-appearance: none !important;
	color: #333333;
	outline: 0;
	box-shadow: none;
	height: auto !important;
	min-height: 26px;
	padding: 6px 6px !important;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 5px;
}
.form-control.select2-container {
	border: 0;
	height: auto !important;
	padding: 0px;
}
.select2-container-active .select2-choice,  .select2-container-active .select2-choices {
	border: 1px solid #999999 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-dropdown-open .select2-choice {
	border-bottom: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,  .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #999999 !important;
	border-top: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #999999 !important;
	border-bottom: 0 !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}
.select2-results {
	margin: 5px 0;
}
.select2-results .select2-highlighted {
	background: #eee;
	color: #333;
}
.select2-results li em {
	background: #feffde;
	font-style: normal;
}
.select2-results .select2-highlighted em {
	background: transparent;
}
.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}
.select2-results .select2-no-results,  .select2-results .select2-searching,  .select2-results .select2-selection-limit {
	padding: 3px 7px 4px;
	background: #f4f4f4;
	display: list-item;
}
.select2-container-multi {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.select2-container-multi .select2-choices {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.select2-container-multi.select2-dropdown-open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.select2-container-multi .select2-choices {
	padding-left: 6px;
	min-height: 34px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #999 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 5px 0 3px 5px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/***
Forms
***/
/* Input placeholder font color */
.form-control::-moz-placeholder {
 color: #b3b3b3;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #b3b3b3;
}
 .form-control::-webkit-input-placeholder {
 color: #b3b3b3;
}
/* Form inputs */

.form-control {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #999999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
.form-control.height-auto {
	height: auto;
}
.form-control.form-control-solid {
	background-color: #F1F3F8;
	border-color: #F1F3F8;
	color: #A6B2BA;
}
.form-control.form-control-solid:focus {
	border-color: #e3e7f1;
}
.form-control.form-control-solid::-moz-placeholder {
 color: #acb7be;
 opacity: 1;
}
 .form-control.form-control-solid:-ms-input-placeholder {
 color: #acb7be;
}
 .form-control.form-control-solid::-webkit-input-placeholder {
 color: #acb7be;
}
/* Form uneditable input */

.uneditable-input {
	padding: 6px 12px;
	min-width: 206px;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Form input sizing */

.input-mini {
	width: 45px !important;
}
.input-xsmall {
	width: 80px !important;
}
.input-small {
	width: 145px !important;
}
.input-medium {
	width: 240px !important;
}
.input-large {
	width: 320px !important;
}
.input-xlarge {
	width: 420px !important;
}
.input-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-group .input-inline {
	margin-right: 5px;
}
.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 13px;
}
select.input-sm {
	height: 28px;
	line-height: 28px;
	padding: 2px 10px;
}
.cal-source { padding-right: 5px;}
.cal-source i {
	position: absolute;
	right:5px;
	display: none;
}
.cal-source.checked i {
	display: inline-block;
}

@media (min-width: 768px) {
	li[data-hover="dropdown"]:hover > .dropdown-menu {
		display: block !important;
	}
}
@media (max-width: 768px) {
	#topnavbar .dropdown-menu { position: relative; width: 100%;}
}