
body {
  overflow-x: hidden;
  background: white;
   font-size: 0.85em;
}

a {
    color:black;
}

a.active {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

.footer-content h3 {
	font-weight: 600;
	border-bottom: 2px solid white;
	font-size: 1.5em;
	margin-bottom: 8px;
	margin-top: 0;
	padding-bottom: 5px;
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid {
   width: 85% !important;
    max-width: 2300px;
}

#main-header {
	-webkit-box-shadow: 1px 10px 42px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 10px 42px -30px rgba(0,0,0,0.75);
	box-shadow: 1px 10px 42px -30px rgba(0,0,0,0.75);
}

nav {
    background: white;
    padding-top:0.5em;
    padding-bottom:0.5em;
}
.nav:not(.sidebar-nav) > li > a:not(.avatar-link):focus,
.nav:not(.sidebar-nav) > li > a:not(.avatar-link):hover {
    background: #4ba92f;
    color: white;
}

.nav.sidebar-nav > li,
.nav.sidebar-nav > li > a {
    padding: 4px 0;
}

.nav.sidebar-nav > li > a:not(.avatar-link):focus,
.nav.sidebar-nav > li > a:not(.avatar-link):hover {
    color: #4ba92f;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: #6fc555;
    color: white;
}                     
.navbar-brand{
    padding:7px 0; 
}  

.nav-item.active {
	background: #6cac0f;
}
.nav-item.active a {
	color: white;
}

#search-form input {
    width: 100px;
    transition: all .2s;
}

#search-form:hover input {
    width: 190px;
}

#search-form button {
    color: #333;
} 

#search-form button:hover {
    background: #e6e6e6;
}              

.input-group .btn {
    border:white;
}

.alert {    
    padding: 0;
    border-radius: 0;  
    display: flex;  
}   

.alert-icon { 
    width: 35px;
    padding:9px;  
    background:rgba(0,0,0,0.3);
    text-align:center;
    height: 100%;
}
.alert-txt {   
    flex: 1;
    padding:9px;   
}


.alert-warning {    
    color: #ffffff;
    background-color: #e49426;
    border-color: #b78b76;
}
.alert-success {    
    color: #ffffff;
    background-color: #2aad17;
    border-color: #809a34;
}
.alert-danger {    
    color: #ffffff;
    background-color: #d84f4f;
    border-color: #c36e7c;
}
.alert-info {
    color: #ffffff;
    background-color: #2699e4;
    border-color: #6572a7;
}

.card,
#main-footer {
    background:white;
    border: none !important;
    border-radius: 0;
    overflow-x: hidden;
    height: 100%;
}

.card-white {
    background: #fff;
}

.card.auto-height {
    height: auto;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card .content {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-20px {
    margin-bottom: 20px
}

.card .title {
    display: flex;
    background: #fff;
    line-height: 38px;
    text-transform: uppercase;
}

.card .icon {
    text-align: center;
    width: 35px;
    color:white;
}

.card .name {
    padding-left: 12px;
    flex: 1;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 38px;
    background: #f2f2f2;
}

.card .tools {
	background: #f2f2f2;
}

.card .tools a {
    display: block;
    height: 100%;
    padding: 0 12px;
    background: #ddd;
}

.card .content {
	background: #fafafa;
}

.card-white .content {
    background: #fff;
}

.card.newspaper .content {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .8)),
                url('../../media/temp/strasnerychlefarokamo.jpg');
    background-size: cover;
    background-position: center center;
    height: 295px;
    position: relative;
}

.card.newspaper img {
    height: 295px;
    object-fit: cover;
    z-index: 9000;
}

.card.newspaper .carousel .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
    z-index: 9999;
}

.card.newspaper .carousel-control-prev,
.card.newspaper .carousel-control-next {
    width: 10%;
}

.card.newspaper .carousel-caption {
    z-index: 10000;
    left: 10%;
    right: 10%;
    bottom: 0;
    text-align: left;
}

.card .card-info {
    background-color: #f0f1f1;
    padding: 5px 10px;
}

.card .content .text {
    padding: 12px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.card .content .text h3 {
    font-size: 1.3em;
    font-weight: 800;
}

.card .content p {
    font-size: 1em;
    font-weight: 100;
}

.card.newspaper .content .btn {
    border-radius: 20px;
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

#weather {
    overflow: hidden;
}

#weather img {
    height: 118.5px;
}

#weather .date {
    margin: 0 0 10px;
    font-size: 1.5em;
    font-weight: 800;
}

#weather span {
    display: block;
    font-weight: 100;
    margin-bottom: 3px;
}

#weather .content,
#events .content {
    max-height: 118.5px;
    overflow: hidden;
}

#events .content {
    overflow-y: auto;
}

#events .event {
    padding: 10px;
}

#events .event .date {
    width: auto;
    text-align: center;
    background: #eaeaea;
    padding: 2px 8px;
    border-radius: 15px;
}

#events .event .date .day {
    display: block;
    font-size: 1.5em;
    margin: -5px auto -10px;
    font-weight: 200;
}

#events .event .info {
    display: inline-block;
    padding: 0 20px;
}

#events .event .info h3.event-name {
    font-size: 1.2em;
}

#events .event .info p {
    margin: 0;
}

#mycar .img-wrapper {
    padding: 40px 20px 20px;
}

#mycar img {
    width: 100%;
}

#mycar h3 {
    font-size: 1.2em;
    font-weight: 600;
}

#mycar .properties {
    margin-top: 20px;
    padding: 0px 10px;
}

#mycar .property {
    width: 100%;
    margin-bottom: 10px;
}

#mycar .property h3.property-value {
    width: 100%;
    border-bottom: 1px solid #d7dbd6;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#mycar .property h3.property-value .small {
    font-size: .7em;
}

#mycar .property h4.property-title {
    font-weight: 300;
    font-size: .9em;
    padding: 0;
    margin: 0;
    color: #9f9a9a;
}

#attendance-table {
    table-layout:fixed;
    margin: 10px 0;
    width: 100%;
    border-collapse:collapse;
}

#attendance-table th {
    width: 30%;
    white-space: nowrap;
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#attendance-table td {
    width: 70%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.progress {
    display: inline-flex;
    height: 10px;
    border-radius: 5px;
}

.progress .progress-bar {
    height: 10px;
    border-radius: 5px;
    background-color: #4caa2f;
}

#banner {
    height: 135px;
    background: url('../images/banner.png') no-repeat center right;
    background-size: cover;
    margin-bottom: 20px;
}

#selling-statistics .car-name {
    font-size: .9em;
    font-weight: 700;
}

#selling-statistics .progress {
    width: 100% !important;
}

#servicedesk .servicedesk-input-wrapper {
    font-size: 0;
}

#servicedesk .servicedesk-input-wrapper input.servicedesk-input {
    width: 70%;
    color: #9a9999;
    background-color: #ddd;
}

#servicedesk .servicedesk-input-wrapper input.servicedesk-input:focus {
    outline: 0;
    background-color: #e4e4e4;
}

#servicedesk .servicedesk-input-wrapper button.servicedesk-btn {
    width: 30%;
    color: #888484;
    background-color: #f0f1f1;
}

#servicedesk .servicedesk-input-wrapper input.servicedesk-input,
#servicedesk .servicedesk-input-wrapper button.servicedesk-btn {
    font-size: .9rem;
    padding: 10px;
    border: none;
}

#main-footer {
    margin-top: 80px;
    padding: 10px 0;
	width: 100%;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 -1 10 12'%3E%3Cpath d='M0 12 L0 10 L10 0v12z' fill-rule='evenodd' fill='%23373737'%3E%3C/path%3E%3Cpath d='M0 10L10 0' vector-effect='non-scaling-stroke' stroke='%234ba82e' stroke-width='5' fill='none'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% 100%;
	margin-bottom: -1px;
    position: relative;
    overflow: visible;
}

#main-footer .overlay-image {
    position: absolute;
    top: 0;
    right: 7.5%;
    transform: translateY(-50%) rotateY(180deg);
    width: 25%;
    max-width: 600px;
}

.footer-content {
	width: 100%;
	padding: 2rem 0;
	background: #373737;
	color: white;
}


i.circle {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d5d6;
    margin-right: 10px;
}

i.circle-danger {
    background: #ff0000;
}

i.circle-warning {
    background: #c6a72c;
}

i.circle-success {
    background: #65b61d;
}

#servicedesk #incidents-table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    table-layout: fixed;
    border: none;
}

#servicedesk #incidents-table th {
    border: none;
}

#servicedesk #incidents-table th:first-child {
    min-width: 50%;
    width: 50%;
}

#servicedesk #incidents-table th,
#servicedesk #incidents-table td {
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 25%;
}

#servicedesk .dataTables_paginate {
    width: 100%;
    text-align: center;
}

#wifi .no-hotspots {
    padding: 50px 10px;
    text-align: center;
}

/************************
***** CONTROL-PANEL *****
*************************/

.control-panel .module-content:hover {
    background: #f3f0f0;
}

.control-panel .module img {
    width: 100%;
}
.control-panel .admin h4 {
    text-transform:uppercase;
}

/* .admin:hover {background:#f3f0f0;} */

@media only screen and (min-width: 992px) {

    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

}

.avatar-link {
    padding: 0;
}

.avatar {
	border-radius: 50%;
	width: 38px;

}

#login-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
}

#login-loader img {
    margin: 0 auto;
}

#logo.bouncy {
    position: relative;
    animation: bounce 1s infinite linear;
}

@keyframes bounce {
    0% {
        top: -5px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: -5px;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}


/******************************
*** BOOTSTRAP CUSTOMISATION ***
*******************************/

input.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0;
    padding: 5px 40px;
    font-weight: 600;
}

#table_wrapper.dataTables_wrapper .btn {
    padding: 0px 3px 0px 3px;
    font-size: 12px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #111;
}


.btn-primary {
    background-color: #6fc555;
	padding: 5px;
    border: 1px solid #6fc555;
}

.btn-primary:hover {
    background-color: #379d32;
    border: 1px solid #2e882a;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f5f5f5;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
     border-radius: 0; 
     padding: 3px;
	font-size: 12px;
    background-color: transparent;
    margin-left: 10px;
    border: 1px solid silver;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #efeeee;
}

.tooltip-inner {
    max-width: 370px;
    padding: 0.25rem 0.5rem;
    width: 370px;
	text-align:left;
	border-radius:0;
	background:#e2dada;
	border: 1px solid #afaaaa;	
	color:black;
}

.dataTables_filter label {
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

table.dataTable thead  {
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #e4e4e4;
    text-transform: uppercase;
    FONT-WEIGHT: 600;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #2E882A;
    border: 1px solid #2E882A;
}

.modal-dialog {
    width: 60%;
    max-width: 1200px;
    border-radius: 0;
    transition: .5s all !important;
}

.modal-dialog {
    border-radius: 0;
    border: none;
}

.modal.narrow .modal-dialog {
    width: 50%;
    max-width: 900px;
}

.modal.wide .modal-dialog {
    width: 95%;
    max-width: 2300px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6fc555;
}

.nav-pills .nav-link {
    border-radius: 0;
}

/*
YEAR CALENDAR
 */

#calendar-wrapper {
    transition: .5s all;
}

.calendar .months-container .month-container {
    margin-bottom: 30px !important;
}

#event-form .bs-stepper .line {
    width: 5%;
}

#event-form .bs-stepper .stepper-item {
    width: 30%;
}

#event-form .bs-stepper .stepper-item .step-trigger {
    width: 100%;
}

#event-form .bs-stepper .step-trigger {
    white-space: normal;
}

.stepper-item.completed .bs-stepper-circle {
    background-color: #b7bab5;
}

.stepper-item.active .bs-stepper-circle {
    background-color: #6fc555;
}
.active .bs-stepper-circle {
	background-color: #d4d4d4;
}
.event {
    padding: 0 20px;
}

.events-date {
    padding: 5px 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 5px solid lightgray;
}

.event-note {
    font-size: 1rem;
    color: gray;
}

.event-time {
    font-size: 1.2rem;
    font-weight: 700;
}

.event-type {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }

}

.infobar {    
	background: #6cac0f;
    color: #fff;
    font-size: 13px;
    padding: 4px 0;
}

a:hover {color:#6cac0f}

.quotes {display: none;}

.comment {
	margin-top: 13px;
}

.commentvalue {
	background: #ece8e8;
	border-radius: 13px;
	padding: 14px;
	font-size: 0.85em;
	margin-bottom: 4px;
	margin-top: 4px;
}

.commentdate {
	text-align:right;
	padding-top:10px;
	color:gray;
}

/* table.dataTable tr td:last-child {
    width: 60px;
    text-align: right;
} */

.max-height-70vh {
    max-height: 70vh;
    overflow-y: auto;
}

.timepicker {
	width: 100px;
	margin: 0 auto;	
}

.bs-stepper-label {
    display: block;
    width: 100%;
}

.bs-stepper .step-trigger {
    padding: 5px;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td{
    height: 30px;
    line-height: 30px;
}

/*******************
      BUBBLES
*******************/

.fixed-bubble-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: transparent;
    background: rgba(0,0,0, .5);
}

.fixed-bubble-wrapper .bubble {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    min-width: 300px;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
}

.fixed-bubble-wrapper .bubble .alert-icon {
    width: 100%;
    display: block;
    background: transparent;
    font-size: 5rem;
    line-height: 98px;
    padding: 0;
}

.fixed-bubble-wrapper .bubble .alert-txt {
    padding-top: 0;
}

/***********
 DataTables
***********/

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    background: #eee !important;
    text-transform: uppercase;
    color: #747171;
    border: none !important;
    padding: .25em 0.5em;
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
    background: #d6d6d6 !important;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled) {
    box-shadow: none !important;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
    text-shadow: none !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border: none;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
    background: none;
    padding: 0;
}

.page-item .page-link {
    background: #eee;
    color: #747171;
    border: none !important;
}

.page-item .page-link:hover,
.page-item.active .page-link {
    background: #d6d6d6;
}

.dataTables_filter label {
    width: 250px;
}

.dataTables_filter input.form-control {
    display: inline-block;
    width: 180px;
}

.modal-content { 
	border: 0; 
	border-radius: 0;
}

.modal-header {
	background: #6cac0f;
	color: white;
	text-transform:uppercase;
	border-bottom: 0; 
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content .table-sm:not(.more-cols) tr td:first-child:not(:last-child):not(.day) {
    text-transform: uppercase;
    width: 40%;
    padding: 8px 12px;
}

.modal-content .table-sm th,
.modal-content .table-sm td {
    border-top: 0;
}

.modal-content .table-sm tr:nth-child(odd) {
    background: #f7f6f6;
}

.dataTable tr {
    background: transparent !important;
    transition: background 1s !important;
}

.dataTable tr.edited {
    background: #FFFF9C !important;
}

@media (max-width:992px) {
    #index #logo {
        max-width: 80%;
    }
}

@media (max-width:768px) {
    #index #logo {
        max-width: 30%;
    }
}

.hello {
    opacity: 0;
}

.small {
    font-size: .3rem;
}

#table_info {
color: #9c9a9a;
    background: #eeeeee;
    padding: 10px;
    /* border-radius: 30px; */
    text-transform: uppercase;
    line-height: 10px;
    font-size: 12px;
    /* border: 1px solid #bdb6b6; */
    margin-top: 9px;
    font-weight: 600;
}


.page-item .page-link:hover, .page-item.active .page-link {
    background: #eeeeee;
    border-radius: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #9c9a9a;
}

.page-link {
    color: #9c9a9a;
}

/*
.form-control {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.35;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
} */

.form-control.short {
	width:40%;
}

.table th, .table td {
	padding: 0.15em;	
	vertical-align: middle;
	border: 0;
}


textarea {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.35;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
	height: 110px;
}


.input-bg {
    border-left: 1px solid #cccbcb !important;
    padding-left: 15px !important;
}

.info-bg {
	background:#f2f2f2;
	text-transform:uppercase;
	padding:4px 7px !important;
	font-size: 0.9em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc3c3;
    border-radius: 0; 
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f1f1f1;
}