 html {
 	/* background-color: rgb(0, 142, 195); */
 	background-color: #f8f9fc;
 }

 body {
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 0.9rem;
 }

 tr:first-child>th, tr:first-child>td {
 	border-top: 0px;
 }

 .login-image {
 	background-size: 200px;
 	background-repeat: no-repeat;
 	height: 325px;
 	background-color: rgb(215, 215, 215);
 	background-position-x: center;
 	background-position-y: center;
 	background-image: url('/assets/img/startup.jpg');
 }

 .alert-login {
 	text-decoration: underline;
 }

 .alert-login:hover {
 	text-decoration: none;
 }

 .alert-error {
 	color: white;
 	background-color: #dc3545;
 }

 .alert-error a {
 	color: white;
 }

 .alert-info a {
 	color: #0c5460;
 }

 .bg-gradient-primary {
 	background-color: rgb(0, 163, 224);
 	background-image: linear-gradient(180deg, rgb(0, 124, 171) 40%, rgb(0, 142, 195) 100%);
 	background-size: cover;
 }

 .page-link {
 	color: rgb(0, 124, 171);
 }

 .page-link:hover {
 	color: rgb(0, 142, 195);
 	background-color: #efefef;
 }

 .page-item.active .page-link {
 	background-color: rgb(0, 142, 195);
 	border-color: rgb(0, 124, 171);
 }

 .text-primary {
 	color: rgb(0, 151, 208) !important;
 }

 @media (min-width: 768px) {
 	.sidebar .nav-item .nav-link span {
 		display: inline;
 		letter-spacing: 1.1px;
 	}
 }

 .sidebar-dark .nav-item .nav-link i {
 	color: rgba(255, 255, 255, 0.65);
 }

 .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
 	background-color: #ffffff47;
 }

 .sidebar-dark hr.sidebar-divider {
 	display: none;
 }

 table.VueTables__table td:focus, table.VueTables__table th:focus {
 	outline: none;
 }

 .VueTables__search {
 	margin-bottom: 0;
 	display: inline-block;
 	float: left;
 }

 .VueTables__search {
 	margin-bottom: 0;
 	display: inline-block;
 	float: left;
 }

 .VueTables__limit {
 	display: inline-block;
 	float: right;
 }

 .VueTables__search-field>label {
 	display: none;
 }

 .VueTables__limit-field>label {
 	display: inline-block;
 	padding-right: 5px;
 }

 .VueTables__search__input, .VueTables__limit-field select {
 	height: calc(1.5em + .5rem + 2px);
 	padding: .25rem .5rem;
 	font-size: .875rem;
 	line-height: 1.5;
 	border-radius: .2rem;
 }

 .VuePagination__pagination {
 	margin-bottom: 4px;
 }

 .VueTables__sort-icon {
 	font-size: 80%;
 }

 .VueTables__child-row-toggler {
 	width: 16px;
 	height: 16px;
 	line-height: 16px;
 	display: block;
 	margin: auto;
 	text-align: center;
 }

 .VueTables__child-row-toggler--closed::before {
 	content: "+";
 }

 .VueTables__child-row-toggler--open::before {
 	content: "-";
 }

 .VueTables__child-row {
 	background-color: transparent !important;
 }

 a.logout {
 	text-decoration: underline;
 }

 a.logout:hover {
 	text-decoration: none;
 }

 [v-cloak] {
 	display: none;
 }

 /* utils */

 .dropdown .dropdown-menu {
 	font-size: 0.95rem;
 }

 .dropdown-item {
 	padding: .45rem 1.5rem;
 }

 .bg-tlapnet {
 	background-color: #0694cc !important;
 	color: white !important;
 }

 .text-tlapnet {
 	color: #0694cc;
 }

 .inbox-data>em, .has-discussion-post>em {
 	display: block;
 }

 .inbox-data>em:before, .has-discussion-post>em:before {
 	content: "\f075";
 	font-family: "Font Awesome 5 Free";
 	display: inline-block;
 	font-style: normal;
 	font-variant: normal;
 	text-rendering: auto;
 	line-height: 1;
 	padding-right: 5px;
 }


 @media (min-width: 1200px) {
 	.my-card {
 		max-width: 400px;
 	}
 }



 /* timeline  */

 .timeline {
 	list-style: none;
 	padding: 20px 0 20px;
 	position: relative;
 }

 .timeline:before {
 	top: 0;
 	bottom: 0;
 	position: absolute;
 	content: " ";
 	width: 3px;
 	background-color: #eeeeee;
 	left: 50%;
 	margin-left: -1.5px;
 }

 .timeline>li {
 	margin-bottom: 20px;
 	position: relative;
 }

 .timeline>li:before, .timeline>li:after {
 	content: " ";
 	display: table;
 }

 .timeline>li:after {
 	clear: both;
 }

 .timeline>li:before, .timeline>li:after {
 	content: " ";
 	display: table;
 }

 .timeline>li:after {
 	clear: both;
 }

 .timeline>li>.timeline-panel {
 	width: calc(100% - 90px);
 	float: left;
 	border: 1px solid #d4d4d4;
 	border-radius: 2px;
 	padding: 20px;
 	position: relative;
 	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
 	left: 90px;
 	background: white;
 }

 .timeline>li>.timeline-panel:before {
 	position: absolute;
 	top: 26px;
 	right: -15px;
 	display: inline-block;
 	border-top: 15px solid transparent;
 	border-left: 15px solid #ccc;
 	border-right: 0 solid #ccc;
 	border-bottom: 15px solid transparent;
 	content: " ";
 }

 .timeline>li>.timeline-panel:after {
 	position: absolute;
 	top: 27px;
 	right: -14px;
 	display: inline-block;
 	border-top: 14px solid transparent;
 	border-left: 14px solid #fff;
 	border-right: 0 solid #fff;
 	border-bottom: 14px solid transparent;
 	content: " ";
 }

 .timeline>li>.timeline-badge {
 	color: #fff;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	font-size: 1.4em;
 	text-align: center;
 	position: absolute;
 	top: 16px;
 	left: 50%;
 	margin-left: -25px;
 	background-color: #999999;
 	z-index: 100;
 	border-top-right-radius: 50%;
 	border-top-left-radius: 50%;
 	border-bottom-right-radius: 50%;
 	border-bottom-left-radius: 50%;
 }

 .timeline>li.timeline-inverted>.timeline-panel:before {
 	border-left-width: 0;
 	border-right-width: 15px;
 	left: -15px;
 	right: auto;
 }

 .timeline>li.timeline-inverted>.timeline-panel:after {
 	border-left-width: 0;
 	border-right-width: 14px;
 	left: -14px;
 	right: auto;
 }

 .timeline-badge.primary {
 	background-color: #2e6da4 !important;
 }

 .timeline-badge.success {
 	background-color: #3f903f !important;
 }

 .timeline-badge.warning {
 	background-color: #f0ad4e !important;
 }

 .timeline-badge.danger {
 	background-color: #d9534f !important;
 }

 .timeline-badge.info {
 	background-color: #5bc0de !important;
 }

 .timeline-title {
 	margin-top: 0;
 	color: inherit;
 }

 .timeline-body>p, .timeline-body>ul {
 	margin-bottom: 0;
 }

 .timeline-body>p+p {
 	margin-top: 5px;
 }

 @media (max-width: 1366px) {
 	.timeline>li>.timeline-panel {
 		width: calc(100% - 92px);
 	}
 }

 @media (max-width: 769px) {
 	.timeline>li>.timeline-panel {
 		top: 0;
 		left: 0;
 		width: 100%;
 		padding: 15px;
 	}

 	.timeline>li>.timeline-panel p {
 		margin-bottom: .5em;
 	}

 	ul.timeline>li>.timeline-badge {
 		display: none;
 	}

 	.timeline>li>.timeline-panel:before {
 		display: none;
 	}

 	.timeline>li>.timeline-panel:after {
 		display: none;
 	}
 }

 ul.timeline:before {
 	left: 40px;
 }

 ul.timeline>li>.timeline-badge {
 	left: 15px;
 	margin-left: 0;
 	top: 16px;
 }

 /* toasts */

 .toasted-container.top-right {
 	top: 20px !important;
 	right: 20px !important;
 }

 @media only screen and (max-width:600px) {
 	.toasted-container.top-right {
 		top: 0 !important;
 		right: 0 !important;
 	}

 	.toasted-container .toasted {
 		margin-top: 1px !important;
 		justify-content: center !important;
 	}

 	.toasted-container .toasted:first-child {
 		margin-top: 0 !important;
 	}
 }

 .toasted .primary, .toasted.toasted-primary {
 	font-weight: 400 !important;
 }


 .vs__dropdown-option--disabled {
 	font-weight: bold;
 	color: black;
 	padding-top: 12px;
 	padding-bottom: 2px;
 }

 .vs__dropdown-option--selected {
 	background: #e6e6e6;
 }

 .vs__dropdown-option--highlight {
 	background: #5897fb;
 }

 .vs__dropdown-menu {
 	max-height: 340px;
 }

 .calendar-event:hover>div:first-child {
 	overflow: visible !important;
 	z-index: 10;
 	background: white;
 }

 .calendar-event:hover>div:nth-child(2) {
 	visibility: hidden;
 }

 .VueTables__sortable {
 	white-space: nowrap;
 }

 #employees-form {
 	max-width: 1000px;
 }

 @media (max-width: 768px) {
    .container-fluid {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .card-body {
        padding: 0.55rem !important;
    }
    .navbar {
        margin-bottom: 0 !important;
    }
 }

 #employees-form a.nav-link {
 	color: #6e707e;
 }

 #employees-form h3.level-1 {
 	display: none !important;
 }

 #employees-form h3.level-2, #employees-form h3.level-3 {
 	font-weight: bold;
 	font-size: 1em;
 	color: rgb(93, 93, 93);
 }

 #employees-form h3.level-1~div.card {
 	margin: 0;
 	padding: 0;
 	border: 0;
 }

 #employees-form .je-object__controls {
 	display: none;
 }

 #employees-form textarea {
 	min-height: 100px;
 }

 #employees-form-save {
 	position: fixed;
 	right: 80px;
 	bottom: 1rem;
 }

 .selectize-input.locked {
 	background-color: #eaecf4 !important;
 }

 .news-small-width-column {
 	width: 100px;
 }

 .badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent;
	font-weight: normal;
 }

 .badge-time {
    font-size: 90%;
 }

 .fa-pulse-strong {
    animation: pulse-strong 1.5s infinite;
    display: inline-block;
 }

 @keyframes pulse-strong {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
 }

 .budgets-table .table-responsive, .budgets-table .table {
    overflow: visible !important;
 }

 @media (max-width: 768px) {
    .VueTables__table thead {
        display: none;
    }

    .VueTables__table tbody tr {
        display: block;
        margin-bottom: 1rem;
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        padding: 0.5rem;
    }

    .VueTables__table tbody td {
        display: block;
        text-align: left;
        padding: 0.2rem 0.5rem;
        border: none;
        position: relative;
    }

    .VueTables__table tbody td:before {
        content: attr(data-label);
        display: block;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #858796;
        margin-bottom: 0.25rem;
    }

    .VueTables__table tbody td:not(:last-child) {
        border-bottom: 1px solid #f8f9fc;
    }

    .VueTables__limit {
        display: none;
    }

    .VueTables__search {
        float: none;
        margin-bottom: 1rem;
    }

    .VueTables__search-field {
        width: 100%;
    }

    .VueTables__search input {
        width: 100%;
    }
 }
