@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

.ui-datatable.activityTable {
    table-layout: auto !important;
}

/* .ui-datatable.activityTable th:nth-child(7)
{

	width: 50px!important;
} */
.ui-widget, .ui-widget .ui-widget {
    font-size: 95% !important;
}

/*
.detailsBtn{
	width:38px;
	font-size: 16px;
	font-style: bold;
	text-decoration: underline;

}

.ui-button.blueBtn
{
	border-style: solid;
    border-color: #336699;
    box-shadow: 2px 2px 2px 2px #336699;
}

.ui-button.greenBtn
{
	border-style: solid;
    border-color: #00CC33;
    box-shadow: 2px 2px 2px 2px #00CC33;
}

.ui-button.redBtn
{
	border-style: solid;
    border-color: #FF0000 ;
    box-shadow: 2px 2px 2px 2px #FF0000;
}*/
/*  a{ */
/* 	text-decoration: none; */
/* 	color:#67b021!important; */

/* }  */
.stillWorking {
    background: #97d865;
    color: white;
}

.currentUser {
    background: #8A2BE2 !important;
    color: white;
}

#exportPanel {
    margin-top: 0px !important;
    padding-top: 0px;
}

.highlight {
    background: #1E9E1E !important;
}

.highlight2 {
    background: #46C646 !important;
}

.highlight3 {
    background: #FF2400 !important;
}

/* .add_icon
{
    background-image: url("")!important;
    left: 0.5 !important;
    top: 1 !important;

}

.assign_icon
{
    background-image: url("")!important;

}

.filter_icon
{
    background-image: url("")!important;

}

.empty_icon
{
    background-image: url("")!important;

}

.customize_icon
{
    background-image: url("")!important;

}
.rights_icon
{
    background-image: url("")!important;

}

.export_icon
{
    background-image: url("/javax.faces.resource/images/export.png.xhtml")!important;

}
.update_icon
{
    background-image: url("")!important;
    left: 0.5 !important;
    top: 0.5 !important;

}

.start_icon
{
    background-image: url("")!important;

}

.stop_icon
{
    background-image: url("")!important;

}
.delete_icon
{
    background-image: url("")!important;
    left: 0.5 !important;
    top: 1 !important;

} */
.on_icon {
    background-image: url("/javax.faces.resource/images/on-white.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.implicit_button .on_icon {
    background-image: url("/javax.faces.resource/images/on-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.implicit_button.ui-state-focus .on_icon {
    background-image: url("/javax.faces.resource/images/on-white.png.xhtml") !important;
}

.off_icon {
    background-image: url("/javax.faces.resource/images/off.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.implicit_button .off_icon {
    background-image: url("/javax.faces.resource/images/off-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.implicit_button.ui-state-focus .off_icon {
    background-image: url("/javax.faces.resource/images/off-white.png.xhtml") !important;
}

.details_icon {
    background-image: url("/javax.faces.resource/images/details.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.back_icon {
    background-image: url("/javax.faces.resource/images/back.png.xhtml") !important;
}

.reset_icon {
    background-image: url("/javax.faces.resource/images/reset.png.xhtml") !important;
}

.check_icon {
    background-image: url("/javax.faces.resource/images/apply.png.xhtml") !important;
}

.cross_icon {
    background-image: url("/javax.faces.resource/images/cancel.png.xhtml") !important;
}

.out_icon {
    background-image: url("/javax.faces.resource/images/logout.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.logout_button.ui-state-hover .out_icon {
    background-image: url("/javax.faces.resource/images/logout-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.add_icon {
    background-image: url("/javax.faces.resource/images/add.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.add_button .add_icon {
    background-image: url("/javax.faces.resource/images/add.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.add_button.ui-state-hover .add_icon {
    background-image: url("/javax.faces.resource/images/add-white.png.xhtml") !important;
}

.assign_icon {
    background-image: url("/javax.faces.resource/images/add-user.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.assign_button .assign_icon {
    background-image: url("/javax.faces.resource/images/add-user.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.assign_button.ui-state-hover .assign_icon {
    background-image: url("/javax.faces.resource/images/add-user-white.png.xhtml") !important;
}

.filter_icon {
    background-image: url("/javax.faces.resource/images/full.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.filter_button .filter_icon {
    background-image: url("/javax.faces.resource/images/full.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.filter_button.ui-state-hover .filter_icon {
    background-image: url("/javax.faces.resource/images/full-white.png.xhtml") !important;
}

.empty_icon {
    background-image: url("/javax.faces.resource/images/none.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.empty_button .empty_icon {
    background-image: url("/javax.faces.resource/images/none.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.empty_button.ui-state-hover .empty_icon {
    background-image: url("/javax.faces.resource/images/none-white.png.xhtml") !important;
}

.customize_icon {
    background-image: url("/javax.faces.resource/images/customize.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.customize_button .customize_icon {
    background-image: url("/javax.faces.resource/images/customize.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.customize_button.ui-state-hover .customize_icon {
    background-image: url("/javax.faces.resource/images/customize-white.png.xhtml") !important;
}

.rights_icon {
    background-image: url("/javax.faces.resource/images/lock.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.rights_button .rights_icon {
    background-image: url("/javax.faces.resource/images/lock.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.rights_button.ui-state-hover .rights_icon {
    background-image: url("/javax.faces.resource/images/lock-white.png.xhtml") !important;
}

.export_icon {
    background-image: url("/javax.faces.resource/images/export.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.export_button .export_icon {
    background-image: url("/javax.faces.resource/images/export.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.export_button.ui-state-hover .export_icon {
    background-image: url("/javax.faces.resource/images/export-white.png.xhtml") !important;
}

.update_icon {
    background-image: url("/javax.faces.resource/images/update.png.xhtml") !important;
    left: 0.5 !important;
    top: 0.5 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.upd_button .update_icon {
    background-image: url("/javax.faces.resource/images/update.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.upd_button.ui-state-hover .update_icon {
    background-image: url("/javax.faces.resource/images/update-white.png.xhtml") !important;
}

.delete_icon {
    background-image: url("/javax.faces.resource/images/delete.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.del_button .delete_icon {
    background-image: url("/javax.faces.resource/images/delete.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.del_button.ui-state-hover .delete_icon {
    background-image: url("/javax.faces.resource/images/delete-white.png.xhtml") !important;
}

.stop_icon {
    background-image: url("/javax.faces.resource/images/stop.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.stop_button.ui-state-hover .stop_icon {
    background-image: url("/javax.faces.resource/images/stop-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.start_icon {
    background-image: url("/javax.faces.resource/images/start.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.start_button.ui-state-hover .start_icon {
    background-image: url("/javax.faces.resource/images/start-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

.login_icon {
    background-image: url("/javax.faces.resource/images/login.png.xhtml") !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.login_button.ui-state-hover .login_icon {
    background-image: url("/javax.faces.resource/images/login-white.png.xhtml") !important;
    left: 0.5 !important;
    top: 1 !important;
}

a.commandLink {
    text-decoration: underline;
    font-style: oblique;
}

.ui-selectonemenu {
    border: 1px solid #67b021 !important;
}

.ui-selectonemenu-trigger {
    background: #67b021 url("") 50% 50% repeat-x !important;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.ui-state-hover,
.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.ui-state-focus {
    border: 1px solid #d4ccb0 !important;
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right.ui-state-hover,
.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.ui-state-focus {
    /* background: #fafaf4 url("") 50% 50% repeat-x !important;*/
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right.ui-state-hover .ui-icon {
    /*  background-image: url("") !important;*/
}

.ui-picklist-button-add, .ui-picklist-button-add-all,
.ui-picklist-button-remove, .ui-picklist-button-remove-all {
    /*border: 1px solid #327e04 !important;*/
    background: #459e00;
    color: #ffffff;
}

.ui-picklist-button-add:hover, .ui-picklist-button-add-all:hover,
.ui-picklist-button-remove:hover, .ui-picklist-button-remove-all:hover {
    border: 1px solid #d4ccb0;
    color: #459e00;
    background: #fafaf4;
}

.ui-picklist-button-add:hover .ui-icon, .ui-picklist-button-add-all:hover .ui-icon,
.ui-picklist-button-remove:hover .ui-icon,
.ui-picklist-button-remove-all:hover .ui-icon {
    background-image: url("") !important;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    border: 1px solid #327e04 !important;
    background: #459e00 url("") 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.ui-datatable .ui-button {
    float: left;
}

.ui-tooltip {;
    max-width: 300px;
}

.panelGridNoBorder tr, .panelGridNoBorder td {
    border-style: hidden !important;
}

#overlay {
    max-width: 500px;
    max-height: 500px;
    float: right !important;
}

#comments {
    font-size: 18px !important;
}

#MainForm {
    padding-top: 10px !important;
    /* 	margin-top: 47px; */
}

#options {
    height: 40px;
    border: none;
}

/* #crudPanel, #footerPanel,#filterPanel{
	background: #D9E1E4;
	box-shadow: 5px 5px 5px 5px #888888;
	overflow: hidden;

} */
/* .ui-layout,.ui-layout-doc,.ui-layout-unit,.ui-layout-wrap,.ui-layout-bd,.ui-layout-hd
	{
	border: none;
} */
table.ui-datepicker-calendar td.yellowElements0 a {
    background: yellow !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements1 a {
    background: #bfff00 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements2 a {
    background: #d2ff4d !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements3 a {
    background: #e6ff99 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements4 a {
    background: #ffff4d !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements5 a {
    background: #ffffcc !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements6 a {
    background: #ffff80 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements7 a {
    background: #ffff66 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements8 a {
    background: #cccc00 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.yellowElements9 a {
    background: #e6e600 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greenElements0 a {
    background: #00ff80 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements1 a {
    background: #33ff99 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements2 a {
    background: #e6ffe6 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements3 a {
    background: #b3ffb3 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements4 a {
    background: #004d00 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements5 a {
    background: #009900 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements6 a {
    background: #00b300 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements7 a {
    background: #00cc00 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements8 a {
    background: #00e600 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.greenElements9 a {
    background: #66ff66 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements0 a {
    background: #c2c2f0 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements1 a {
    background: #7070db !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements2 a {
    background: #99d6ff !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements3 a {
    background: #66c2ff !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements4 a {
    background: #33adff !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements5 a {
    background: #006bb3 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements6 a {
    background: #005c99 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements7 a {
    background: #004d80 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements8 a {
    background: #003d66 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.blueElements9 a {
    background: #002e4d !important;
    color: white !important;
}

table.ui-datepicker-calendar td.orangeElements0 a {
    background: #804000 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements1 a {
    background: #fff2e6 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements2 a {
    background: #ffd9b3 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements3 a {
    background: #ffbf80 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements4 a {
    background: #ffa64d !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements5 a {
    background: #ff8000 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements6 a {
    background: #e67300 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements7 a {
    background: #cc6600 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements8 a {
    background: #dd99ff !important;
    color: black !important;
}

table.ui-datepicker-calendar td.orangeElements9 a {
    background: #bb33ff !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements0 a {
    background: #e0ebeb !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements1 a {
    background: #c2d6d6 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements2 a {
    background: #cccccc !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements3 a {
    background: #b3b3b3 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements4 a {
    background: #a6a6a6 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements5 a {
    background: #4d4d4d !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements6 a {
    background: #333333 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements7 a {
    background: #f2f2f2 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements8 a {
    background: #d9d9d9 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.greyElements9 a {
    background: #a6a6a6 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements1 a {
    background: #ffe6e6 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements2 a {
    background: #ffcccc !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements3 a {
    background: #ffb3b3 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements4 a {
    background: #ff9999 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements5 a {
    background: #ff8080 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements6 a {
    background: #ff6666 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements7 a {
    background: #ff4d4d !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements8 a {
    background: #ff3333 !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements9 a {
    background: #ff1a1a !important;
    color: black !important;
}

table.ui-datepicker-calendar td.redElements0 a {
    background: #ff0000 !important;
    color: black !important;
}

.yellowElements0 {
    background: yellow !important;
    color: yellow !important;
}

.yellowElements1 {
    background: #bfff00 !important;
    color: #bfff00 !important;
}

.yellowElements2 {
    background: #d2ff4d !important;
    color: #d2ff4d !important;
}

.yellowElements3 {
    background: #e6ff99 !important;
    color: #e6ff99 !important;
}

.yellowElements4 {
    background: #ffff4d !important;
    color: #ffff4d !important;
}

.yellowElements5 {
    background: #ffffcc !important;
    color: #ffffcc !important;
}

.yellowElements6 {
    background: #ffff80 !important;
    color: #ffff80 !important;
}

.yellowElements7 {
    background: #ffff66 !important;
    color: #ffff66 !important;
}

.yellowElements8 {
    background: #cccc00 !important;
    color: #cccc00 !important;
}

.yellowElements9 {
    background: #e6e600 !important;
    color: #e6e600 !important;
}

.greenElements0 {
    background: #00ff80 !important;
    color: #00ff80 !important;
}

.greenElements1 {
    background: #33ff99 !important;
    color: #33ff99 !important;
}

.greenElements2 {
    background: #e6ffe6 !important;
    color: #e6ffe6 !important;
}

.greenElements3 {
    background: #b3ffb3 !important;
    color: #b3ffb3 !important;
}

.greenElements4 {
    background: #004d00 !important;
    color: #004d00 !important;
}

.greenElements5 {
    background: #009900 !important;
    color: #009900 !important;
}

.greenElements6 {
    background: #00b300 !important;
    color: #00b300 !important;
}

.greenElements7 {
    background: #00cc00 !important;
    color: #00cc00 !important;
}

.greenElements8 {
    background: #00e600 !important;
    color: #00e600 !important;
}

.greenElements9 {
    background: #66ff66 !important;
    color: #66ff66 !important;
}

.blueElements0 {
    background: #c2c2f0 !important;
    color: #c2c2f0 !important;
}

.blueElements1 {
    background: #7070db !important;
    color: #7070db !important;
}

.blueElements2 {
    background: #99d6ff !important;
    color: #99d6ff !important;
}

.blueElements3 {
    background: #66c2ff !important;
    color: #66c2ff !important;
}

.blueElements4 {
    background: #33adff !important;
    color: #33adff !important;
}

.blueElements5 {
    background: #006bb3 !important;
    color: #006bb3 !important;
}

.blueElements6 {
    background: #005c99 !important;
    color: #005c99 !important;
}

.blueElements7 {
    background: #004d80 !important;
    color: #004d80 !important;
}

.blueElements8 {
    background: #003d66 !important;
    color: #003d66 !important;
}

.blueElements9 {
    background: #002e4d !important;
    color: #002e4d !important;
}

.orangeElements0 {
    background: #804000 !important;
    color: #804000 !important;
}

.orangeElements1 {
    background: #fff2e6 !important;
    color: #fff2e6 !important;
}

.orangeElements2 {
    background: #ffd9b3 !important;
    color: #ffd9b3 !important;
}

.orangeElements3 {
    background: #ffbf80 !important;
    color: #ffbf80 !important;
}

.orangeElements4 {
    background: #ffa64d !important;
    color: #ffa64d !important;
}

.orangeElements5 {
    background: #ff8000 !important;
    color: #ff8000 !important;
}

.orangeElements6 {
    background: #e67300 !important;
    color: #e67300 !important;
}

.orangeElements7 {
    background: #cc6600 !important;
    color: #cc6600 !important;
}

.orangeElements8 {
    background: #dd99ff !important;
    color: #dd99ff !important;
}

.orangeElements9 {
    background: #bb33ff !important;
    color: #bb33ff !important;
}

.greyElements0 {
    background: #e0ebeb !important;
    color: #e0ebeb !important;
}

.greyElements1 {
    background: #c2d6d6 !important;
    color: #c2d6d6 !important;
}

.greyElements2 {
    background: #cccccc !important;
    color: #cccccc !important;
}

.greyElements3 {
    background: #b3b3b3 !important;
    color: #b3b3b3 !important;
}

.greyElements4 {
    background: #a6a6a6 !important;
    color: #a6a6a6 !important;
}

.greyElements5 {
    background: #4d4d4d !important;
    color: #4d4d4d !important;
}

.greyElements6 {
    background: #333333 !important;
    color: #333333 !important;
}

.greyElements7 {
    background: #f2f2f2 !important;
    color: #f2f2f2 !important;
}

.greyElements8 {
    background: #d9d9d9 !important;
    color: #d9d9d9 !important;
}

.greyElements9 {
    background: #a6a6a6 !important;
    color: #a6a6a6 !important;
}

.redElements1 {
    background: #ffe6e6 !important;
    color: #ffe6e6 !important;
}

.redElements2 {
    background: #ffcccc !important;
    color: #ffcccc !important;
}

.redElements3 {
    background: #ffb3b3 !important;
    color: #ffb3b3 !important;
}

.redElements4 {
    background: #ff9999 !important;
    color: #ff9999 !important;
}

.redElements5 {
    background: #ff8080 !important;
    color: #ff8080 !important;
}

.redElements6 {
    background: #ff6666 !important;
    color: #ff6666 !important;
}

.redElements7 {
    background: #ff4d4d !important;
    color: #ff4d4d !important;
}

.redElements8 {
    background: #ff3333 !important;
    color: #ff3333 !important;
}

.redElements9 {
    background: #ff1a1a !important;
    color: #ff1a1a !important;
}

.redElements0 {
    background: #ff0000 !important;
    color: #ff0000 !important;
}

.red {
    color: red;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

.ui-menuRightsCustomizer {
    font-size: 90% !important;
}

.start_button_activity {
    background-color: #97d865;
    width: 250px;
    text-align: center;
    height: 150px;
    position: absolute;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
}

.ui-add-user-icon {
    background-image: url("/javax.faces.resource/images/adauga_utilizator.png.xhtml") !important;
}

.ui-PontajOK-button {
    margin-top: 10px;
    margin-left: 5px;
    background-color: transparent;
    box-shadow: none;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -17px;
}

.dashboard_extra_big_bold_font {
    font-size: 30px !important;
    color: #777171 !important;
    font-weight: bold !important;
}

.dashboard_first_name_font {
    /* font-size: 36px !important;*/
    font-size: 26px !important;
    color: #777171 !important;
    font-weight: bold !important;
}

.dashboard_last_name_font {
    /* font-size: 36px !important;*/
    font-size: 26px !important;
    color: #777171 !important;
}

.dashboard_big_bold_font {
    font-size: 25px !important;
    color: #777171 !important;
    font-weight: bold !important;
}

.dashboard_big_font {
    font-size: 25px !important;
    color: #777171 !important;
}

.dashboard_small_font {
    font-size: 10px !important;
    color: #777171 !important
}

.dashboard_medium_font {
    font-size: 16px !important;
    color: #777171 !important
}

.dashboard_extra_big_font {
    font-size: 48px !important;
    color: #777171 !important;
}

.dashboard_info_color {
    /* background: #239a98 !important; */
    background: #ffffff !important;
    border: 1px solid lightgrey;
}

.dashboard_task_color {
    /* background: #0f7782 !important; */
    background: #ffffff !important;
    border: 1px solid lightgrey;
}

.dashboard_name_color {
    background: #ffffff !important;
    border: 1px solid lightgrey;
}

.dashboard_total_color {
    /* background: #4b7162 !important; */
    border: 1px solid lightgrey;
    background: #e6f3fb !important;
}

.dashboard_task_pink_color {
    /* background: #4b7162 !important; */
    border: 1px solid lightgrey;
    background: #f6f0f1 !important;
}

.dashboard_start_activity_color {
    background: #ffffff !important;
    border: 1px solid lightgrey;
}

.dashboard_stop_activity_color {
    /* background: #ff3333!important;
     */
    border: 1px solid lightgrey;
    background: #ffffff !important;
}

.dashboard_no_padding_div {
    padding: 0 !important;
}

.dashboard_middle_align {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
}

.dashboard_0_5_row_span {
    height: 30px
}

.dashboard_1_row_span {
    height: 40px
}

.dashboard_2_rows_span {
    height: 55px;
}

.dashboard_3_rows_span {
    height: 60px;
}

.dashboard_grid_display {
    display: grid;
    /* 	display: -ms-grid; */
    display: -ms-inline-grid;
    /* 	-ms-grid-rows: 20px 1vw 20px 1vw 20px 1vw 20px ;
      grid-template-rows:0px 1vw 20px 1vw 20px 1vw 20px; */
}

.grid-item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 auto;
}

.grid-item:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 0 auto;
}

.grid-item:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
    margin: 0 auto;
}

.grid-item:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4;
    margin: 0 auto;
}

.grid-item:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5;
    margin: 0 auto;
}

.grid-item:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6;
    margin: 0 auto;
}

.grid-item:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7;
    margin: 0 auto;
}

.grid-item:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8;
    margin: 0 auto;
}

.grid-item:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9;
    margin: 0 auto;
}

.grid-item:nth-child(10) {
    -ms-grid-row: 10;
    grid-row: 10;
    margin: 0 auto;
}

.dashboard_start_button {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background: #23a150 !important;
    border: 5px solid white !important;
}

body .ui-button.ui-state-focus .dashboard_start_button {
    border: 0px ! imporant;
}

body .ui-state-active, body .ui-state-highlight .dashboard_start_button {
    background-color: transparent;
}

.dashboard_start_button:focus {
    outline: none !important;
}

.dashboard_stop_button {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background: #ff3333 !important;
    border: 10px solid #ff3333 !important;
    font-size: 10px
}

body .ui-button.ui-state-focus .dashboard_stop_button {
    border: 0px ! imporant;
}

body .ui-state-active, body .ui-state-highlight .dashboard_stop_button {
    background-color: transparent;
}

.dashboard_stop_button:focus {
    outline: none !important;
}

.selectedButton {
    background: #99C270 !important;
}

.greenButton {
    background: #74a345 !important;
}

.selectedLink {
    color: #0b5760 !important;
    font-weight: bold !important;
}

.selectedMenuButton {
    color: #004058 !important;
    background: #5bb1bc47 !important;
    font-weight: bold !important;
}

body .ui-datatable .ui-paginator {
    padding: 2px 10px;
}

.ui-datatable.borderless .ui-datatable-scrollable-header-box thead th {
    border-style: none;
    height: 50px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: left;
    /* padding-left: 2px; */
}

/* .ui-state-default.ui-resizable-column.number-column-datatable {
	padding: 0px 15px 20px 5px;
} */
/*
 ui-widget-header ui-datatable-scrollable-header */
.ui-datatable.borderless tbody, .ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
    padding-left: 0px;
    text-align: left;
    padding-left: 3px!important;
    padding-right: 3px!important;
}

.ui-datatable tbody tr td {
    padding: 12px 0px 12px 0px !important;
}

body .ui-datatable-scrollable-header-box .ui-state-default.ui-resizable-column.number-column-datatable {
    padding: 0px 15px 20px 5px !important;
}

.ui-datatable-scrollable-header-box .number-column-datatable thead th {
    padding: 10px 15px 20px 5px;
}

.ui-datatable-scrollable-header-box {
    margin-right: 0px;
    border-bottom: 3px solid #277997;
}

body .ui-datatable thead th .ui-sortable-column-icon {
    vertical-align: middle;
    margin: -4px 0 0 0;
    color: #d9d7d7;
}

.topBar-profile {
    max-width: 500px;
    text-align: right;
}

.topBar-profile .topBar-user-name {
    /* font-size: 18px; */
    /* 	color: #033b4f; */
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    color: #ffffff;
}

.topBar-role {
    color: white;
    font-size: 11px;
}

.dashboard_table_focus * {
    outline: none !important;
}

body .ui-panelgrid tbody tr.ui-widget-content .noBorderPanel {
    border: 0px !important;
}

body .ui-widget-content .noBorderPanel {
    border: 0px !important;
}

body .ui-panelgrid .noBorderPanel {
    border: 0px !important;
}

.noBorderPanel.ui-panelgrid > * > tr, .noBorderPanel.ui-panelgrid .ui-panelgrid-cell {
    border: none !important;
}

.ui-panelgrid-content .ui-widget-content .ui-grid .ui-grid-responsive.noBorderPanel {
    border: none !important;
}

.noBorderPanel td {
    border-style: hidden !important;
}

/* menu icon color */
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li a {
    color: #2778e1;
}

/* active menu icon color */
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item a {
    color: #0a3b4d;
}

/* submenu icons color */
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content a {
    color: #0ea385;
}

/* background color for even rows in tables */
body .ui-datatable tbody tr.ui-datatable-even {
    background-color: #b9dce91a;
    height: 50px !important;
}

body .ui-datatable tbody tr.ui-datatable-odd {
    background-color: #ffffff00;
    height: 50px !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
    display: block !important;
}

.big_font_button > * {
    padding: 0;
    line-height: 30px;
    font-size: 20px !important;
}

/*
body .ui-datatable tbody tr.ui-state-hover {
    !*background-color: #ffffff !important;*!
    background-image: linear-gradient(to right, rgba(24, 103, 219, 0.15), rgba(52, 186, 255, 0.15));
    color: #536094 !important;
    box-shadow: 0px 4px 8px 0px #a5abbe !important;
    padding: 4px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

body .ui-datatable tbody tr.ui-datatable-even.ui-state-hover {
    background-color: #ffffff !important;
    color: #536094 !important;
    box-shadow: 0px 4px 8px 0px #a5abbe !important;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190) !important;
    -moz-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190) !important;
    padding: 4px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
*/

/*
.layout-wrapper .topbar {
    !* background-image: linear-gradient(to right, #007BE3 , #00B1FD); *!
    background: #007be3;
    background: -moz-linear-gradient(left, #007be3 0%, #207cca 0%, #2989d8 44%, #00b1fd 100%);
    background: -webkit-linear-gradient(left, #007be3 0%, #207cca 0%, #2989d8 44%,
    #00b1fd 100%);
    background: linear-gradient(to right, #007be3 0%, #207cca 0%, #2989d8 44%, #00b1fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007be3',
    endColorstr='#00b1fd', GradientType=1);
}
*/

.page-name-style {
    color: #007BE3;
    font-size: 56px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.menuWithMarginCRUD {
    /* margin-left: 30px;*/
    /* margin-bottom:47px; */
}

.menuWithMargin {
    /*    margin-left: 30px;*/
}

/*div.timeline-axis-grid {

    !*	border-top-style: none !important;*!
}*/

/*div.timeline-axis-grid.timeline-axis-grid-minor {
    !*border: none !important;*!
    opacity: 0.2 !important;

}*/

.layout-wrapper .layout-sidebar {
    box-shadow: 0 0 28px 0 rgb(32, 124, 201), 0 0 0 0 rgb(252, 251, 251);
    -webkit-box-shadow: 0 0 28px 0 rgba(32, 124, 201, 0.75), 0 0 0 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 28px 0 rgba(32, 124, 201, 0.75), 0 0 0 0 rgba(255, 255, 255, 0.75);
}

.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content a {
    color: #2778e1;
}

.rounded-buttons-old {
    background: #2778e1 !important;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1) !important;
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -o-border-radius: 42px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 185px !important;
    height: 42px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.rounded-buttons-old:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.rounded-buttons-old .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.rounded-buttons-old .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
}

.rounded-buttons-old.ui-state-disabled {
    background: #ebebeb !important;
    color: #536094 !important; /*-- Change Text Color of the Button --*/
}

.notSelectedRoundedButton-old {
    background: none !important;
    /*-- Change Background Color of the Button --*/
    color: #536094 !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -o-border-radius: 42px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 180px !important;
    height: 42px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.selectedRoundedButton-old {
    background: #2778e1 !important;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1) !important;
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -o-border-radius: 42px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 180px !important;
    height: 42px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-top: 2px !important;
}

.selectedRoundedButton-old .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.notSelectedRoundedButton-old .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.selectedRoundedButton-old .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    margin-left: -10px !important;
}

.notSelectedRoundedButton-old .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    margin-left: -10px !important;
}

.selectedRoundedButton-old:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.notSelectedRoundedButton-old:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.circle_button_blue {
    background: #31b0fb !important;
    /* 	background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%)
        !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%)
        !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%)
        !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2778e1',
        endColorstr='#31b0fb', GradientType=1) !important;
    -- Change Background Color of the Button -- */
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.circle_button_blue:hover {
    background: #2778e1 !important;
    opacity: 1 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.circle_button_blue .ui-button-icon-left.ui-icon {
    color: white !important;
}

.ui-selectonemenu-trigger {
    color: #31b0fb !important;
    background: #31b0fb !important;
}

.ui-selectonemenu-trigger.ui-state-hover {
    color: #2778e1 !important;
    background: #2778e1 !important;
}

body .ui-selectonemenu .ui-selectonemenu-trigger {
    border-radius: 0 10px 10px 0;
}

body .ui-selectonemenu {
    border-radius: 10px;
}

body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    color: white !important;
    /* margin-left: 2px;*/
}

.ui-selectonemenu {
    border: 1px solid lightgrey !important;
}

.holiday-legend {
    width: 20px !important;
    height: 20px !important;
    font-size: 1px;
    display: inline-block !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    border-radius: 50% !important;
    border: none !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.round-corners-panel {
    background: white !important;
    border-radius: 25px !important;
    padding: 20px !important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1) !important;
}

.round-corners-panel-no-color {
    border-radius: 25px !important;
    padding: 20px !important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1) !important;
}

.round-corners-table {
    border-radius: 25px !important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1) !important;
}

.tableFilterButtons {
    width: 30px !important;
    height: 30px !important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: padding-bottom 1s ease;
    -webkit-transition: padding-left 1s ease;
    -webkit-transition: padding-right 1s ease;
    -webkit-transition: padding-top 1s ease;

    -moz-transition: padding-bottom 1s ease;
    -moz-transition: padding-left 1s ease;
    -moz-transition: padding-right 1s ease;
    -moz-transition: padding-top 1s ease;

    -o-transition: padding-bottom 1s ease;
    -o-transition: padding-left 1s ease;
    -o-transition: padding-right 1s ease;
    -o-transition: padding-top 1s ease;
}

.tableFilterButtons:hover {
    background: rgb(147, 167, 255);
    padding: 10px 10px !important;
}

.holiday-legend.ui-state-disabled {
    opacity: 1 !important;
}

.holiday-legend .ui-button-text {
    font-size: 1px !important;
    color: transparent !important;
}

.holiday-legend.ui-state-focus {
    outline: none !important;
}

.stillWorking {
    background: #64dd3c;
    opacity: 0.7;
}

.pendingActiv {
    background: #baeeff;
    opacity: 0.7;
}

.declinedActiv {
    background: #ff5442;
    opacity: 0.7;
    color: white;
}

.approvedActivity {
    background: #b3b3b3;
    opacity: 0.7;
}

.approvedActivityRowInvisible {
    display: none !important;
}

.futureHoliday {
    background: #ffff7c !important;
    opacity: 0.7 !important;
}

.finishedHoliday {
    background: #e6e6e6 !important;
    opacity: 0.7 !important;
}

.activeHoliday {
    background: #64dd3c !important;
    opacity: 0.7 !important;
}

.pastWorkShift {
    background: #b3b3b3 !important;
    opacity: 0.7 !important;
}

.currentWorkShift {
    background: #00a12b !important;
    opacity: 0.7 !important;
}

.futureWorkShift {
    background: #ffcb2e !important;
    opacity: 0.7 !important;
}

.newWorkShift {
    background: #1e79e3 !important;
    opacity: 0.7 !important;
}

.deletedWorkShift {
    background: #5d5d5d !important;
    opacity: 0.7 !important;
}

.updatedWorkShift {
    background: #81BEF7 !important;
    opacity: 0.7 !important;
}

.allStatuses {
    background: white !important;
    color: white !important;
}


body .ui-datatable tbody tr.ui-state-highlight td,
.ui-selectlistbox-item.ui-corner-all.ui-state-highlight, body .ui-panelgrid tbody .ui-panelgrid-cell.ui-widget-header,
.ui-picklist-caption.ui-widget-header.ui-corner-tl.ui-corner-tr,
.ui-picklist-item.ui-corner-all.ui-sortable-handle.ui-state-highlight {
    border-right-color: #217dca !important;
    /*background-color: #217dca !important;*/
    /*background-image: linear-gradient(to right, #1867db, #34baff);*/
    color: white !important;
}

body .ui-widget, body .ui-widget .ui-widget {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.ui-picklist-button-add, .ui-picklist-button-add-all,
.ui-picklist-button-remove, .ui-picklist-button-remove-all {
    background: #31b0fb;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.ui-picklist-button-add:hover, .ui-picklist-button-add-all:hover,
.ui-picklist-button-remove:hover, .ui-picklist-button-remove-all:hover {
    background: #2778e1;
    opacity: 1 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

body .ui-picklist .ui-picklist-buttons .ui-button.ui-button-icon-only {
    width: 42px !important;
    height: 42px !important;
}

body .ui-datatable.advancedFiltersTable th {
    background: #007be3;
    color: white !important;
}

/*.fc-day.ui-widget-content.fc-today.ui-state-highlight {
    background: #00b1fd !important;
    color: white !important;
}

.fc-toolbar button {
    background: #007be3 !important;
    color: #ffffff !important; !*-- Change Text Color of the Button --*!
}

body .fc .fc-right .ui-state-active {
    background: #00b1fd !important;
    color: white !important;
}*/

/*.fc-day-header.ui-widget-header {
    background: transparent !important;
    border: 0px solid #277997;
}*/

body .ui-panel .ui-panel-titlebar, .fc-head-container, body .advancedFiltersDialog div.ui-dialog-titlebar {
    /*background: #007be3 ;
    background: -moz-linear-gradient(left, #007be3 0%, #207cca 0%, #2989d8 44%, #00b1fd 100%) ;
    background: -webkit-linear-gradient(left, #007be3 0%, #207cca 0%, #2989d8 44%,
    #00b1fd 100%) !important;
    background: linear-gradient(to right, #007be3 0%, #207cca 0%, #2989d8 44%, #00b1fd 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007be3',
    endColorstr='#00b1fd', GradientType=1) ;*/
    color: white !important;
}

.ui-picklist .ui-picklist-list {
    width: 250px;
}

.ui-fileupload-simple.ui-widget .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left {
    background: #2778e1;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%);
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%);
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1);
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 0px 0px 0px 15px !important;
    border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -o-border-radius: 42px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 115px !important;
    height: 30px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

.title-page-style {
    margin: 10px 30px;
}

.pendingHolidayStrongColor {
    background: #1e79e3 !important;
    color: white !important;
}

.declinedHolidayStrongColor {
    background: #e76f75 !important;
    color: white !important;
}

.futureHolidayStrongColor {
    background: #ffcb2e !important;
    color: white !important;
}

.finishedHolidayStrongColor {
    /*
    background: #b3b3b3 !important;
    */
    background: #74B3EE !important;
    color: white !important;
}

.activeHolidayStrongColor {
    background: #00a12b !important;
    color: white !important;
}

.ui-scrollpanel {
    text-align: left !important;
}

.panelGrid4 {
    width: 33.333% !important;
}

.panelGrid8 {
    width: 66.666% !important;
}

.panelGrid3 {
    width: 24.333% !important;
}

.panelGrid1 {
    width: 9% !important;
}

.invalidColumn {
    background: red !important;
}

.ui-selectonemenu.languageDropStyle .ui-selectonemenu-trigger.ui-state-hover {
    background: #2778e1 !important;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.languageDropStyle.ui-state-focus {
    background: #31b0fb !important;
}

.selectedLang {
    border: 2px solid white;
}

.notSelectedLang {
    border: 2px solid transparent;
}

.fs-whatwg {
    max-width: 100%;
    overflow: auto;
}

.fl-scrolls {
    margin-bottom: 37px !important;
}

.contextMenu {
    width: 400px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3) !important;
}

/*!* Start activity button icon *!*/
/*.ui-button-icon-left.ui-icon.ui-c.fa.fa-play-circle {*/
/*color: #026c02!important;*/
/*font-size: 1.1em !important;*/
/*}*/

/* Add margin left to rounded buttons so that the icon will not overlap the text */
.ui-button-text.ui-c {
    margin-left: 5px;
}

/*.ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link.ui-state-hover {
    background-image: linear-gradient(to right, #1867db, #34baff);
    color: #ffffff !important;
}*/

body .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link {
    padding: 17px 10px !important;
}

body .ui-menu .ui-menu-list li.ui-menuitem {
    height: 52px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

/*body .ui-datatable tbody tr.ui-state-highlight {
    background-image: linear-gradient(to right, #1867db, #34baff) !important;
    color: #000000 !important;
}*/

body .ui-datatable tbody tr.ui-state-highlight td {
    background-color: transparent !important;
}


body .ui-datatable thead th.ui-state-active, body .ui-datatable thead th.ui-state-highlight {
    background-color: #ffffff !important;
}

body .ui-datatable thead th.ui-state-active .ui-icon, body .ui-datatable thead th.ui-state-highlight .ui-icon {
    color: #207CC9;
    font-size: x-large;
    margin-bottom: 8px;
}

/*.layout-wrapper .topbar {
    box-shadow: 0 0 28px 0 rgba(32, 124, 201, 0.75), 0 0 0 0 rgba(255, 255, 255, 0.75);
}*/

body .ui-tooltip .ui-tooltip-text {
    background-color: #ffffff;
}

.ui-tooltip .ui-tooltip-text {
    background-image: none !important;
    color: #536094 !important;
}

body .ui-tooltip.ui-tooltip-top .ui-tooltip-arrow {
    border-top-color: #ffffff;
}

body .ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
    border-bottom-color: #ffffff;
}

body .ui-paginator {
    background-color: #fcfbfb !important;
    border: none !important;
}

.ui-paginator .ui-paginator-current {
    color: #536094 !important;
}

body .ui-paginator .ui-paginator-pages a {
    color: #536094 !important;
}

body .ui-paginator .ui-paginator-pages a.ui-state-hover {
    background-color: #ebebeb;
}

body .ui-paginator > a.ui-state-hover {
    background-color: #ebebeb;
}

body .ui-paginator > a {
    color: #536094;
}

body .ui-paginator .ui-paginator-pages a.ui-state-active {
    background-color: #00b2fd;
    color: #ffffff !important;
}

body .ui-datatable .ui-paginator {
    border-bottom: 10px solid white !important;
}

.ui-paginator .ui-paginator-page {
    margin-left: 5px !important;
}

/*body .ui-paginator .ui-paginator-first:before {
    font-family: FontAwesome;
    content: "\f048" !important;
    font-size: 17px;
    top: -5px;
}

body .ui-paginator .ui-paginator-prev:before {
    font-family: FontAwesome;
    content: "\f104" !important;
    font-size: 17px;
    top: -5px;
}*/

body .ui-datatable.ui-datatable-scrollable thead tr th {
    color: #536094;
}

.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item {
    border-left: 4px solid #2778e1;
}

.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a span {
    color: #1e5296;
}

body .ui-datatable.ui-datatable-scrollable .ui-datatable-scrollable-footer {
    padding-bottom: 38px !important;
}

body .ui-widget-header {
    background: #539fe0;
    border: 1px solid #539fe0;
}

body .ui-panelgrid tbody .ui-panelgrid-cell.ui-widget-header {
    background: #539fe0 !important;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background: #575757;
    border-radius: 25px !important;
    color: #ffffff !important;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button:hover {
    background-color: #EEB93B !important;
    color: #f9f9f9 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button .ui-icon {
    color: #ffffff !important;
}

body .ui-fileupload .ui-fileupload-buttonbar {
    background: none !important;
    border: none !important;
}

button.ui-fileupload-cancel.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    background: #539fe0
}

body .ui-datepicker .ui-datepicker-header {
    background: #539fe0;
    border: 1px solid #539fe0;
}

body .ui-datepicker thead th {
    background: #539fe0;
}


body .ui-activity-filter-text {
    color: #636d96;
}

body .ui-message.ui-message-error {
    background-color: white;
    border-color: white;
    color: #e62a10;
}

body .ui-message.ui-message-error.ui-message-icon-only {
    background-color: #e62a10;
    border-color: white;
    color: white;
}

span.ui-button-icon-left.ui-icon.ui-c.fa.fa-stop.stop_color {
    margin-left: -11px;
}

body .ui-datatable thead th .ui-column-resizer:before {
    /* content: "\f065" !important;*/
    font-family: FontAwesome;
    font-size: 10px;
}

.ui-inputfield.ui-inputtextarea.ui-widget.ui-state-default.ui-corner-all.ui-inputtextarea-resizable {
    width: 100% !important;
}

.fontSizeStyleCreate.ui-inputfield.ui-password.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.fontSizeStyleCreate.ui-inputfield.ui-password.ui-widget.ui-state-default.ui-corner-all.ui-state-filled {
    width: 100% !important;
}

.fontSizeStyleCreate.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.fontSizeStyleCreate.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.ui-state-filled {
    width: 100% !important;
}

body .ui-dataview-layout-options {
    display: none !important;
}

.register-step-div {
    text-align: right;
}

.register-steps {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    position: relative;
    top: 14px;
    margin-bottom: 14px;
    width: 45px;
    height: 45px;
    font-size: 35px;
    text-align: center;
    font-weight: 100;
    line-height: 45px;
}

.register-input-line {
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    position: relative;
    top: 14px;
    margin-bottom: 14px;
    line-height: 45px;
    margin-left: 25px;
}

.register-form {
    /*display: flex;*/
}

.registerField {
    /*  width: 250px;*/
    width: 100%;
}

.register-error-message {
    padding: 0 !important;
    max-width: 250px;
    margin: 0 !important;
    line-height: 15px !important;
    border: 0 !important;
    text-align: center;
}

body .register-error-message .ui-message-error-detail {
    margin-left: 0 !important;
}

.registerFieldCheckbox {
    width: unset !important;
    margin-right: 0px !important;
    /* margin-left: 100px !important;*/
}

body .registerFieldCheckbox .ui-chkbox-box {
    width: 25px;
    height: 25px;
    border-color: #A4C323 !important;
    background-color: #A4C323 !important;
}

body .registerFieldCheckbox .ui-chkbox-icon {
    width: 28px;
    height: 28px;
    font-size: 28px !important;
}

.registerFieldGDPR {
    line-height: 28px;
}

.registerFieldGDPRMargin {
    margin-right: 1px !important;
    line-height: 28px;
}

.registerLink {
    color: #A4C323;
    font-size: 12px;
}

.registerButton {
    /*margin-top: 19px;*/
    text-transform: uppercase;
    width: 230px !important;
    height: 50px !important;
    background: white !important;
    border: 2px solid #A4C323 !important;
    border-radius: 10px !important;
    color: #A4C323 !important;
    /*   margin-left: 100px;*/
}

body .registerButton .ui-button-text {
    font-size: 20px;
}

.registerActions {
    text-align: left;
    display: flex;
}

.register-topbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    /*text-align: center;*/
    /*   background-color: #35a4a0;*/
    background-color: white;
    text-align: left
}

.register-title {
    font-size: 42px;
    letter-spacing: 6px;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    color: #35A4A0;
    font-weight: 100;
    line-height: 45px;
}

body.main-body-bg {
    background-color: #fafafa;
}

.register-options {
    text-align: right;
    line-height: 54px;
    padding: 0 !important;
    margin: 0 !important;
}

.loginField {
    text-align: left;
    letter-spacing: 0;
    width: 50% !important;
    padding: 5px !important;
}

.failedText {
    margin-top: 30px;
    display: inline-block;
    font-size: 28px !important;
    color: #35A4A0;
    letter-spacing: 3px;
    font-family: sans-serif;
    font-weight: 200 !important;
}

.panelInfoLogin {
    margin-top: 120px;
    max-width: 614px;
    height: 455px;
    border-radius: 20px;
    opacity: 1;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
    margin-top: -8px;
}

body .forgot-passw-dialog .ui-messages-error-icon {
    display: none !important;
}

body .forgot-passw-dialog .ui-messages-info-icon {
    display: none !important;
}

body .forgot-passw-dialog .ui-messages-close {
    display: none !important;
}

body .forgot-passw-dialog .ui-corner-all {
    padding: 0 !important;
    margin: 0 !important;
}

body .pontaj-details .ui-panelgrid-cell {
    height: 15px !important;
}

body .ui-datatable.pontaj-columns tbody tr td {
    padding-top: 0px !important;
}

body .pontaj-days-header thead {
    height: 20px !important;
}

.ui-datatable.pontaj-datatable tbody, .ui-datatable.pontaj-datatable tbody tr,
.ui-datatable.pontaj-datatable tbody td {
    border-style: none;
    padding-left: 0px;
    text-align: center !important;
    padding-top: 0px !important;
}

.ui-wizard.wizard-class button {
    background: #2778e1 !important;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1) !important;
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/

    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -o-border-radius: 42px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 120px !important;
    height: 32px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

body .ui-button .ui-button-text {
    padding: 0;
    line-height: 0px;
    font-size: 14px;
}

body .ui-wizard .ui-wizard-step-titles {
    background-color: dodgerblue;
}

body .ui-widget-content {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 8px 14px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ui-blockui {
    background-color: #afafaf !important;
}


.ui-datatable.hiddenScroll .ui-datatable-scrollable-body {
    overflow-x: hidden !important;
}


.deletedHolidayStrongColor {
    /*  background: #5d5d5d !important;*/
    background: #F2A593 !important;
    color: white !important;
}

body .ui-selectmanymenu .ui-selectlistbox-filter-container {
    background: #2778e1;
}

.selectedMonth {
    background: #cde9f1;
}

.FPMonths_button {
    background: #cde9f1
}

.FPMonths {
    color: #007BE3
}

.FPbutton_generate {
    background: #007BE3 !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;

}

body .ui-progressbar .ui-progressbar-value {
    height: unset !important;
}

.dashboard_topbar_height {
    height: 125px;
}

.dashboard_profile_photo {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard_medium_bold_font {
    font-size: 20px !important;
    color: #777171 !important;
    font-weight: bold !important;
}


.notSelectedRoundedButtonDashboard {
    background: none !important;
    /*-- Change Background Color of the Button --*/
    color: #536094 !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 180px !important;
    height: 30px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.selectedRoundedButtonDashboard {
    background: #2778e1 !important;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1) !important;
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 180px !important;
    height: 30px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-top: 2px !important;
}

.selectedRoundedButtondashboard .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.notSelectedRoundedButtonDashboard .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.selectedRoundedButtonDashboard .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    margin-left: -10px !important;
}

.notSelectedRoundedButtonDashboard .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    margin-left: -10px !important;
}

.selectedRoundedButtonDashboard:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.notSelectedRoundedButtonDashboard:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}


.rounded-buttons-dashboard {
    background: #2778e1 !important;
    background: -moz-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: -webkit-linear-gradient(left, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    background: linear-gradient(to right, #2778e1 0%, #2989d8 50%, #31b0fb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2778e1',
    endColorstr='#31b0fb', GradientType=1) !important;
    /*-- Change Background Color of the Button --*/
    color: #ffffff !important; /*-- Change Text Color of the Button --*/
    display: inline-block !important;
    /* 	font-size: 16px !important; -- Change Size of the Button -- */
    /* padding: 13px 32px !important; */
    padding: 13px 0px 13px 13px !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    cursor: pointer !important;
    opacity: .8 !important;
    width: 185px !important;
    height: 30px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

.rounded-buttons-dashboard:hover {
    background: #ebebeb !important;
    opacity: 1 !important;
    color: #536094 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white !important;
}

.rounded-buttons-dashboard .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #95cdfc !important;
    left: 10px;
}

.rounded-buttons-dashboard .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
}

.rounded-buttons-dashboard.ui-state-disabled {
    background: #ebebeb !important;
    color: #536094 !important; /*-- Change Text Color of the Button --*/
}


.ui-datatable.borderless-top-tasks .ui-datatable-scrollable-header-box thead th {
    border-style: none;
    /* height: 50px;*/
    padding-left: 0px;
    padding-right: 20px;
    text-align: left;
    /* padding-left: 2px; */
}

.ui-datatable.borderless-top-tasks tbody, .ui-datatable.borderless-top-tasks tbody tr,
.ui-datatable.borderless-top-tasks tbody td {
    border-style: none;
    padding-left: 0px;
    text-align: left;
}


.borderless-top-tasks .ui-datatable-scrollable-body {
    height: auto !important;
    min-height: 50px !important;
    max-height: 152px !important;
    overflow-y: scroll !important;
}

.layout-wrapper .layout-main {
    padding: 70px 6px 0px 6px;
}


.page-name-style {
    color: #007BE3;
    font-size: 46px !important;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

#MainForm {
    padding-top: 10px !important;
}

.no-padding {
    padding: 0 !important;
}

.registerLabel {
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
}

/*

.dashboard_carousel_label {
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dashboard_carousel_value {
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dashboard_carousel {

}

.dashboard_carousel .ui-carousel-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dashboard_carousel_panelgrid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dashboard_carousel_panelgrid .ui-panelgrid-header {
    text-align: right !important;
}

.dashboard_carousel_panelgrid .ui-panelgrid-content {
    background: yellow;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
*/


body .ui-datepicker .ui-timepicker-div dl dd {
    margin-top: 10px !important;
}

body .ui-datepicker .ui-timepicker-div dl {
    margin-bottom: 0px;
}

.dashboard_error_stop_task {
    border: 2px solid red;
}

.dashboard_tasks_panel_cell {
    height: 35px !important;
}

body .ui-calendar .ui-datepicker-trigger {
    top: 0 !important;
    right: 0 !important;
}

.dashboard_calendar .hasDatepicker {
    max-width: 110px !important;
    font-size: 13px !important;
}

body .ui-widget.hasDatepicker {
    max-width: 110px !important;
    font-size: 13px !important;
}

.contextMenuDashboard {
    width: 350px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3) !important;
}


body.main-body-image {
    /*   background-image: url("/javax.faces.resource/images/cirrus-clouds.png.xhtml");*/
    background-image: url("/javax.faces.resource/images/background.png.xhtml");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body .ui-panel .ui-panel-content {
    height: 100%;
    box-sizing: border-box;
    padding: 8px 14px;
}


body .ui-datatable thead th {
    font-weight: bold !important;
}

.ui-icon-carat-2-n-s:before {
    font-family: FontAwesome;
    content: "\f0dc";
}

.ui-icon-triangle-1-n:before {
    font-family: FontAwesome;
    content: "\f106";
}

.ui-icon-triangle-1-e:before {
    content: "";
}

.ui-icon-triangle-1-s:before {
    font-family: FontAwesome;
    content: "\f107";
}

.ui-icon-triangle-1-w:before {
    content: "";
}

body .ui-datatable thead th .ui-column-resizer:before {
    content: " ";
}

body .ui-datatable tbody tr.ui-widget-content {
    border: 0 none;
}

body .ui-paginator.ui-paginator-top {
    display: none;
}

body .ui-paginator.ui-paginator-bottom {
    position: fixed;
    bottom: 0;
    width: 98%;
}

body .ui-datatable thead th {
    padding: 6px 10px;
}

/*.ui-datatable.borderless .ui-datatable-scrollable-header-box thead th {
    height: 61px;
}*/

body .ui-widget-header .ui-inputfield,
body .ui-selectlistbox-filter-container .ui-inputfield,
body .ui-inputtext.ui-inputfield,
body .ui-inputfield.hasDatepicker,
body .ui-inputfield.ui-inputtextarea,
body .ui-inputfield.ui-password,
body .ui-inputfield.ui-inputmask {
    background-image: linear-gradient(to bottom, #0097a7, #0097a7), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
    border-bottom: 1px solid #0097a7;
}


body .ui-inputfield.ui-state-focus {
    border-width: 0 0 2px 0;
    border-color: #277997;
    padding-bottom: 1px;
}

.number-column-datatable {
    width: 30px !important;
}

body .ui-button.ui-button-icon-only {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/*.topbarProfileImage {
    height: 45px !important;
    width: 45px !important;
    margin-left: 10px;
    border-radius: 50%;
    border: 3px solid white;
}*/

/*.fc-today {
    background: #00b1fd !important;
}*/

/*body .fc .fc-widget-header {
    background-color: unset !important;
}*/


body {
    letter-spacing: 0px !important;
}

@media (min-width: 1025px) {
    .layout-wrapper.layout-wrapper-menu-active .layout-sidebar {
        width: 328px;
    }
}

.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
    min-width: 270px;
}

@media (min-width: 1025px) {
    .layout-wrapper.layout-wrapper-menu-active .layout-main {
        margin-left: 328px;
    }
}


body .ui-selectonemenu, body .ui-inputfield {
    background: unset !important;
}


body .ui-selectonemenu .ui-selectonemenu-trigger {
    height: 23px !important;
}


.activityPanel500 {
    overflow-y: auto;
    max-height: 500px;
    max-width: 850px;
}

.activityPanel700 {
    overflow-y: auto;
    max-height: 650px;
    width: 800px;
}

.dashboard_table_focus * {
    BOX-SIZING: content-box;
}


body .ui-panel .ui-panel-content {
    line-height: unset !important;
}

.advFiltersPanel .ui-panel-content {
    margin-top: 0 !important;
}

body .ui-selectcheckboxmenu-token.ui-state-active {
    background: #ffa000 !important;
    color: white !important;
    border-radius: 10px;
}


body .ui-selectcheckboxmenu-token.ui-state-active .ui-selectcheckboxmenu-token-icon {
    color: white !important;
}

body .ui-selectcheckboxmenu-item .ui-chkbox .ui-chkbox-box.ui-state-active {
    background-color: #ffa000 !important;
}

body .ui-selectcheckboxmenu-item .ui-chkbox .ui-chkbox-box {
    border: 2px solid #ffa000 !important;
}

body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box {
    border-color: white !important;
}

.selectMenuStyle {
    width: 350px !important;
}

.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-trigger .ui-icon {
    top: 0 !important;
}

body .ui-selectbooleancheckbox.ui-chkbox .ui-chkbox-box.ui-state-active {
    background-color: #ffa000;
    border-color: #ffa000;
}

body .ui-selectmanymenu .ui-selectlistbox-item {
    padding: 6px 10px !important;
}

body .ui-panelgrid tbody tr.ui-widget-content {
    border: 1px solid #d8d8d8 !important;
}

body .ui-fileupload-simple .ui-button .ui-button-text {
    line-height: 30px !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
    padding: 8px 14px !important;
}

body .ui-datepicker-trigger.ui-button {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #ffa000 !important;
}

body .ui-radiobutton .ui-radiobutton-box .ui-icon-bullet {
    background-color: #ffa000 !important;
}


.title-page-style {
    /*margin: 0px 30px! important*/
    margin: 30px 30px 40px 30px;
}

.layout-wrapper .topbar {
    height: 50px;
}

.layout-wrapper .layout-sidebar {
    top: 50px;
}

.layout-wrapper .layout-main {
    padding: 50px 6px 0px 6px;
}

/*
body .layout-wrapper .topbar .topbar-menu > li.profile-item {
    margin-top: -3px;
}*/

.layout-wrapper .topbar .topbar-menu {
    margin: 10px 10px 0 0;
}

.rounded-buttons {
    background: #ffffff !important;
    color: #2482D1 !important; /*-- Change Text Color of the Button --*/
    padding: 13px 0 13px 24px !important;
    width: 210px !important;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    margin: 2px 6px !important;
    display: inline-block !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    cursor: pointer !important;
    opacity: .8 !important;
}

.rounded-buttons:hover {
    background: #258DDC !important;
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.rounded-buttons .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #2482D1 !important;
    padding-left: 14px !important;
    margin-left: 0 !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
}

.rounded-buttons:hover > .ui-button-icon-left.ui-icon {
    color: #ffffff !important;
}

.rounded-buttons .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    padding: 0 24px 0 14px !important;
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
    font-weight: bold !important;
}

.rounded-buttons.ui-state-disabled {
    background: #ffffff !important;
    color: #2482D1 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.rounded-buttons.ui-state-disabled > .ui-button-icon-left.ui-icon {
    color: #2482D1 !important; /*-- Change Text Color of the Button --*/
}

.notSelectedRoundedButton {
    background: #ffffff !important;
    color: #2482D1 !important;
    margin-right: 0 !important;
    display: inline-block !important;
    padding: 13px 24px 13px 24px !important;
    cursor: pointer !important;
    width: 180px !important;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.selectedRoundedButton {
    margin-right: 0 !important;
    display: inline-block !important;
    padding: 13px 24px 13px 24px !important;
    cursor: pointer !important;
    width: 180px !important;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    background: #2482D1 !important;
    -webkit-box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
    -moz-box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
    box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.selectedRoundedButton:hover {
    color: #ffffff !important;
    background: #2482D1 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
    -moz-box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
    box-shadow: 0 10px 20px 0 rgba(36, 130, 209, 1) !important;
}

.notSelectedRoundedButton:hover {
    color: #ffffff !important;
    background: #2482D1 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.rounded-left {
    border-radius: 40px 0 0 40px !important;
}

.rounded-right {
    border-radius: 0 40px 40px 0 !important;
}

body .ui-datatable tbody tr.ui-state-highlight {
    background: #258DDC;
    box-shadow: 0px 10px 20px 0px rgba(36, 130, 209, 1);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(36, 130, 209, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(36, 130, 209, 1);
    color: #fff;
}

body .ui-datatable tbody tr.ui-state-hover {
    background: #EDF6FF;
    color: #2482D1;
    box-shadow: 0px 4px 8px 0px #a5abbe;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190);
    -moz-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190);
    padding: 4px;
    font-size: 14px;
    font-weight: bold !important;;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body .ui-datatable tbody tr.ui-datatable-even.ui-state-hover {
    background: #EDF6FF;
    color: #2482D1;
    box-shadow: 0px 4px 8px 0px #a5abbe;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190);
    -moz-box-shadow: 0px 4px 8px 0px rgb(165, 171, 190);
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cancel-button {
    background: #ffffff !important;
    color: #999999 !important;
    padding: 13px 24px 13px 24px !important;
    width: 150px;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px;
    display: inline-block !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    cursor: pointer !important;
    -webkit-box-shadow: 0px 1px 2px 0px #999999 !important;
    -moz-box-shadow: 0px 1px 2px 0px #999999 !important;
    box-shadow: 0px 1px 2px 0px #999999 !important;
}

.cancel-button:hover {
    background: #2482D1 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.save-button {
    background: #ffffff !important;
    color: #2482D1 !important; /*-- Change Text Color of the Button --*/
    padding: 13px 24px 13px 24px !important;
    width: 150px;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px;
    display: inline-block !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    cursor: pointer !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.save-button:hover {
    background: #2482D1 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}


.rounded-buttons-noicon {
    background: #ffffff !important;
    color: #2482D1 !important; /*-- Change Text Color of the Button --*/
    padding: 13px 0 13px 0 !important;
    width: 210px !important;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    margin: 2px 6px !important;
    display: inline-block !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    cursor: pointer !important;
    opacity: .8 !important;
}

.rounded-buttons-noicon:hover {
    background: #258DDC !important;
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.rounded-buttons-noicon .ui-button-icon-left.ui-icon {
    font-size: 14px !important;
    margin-top: -7px !important;
    color: #2482D1 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
}

.rounded-buttons-noicon:hover > .ui-button-icon-left.ui-icon {
    color: #ffffff !important;
}

.rounded-buttons-noicon .ui-button-text {
    font-size: 14px !important;
    line-height: 0px !important;
    padding: 0 24px 0 24px !important;
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
    font-weight: bold !important;
}

.rounded-buttons-noicon.ui-state-disabled {
    background: #ffffff !important;
    color: #2482D1 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
    box-shadow: 0px 1px 2px 0px rgba(37, 141, 220, 1) !important;
}

.rounded-buttons-noicon.ui-state-disabled > .ui-button-icon-left.ui-icon {
    color: #2482D1 !important; /*-- Change Text Color of the Button --*/
}


body .ui-fileupload-buttonbar .ui-button-text {
    line-height: 30px !important;
}

.notification_task_padding {
    padding: 6px 10px;
}


.profile_div {
    -webkit-box-shadow: 7px -3px 25px 0px #a7a7a7;
    -moz-box-shadow: 7px -3px 25px 0px #a7a7a7;
    box-shadow: 7px -3px 25px 0px #a7a7a7;
    background: white;
}

.showcase-text-align {
    text-align: left;
}

body .ui-widget.profile_info_value {
    font-weight: bold !important;
}

.profile_upload_photo .ui-fileupload-content.ui-corner-bottom {
    /*display: none !important;*/
    border: 0px !important;
}

.profile_upload_photo .ui-fileupload-content .ui-fileupload-files {
    display: none !important;
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ff0000;
    }
    49% {
        color: #ff0000;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #ff0000;
    }
}


.registerTooltip.ui-tooltip {
    max-width: unset !important;
}

body .pontaj-details.ui-panelgrid .ui-panelgrid-cell {
    padding: 0 !important;
}

.task_color_bg {
    background: #f0ca74;
}

.datatable_photo {
    height: 50px;
    width: 50px;
    object-fit: cover;
}


.visiblePanel {
    display: block !important;
}

.notVisiblePanel {
    display: none !important;
}

.geotrackingSelectBox .ui-selectcheckboxmenu-label-container {
    width: 100%;
}


.currentVersionPanel .ui-panel-content.ui-widget-content {
    margin: 0
}

.prevVersionsPanel .ui-panel-content.ui-widget-content {
    margin: 0
}

.ui-scrollpanel.ui-widget.ui-widget-content.prevVersionScroll {
    margin: 0;
    border: 0
}


.prevVersionsView .ui-dataview-content.ui-widget-content {
    padding: 8px 14px;
}

.prevVersionsView .ui-dataview-list-container {
    padding: 8px 14px;
}

.prevVersionsView .ui-dataview-header.ui-widget-header.ui-helper-clearfix.ui-corner-top {
    display: none;
}

.prevVersionsView .ui-datascroller-list {
    padding: 8px 14px;
}

.report_steps {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    width: 45px;
    height: 45px;
    font-size: 35px;
    text-align: center;
    font-weight: 100;
    line-height: 45px;
}

.report_steps_text {
    position: relative;
    bottom: 5px;
    font-size: 25px;
}

.smallPaddingDataGrid.ui-datagrid .ui-datagrid-column {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

div.ui-panel-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-all.ui-sortable-handle {
    border-radius: 25px !important;
}

.rounded {
    border-radius: 25px !important;
}

.padding-left-25 {
    padding-left: 25% !important
}

.padding-right-25 {
    padding-right: 25% !important;
}


.flex-center {
    display: flex !important;
    justify-content: center !important;
}


.top-line {
    border-top: 2px solid !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.bold-text {
    font-weight: bold !important;
}

.font-26 {
    font-size: 26px !important;
}

.display-grid {
    display: grid !important;

.white {
    background: white !important;
}

.white-smoke {
    background-color: #f9f9f9 !important;
}

.light-gray {
    background: #eeeeee !important;
}

.upper-rounded-corners {
    border-radius: 25px 25px 0px 0px !important;
}

.bottom-rounded-corners {
    border-radius: 0px 0px 25px 25px !important;
}

.low-bottom-padding {
    padding-bottom: 5px !important;
}

.flex {
    display: flex !important;
}

.low-side-margins {
    margin: 0px 10px 0px 10px !important;
}

.flex-direction-column {
    flex-direction: column !important;
}
