/* Custom */

/* @context default */

.pg {
	padding: 1.5em;
}

.pg-t {
	padding: 1.5em;
}

.pg-b {
	padding: 1.5em;
}

.pg-info {
	padding: 1.5em; 
}

.pg-info-l {
	padding-left: 1.5em;
}

.pg-info-t {
	padding-top: 1.5em !important;
}

.pg-info-r {
	padding-right: 1.5em;
}

.pg-info-b {
	padding-bottom: 1.5em;
}

.pg-tt {
	padding-top: 0.938em !important;
}

.brr {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid;
}

.reset-mp {
	margin: 0 !important;
	padding: 0 !important;
}

.reset-mp-l {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.reset-mp-r {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.reset-mp-t {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.reset-mp-b {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.reset-m {
	margin: 0 !important;
}

.reset-p {
	padding: 0 !important;
}

.mn-l {
	margin-left: 2px;
}

.mn-r {
	margin-right: 2px; 
}

.mm-b {
	margin-bottom: 15px !important;
}

.mn {
	margin: 2px;
}

.noborder {
	border: none !important;
}

.noborder tr td {
	border: none !important;
}

.no-display {
	display: none !important;
}

.tt-an-center {
	text-align: center !important;
}

.tt-an-right {
	text-align: right !important;
}

.tt-an-left {
	text-align: left !important;
}

.tt-an-justify {
	text-align: justify !important;
}

.tt-dc-none {
	text-decoration: none;
}

.an-center {
	align-items: center;
    display: flex;
}

.ft-normal {
	font-weight: normal;
}

.ft-bold {
	font-weight: bold;
}

.ft-title {
	font-size: 1.4em;
}

.ft-subtitle {
	font-size: 1.2em;
}

.box {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	margin: 0 0 8px;
	background: #fff;
	min-height: 50px;
	color: #000;
	line-height: 15px;
}

.box-label {
	
}

.box-text {
	color: rgba(0,0,0,.55);
}

.box-info {
	border: 2px solid #000;
	padding: .4em .4em;
	border-radius: 5px !important;
	min-height: 30px;
}

.box-maps {
	min-height: 300px;
	width: 100%;
}

.box-info-title {
	border-bottom: 2px solid #607D8B;
	padding: .4em 0 .2em 0;
	min-height: 30px;
}

.circle {
	width: 45px;
	height: 45px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	margin: 0;
	padding: 0;
}

.center-icons {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.circle-icon {
	width: 2.5em;
	height: 2.5em;
	border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	padding: 0;
	text-align: center;
	transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    /*float: left;*/
}

.circle-icon img {
	margin-top: 2px;
}

.circle-icon:hover {
	background-color: #bdbdbd;
}


/* Others */
.full {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

/* @decimal input */

.input-right input {
	text-align: right;
}

/* @normal input */

.input-large {
	padding: 8px !important;
}

/* @decimal input */

.input-number-large input {
	padding: 8px !important;
}

/* @select input */

.select-large label {
	padding: 8px !important;
}

.select-large div span {
	margin-top: 8px !important;
}

.select-reset {
	min-width: 0 !important;
}

/* @calendar input */

.calendar-large input {
	padding: 8px !important;
}

/* Button icon */

.icon-only {
	width: 2.4em !important;
}

.icon-mt {
	margin-top: 0.6em;
}

.button-navigation {
	width: 8em !important;
}

.button-responsive {
	width: 12em !important;
}

/* @context datatable */

/* @context min height */

.mh-section {
	min-height: 40em;
}


/* @context menu drawer */

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 3.3em;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    background-color: #ffffff;
    border-right: 1px solid #d5d5d5;
    /*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 2px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 2px 0 0 rgba(0,0,0,.2);
	box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 2px 0 0 rgba(0,0,0,.2);*/
	
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.1), 5px 0px 14px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.1), 5px 0px 14px 0px rgba(0,0,0,0.15);
	box-shadow: 0 0 0 0 rgba(0,0,0,.1), 5px 0px 14px 0px rgba(0,0,0,0.15);
}

.navbar-top {
   border-bottom: 2px solid #607D8B;
   /*background-color: #ecf0f1;*/
   height: 3.2em;
   margin-bottom: 0.3em;
}

.navbar-bottom {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #607D8B;
    background-color: #ecf0f1;
    height: 3.2em;
    /*z-index: 999999;*/
}



/* @context image */
.image {
	background-position: center;
	background-size: cover;
	max-width: 100%;
	max-height: 250px;
    width: 100%;
    height: 100%;
} 

/* @context link */
.link-default {
	text-decoration: none;
    border: 1px solid #607D8B;
    padding: 0.6em;
    margin-left: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #607D8B !important;
    outline: none;
	display: inline-block;
    width: 5em;
    text-align: center;
}

.link-default:hover {
	background-color: #607D8B;
	color: white !important;
}

.link-info {
	text-decoration: none;
    border: 1px solid #2980b9;
    padding: 0.6em;
    margin-left: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #2980b9 !important;
    outline: none;
	display: inline-block;
    width: 5em;
    text-align: center;
}

.link-info:hover {
	background-color: #2980b9;
	color: white !important;
}

.link-success {
	text-decoration: none;
    border: 1px solid #2ecc71;
    padding: 0.6em;
    margin-left: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #2ecc71 !important; 
    outline: none;
    display: inline-block;
    width: 5em;
    text-align: center;
}

.link-success:hover {
	background-color: #2ecc71;
	color: white !important;
}

.link-error {
	text-decoration: none;
    border: 1px solid #e74c3c;
    padding: 0.6em;
    margin-left: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #e74c3c !important;
    outline: none;
    display: inline-block;
    width: 5em;
    text-align: center;
}

.link-error:hover {
	background-color: #e74c3c;
	color: white !important;
}

/* @media query responsive */

@media screen and (min-width: 64.063em) {
	.pg-info {
		padding: 2em;
	}
	
	.ui-button-custom-mt {
		margin-top: 1.2em;
	}
	
	.br {
		border: 1px solid;
	}
		
	.br-l {
		border-left: 1px solid;
	}
		.br-l:first-child {
			border: none;
		}
	
	.br-r {
		border-right: 1px solid;
	}
	
	.br-t {
		border-top: 1px solid;
	}
	
	.br-b {
		border-bottom: 1px solid;
	}
	
	.ui-tabs-left > .ui-tabs-nav {
	    width: 3% !important;
	}
	
	.ui-tabs-left > .ui-tabs-panels {
		width: 97% !important;
	}	
}

@media screen and (min-width: 40.063em) {
	
	.pg-info {
		padding: 1.5em;
	}
	
	.pg-info-l {
		padding-left: 1.5em;
	}
	
	.pg-info-t {
		padding-top: 1.5em;
	}
	
	.pg-info-r {
		padding-right: 1.5em;
	}
	
	.pg-info-b {
		padding-bottom: 1.5em;
	}
	
	.ui-button-custom-mt {
		margin-top: 1.2em;
	}
}

@media screen and (max-width: 640px) {
	.pg-info {
		padding: 1em;
	}
	
	.pg-info-l {
		padding-left: 1em;
	}
	
	.pg-info-t {
		padding-top: 1em;
	}
	
	.pg-info-r {
		padding-right: 1em;
	}
	
	.pg-info-b {
		padding-bottom: 1em;
	}
	
	.tt-an-center-m {
		text-align: center !important;
	}
	
	.ft-title {
		font-size: 1em;
	}
	
	.button-navigation {
		width: 100% !important;
	}
	
	.button-responsive {
		width: 100% !important;
	}
}

.login-body {
	background-image: url("https://images.pexels.com/photos/1054222/pexels-photo-1054222.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940") !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.login-header {
	padding-top:5% !important;
	padding-bottom:5% !important;	
}

.houseIconSetSize {
	max-width: 158px !important;
}

.computerIconSetSize {
	max-width: 142px !important;
}

.calendarIconSetSize {
	max-height: 130px !important;
	margin-top:12px !important;
	margin-bottom:2px !important;
}

.adjust-plus {
	margin-top:7px;
}

.animated {
	margin: 17px 10px 0 0 !important;
}

.fa-sign-out {
	
	color:#ef5858;
	font-size:20px;
	margin-top:8px;
}


@media (hover:none) {
	.animated {
	margin: 15px 0px 0 0 !important;
}
}