:root {
  --cbs-blue-color: #01ABDC;
  --cbs-table-row-highlight: #dddbdb;
  --cbs-red: #ff3535;
  --cbs-green: #8EC63F;
  --cbs-purple: #B300B2;
  --cbs-orange: #FF9800;
}

/** PROJECTS **/
.label-container{
    display: inline-block;
    background: #ece9e9;
    padding: 0 15px 0 5px;
    border-radius: 3px;
}
.label-color{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: red;
    border-radius: 2px;
    vertical-align: middle;
}
.label-remove{
    display: none;
    position: absolute;
    margin-left: 5px;
}
.label-remove sup{
    cursor: pointer;
}

.label-container:hover .label-remove{
    display: inline-block;
}

[data-tipy]::after{
  content: '' !important;
}


.row{
	width: 100%;
}

.basicContext{
	background-color: #f2f2f2;
}

/* RAZDEN MODS */
.tabs-vertical{
	display: block;
}
.tabs-vertical > ul.ui-tabview-nav{
	display: inline-block;
	width: 30px;
	float: left;
	height: 100%;
}

.tabs-vertical > ul.ui-tabview-nav > li {
	width: 30px;
    writing-mode: vertical-rl;
    padding: 0;
    transform: rotate(180deg);
}

.tabs-vertical > ul.ui-tabview-nav > li.ui-tabview-selected {
	border-right: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabs-vertical > ul.ui-tabview-nav > li > a{
	padding: 10px 1px !important;
}

.tabs-vertical > .ui-tabview-panels{
	display: inline-block;
	width: calc(100% - 30px);
	float: left;
	height: 100%;
	margin-left: -1px;
}

.pen{
    font-size: 16px !important;
    background: #ececec;
    padding: 5px;
    border-radius: 5px;
    overflow-y: scroll;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navigation-menu{
    z-index: 10;
}

.navigation-item *{
    cursor: pointer;
}

.ui-button{
    height: auto !important;
    padding: 2px !important;
    padding: 5px 10px !important; 
}

.ui-button-md .ui-button-text {
    vertical-align: inherit !important;
    line-height: 1 !important;
}

.ui-button-sm{
    padding: 2px 5px 4px 5px !important;
}

.ui-button-sm i {
    font-size: 18px !important;
}

.delete{
    background-color: #ff3535;
    margin-left: 30px;
}

.red{
    background-color: var(--cbs-red);
}
.green{
    background-color: var(--cbs-green);
}
.purple{
    background-color: var(--cbs-purple);
}

.ui-button-icon-left{
    padding: 0 !important;
    font-size: 20px !important;
    height: auto !important;
    width: auto !important;    
    line-height: 1 !important;
}

.ui-datatable-data td{
    padding: 2px 5px !important;
}

.textbox, .textarea, .mask, .ui-dropdown, .ui-multiselect, .ui-calendar-w-btn, .ui-spinner, .ui-lookup-search input, .date_time, textarea {
    line-height: 22px !important;
    font-size: 15px !important;
    height: auto;
    width: 100% !important;
    margin-bottom: 15px;
    flex: none !important;
}

.ui-calendar-w-btn {
    padding: 0 !important;
}

.ui-fieldset-content .row{
    margin-bottom: 20px;
}

.ui-spinner-button {
    position: absolute;
    right: 3px;
    padding: 0 !important;
    width: 0.875rem;
    height: 0.875rem !important;
    border-radius: 2px;
}

.ui-datatable-odd > td {
    background-color: #e8e8e8;
}

.ui-chkbox-box, .textbox, .textarea, .mask, .ui-dropdown, .ui-multiselect, .ui-calendar-w-btn, .ui-spinner, .ui-lookup-search input {
    border-color: #7d7d7d  !important;
}

.textarea{
    resize: vertical;
}

.ui-small, .ui-small *{
    font-size: 12px !important;
}

.fc-body .fc-widget-content {
    background-color: transparent;
}

.fc-body .fc-time-grid .fc-day{
    border-right-width: 1px;
}
.fc-body .fc-time-grid .fc-widget-content {
    border-color: #b3b3b3;
}

.ui-datatable-thead th{
	padding: 0;
}
.ui-datatable-thead th .ui-column-title{
	padding: 0 0 0 0.625rem;
	font-size: .9rem;
}

.ui-cell-filter{
	padding: 0.1rem 0.425rem;
}
.ui-cell-filter-content{
	min-height: auto;
}
.ui-cell-filter-content label{
	height: 25px !important;
}
.ui-cell-filter-content input{
	font-size: .9rem;
}

/** TABS **/
.ui-tabview-nav li a {
	padding: 0.1rem 0.875rem;
	padding-top: 0;
	padding-bottom: 0;
}

.ui-tabview-nav li:hover:not(.ui-tabview-selected):not(.ui-state-disabled) a{
	color: black !important;
}

.ui-tabview-nav li a{
	font-weight: normal;
}
.ui-tabview-nav .ui-tabview-selected > a{
	font-weight: bold !important;
}

.ui-state-active a[role="tab"] {
    color: #3c3c3c;
}

.primary-color{

}

.row.vertical{
	height: 100%;
}

.row.vertical > div{
	display: flex;
  	flex-wrap: wrap;
  	flex-direction: column;
  	width: 100%;
  	height: 50%;
  	align-content: space-between;
}

.ui-tabview-nav .ui-tabview-selected{
	border-top-color: var(--cbs-blue-color);
    border-top-width: 4px !important;
}

.primary-color.green-color .ui-tabview-nav .ui-tabview-selected{
    border-top-color: var(--cbs-green) !important;
}
.primary-color.purple-color .ui-tabview-nav .ui-tabview-selected{
    border-top-color: var(--cbs-purple) !important;
}
.primary-color.red-color .ui-tabview-nav .ui-tabview-selected{
    border-top-color: var(--cbs-red) !important;
}
.primary-color.orange-color .ui-tabview-nav .ui-tabview-selected{
    border-top-color: var(--cbs-orange) !important;
}

.tabs-vertical > .ui-tabview-nav .ui-tabview-selected{
	border-left-color: var(--cbs-blue-color);
    border-left-width: 4px !important;

    border-top-color: #dfe7ec !important;
    border-top-width: 1px !important;
    border-top-right-radius: 0;
}

.tabs-vertical.primary-color.green-color > .ui-tabview-nav .ui-tabview-selected{
    border-left-color: var(--cbs-green) !important;
     border-top-color: #dfe7ec !important;
}

.tabs-vertical.primary-color.purple-color > .ui-tabview-nav .ui-tabview-selected{
    border-left-color: var(--cbs-purple) !important;
     border-top-color: #dfe7ec !important;
}

.tabs-vertical.primary-color.red-color > .ui-tabview-nav .ui-tabview-selected{
    border-left-color: var(--cbs-red) !important;
     border-top-color: #dfe7ec !important;
}

.blazor-split .blazor-split-area
{
	max-height: calc(100vh - 60px);
}

/** Notification **/
.ui-growl-title{
	display: block;
}

/** Dialog **/
.ui-dialog-content.ui-widget-content > .row{
	margin-bottom: 40px;
}

.dialog-buttons{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: right;
}

/** Buttons **/
.ui-button-sm {
    padding: 0.1rem .25rem !important;
    margin-top: 0px !important;
    cursor: pointer;
}
.ui-button-sm i{
	margin-top: -3px;
	padding: 0 !important;
}

.ui-button-sm.remove, .ui-button-sm.update{
	background: white !important;
}
.ui-button-sm.remove i{
	color: var(--cbs-red) !important;
}

.ui-button-sm.update i{
	color: var(--cbs-green) !important;
}

/** Grid **/
.ui-datatable-scrollable-body table tr{
	cursor: pointer;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.ui-datatable-scrollable-body table tr:hover{
	background-color: var(--cbs-table-row-highlight);
}

.highlight{
	height: 100%;
}
.ui-datatable{
	height: 100%;
}
/** highlight */
.highlight.datadridrow tr {
	transition: background-color 500ms linear !important; 
   -moz-transition: background-color 500ms linear !important;  
   -webkit-transition: background-color 500ms linear !important; 
   -ms-transition: background-color 500ms linear !important; 
}

.highlight.datadridrow tr :not(button){
	background-color: transparent;
}

.highlight.datadridrow tr.in {
	background-color: yellow !important;
}


/* APP */
.version{
    position: absolute;
    bottom: 10px; 
    text-align: center; 
    width: 100%;
    font-size: 12px; 
    font-weight: 600;
}

app .header {
    height: 50px;
    z-index: 10;
}

app .header > .logo > img{
    display: block;
    width: inherit;
}

app .header > .logo{
    width: 50px;
    margin-top: 5px;
    margin-left: 20px;
}

.menu:not(.profile-menu) .navigation-item-wrapper {
    padding: 0.513rem 0.825rem !important;
}

.ui-tabview.ui-widget.ui-widget-content{
	height: 100%;
}
.ui-tabview-panel{
	height: 95%;
}
app > .content{
    box-sizing: border-box;
    width: 100vw;
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

app > .content .workplace-selector{
    position: fixed;
    top: 25px;
    right: 55px;
    z-index: 20;
}

app .logout{
    display: block;
    position: absolute;
    right: 20px;
    color: #515151;
    top: 15px;
}

app h1.title{
    position: fixed;
    top: 4px;
    z-index: 10;
    font-size: 28px;
    left: 50%;
    margin-left: -143px;
}

button.global-save {
    position: absolute;
    z-index: 10;
    right: 36px;
    top: 40px;
}


/* tree */
.jqtree-tree .fas, .jqtree-tree .far {

}

.jqtree-toggler{
    font-size: 12px;
}
ul.jqtree-tree .jqtree-title {
    margin-left: 26px;
}
li.jqtree_common{
	margin-left: 10px;
}

ul.jqtree-tree li.jqtree-folder::first-child{
	margin-left: 0 !important;
}

.jqtree-toggler i{
    margin-top: 5px;
    padding-right: 1px !important;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background: #cacaca !important;
}

span.jqtree-title.jqtree_common{
   font-size: 14px;
}
span.jqtree-title.jqtree_common i{
    width: 20px;
     font-size: 14px !important;
}


.ui-tabview, .ui-tabview-panel{
    height: 100%;
}

/* CONTEXT MENU */
.basicContext__data {
    padding: 3px 8px;
}
.basicContext td{font-size: 14px}

/** tooltip **/
/*
#tipy is the basic ( and only ) element.
The least you have to do, is to style this one.
*/
#tipy {
    position:absolute;
    background:#282923;
    color:#DEDFD9;
    border-radius: 1px;
    padding: 10px;
    font-size:15px;
    cursor: pointer;
    display:inline-block;
    opacity: 0;
    min-width: 100px;
    max-width: 600px;
    width: auto;
    z-index: 100;
    border: 1px solid #666;
    border: 0 solid rgba(0,0,0,0);
}

/*
The Default Style, uses ::before and ::After to style the little arrow
*/
#tipy:before, #tipy:after {
    background: inherit;
    display: block;
    position: absolute;
}

#tipy:before
{
    box-shadow: 1px 1px 2px -1px #000000;
    height: 10px;
    width: 10px;
}

#tipy:after
{
}
/*
 #tipy gets a class defining it's position in relation to the element that is bound:
    .position-t : on the top of the element
    .position-r : on the right of the element
    .position-b : on the bottom of the element
    .position-l : on the left of the element
    .position-tr : on the top right of the element
    .position-br : on the bottom right of the element
    .position-bl : on the bottom left of the element
    .position-tl : on the top left of the element
 */

/*
Position and Rotate the arrow in relation to #tipy position
*/
#tipy.position-t:before, #tipy.position-b:before, #tipy.position-r:before, #tipy.position-l:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    transform-origin:center center;

    border: 1px solid #666;
    border: 0 solid rgba(0,0,0,0);
}

#tipy.position-t:before, #tipy.position-b:before, #tipy.position-t:after, #tipy.position-b:after{
    left: 0; right: 0;
    margin: 0 auto;
    content: '';

}

#tipy.position-r:before, #tipy.position-l:before, #tipy.position-r:after, #tipy.position-l:after{
    top: 0; bottom: 0;
    margin: auto 0;
    content: '';
}

#tipy.position-tr:before, #tipy.position-br:before, #tipy.position-bl:before, #tipy.position-tl:before{ width: 10px;    height: 10px;     content: '';}
#tipy.position-tr:after, #tipy.position-br:after, #tipy.position-bl:after, #tipy.position-tl:after{     width:  6px;    height:  6px;     content: '';}

#tipy.position-tr:before{ bottom: -6px;  left: -6px;  }
#tipy.position-tr:after { bottom:  0  ;  left:  0  ;  }
#tipy.position-br:before{ top:    -6px;  left: -6px;  }
#tipy.position-br:after { top:     0  ;  left:  0  ;  }
#tipy.position-bl:before{ top:    -6px;  right:-6px;  }
#tipy.position-bl:after { top:     0  ;  right: 0  ;  }
#tipy.position-tl:before{ bottom: -6px;  right:-6px;  }
#tipy.position-tl:after { bottom:  0  ;  right: 0  ;  }

/*
The #tipy is always centered to the elements width or height and touches it on the side it is displayed.
If other positioning adjustments should be made, they should be made with margins.
Here, we leave create space for the little arrow to fit it ( otherwise it'll be displayed on top of the bound element ).
*/
#tipy.position-t{ margin-top:  -9px; }
#tipy.position-b{ margin-top:   9px; }
#tipy.position-r{ margin-left:  9px; }
#tipy.position-l{ margin-left: -9px; }

#tipy.position-tr{ margin-left:  7px; margin-top: -7px; }
#tipy.position-br{ margin-left:  7px; margin-top:  7px; }
#tipy.position-bl{ margin-left: -7px; margin-top:  7px; }
#tipy.position-tl{ margin-left: -7px; margin-top: -7px; }

#tipy.position-t:before{ bottom: -5px; }
#tipy.position-b:before{ top:    -5px; }
#tipy.position-r:before{ left:   -5px; }
#tipy.position-l:before{ right:  -5px; }

#tipy.position-t:after {    bottom: 0; height: 10px; width: 20px;}
#tipy.position-b:after {    top:    0; height: 10px; width: 20px;}
#tipy.position-r:after {    left:   0; height: 20px; width: 10px;}
#tipy.position-l:after {    right:  0; height: 20px; width: 10px;}


/* Let the user know that there is a tooltip on this element */
[data-tipy]
{
    cursor: help;
    position: relative;
}
[data-tipy]:after {
    display: inline-block;
    position: absolute;
    content: '?';
    font-size: 9px;
    line-height: 6px;
    height: 6px;
    width: 6px;
    top: 0px;
    right: -6px;
    text-indent: 0;
}

/* Alternate Styles ( e.g to distinguish an alert from a notice)*/
#tipy.red {
    background: #dc143c;
    color: #f5f5f5;
    text-shadow: 0 1px 0  #483d8b;
}
#tipy.yellow {
    background: #ffd700;
    color: #483d8b;
    text-shadow: 0 1px 0 rgba(27, 26, 55, 0.35);
}
#tipy.shaky {
    -moz-animation-delay:.5s;
    -moz-animation-duration: .7s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-name: shaky;
}

@-moz-keyframes shaky {
    10% {
        transform: translate(5px,0);
    }
    20% {
        transform: translate(0px,0);
    }
    30% {
        transform: translate(4px,0);
    }
    40% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(3px,0);
    }
    60% {
        transform: translate(0px,0);
    }
    70% {
        transform: translate(2px,0);
    }
    80% {
        transform: translate(0,0);
    }
    90% {
        transform: translate(1,0);
    }
    100% {
        transform: translate(0,0);
    }
}


/* SIDE PANEL */
.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
  color: #89ba2c;
  padding-left: 5%;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 500px;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 500px;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.user-profile-menu{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 10px;
	cursor: pointer;
}

.user-profile-menu .user-name{
	display: block;
	font-size: 12px;
	border-bottom: 1px solid gray;
	text-align: center;
	margin-bottom: 5px;
}

.user-profile-menu .profile-close{
	font-size: 20px;
	position: absolute;
	right: 8px;
	top: -8px;
	cursor: pointer;
}

.user-profile-menu > i{
	font-size: 30px;
}

.user-profile-menu ul{
	padding: 0;
	padding-left: 20px;
	list-style: none;
}

.user-profile-menu .profile-submenu{
	cursor: default;
	position: absolute;
	display: none;
	z-index: 100;
	background: white;
	width: 200px;
	right: 0;
	height: 100px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}

.user-profile-menu a.profile-link{
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.mobile-menu{
	display: none;
}

.main-menu{
 	display: none;
}

/* MOBILE */
@media only screen and (max-width: 768px) {
	.logo {
 		width: 100% !important;
 		margin-left: 0 !important;
  	}
  	.logo img{
 		width: 50px !important;
 		margin: 0 auto;
  	}

  	.main-menu{
  		margin: 0 !important;
		position: absolute;
		z-index: 999999999;
		height: 100%;
		left: 0 !important;
		top: 50px !important;
  	}

  	ul.menu{
  		display: block !important;
  		width: calc(100vw - 1px);
		height: calc(100vh - 50px);
  	}

  	ul.menu li{
  		display: block;
  	}

  	.mobile-menu{
		display: block;
		position: absolute;
		z-index: 999;
		top: 8px;
		left: 10px;
		cursor: pointer;
	}

	.mobile-menu i{
		font-size: 32px;
	}

	.col-12, .col-sm-12	{
		max-width: 100vw;
		width: 100vw;
	}

	.fc-right{
		display: none;
	}
	h1 {
	    font-size: 1.7rem !important;
	}
}

@media only screen and (min-width: 769px) {
 		app .header > .main-menu {
		    margin-left: 30px;
		}
		app .header > .logo, app .header > .main-menu {
		    display: inline-block;
		    vertical-align: middle;
		}
	
}

.fc-button-primary{
	background-color: #ff6d41 !important;
	color: white !important;
}

.fc-center{
	color: black !important;
}