#main > .container {
    padding: 70px 15px 20px;
}

#main {
	height: 89vh;
}

.phone-dir {
    direction: ltr !important;
}

.main-contents {
	/*max-width: 90%;*/
	width: calc(95% - var(--bs-gutter-x));
	max-width: calc(95% - var(--bs-gutter-x));
}

.automation-0 {
	display: none;
}

.automation-1 {
	display: var(--fa-display,inline-block);
}

#appversion {
    font-size: 0.8rem;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 5vh;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.header {
	height: 5vh;
	background-color: var(--frame-bg-color);
    color: var(--frame-font-color);
}

.header .dropdown-toggle:after {
    content: none;
}

.header .dropdown-menu {
	background-color: var(--frame-bg-color);
}

#menu-toggle {
	display: none;
}

#sidemenu {
	display: block;
    color: var(--frame-font-color);
}
 .upper-menu {
    color: var(--frame-font-color);
 }

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.menu:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.menu.active {
	background-color: rgba(255, 255, 0, 0.3);
}

.pagination-btn {
    min-width: 16px;
}

.droprown-item {
    margin-right: unset !important;
}

.documentation-history, .whatsapp-history {
	height: 500px;
}

.document {
	min-height: 100px;
}

#documant-text:focus {
	outline: none;
}

.doc-date {
	font-size: 0.6rem;
}

.doc-data {
	font-size: 0.8rem;
}

.user-profile-image-big {
    width: 100px;
    height: 100px;
}

#user-page {
    height: 95%;
}

.email-template.active {
	background-color: #fff3cd;
}

.email-template .save-email, .email-template .template-loader {
	display: none;
}

.email-template.loading .template-loader {
	display: inline;
}

.email-template.active .save-email {
	display: inline;
}
