.logo
{
    height: 60px;
}

.hidden
{
    display: none;
}

.ui.left
{
    transition: width .2s linear;
}

.ui.left .accordion
{
    padding: 0;
}

.ui.left .accordion .title
{
    padding: 1em !important;
}

.ui.left .accordion .title .icon
{
    float: right;
    margin: 0 2px 0 0;
}

.push .container
{
	margin:0 !important;
}

.reduced .accordion .content
{
	position: absolute;
	left: 48px;
	width: 48px;
	top: -1px;
	padding-top:0;
}

.pusher.push
{
    transform: translate3d(48px, 0, 0) !important;
    width: calc(100% - 48px) !important;
    transition: all .2s linear;
}

.pusher
{
    width: calc(100% - 260px) !important;
    transition: all .2s linear;
}

.maincontent
{
    min-height: calc(100vh - 48px);
}

.reduced
{
    width: 48px !important;
	overflow: visible !important;
}

.reduced span
{
    display: none;
}

.reduced .item
{
    height: 40px;
}

.topbar
{
    border-radius: 0px !important;
}

.footer
{
    background-color: #ddd;
	color: #9999cc;
}

.footer a
{
	color: #9999cc;
}

.ui.inverted.menu .dropdown .item a
{
    color: #1e77bb !important;
}

.ui.card.slateblue .header, .ui.card.slateblue .icon, .ui.card.slateblue .value, .ui.card.slateblue .extra
{
	color: slateblue !important;
}

.ui.card.green .header, .ui.card.green .icon, .ui.card.green .value, .ui.card.green .extra
{
	color: green !important;
}

.ui.card.darkorange .header, .ui.card.darkorange .icon, .ui.card.darkorange .value, .ui.card.darkorange .extra
{
	color: darkorange !important;
}

.ui.card.orangered .header, .ui.card.orangered .icon, .ui.card.orangered .value, .ui.card.orangered .extra
{
	color: orangered !important;
}

.ui.card.darkred .header, .ui.card.darkred .icon, .ui.card.darkred .value, .ui.card.darkred .extra
{
	color: darkred !important;
}

.ui.card.royalblue .header, .ui.card.royalblue .icon, .ui.card.royalblue .value, .ui.card.royalblue .extra
{
	color: royalblue !important;
}

/* .ui.card.inverted>.content>a.header,
.ui.card.inverted>.content>.header,
.ui.cards>.card.inverted>.content>a.header,
.ui.cards>.card.inverted>.content>.header,
.ui.card.inverted .meta,
.ui.cards>.card.inverted .meta,
.ui.card.inverted>.content>.description,
.ui.cards>.card.inverted>.content>.description,
.ui.card.inverted>.extra,
.ui.cards>.card.inverted>.extra {
    color: #fff;
	box-shadow:0px 3px 3px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.2) !important;
}

.ui.card.inverted>.extra a:not(.ui):hover,
.ui.cards>.card.inverted>.extra a:not(.ui):hover
{
    color: #ddd;
	box-shadow: 0px 11px 20px rgba(0,0,0,0.07), 0px 7px 7px -2px rgba(0,0,0,0.2)!important;
}
*/

.ui.cards > .card, .ui.card
{
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.2);
}

.ui.cards a.card:hover, .ui.link.cards .card:hover, a.ui.card:hover, .ui.link.card:hover
{
	box-shadow: 0px 11px 20px rgba(0,0,0,0.07), 0px 7px 7px -2px rgba(0,0,0,0.2) !imporant;
}

.ui.segment
{
	padding: 1.5em 2.5em !important;
}

.card .innericon, a.card .innericon
{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    transition: all 0.2s linear;
}

.card .content
{
    z-index: 2;
}

.card .innericon i
{
    color: #000;
    opacity: 0.1;
    mix-blend-mode: overlay;
}

.card:hover > .innericon
{
    transform: scale(1.1);
    transition: all 0.2s linear;
}

.logo-back
{
    position: absolute;
    top: 6em;
    left: calc(50% - 7.5vw);
    width: 15vw;
    opacity: 0.05;
}

.history-line
{
    background-color: lightblue;
    width: 3px;
    height: 30%;
    position: absolute;
    left: 14px;
    top: 87px;
}

.ui.feed .event:not(:last-child)::before
{
    content: ' ';
    border-left: 4px solid lightblue;
    position: relative;
    margin-left: -4px;
    left: 24px;
    top: 1em;
    z-index: 1;
}

.card.divider
{
    visibility: hidden;
}

.title.active
{
	background-color: #333;
	height: 40px;
}

.ui.vertical.menu .item:hover
{
	background-color: #660000 !important;
}

.content.active
{
	background-color: #444;
}

.item span span
{
	margin-left: 5px !important;
}

.ui.cards .card, .card
{
	border-radius: 0 !important;
}

td.orange
{
	background-color: orange;
}


/* dropzone override */

.dropzone
{
	border: 0;
}

.dropzone .dz-preview .dz-image
{
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark
{
	top: 60%;
	left: 50%;
	margin-left: -15px;
	margin-top: 0;
}

/*
palette color picker
*/

.palette-color-picker-button
{
	margin-top: 4px;
	border-radius: 100%;
	box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
}

.palette-color-picker-button:before
{
	content: '\f1fb';
	color: #555;
	width: 9px;
	height: 8px;
	z-index: 2;
	position: absolute;
	left: 6px;
	top: 2px;
	font-family: icons;
	font-size: 13px;
}

.palette-color-picker-bubble .swatch
{
	outline: 0;
	border-radius: 100%;
	box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
}

.colorpicker
{
	z-index: 99;
}

.fc-toolbar .fc-center h2, .fc-day-header span
{
	text-transform: uppercase;
}

.fc-day-number
{
	margin: 4px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.4)
}

.message.tml
{
	transition: all 500ms;
}

.message.tml::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	position: absolute;
	box-shadow: -1px 1px 0px 0px rgba(34, 36, 38, 0.32);
	background-color: #f7f7f8;
}

.message.tml.right::before {
	left: -9px;
	top: calc(50% - 10px);
	transform: rotate(45deg);
}

.message.tml.right:hover
{
	margin-left: -20px;
	transition: all 500ms;
}

.message.tml.left:hover
{
	margin-right: -20px;
	transition: all 500ms;
}

.message.tml.left::before {
	right: -9px;
	top: calc(50% - 10px);
	transform: rotate(225deg);
}

.icon.timeline::after
{
    content: '';
    width: 3px;
    height: 400%;
    background-color: #c2c2c2;
    position: absolute;
    z-index: -1;
    left: calc(50% - 3px);
}

.icon.timeline.ultimo::after
{
	height: 0;
}

.slider-nav .slick-slide
{
	width: 138px;
	height: 138px;
	margin: 5px;
	opacity:0.6;
}

.slider-nav .slick-current
{
	opacity: 1;
}

.fc-view-container
{
	background-color: #fff;
}

td.fc-today
{
	background-color: #ffdddd !important;
}
.fc-today .fc-day-number
{
	font-weight: bold;
	color: #000;
}
