﻿/*******************************
			 Fonts  
*******************************/
@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-VariableFont_wght.ttf') format('truetype');
}
/*******************************
		Font Family  
*******************************/
.H1, h1 {
	font-size: 2.5em !important;
}

.H2, h2 {
	font-size: 2em;
}

.boldTexts {
	font-weight: bold;
}

.blackFontColor {
	color: black;
}

.link {
	text-decoration: none !important;
	color:black;
}
/*******************************
		General  
*******************************/
* {
	font-family: 'Sora';
	margin: 0;
	padding: 0;
}

body {
	display: block !important;
	/*background-image: url('../images/background1.jpg') !important;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color:white;
	margin: 0;
	padding: 0;
}

.Container {
	width: 90% !important;
	margin: 0 auto;
}

.flowColumn {
	display: flex !important;
	flex-direction: column;
}

.MarginTop {
	margin-top: 1em;
}

.MarginRight {
	margin-right: 1em;
}

.MarginLeft {
	margin-left: 1em !important;
}

.TAC {
	text-align: center;
}

br {
	height: 0 !important;
	width: 0;
}
/*******************************
		Inputs	
*******************************/
/*input[type=text], input[type=password], input[type=number], textarea, select, ui-menu-item-wrapper {
	color: black;*/
	/*background-color: white;*/
	/*background-image: linear-gradient(to left, rgb(44, 22, 5), rgb(9, 14, 24));*/
	/*border: solid 1px rgb(0, 0, 255) !important;*/
	/*border-radius: 5px;*/
	/*border-width: 2px;
	padding: 10px;
}

input[type=submit]
{
	cursor: pointer;
}*/

.ui-menu .ui-menu-item-wrapper {
	/*color: white;*/
	background-color: black;
	/*background-image: linear-gradient(to left, rgb(44, 22, 5), rgb(9, 14, 24));*/
}

.ui-datepicker .ui-datepicker-header {
	background-color: white !important;
	
}

/*******************************
		Buttons	
*******************************/
.button {
	padding: 0.5em 1.25em;
	/*border-radius: 1.5em !important;*/
	height: 40px;
	/*color: #fff;*/
}

.button:hover, .cmdLogin:hover, .cmdRegister:hover {
	cursor: pointer;
}

.whiteButton1 {
	background-color: white !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	color: black !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	border-top: 2px solid #235BC8;
	border-right: 2px solid #235BC8;
	border-bottom: 2px solid #235BC8;
	border-left: 2px solid #235BC8;
	font-style: normal;
	text-decoration: none !important;
}

.whiteButton2 {
	background-color: white !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	color: black !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	border-top: 2px solid #279C79;
	border-right: 2px solid #279C79;
	border-bottom: 2px solid #279C79;
	border-left: 2px solid #279C79;
	font-style: normal;
	text-decoration: none !important;
}


/*******************************
			 Login  
*******************************/
#LoginPage {
	display: flex !important;
	flex-direction: column !important;
	background-size: cover;
	width: 100%;	
	min-height: 100vh;
	align-content:center;
	vertical-align:central;
}

#LoginFormulary {
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	font-size:14px !important;
}

#LoginFormulary * {
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	margin-left: 2px !important;
	margin-right: 2px !important;
	font-size: 16px !important;
}

.buttonLogin {
	background-color: #279C79;
	min-width: 200px !important;
	width: 200px !important;
	height: 40px !important;
	text-anchor: middle !important;
	text-align: center !important;
	font-size: 16px !important;
	color: white !important;
	align-content:center !important;
	vertical-align:central;
	border: none !important;
}

.Logo {
	width: 200px;
	align-content: center;
	justify-content:center;
}

.FormLogin {
	align-items: center !important;
	align-content: center !important;
}

.iconLoginField {
	width: 18px;
}

.FieldUserIcon {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #114556;
}

.FieldUserContent {
	background-color: transparent;
	border-color: #235BC8;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.FieldUserContent > * {
	/*margin-bottom: 5px;*/
}

.FieldUserContent input {
	padding: 10px;
	width: 95%;
	background-color: white !important;
	border: solid 2px #235BC8 !important;
}

.FieldUserContent input:focus {
	padding: 10px;
	width: 95%;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background-color: white !important;
	border: solid 2px #235BC8 !important;
	outline:none !important;
}


.StackFieldLogin > div{
	/*display: grid !important;*/
	/*align-items:flex-start;*/
/*	grid-template-columns: 40px 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: 'FieldUserIcon FieldUserContent';*/
	/*margin: 0 auto -7em !important;*/
}

.ControlsLogin {
	display: flex !important;
	justify-content: center !important;
}

.passwordinput {
	background-color: white !important;
}

/*******************************
		DataAppController  
*******************************/
.AdminContent {
	min-height: 100vh !important;
}

.MasterPanel {
	width: 100% !important;
	display: flex !important;
	flex-direction: column;
	padding: 1em;
}

.MasterPanel > div > div:nth-child(4){
	background: rgba(255, 255,255,0.4);
}

.MasterDetail {
	display: grid !important;
	grid-gap: 0;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1fr;
}

.FooterContent {
	display: none !important;
	padding: 1em 0;
	width: 90%;
	margin: 2em auto;
}
/*******************************
			Header  
*******************************/
.HeaderMain {
	background-color: white;
	padding: 10px;
}

.HeaderMain td:nth-child(1) {
	width: 8em;
}

.HeaderMain td:nth-child(3) div {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
}

.HeaderMain td:nth-child(3) div a {
	text-decoration: none;
}

.HeaderMenu {
	display: flex !important;
}

.HeaderMenu nav:last-child {
	margin-left: 0;
}

.Logo-header {
	width: 65px;
}

#IconLogout {
	width: 2.3em;
}
/*******************************
	   Select Controller   
*******************************/
.MainSearch, .SearchComponent, .AdvancedSearchComponent {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color:transparent;
	display: flex !important;
	margin-right: 1em;
}

.LabelTitle {
	font-style: normal;
	color: black;
}


.labelResult {
	font-style: normal;
	color: black;
}

.colTitleCheckBox{
	background-color:#E6E6E6;
}

.colCheckBox{
	background-color:white;
}

.MainSearch {
	max-width: 90%;
	margin-top: 1em;
}

.MainSearch > *:first-child, .SearchComponent > *:first-child, .AdvancedSearchComponent > *:first-child, .InsertContent td select, .InsertContent td input {
	margin-right: 1em;
}

.SearchComponent, .AdvancedSearchComponent {
	display: flex;
	flex-direction: row;
	margin-right: 2em;
	border-color: #235BC8;
	background-color:transparent;
	padding: 10px;
	border-top: 2px solid #235BC8;
	border-right: 2px solid #235BC8;
	border-bottom: 2px solid #235BC8;
	border-left: 2px solid #235BC8;
}

.transparentInput{
	background-color:transparent;
}

.SearchComponent {
	/*background: linear-gradient(135deg, rgba(250, 177, 28, 0.5), rgba(170, 33, 252, 0.5));*/
	height: 45px;
	/*padding: 0.5em 1em;*/
}

.SearchComponent input[type=text] {
	/*background: linear-gradient(135deg, rgba(98, 68, 11, 1), rgba(66, 45, 99, 1));*/
	/*color: #fff;*/
	padding: 0.5em 1em;
	/*border: solid 1px rgb(0, 0, 255);*/
}

.SelectResults {
	width: 100%;
	border-spacing: 0;
	margin-top: 1em;
}

.SelectResults a {
	text-decoration: none;
	/*color: #fff;*/
}

.SelectResults td {
	padding: 1em;
}

.SelectResults tr:nth-child(even) {
	background: rgba(6, 81, 90, 0.4);
	background-color:#F2F2F2;
}

.SelectResults tr:nth-child(1), .SelectResults tr:nth-child(1):hover {
	background-color: #FFFFFF;
}

.SelectResults tr:hover {
	background: #B6C8EC;
}

.SelectResults tr:hover a {
	/*color: white;*/
}

.SelectResults tr:nth-child(1) td {
	border-bottom: solid 2px #235BC8;	
}

.FooterToolBar {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	padding:5px !important;
	margin:5px !important;
}

.totalLabelCounter{
	color:black;
	background-color:transparent;
	text-align:center;
}

.FooterToolBar * {
	margin-left: 0;
}

.FooterToolBar > *
{
	margin-right: 2em;
}

.FooterToolBar select {
	border-width: 1px;
	border-color: rgb(26, 131, 143);
	width: 100px;
}

.UserFilters {
	margin: 0;
	padding: 0;
}

.UserFilters * {
	margin-bottom: 1em;
}

.UserFilters table {
	background: rgba(12, 9, 18, 0.4);
	width: 100%;
}

.UserFilters td, .InsertContent td {
	padding: 0.5em 1em 0.5em 0;
}

.UserFilters input, .UserFilters select {
	width: 200px !important;
	margin: auto;
	border: solid 1px rgb(0, 0, 255);
}

.UserFilters input[type="image"], .InsertContent input[type="image"] {
	width: 20px !important;
}

.UserFilters select, .InsertContent textarea {
	width: 220px !important;
	margin: auto;
}

.UserFilters input[type=image], .UserFilters input[placeholder='hh:mm'] {
	display: none;
}

.ControlsBar {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0 2em;
}

.ItemControlBar {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-right: 1em !important;
}

.IconToolbar {
	width: 35px !important;
	height: 35px !important;
	margin: 5px !important;
}

.listPicker {
	background-color: transparent;
	padding: 10px;
	border-top: 2px solid #235BC8;
	border-right: 2px solid #235BC8;
	border-bottom: 2px solid #235BC8;
	border-left: 2px solid #235BC8;
}

.IconToolbar_Refresh {
	border: solid;
	border-width: 0.2em;
	border-color: rgb(160, 106, 255);
	border-radius: 10em;
	padding: 0.9em;
}

.checkboxFilter {
	align-items: center !important;
	align-content: center !important;
	justify-content: center !important;
	margin: 5px !important;
	font-style: normal !important;
}

.Autocomplete{
	display: flex !important;
	flex-flow: row !important;
	width: auto !important;
	height: auto !important;
}

/*******************************
	   Delete Controller   
*******************************/
#DeleteContainer {
	margin: 1em;
}

#DeleteContainer td, .UpdateContainer td{
	padding-bottom: 1em;
}

.Instances {
	margin: 1em;
}

/*******************************
	   Insert Controller   
*******************************/

.typesContainer {
	display: flex !important;
	flex-direction: column !important;
}

.InsertContent, .ui-datepicker-calendar {
	background-color: #F2F2F2;
	width: 100%;
}

.InsertContent td > div {
	display: flex !important;
	/*flex-wrap: wrap;*/
	width: auto !important;
}

.InsertContent td > div > div {
	width: auto !important;
}

.InsertContent td > div > * {
	margin-bottom: 1em;
}

.InsertContent textarea {
	height: 50px;
	width: 275px !important;
}

.InsertContent input[type="text"], .InsertContent input[type="number"], .InsertContent input[type="password"] {
	width: 275px !important;
}

.InsertContent input[type="image"] {
	height: 30px !important;
	width: 30px !important;
	margin: 5px !important;
}

.InsertContent select {
	width: 300px
}

.InsertControlsBar {
	margin-top: 1em;
	margin-left: 0;
}

/*******************************
	Method Controller   
*******************************/

.MethodControls {
	margin-top: 1em;
}

.MethodControls td > div {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.MethodControls select {
	width: 200px;
}

.MethodControls select, .MethodControls input {
	margin-right: 1em;
}

.MultipleUpdateSave {
	width: 20px;
}

.ContainerMethod {
	display: flex !important;
	flex-wrap: wrap;
	margin-top: 1em;
}

.ContainerMethod input {
	margin-bottom: 1em;
	margin-right: 1em;
}

.ContainerMethod .purpleButton {
	border-radius: 10px !important;
}

/*******************************
	   Update Controller   
*******************************/

.TabItem {
	background-color: #B6C8EC !important;
	color: black !important;
	padding: 1em 1em 0.5em 1em !important;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	text-decoration: none !important;
}

.ItemSelected {
	border: none !important;
	background-color: #279C79 !important;
	color: white !important;
	padding: 1em 1em 0.5em 1em !important;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	text-decoration: none !important;
}

.TabContainer .MainSearch .ControlsBar {
	margin-left: 0em;
}

.IconViewDetails {
	margin-right: 1em !important;
}

.IconSmall {
	margin-right: 1em !important;
}