/*
* ==========================================================
*     MAIN STYLE
* ==========================================================
*/
@font-face {
	font-family: Raleway;
	src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
	font-family: Raleway-regular;
	src: url(../fonts/Raleway-Regular.ttf);
}

body {
	background-color: white;
	font-family: "Raleway", sans-serif;
}

p {
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #272627;
}
.popover {
    width: 59% !important;
    max-width: 100%;
}
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

.link-colored {
	color: #044c62;
}

.link-colored:hover {
	color: #162c33 !important;
}

.c-alert-danger {
	background-color: #044c62;
	color: #fff;
	width: 100%;
	padding: 10px;
}

.preload {
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: fixed;
	top: 0px;
	z-index: 2000;
}
.preload img {
	width: 100px;
	height: 100px;
	position: relative;
	left: calc(50% - 50px);
	top: 30%;
}

.c-pagination {
	padding: 0px;
	padding-top: 20px;
	text-align: center;
	margin-top: 10px !important;
}
.c-pagination li {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	text-align: center;
}
.c-pagination li a {
	border: 2px solid #fff;
	background-color: #044c62;
	color: #fff;
	padding: 3px;
	min-width: 30px;
	margin-right: 5px;
}
.c-pagination li a:hover {
	border: 2px solid #fff;
	background-color: #0ca7d3;
	color: #fff;
	padding: 3px;
	min-width: 30px;
	margin-right: 5px;
}
.c-pagination .active a {
	border: 2px solid #fff;
	background-color: #0ca7d3;
	padding: 3px;
	min-width: 30px;
	margin-right: 5px;
}

.modal {
	background-color: #ffffff;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/

.login-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 500px;
	grid-template:
		"q q q q"
		"a a a a"
		"b b b b"
		"c c c c"
		"d d d d"
		"e e e e";
	grid-template-columns: 25% 25% 25% 25%;
}

.login-container .login-grid-item {
	background-color: transparent;
	color: #fff;
	margin: 2px;
	padding: 5px;
	text-align: center;
	border: 0px;
}

#usernameDiv {
	height: 60px;
	grid-area: a;
}

#passwordDiv {
	height: 60px;
	grid-area: b;
}

#loginDiv {
	height: 60px;
	grid-area: c;
}

#textDiv {
	font-size: 0.7em;
	grid-area: d;
}

/*
* ==========================================================
*     HOME PAGE
* ==========================================================
*/
.home-desktop-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"a a b b"
		"c c d d"
		"e e f f"
		"g g h h"
		"i i j j";
	grid-template-columns: 25% 25% 25% 25%;
	max-width: 300px;
}

.grid-item {
	background-color: transparent;
	border: 0px;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

#developerLogo {
	grid-area: q;
	text-align: left;
}

#developerLogo img {
	max-width: 100px;
	max-height: 140px;
}

#userdata {
	grid-area: x;
	border: 0px;
	text-align: left;
}

.home-desktop-container .grid-item-home {
	background-color: #6c757d;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px -1px #007bff;
	-moz-box-shadow: 0px 0px 5px -1px #007bff;
	box-shadow: 0px 0px 5px -1px #007bff;
}

.home-desktop-container .grid-item-home:hover {
	background-color: #7e848a;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

.home-desktop-container .grid-item-home img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

#cashregister {
	height: 150px;
	grid-area: a;
}

#clients {
	height: 150px;
	grid-area: b;
}

#addCost {
	height: 150px;
	grid-area: c;
}

#scheduleTreatment {
	height: 150px;
	grid-area: d;
}

#calendar {
	height: 150px;
	grid-area: e;
}

#reports {
	height: 150px;
	grid-area: f;
}

#settings {
	height: 150px;
	grid-area: g;
}

#free1 {
	height: 150px;
	grid-area: h;
}

#free2 {
	height: 150px;
	grid-area: i;
}

/*
* ==========================================================
*     SETTINGS PAGE
* ==========================================================
*/
.settings-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"a"
		"b"
		"c"
		"d"
		"e"
		"f"
		"g"
		"h"
		"i"
		"j";
	grid-template-columns: 100%;
	max-width: 1024px;
}

.grid-item {
	background-color: transparent;
	border: 0px;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

#developerLogo {
	grid-area: q;
	text-align: left;
}

#developerLogo img {
	max-width: 100px;
	max-height: 140px;
}

.settings-container .grid-item-home {
	background-color: #6c757d;
	color: #fff;
	padding: 5px;
	margin: 2px;
	min-height: 55px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px -1px #007bff;
	-moz-box-shadow: 0px 0px 5px -1px #007bff;
	box-shadow: 0px 0px 5px -1px #007bff;
}

.settings-container .grid-item-home:hover {
	background-color: #7e848a;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

.settings-container .grid-item-home img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

#showArticles {
	height: 40px;
	grid-area: a;
}

#addArticle {
	height: 40px;
	grid-area: b;
}

#showCosts {
	height: 40px;
	grid-area: c;
}
#addCosts {
	height: 40px;
	grid-area: d;
}

/*
* ==========================================================
*     REPORTS PAGE
* ==========================================================
*/
.reports-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"a"
		"a"
		"b"
		"c"
		"d"
		"e"
		"f"
		"g"
		"h"
		"i"
		"j";
	grid-template-columns: 100%;
	max-width: 1024px;
}

.grid-item {
	background-color: transparent;
	border: 0px;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

.reports-container .grid-item-home {
	background-color: #6c757d;
	color: #fff;
	padding: 5px;
	margin: 2px;
	min-height: 55px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px -1px #007bff;
	-moz-box-shadow: 0px 0px 5px -1px #007bff;
	box-shadow: 0px 0px 5px -1px #007bff;
}

.reports-container .grid-item-home:hover {
	background-color: #7e848a;
	color: #fff;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

.reports-container .grid-item-home img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

#incomeCostsDateToDateReport {
	height: 40px;
	grid-area: a;
}

#favorsDateToDateReports {
	height: 40px;
	grid-area: b;
}

#costsDateToDateReports {
	height: 40px;
	grid-area: c;
}

#costsoneDateToDateReports {
	height: 40px;
	grid-area: d;
}

#turnovetCitiesDateToDateReports {
	height: 40px;
	grid-area: e;
}
/*
* ==========================================================
*     USER PAGE
* ==========================================================
*/
.user-profile-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	grid-template:
		"a a a a a a"
		"b b b b b b"
		"c c c c c c"
		"g g g h h h";
	grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
	max-width: 1024px;
}

#userTab {
	grid-area: a;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border-width: 0 !important;
}

#userInfo {
	grid-area: b;
	background-color: white;
	border-radius: 0;
	margin: 0;
	margin-top: 1px;
}

#userTabContent {
	background-color: white;
	border-radius: 0;
	border-top: 0 !important;
	min-height: 200px;
	grid-area: c;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: 0.5em;
}

/*
* ==========================================================
*     CASH REGISTER
* ==========================================================
*/
.cash-register-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: grid;
	grid-template:
		"a"
		"b"
		"c"
		"d";
	grid-template-columns: 100%;
	max-width: 1024px;
}

#userRegisterInfo {
	grid-area: a;
	background-color: white;
	border-radius: 0;
}

#articleRegisterAdd {
	grid-area: b;
	background-color: white;
	border-radius: 0;
}

#articleAddTable {
	border-radius: 0;
	min-height: 200px;
	grid-area: c;
}

#invoiceSum {
	grid-area: d;
	background-color: white;
	border-radius: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: 0.5em;
}

/*
* ==========================================================
*     CHANGE PASSWORD PAGE
* ==========================================================
*/
.changepassword-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template:
		"w w x x"
		"a a a a"
		"b b b b"
		"c c c c"
		"d d d d"
		"e e e e";
	grid-template-columns: 25% 25% 25% 25%;
	max-width: 500px;
}

.changepassword-grid-item {
	background-color: transparent;
	color: #fff;
	margin: 2px;
	padding: 5px;
	text-align: center;
	border: 0px;
	height: 60px;
}

#oldPasswordDiv {
	grid-area: b;
}

#newPasswordDiv {
	grid-area: c;
}
#newPasswordRepeatDiv {
	grid-area: d;
}

#changePasswordDiv {
	grid-area: e;
}

.swal-button--danger {
	background: #044c62;
}
.swal-button--danger:active {
	background: #076c8b !important;
}
.swal-button--danger:hover {
	background: #076c8b !important;
}

/*
* ==========================================================
*     DELIVERY calendar PAGE
* ==========================================================
*/
.delivery-calendar-container {
	background-color: #0ca7d3;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template:
		"w w x x"
		"q q y y"
		"a a a a"
		"b b b b"
		"c c c c"
		"d d d d"
		"e e e e";
	grid-template-columns: 25% 25% 25% 25%;
	max-width: 500px;
}

.delivery-calendar-grid-item {
	background-color: transparent;
	color: #fff;
	margin: 2px;
	padding: 5px;
	text-align: left;
}

#homeButton {
	grid-area: q;
	border: 0px;
}

#homeButton a {
	border: 0px;
	background-color: transparent;
	color: #fff;
	padding: 7px;
	margin-right: 5px;
}

#calendarViewDiv {
	border: 1px solid #044c62 !important;
	background-color: #fff;
	height: auto;
	grid-area: b;
	border: 0px;
}

.modal-content {
	border: 3px solid #044c62;
	border-radius: 0;
	min-height: 100px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.modal {
	background-color: transparent;
}

.input-custom {
	border: 1px solid silver;
	border-radius: 0;
}

.button-custom {
	border: 3px solid #044c62;
	border-radius: 0;
}

.tab-custom {
	border: 1px solid #044c62;
	border-top-width: 3px;
	border-bottom: 0;
	border-radius: 0;
}

.border-bottom-custom {
	border-bottom-color: black !important;
}

a[aria-selected="true"] {
	border: 0 !important;
	border-bottom: 2px solid #044c62 !important;
	border-radius: 0 !important;
}
a[aria-selected="false"] {
	background-color: white !important;
	border: 0 !important;
	border-radius: 0 !important;
}

table.dataTable thead th {
	border-color: silver !important;
}
table.dataTable tbody tr {
	border-color: silver !important;
}
.dataTables_scrollBody {
	border: 0 !important;
}
#windowForm {
	height: 100% !important;
}

.ui-icon-circle-triangle-w {
	background-image: url(../icons/jq-back.png) !important;
	background-position: 0 0;
}
.ui-icon-circle-triangle-e {
	background-image: url(../icons/jq-arrow.png) !important;
	background-position: 0 0;
}

.login-icon {
	background-image: url(../icons/logout.png) !important;
	background-position: 0 0;
	min-width: 64px !important;
	min-height: 64px !important;
}

.custom-shadow {
	background-color: #a3b5c4;
	color: #fff;
	padding: 1px;
	-webkit-box-shadow: 0px 0px 3px -1px #89bef7;
	-moz-box-shadow: 0px 0px 3px -1px #89bef7;
	box-shadow: 0px 0px 3px -1px #89bef7;
}


@media only screen and (min-width : 720px) { 
.home-desktop-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"r r r r q q"
		"x x x x q q"
		"a a b b c c"
		"d d e e f f"
		"g g h h i i";
	grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
	max-width: 1024px;
}

.reports-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"a a b b"
		"c c d d"
		"e e f f";
	grid-template-columns: 25% 25% 25% 25%;
	max-width: 1024px;
}

.reports-container .grid-item-home {
	min-height: 20px;
}

.settings-container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 90%;
	margin-top: 10px;
	grid-template:
		"r r r r q q"
		"x x x x q q"
		"a a b b c c"
		"d d e e f f"
		"g g h h i i";
	grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
	max-width: 1024px;
}

.settings-container .grid-item-home {
	min-height: 20px;
}

}