/* ========================================================================== */
/* RESET CSS
/* ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section
{
	display: block;
}

:root
{
	/* main text colors */
	--color-text-1: #333;
	--color-text-2: #333;
	--color-text-3: #333;
	--color-label: #5085b8;
	--color-placeholder: #AAAAAA;
	
	--color-header: #1A3048;

	/* inverse text colors */
	--color-text-inverse-1: #FFFFFF;
	--color-text-inverse-2: #F3F3F3;
	
	/* background colors */
	--color-background-1: #FBFBFB;
	--color-background-2: #DDDDDD;
	--color-background-3: #BABABA;
	--color-background-4: #969696;
	--color-background-4: #7F7F7F;

	--color-sidebar: #f2f2f2;
	--color-table-head: #FBFBFB;


	/* button 1 */
	--color-btn-background-1: #423F3C;
	--color-btn-border-1: #423F3C;
	--color-btn-text-1: #FFF;
	/* button 1 - hover */
	--color-btn-hover-background-1: #111;
	--color-btn-hover-border-1: #111;
	--color-btn-hover-text-1: #FFF;
	
	/* button 2 */
	--color-btn-background-2: #DD3717;
	--color-btn-border-2: #DD3717;
	--color-btn-text-2: #FFF;
	/* button 2 - hover */
	--color-btn-hover-background-2: #BC280B;
	--color-btn-hover-border-2: #BC280B;
	--color-btn-hover-text-2: #FFFFFF;
		
}



/* ========================================================================== */
/* FONTS
/* ========================================================================== */


/* ========================================================================== */
/* RESET
/* ========================================================================== */
html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: var(--color-background-1);
	background: #fafafa;
}

body
{
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: var(--color-text-1);
}


html,
body {
  margin: 0;
  padding: 0;
  height: 100%; /* needed for container min-height and bottom button alignment on mobile design */
}


@media (min-width: 560px)
{
	body
	{
		font-size: 14px;
		line-height: 21px;
	}
}

img
{
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	/*width: auto\9; */
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	font-size: 10px;
	color: rgba(0,0,0,0.2);
	text-align: center;
	
}

.code
{
 	font-family: Lucida Console, Courier New;
	font-size: 11px;
	line-height: 13px;
	margin: 15px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #bbb;
	background: #fff;
}

/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: 'Rubik', sans-serif;
	color: var(--color-text-2);
	font-weight: 400;
}


h1
{
	font-size: 36px; 
	line-height: 44px;
	margin-bottom: 12px;	 
}
	
h2
{
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 12px;	 
}
	
h3
{
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 10px; 
}
	
h4
{
	font-size: 22px; 
	line-height: 27px;   
	margin-bottom: 5px;
}
	
h5
{ 
	font-size: 20px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
h6
{ 
	font-size: 13px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
p
{
	margin-bottom: 20px;
}

em
{
	font-style: italic;
}

small
{
	font-size: 90%;
}
	
sub
{ 
	vertical-align: sub; 
	font-size: 75%; 
}
	
sup
{ 
	vertical-align: super; 
	font-size: 75%; 
}
	
strong
{
	font-weight: 400;
}
	
p.last,
h1.last,
h2.last,
h3.last,
h4.last,
h5.last
{
	margin-bottom: 0;
}

/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color: #222;
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

/* Remove the gray background color from active links in IE 10. */
a:active
{
	background: transparent; /* 1 */
}
	
a:hover, 
a:focus
{
	outline: 0; 
	text-decoration: underline;
}	

/* ========================================================================== */
/* Typography - Lists
/* ========================================================================== */
ul
{ 
	list-style-type: disc;
	margin-bottom: 20px; 
	margin-left: 15px;
}

li {}


/* ========================================================================== */
/* BANNER
/* ========================================================================== */


/* ========================================================================== */
/* LOGO
/* ========================================================================== */




/* ========================================================================== */
/* LOGIN
/* ========================================================================== */
#login
{
	color: var(--color-text-1);
	background-color: var(--color-background-2);
}

#login.login-sys01
{
	background: no-repeat center center fixed url("../img/bgr_login.jpg");
	background-size: cover;
}

#login.login-sys02
{
	background: no-repeat center center fixed url("../img/bgr_login_02.jpg");
	background-size: cover;
}

#login.login-sys03
{
	background: no-repeat center center fixed url("../img/bgr_login_03.jpg");
	background-size: cover;
}

#login p
{
	font-size: 16px;
	text-align: left;
	color: var(--color-text-1);
}

#login h3
{
	text-align: left;
	color: var(--color-text-1);
}

#login .login-logo
{
	background: none;
	z-index: 1;
	width: 200px;
	margin: 0px 0px 40px 0px;
}

#login .login-wrap
{
  position: absolute; 
  top: 40%;
  left: 50%;
	background: none;
	width: 100%;
	overflow: hidden;
	padding: 20px 20px 20px 10px;
	z-index: 1;
	transform: translate(-50%, -40%);
	-webkit-transform: translate(-50%, -40%);
}

#login .login-frame
{
	width: 100%;
	margin: 0 auto;
	padding: 40px 40px 20px 40px;
	background: rgba(255, 255, 255, 0.0);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.0);
}

#login .response-error
{
	padding: 10px 0px 0px 2px;
	color: #666;
	color: #f22638;
	font-size: 13px;
	line-height: 16px;

}

#login .response-error i
{
	color: #ffca2d; /* yellow */
	color: #e55763; /* red */
	font-size: 14px;
	line-height: 13px;
	padding: 0px 6px 0px 0px;
}

#login form
{
	padding: 0px 0px 0px 0px;
}

#login .form-buttons
{
	padding: 10px 0px 0px 0px;
}

#login .input-group
{
	margin-top: 15px;
	position: relative;
	border-collapse: initial;
  display: block;
	overflow: hidden;
}



#login .input-group-icon
{
	position: absolute;
	height: 100%;
	top: 11px;
	left: 9px;
	z-index: 1000;
}

#login .input-group-icon i
{
	color: #BBBBBB;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	width: 22px;
}

#login input[type="text"],
#login input[type="password"]
{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0px 12px 40px;
	border: 1px solid #BBBBBB;
	background: #fff;
	border-radius: none;
}

#login input[type="text"]:focus,
#login input[type="password"]:focus
{
	border: 1px solid #BBB;
	outline: 0;		
	background: #fff;
}

#login .forgot-password
{
	font-size: 14px;
	float: right;
	padding: 51px 0px 0px 0px;
}

#login .forgot-password a
{
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#login .forgot-password a:hover
{
	color: rgba(0,0,0,0.7);
}

#login .footer
{
	text-align: center;
	color: rgba(0,0,0,0.3);
	font-size: 12px;
	position: fixed;
	bottom: 30px;
	height: 30px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	z-index: 0;
}

#login .btn
{ 
	font-weight: 600;
	font-size: 16px;
	color: var(--color-btn-text-1);
	background-color: var(--color-btn-background-1);
	padding: 11px 25px 12px 25px; 
	margin: 10px 5px 20px 0px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#login a.btn
{
	color: #fff;
}

#login .btn:focus
{
	outline: 0;
	color: var(--color-btn-hover-text-1);
}

#login .btn:hover
{ 
	color: var(--color-btn-hover-text-1);;
	background-color: var(--color-btn-hover-background-1);
}



@media (min-width: 480px)
{
	#login .login-frame
	{
		width: 430px;
	}
}

#login .notes i
{
	color: #ffca2d; /* yellow */
	color: #e55763; /* red */
	font-size: 14px;
	line-height: 13px;
	padding: 0px 5px 0px 0px;
}

#login .notes
{
	color: #666;
	font-size: 13px;
	line-height: 16px;
	padding: 10px 0px 0px 2px;
}

#login .notes strong
{
	font-weight: 600;
}








.widget-tiles-wrapp
{
	overflow: hidden;
	margin: 10px -5px 20px -5px;
}

.widget-tiles-group
{
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	width: 50%;
	float: left;
}

.widget-tiles-wrapp a
{
	margin: 0px;
	padding: 0px;
}


.widget-tile
{
	width: calc(100% - 10px);
	background: var(--color-background-4);
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
  -webkit-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
}

.widget-tile strong
{
	font-weight: 600;
}

.widget-tile:after
{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.widget-tile-caption
{
	position: absolute;
	padding: 0px 10px 0px 10px;
	bottom: 14px;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
}

.widget-tile-icon
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 44%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
	-moz-transform: translate(-50%, -50%); /* Firefox */
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-o-transform: translate(-50%, -50%); /* Opera */
	transform: translate(-50%, -50%);
	
}

.widget-tile-icon i
{
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	line-height: 30px;
}

.widget-tile-caption span
{
	margin: 0px 0px 0px 10px;
	display: inline-block;
}



.widget-tile.color1-tile
{
}

.widget-tile.color2-tile
{
	background: #F9BF08;
	color: var(--color-text-1);
}

.widget-tile.color3-tile
{
}

.widget-tile.color4-tile
{
}


@media (min-width: 450px) 
{
	.widget-tile-caption
	{
		font-size: 20px;
		line-height: 22px;
	}
}


@media (min-width: 560px) 
{
	.widget-tile-caption
	{
		font-size: 20px;
		line-height: 22px;
	}
}

@media (min-width: 768px) 
{
	.widget-tile
	{
		width: calc(50% - 10px);
		float: left;
		color: #fff;
	}

	.widget-tile-caption
	{
		font-size: 18px;
		line-height: 20px;
	}

}

@media (min-width: 992px) 
{
	.widget-tiles-wrapp
	{
		margin: 12px 7px 20px 8px;
	}
}

@media (min-width: 1280px) 
{
	.widget-tile
	{
		width: calc(33.3333% - 10px);
		float: left;
		color: #fff;
	}
}





/* ========================================================================== */
/* Typography - Forms
/* ========================================================================== */
.input-form
{
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}

.input-form [class*="col-xs"]
{
	margin-bottom: 5px;
}

.input-form [class*="col-sm"]
{
	margin-bottom: 5px;
}

.input-form [class*="col-md"]
{
	margin-bottom: 5px;
}

.input-form [class*="col-lg"]
{
	margin-bottom: 5px;
}

.input-form [class*="col-xl"]
{
	margin-bottom: 5px;
}



.input-form
{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}

.input-form .form-buttons
{
	padding: 40px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.input-form .form-buttons a
{
	padding: 0 !important;
}


.input-form .input-wrap
{
	width: 100%;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	position: relative;
}

.input-form .label-wrap
{
	color: var(--color-label);
	display: block;
	height: 18px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	overflow: hidden;
	background: #none;
}



.input-form .required:after
{
	content: "*";
	color: #EA532A;
	font-size: 16px;
	line-height: 10px;
}

.input-form .label,
.input-form .error-msg
{
	color: #aaa;
	color: var(--color-label);
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
	margin: 0px 5px 0px 0px;
	display: initial;
	padding: 0px 0px 0px 2px;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;	
	text-transform: none;
	float: left;
}

.input-form .error-msg
{
	color: #EA532A;
}



.input-form .input-error,
.input-form .selectize-control.input-error .selectize-input
{
	background: rgba(238, 42, 56,0.1);
}


.input-form .selectize-control.input-error
{
	border: none;
}

.input-form .input-error-text
{
	font-size: 11px; 
	color: #990000;
	height: 0px;
	margin: -20px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.input-form .btn
{
	/*
	margin: 20px 8px 0px 0px;
	*/
}

.input-form .inline-button 
{
	margin: 22px 8px 0px 0px;
	padding: 12px 22px 12px 20px; 
}

form {}

fieldset {}

form p {}

.input-form select,
.input-form button,
.input-form input[type="button"],
.input-form input[type="reset"],
.input-form input[type="submit"],
.input-form input[type="radio"],
.input-form input[type="checkbox"] { cursor: pointer; }

/*
 * 1. stop safari from overwriting input styles
 */	


.input-form textarea
{ 
	min-height: 100px; 
	overflow: auto;
}

.input-form .code-editor .label-wrap
{
	color: var(--color-label);
	display: block;
	height: 19px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 6px 0px; 
	overflow: hidden;
	background: #none;
}

.input-form .code-editor textarea
{ 
 	font-family: Consolas, Lucida Console, Courier New;
	font-size: 14px; 
	line-height:19px;
	min-height: 388px;
	margin: 0px 0px 0px 0px; 
	padding: 7px 7px 5px 4px; 
	overflow: auto;
}




.input-form .radio,
.input-form .checkbox
{
	min-height: 18px;
	padding-left: 18px;
}

.input-form .radio input[type="radio"],
.input-form .checkbox input[type="checkbox"]
{
	float: left;
	margin-left: -18px;
}

*::-webkit-input-placeholder
{
	font-weight: 300;
	color: var(--color-placeholder);
}
*:-moz-placeholder
{
    /* FF 4-18 */
	font-weight: 300;
	color: var(--color-placeholder);
}
*::-moz-placeholder
{
    /* FF 19+ */
	font-weight: 300;
	color: var(--color-placeholder);
}
*:-ms-input-placeholder
{
    /* IE 10+ */
	font-weight: 300;
	color: var(--color-placeholder);
}



/* ========================================================================== */
/* RESPONSIVE FORM TABLE
/* ========================================================================== */
.form-label-wrap
{
	width: 100%;
	height: 21px;
	display: block;
}

.form-input-wrap
{
	width: 100%;
	height: 22px;
	display: block;
	position: relative;
}

.form-table table
{
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin-bottom: 18px;
	background: #fff;
}

.dashboard-filter-form .form-table table
{
	margin-bottom: -1px;
}


.form-table table,
.form-table table tr,
.form-table table td
{
	border: 1px solid #ADBFCA;
	border: 1px solid #bbb;
  border-collapse: collapse;
	position: relative;
}

.form-table table tr.hidden
{
	display: none;
}

.form-table table td
{
	width: 50%;
	padding: 3px 8px 2px 8px;
}

.form-table table .code-editor td
{
	width: 100%;
	padding: 0px 0px 3px 8px;
}

.form-table table p
{
	margin: 0px;
}

.form-table table .input-call
{
	margin: 0px 0px 0px 0px;
	padding: 10px 7px 7px 10px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	right: 1px;
	bottom: 0px;
	background: #fff;
	color: #bbb;
	cursor: pointer;
	font-size: 19px;
}

.form-table table .input-email
{
	margin: 0px 0px 0px 0px;
	padding: 10px 8px 5px 10px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	right: 1px;
	bottom: 1px;
	background: #fff;
	background: none;
	color: #bbb;
	cursor: pointer;
	font-size: 18px;
}


.form-table table .input-edit,
.form-table table .select-edit
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	right: 0px;
	bottom: 1px;
	background: #fff;
	color: #bbb;
	cursor: pointer;
	font-size: 18px;
}

.form-table table .input-call:hover,
.form-table table .input-email:hover,
.form-table table .input-edit:hover,
.form-table table .select-edit:hover
{
	color: #666;
}

form table .label,
form table .error-msg
{
	color: #89A3B2;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 12px 0px 0px;
	
	border-radius: none;
	display: initial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;
	
	text-transform: none;
}

.form-table table .label,
.form-table table .error-msg
{
	float: left;
	float: none;
}


.form-table table .required:after
{
	content: " *";
	color: #EA532A;
	
}

.form-table table .error-msg
{
	color: #EA532A;
}

input[type=text]
{
	font-weight: 300;
	color: #111;
	width: 100%;
	margin: 0px 0px 7px 0px;
	padding: 1px 7px 0px 5px;
	border: 1px solid #bbb;
	line-height: 23px;
}
.form-table input[type=text]
{
	font-weight: 300;
	color: #111;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 1px 7px 0px 5px;
	border: 1px solid #bbb;
	line-height: 23px;
}

.form-table table input[type=text],
.form-table table input[type=select],
.form-table table select,
.form-table table textarea
{
	font-weight: 300;
	color: #111;
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 7px 0px 2px;
	background-color: #fff;
	display: block;		
	position: relative;
	border-radius: none;
	line-height: 23px;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.form-table table textarea
{
	padding: 1px 7px 6px 2px;
}

.form-table table input[type="text"]:focus,
.form-table table input[type="select"]:focus,
.form-table table input[type="password"]:focus,
.form-table table input[type="email"]:focus,
.form-table table input[type="url"]:focus,
.form-table table select:focus,
.form-table table textarea:focus
{
	border: none;
	outline: none;
}

.form-table tbody tr:hover
{
  background: none;
}


@media only screen and (max-width: 599px)
{
.form-input-wrap
	{
		height: 23px;
	}
	
	.form-table table td
	{
		width: 100%;
		padding: 3px 7px 2px 7px;
	}

	.form-table table td,
	.form-table table tr
	{
		display: block;
		border: none;
		border-top: 1px solid #ADBFCA;
		border-top: 1px solid #bbb;
	}

	.form-table table td
	{
	}


	.form-table table td:first-child,
	.form-table table tr:first-child
	{
		border: none;
	}
}


/* ========================================================================== */
/* SQL RESULT
/* ========================================================================== */

#sql-result
{
	margin: -19px 0px 22px 0px;
  overflow-x: auto;
}

#sql-result p
{
	margin: 12px 0px 2px 14px;
	color: var(--color-label);
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
}

#sql-result .sql
{
 	font-family: Consolas, Lucida Console, Courier New;
	font-size: 14px; 
	line-height: 19px;
	margin: 0px 0px 0px 14px;
	color: #111;
}


/* ========================================================================== */
/* Buttons
/* ========================================================================== */
.btn
{ 
	font-weight: 700;
	font-size: 15px;
	color: var(--color-btn-text-1);
	background-color: var(--color-btn-background-1);
	padding: 14px 22px 15px 20px; 
	margin: 12px 10px 0px 0px;
	min-width: 140px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 560px) 
{
  .btn
	{
		width: initial;
		padding: 9px 22px 10px 20px; 
  }
}


.btn i
{ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 6px 0px 0px;
}

a.btn
{
	color: var(--color-btn-text-1);
}

.btn:focus
{
	outline: 0;
	color: var(--color-btn-hover-text-1);
}

.btn:hover
{ 
	color: var(--color-btn-hover-text-1);
	background-color: var(--color-btn-hover-background-1);
}



.btn-red
{
	color: var(--color-btn-text-2);
	background: var(--color-btn-background-2);
}

.btn-red:hover
{
	color: var(--color-btn-hover-text-2);
	background: var(--color-btn-hover-background-2);
}

.btn-link
{
	position: relative;
	padding: 11px 5px 0px 28px;
	margin: 0px 25px 0px 0px;
	font-size: 16px;
	float: left;
	cursor: pointer;
	color: var(--color-text-1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-link i
{
	position: absolute;
	left: 2px;
	top: 5px;
	font-size: 22px;
	color: var(--color-background-4);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-link:hover i
{
	color: var(--color-text-1);
}

.btn-link:hover
{
	color:#000;
}
/* ========================================================================== */
/* PAGE CONTAINER
/* ========================================================================== */








/* ========================================================================== */
/* DASHBOARD
/* ========================================================================== */


/* ========================================================================== */
/* SIDEBAR
/* ========================================================================== */


.data-filter
{
	position: relative;
}




/* ========================================================================== */
/* TABLE
/* ========================================================================== */
table .width-5  {width: 5%;}
table .width-6  {width: 6%;}
table .width-7  {width: 7%;}
table .width-8  {width: 8%;}
table .width-9  {width: 9%;}

table .width-10 {width: 10%;}
table .width-11 {width: 11%;}
table .width-12 {width: 12%;}
table .width-13 {width: 13%;}
table .width-14 {width: 14%;}
table .width-15 {width: 15%;}
table .width-16 {width: 16%;}
table .width-17 {width: 17%;}
table .width-18 {width: 18%;}
table .width-19 {width: 19%;}

table .width-20 {width: 20%;}
table .width-21 {width: 21%;}
table .width-22 {width: 22%;}
table .width-23 {width: 23%;}
table .width-24 {width: 24%;}
table .width-25 {width: 25%;}
table .width-26 {width: 26%;}
table .width-27 {width: 27%;}
table .width-28 {width: 28%;}
table .width-29 {width: 29%;}

table .width-30 {width: 30%;}
table .width-31 {width: 31%;}
table .width-32 {width: 32%;}
table .width-33 {width: 33%;}
table .width-34 {width: 34%;}
table .width-35 {width: 35%;}
table .width-36 {width: 36%;}
table .width-37 {width: 37%;}
table .width-38 {width: 38%;}
table .width-38 {width: 39%;}


.data-table
{
	overflow-x: auto;
  min-height: 270px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	position: relative;
}

.data-table .drag-overlay
{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	z-index: 1;
}


.data-table.drag-over .drag-overlay
{
	display: block;
	right: 0px;
	bottom: 0px;
	background: rgba(49, 71, 96, 0.1);
	transition: background 0.3s;
}

.data-table.enable-copy
{
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
}

.detail-table
{
	margin: 18px 0px 20px 0px !important;
	padding: 5px 0px 0px 0px;
}

.stacked-data-table .data-table
{
  min-height: initial;
  margin-bottom: 25px;
}

.detail-table .data-table
{
  min-height: initial;
	padding-bottom: 210px;
	margin-bottom: -210px;
}


.detail-table .label
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}



.data-table thead
{
	text-align: left;
	color: var(--color-text-2);
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	background: var(--color-table-head);
}

.data-table thead .filter-box
{
	background: #fff;
	border-bottom: 1px solid #333;
}

.data-table thead .filter-box td
{
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #e3e3e3;
}

.data-table thead .filter-box td:last-child
{
	border-right: none;
}

.data-table thead .filter-box i
{
	padding: 8px 5px 5px 13px;
	font-size: 16px;
	float: left;
	color: #666;
}

.data-table thead .filter-box input
{
	display: inline-block;		
	width: calc(100% - 40px);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
	position: relative;
	border-radius: none;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.data-table thead .filter-box input[type="text"]:focus
{
	border: none;
	outline: none;
}

.data-table thead .filter-box .selectize-input
{
	display: inline-block;		
	width: calc(100% - 5px);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 4px 12px;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
	border-radius: none;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-transform: none;
}

.data-table thead .filter-box .selectize-input input
{
	float: initial;
}

.data-table thead .filter-box .selectize-dropdown
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
  position: absolute;
  z-index: 20;
  border: 1px solid #ccc;
  background: #ffffff;
  margin: 0px 0px 0px -1px;
	text-transform: none;
}

.data-table thead .filter-box .select-one
{
	display: none;
	right: 0px;
}

.data-table thead .filter-box .selectize-control.single .selectize-input:after
{
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -4px 2px 0px 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #bbb transparent transparent transparent;
}
.data-table thead .filter-box .selectize-control.single .selectize-input.dropdown-active:after
{
  margin: -5px 2px 0px 0px;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #bbb transparent;
}



.data-table thead,th
{
	vertical-align: middle;
	padding: 9px 10px 8px 15px;
	padding: 4px 10px 4px 15px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.data-table thead,th:last-child
{
	border-right: none;
}

.data-table table
{
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin: 0px 0px 0px 0px;
	border: 1px solid #bbb;
}

.data-table table tr[data-href]
{
	cursor: pointer;
}


.data-table tfoot
{
	text-align: left;
	color: var(--color-text-1);
	line-height: 16px;
}

.data-table tfoot td
{
	padding: 8px 10px 7px 15px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.data-table .load-more
{
  position: absolute;
	bottom: 250px;
	height: 1px;
	width: 1px;
  overflow: hidden;
}

.data-table tbody
{
	background: #fff;
}


.data-table tbody .append-row td
{
	padding: 10px 12px 10px 12px;
	position: relative;
}




.data-table tbody .append-row input
{
	display: inline-block;		
	width: calc(100%);
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
	border-radius: none;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
}

.data-table tbody .append-row td.td-right input
{
  text-align: right;
}

.data-table tbody .append-row input[type="text"]:focus
{
	border: none;
	outline: none;
}

.data-table tbody td
{
	line-height: 18px;
	padding: 12px 10px 11px 12px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
	vertical-align: middle;
	border-collapse: initial;
}

.data-table tbody td.td-image
{
	padding: 3px 3px 3px 3px;
	text-align: center;
}

.data-table tbody td.td-image img
{
  height: 55px;
}

.data-table tbody .append-row td.td-select-input
{
  padding-left: 0px;
}

.data-table tbody .append-row .selectize-input
{
	display: inline-block;		
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 12px;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
	border-radius: none;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-transform: none;
}

.data-table tbody .append-row .selectize-input input
{
	float: initial;
}

.data-table tbody .append-row .selectize-dropdown
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-1);
  position: absolute;
  z-index: 20;
  border: 1px solid #ccc;
  border-top: 1px none #ccc;
  background: #ffffff;
  margin: 11px 0px 0px -1px;
	text-transform: none;
}

.data-table tbody .append-row .select-one
{
	display: none;
	right: 0px;
}

.data-table tbody .append-row .selectize-control.single .selectize-input:after
{
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -4px 2px 0px 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #bbb transparent transparent transparent;
}
.data-table tbody .append-row .selectize-control.single .selectize-input.dropdown-active:after
{
  margin: -5px 2px 0px 0px;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #bbb transparent;
}





.data-table tbody .append-row .btn-grid
{ 
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background-color: #22a57a;
	padding: 11px 15px 12px 11px; 
	margin: 0px 0px 0px 0px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
}

.data-table tbody .append-row .btn-grid .btn-caption
{ 
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 24px;
}


.data-table tbody .append-row .btn-grid i
{ 
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 16px;

}

.data-table tbody .append-row .btn-grid:focus
{
	outline: 0;
	color: var(--color-btn-hover-text-1);
}

.data-table tbody .append-row .btn-grid:hover
{ 
	color: var(--color-btn-hover-text-1);;
	background-color: var(--color-btn-hover-background-1);
}

.data-table tbody .append-row .btn-grid.disabled
{
	cursor: not-allowed;
	background: #ddd;
}


.data-table tbody td:last-child
{
	border-right: none;
}


.data-table .td-right
{
	text-align: right;
	padding-right: 15px;
}

.data-table .td-hidden
{
	display: none;
}


.data-table tbody td .td-content
{
	display: inline-block;
	position: relative;
}

.data-table tbody td .td-inline-mark
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
  border-top: 12px solid #DF443D;
  border-left: 12px solid transparent;
}

.data-table tbody td .inline-icon i
{
	position: absolute;
  font-size: 12px;
	top: 3px;
	right: -16px;
	color: #ea5d00;
	color: #DF443D;
}

.data-table tbody td .inline-icon.green i
{
	color: #82ad3c;
}

table tbody td.td-document-head
{
  width: 100%;
	padding: 3px 10px 4px 10px;
  position: relative;
	overflow: hidden;
}

table tbody td.td-document-head .label
{
  color: var(--text);
  color: #fff;
	display: block;
	float: none;
	padding: 0px 0px 1px 0px;
}

table tbody td.td-document-head .document
{
  color: var(--text);
  color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
}

table tbody td.td-document-head .document-edit
{
  color: #fff;
	font-size: 15px;
	line-height: 24px;
	display: block;
	padding: 10px 10px 9px 10px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	bottom: 1px;
	right: 3px;
}

table tbody td.td-document-head .document-icon
{
  color: #fff;
	font-size: 16px;
	line-height: 22px;
	display: block;
  position: absolute;
	right: -28px;
	top: 4px;
}


.data-table tbody td.td-file
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 28px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-file i
{
  font-size: 16px;
	padding: 0px 4px 0px 4px;
}

.data-table tbody td.td-file.xls
{
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-file.doc
{
	background: #4a7ba5;
	color: #fff;
}

.data-table tbody td.td-file.jpg
{
	background: #f7c231;
	background: #efba32;
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-file.pdf
{
	background: #DF443D;
	color: #fff;
}


.data-table tbody td.td-status
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 28px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.data-table tbody td.td-status i
{
  font-size: 14px;
	padding: 0px 4px 0px 4px;
}

.data-table tbody td.td-status.workorder-status-10,
.data-table tbody td.td-status.workorder-status-20,
.data-table tbody td.td-status.workorder-status-30,
.data-table tbody td.td-status.workorder-status-40,
table tbody td.td-document-head.workorder-status-10,
table tbody td.td-document-head.workorder-status-20,
table tbody td.td-document-head.workorder-status-30,
table tbody td.td-document-head.workorder-status-40
{
	background: #ddd;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-11,
table tbody td.td-document-head.workorder-status-11
{
	background: #5085B8;
	background: #f7c231;
	background: #efba32;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-21,
table tbody td.td-document-head.workorder-status-21
{
	background: #EE2A38;
	background: #ea5d00;
	background: #e87400;
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-31,
table tbody td.td-document-head.workorder-status-31
{
	background: #e87400;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-41,
table tbody td.td-document-head.workorder-status-41
{
	background: #9b4ec4;
	background: #e87400;
	background: #efba32;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-16,
.data-table tbody td.td-status.workorder-status-26,
.data-table tbody td.td-status.workorder-status-36,
.data-table tbody td.td-status.workorder-status-46,
table tbody td.td-document-head.workorder-status-16,
table tbody td.td-document-head.workorder-status-26,
table tbody td.td-document-head.workorder-status-36,
table tbody td.td-document-head.workorder-status-46
{
	background: #b0d145;
	background: #82ad3c;
	background: #9ac12e;
	background: #97bc32;
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-17,
.data-table tbody td.td-status.workorder-status-27,
.data-table tbody td.td-status.workorder-status-37,
.data-table tbody td.td-status.workorder-status-47,
table tbody td.td-document-head.workorder-status-17,
table tbody td.td-document-head.workorder-status-27,
table tbody td.td-document-head.workorder-status-37,
table tbody td.td-document-head.workorder-status-47
{
	background: #b0d145;
	background: #82ad3c;
	background: #9ac12e;
	background: #97bc32;
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-status.workorder-status-19,
.data-table tbody td.td-status.workorder-status-29,
.data-table tbody td.td-status.workorder-status-39,
.data-table tbody td.td-status.workorder-status-49,
table tbody td.td-document-head.workorder-status-19,
table tbody td.td-document-head.workorder-status-29,
table tbody td.td-document-head.workorder-status-39,
table tbody td.td-document-head.workorder-status-49
{
	background: #1A3048;
	background: #5691c9;
	background: #5085B8;
	background: #4a7ba5;
	color: #fff;
}


.data-table tbody td.td-status.activity-status-0
{
	background: #cccccc;
	color: #fff;
}

.data-table tbody td.td-status.activity-status-1
{
	background: #f7c231;
	background: #efba32;
	color: #fff;
}

.data-table tbody td.td-status.activity-status-2
{
	background: #e87400;
	color: #fff;
}

.data-table tbody td.td-status.activity-status-3
{
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-status.activity-status-9
{
	background: #82ad3c;
	color: #fff;
}


.data-table tbody td.td-status.attendance-status-0
{
	background: #cccccc;
	color: #fff;
}

.data-table tbody td.td-status.attendance-status-1
{
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-status.attendance-status-9
{
	background: #4a7ba5;
	color: #fff;
}



.data-table tbody td.td-status.attendance-day-status-0
{
	background: #f5f5f5;
	color: #555;
}

.data-table tbody td.td-status.attendance-day-status-1
{
	background: #f5f5f5;
	color: #555;
}

.data-table tbody td.td-status.attendance-day-status-2
{
	background: #82ad3c;
	color: #fff;
}


.data-table tbody td.td-status.attendance-day-status-8
{
	background: #e2e2e2;
	color: #555;
}

.data-table tbody td.td-status.attendance-day-status-9
{
	background: #DF443D;
	color: #fff;
}

.data-table tbody tr.attendance-day-status-8
{
	background: #f8f8f8;
}

.data-table tbody tr.attendance-day-status-9
{
	background: #fff2f2;
}






.data-table tbody td.td-status.partner-status-0
{
	background: #cccccc;
	color: #fff;
}

.data-table tbody td.td-status.partner-status-1
{
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-status.partner-status-2
{
	background: #f7c231;
	color: #fff;
}

.data-table tbody td.td-status.partner-status-3
{
	background: #e87400;
	color: #fff;
}

.data-table tbody td.td-status.partner-status-4
{
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-status.partner-status-9
{
	background: #7862c1;
	color: #fff;
}


.data-table tbody td.td-status.billing-status-0
{
	background: #cccccc;
	color: #fff;
}

.data-table tbody td.td-status.billing-status-1
{
	background: #f7c231;
	color: #fff;
}

.data-table tbody td.td-status.billing-status-2
{
	background: #82ad3c;
	color: #fff;
}


.data-table tbody td.td-status.priority-status-0
{
	background: #ddd;
}

.data-table tbody td.td-status.priority-status-1
{
	background: #e87400;
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-status.priority-status-2
{
	background: #efba32;
	color: #fff;
}

.data-table tbody td.td-status.priority-status-3
{
	background: #4a7ba5;
	color: #fff;
}

.data-table tbody td.td-status.priority-status-1.inactive,
.data-table tbody td.td-status.priority-status-2.inactive,
.data-table tbody td.td-status.priority-status-3.inactive
{
	background: #ddd;
	color: #fff;
}



.data-table tbody td.td-status.contract-status-0
{
	color: #fff;
	background: #ddd;
}

.data-table tbody td.td-status.contract-status-1
{
	background: #82ad3c;
	color: #fff;
}

.data-table tbody td.td-status.contract-status-2
{
	background: #efba32;
	color: #fff;
}

.data-table tbody td.td-status.contract-status-3
{
	background: #e87400;
	background: #DF443D;
	color: #fff;
}

.data-table tbody td.td-status.contract-status-1.inactive,
.data-table tbody td.td-status.contract-status-2.inactive,
.data-table tbody td.td-status.contract-status-3.inactive
{
	background: #ddd;
	color: #fff;
}

.data-table table tbody tr:nth-child(even)
{
	/*
	background: rgba(185, 185, 185, 0.05);
	*/
}

.data-table tbody tr:last-child td
{
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-bottom: none;
}


.data-table table tbody tr:hover
{
	background-color: #ebf0f4;
}

.data-table table tbody tr.no-select:hover,
.data-table table tbody tr.append-row:hover
{
	background: none;
}

.data-table table tbody tr:hover td
{
	/*
	color: var(--color-text-inverse-1);
	*/
}

.data-table tbody td.td-avatar
{
	padding: 0px 0px 0px 10px;
	width: 32px;
}

.data-table table .table-avatar
{
	border-radius: 50%;
	width: 24px;
	margin-top: -2px;
	border: 1px none #e4e4e4;
}

.data-table table .inactive
{
	color: #ccc;
}

.data-table table .inactive img
{
	opacity: 0.3;
	filter: grayscale(100%);
}



.data-table-footer
{
	margin: -10px 0px 5px 0px;
	padding: 2px 10px 2px 7px;
	border: 1px solid #bbb;
	border-top: none;
	background: #fff;
	overflow: hidden;
}

.data-table-footer a
{
	padding: 0 !important;
	text-decoration: none;
}

.data-table-footer .btn-table
{
  margin: 0px 0px 0px 0px;
	padding: 9px 8px 8px 8px;
	background: #fff;
	border: none;
	font-weight: 300;
}

.data-table-footer .btn-table i
{
  margin: 0px 6px 0px 0px;
	color: #555;
}


form .alert-box
{
	overflow: hidden;
	border: 1px solid #ea935d;
	border: 1px solid #e5918e;
	margin: 0px 0px 25px 0px;
	padding: 12px 12px 12px 13px;
	color: #222;
	background: #f9ece3;
	background: #fce8e8;
	background: #fcefef;
	border-radius: 3px;
	cursor: pointer;
}

form .alert-box i
{
	margin: -2px 8px 0px 1px;
	font-size: 16px;
	color: #DF443D;
}



form .sub-table
{
	width: calc(100% + 16px);
	margin: 3px -10px -4px -10px;
	margin: -2px -8px -2px -8px;
	border: none;
}

form .sub-table tr
{
	display: table-row;
	width: initial;
}

form .sub-table td
{
	display: table-cell;
	width: initial;
	padding: 0px 0px 0px 0px;
}

form .td-error
{
  overflow: hidden;
	padding: 14px 0px 6px 0px;
}

form .td-error i
{
	margin: -2px 8px 0px 1px;
	font-size: 16px;
	color: #DF443D;
}

form .sub-table .attachment-icon
{
	float: left;
	padding: 0px 10px 0px 0px;
}

form .sub-table .attachment-icon i
{
	margin: -2px 0px 0px 0px;
	font-size: 20px;
	color: var(--color-label);	
}


form .sub-table .attachment-open
{
	float: right;
	padding: 8px 15px 8px 16px;
	margin: -10px -5px -15px 0px; 
}

form .sub-table .attachment-open i
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #888;	
}

form .sub-table .attachment-open:hover
{
	background: rgba(255,255,255,0.0);
}

form .sub-table .attachment-open:hover i
{
	color: var(--color-label);	
	color: #111;	
}

form .sub-table tbody tr
{
	border: none;
	cursor: pointer;
}

form .sub-table tbody td
{
	line-height: 20px;
	padding: 4px 15px 3px 10px;
	border: none;
	border-bottom: 1px none #e5e5e5;
}

form .sub-table tbody td.td-error
{
	color: #df443d;
}

form .sub-table tbody td.price-error
{
	color: #DF443D;
	
}

form .sub-table tbody tr:last-child td
{
	padding: 4px 15px 4px 10px;
	border-bottom: none;
}

form .sub-table tbody tr:hover
{
	background-color: #E1E7EE;
	background-color: #ebf0f4;
}

@media only screen and (max-width: 599px)
{
	form .sub-table
	{
		width: calc(100% + 14px);
		margin: -2px -7px -2px -7px;
		border: none;
	}
}


@media (min-width: 599px) 
{
	form .sub-table tbody td
	{
		line-height: 20px;
		padding: 4px 15px 2px 10px;
	}	
	
	form .sub-table tbody tr:last-child td
	{
		padding: 4px 15px 4px 10px;
	}
}

@media (min-width: 768px) 
{
	.data-table table
	{
		white-space: initial;
	}
}

@media (min-width: 992px) 
{
}

@media (min-width: 1280px) 
{
	.data-table tbody td
	{
		padding: 6px 10px 6px 12px;
	}
	
	.data-table tbody td.td-image
	{
		padding: 3px 3px 3px 3px;
	}
	
	.data-table tbody td .inline-icon i
	{
		top: 3px;
		right: -17px;
	}	
}


/* ========================================================================== */
/* MOBILE DATA LIST
/* ========================================================================== */
.mobile-data-list
{
	overflow: hidden;
	background: #fff;
	margin: -10px -15px 12px -15px;
}

.mobile-data-list a
{
	padding: 0 !important;
}

.mobile-data-list a:hover,
.mobile-data-list a:active
{
	color: initial !important;
}

.mobile-data-list .data-list-item
{
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	height: 58px;
	border-bottom: 1px solid #BAB7AA;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.mobile-data-list .data-list-item .load-time
{
	margin: 11px 0px 0px 20px;
	float: left;
	overflow: hidden;
}


.mobile-data-list .data-list-item .load-time strong
{
	font-weight: 400;
}

.mobile-data-list .data-list-item .load-qty
{
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
	float: right;
	padding: 17px 0px 0px 0px;
	overflow: hidden;
}

.mobile-data-list .data-list-item .load-unit
{
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	width: 30px;
	float: right;
	padding: 22px 0px 0px 0px;
	margin: 0px 5px 0px 2px;
	overflow: hidden;
}

.mobile-data-list .data-red .load-qty,
.mobile-data-list .data-red .load-unit
{
	color: #DF4A25;
}


/* ========================================================================== */
/* ATTACHMENTS - FILE PREVIEW
/* ========================================================================== */
.file-preview
{
	position: relative;
	width: 100%;
	max-width: 500px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	float: left;
	border: 1px solid #bbb;
	background-color: #fff; 
	border-radius: 3px;
	overflow: hidden;
}

.file-preview .preview-thumb
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 70%;
	border: 1px none #ddd;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.file-preview .preview-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #f7f7f7; 
  background-size: cover;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}



/* ========================================================================== */
/* WORKORDER / ASSET ATTACHMENTS
/* ========================================================================== */
.attendance-attachments,
.asset-attachments,
.contract-attachments,
.partner-attachments,
.workorder-attachments
{
	margin: 0px -5px 0px -5px;
	padding: 3px 0px 15px 0px;
	overflow: hidden;
}


.attendance-attachments .attachment-item,
.asset-attachments .attachment-item,
.contract-attachments .attachment-item,
.partner-attachments .attachment-item,
.workorder-attachments .attachment-item
{
	position: relative;
	width: 50%;
	width: 180px;
	padding: 6px 6px 6px 6px;
	margin: 0px 5px 6px 5px;
	float: left;
	border: 1px solid #bbb;
	background-color: #fff; 
	border-radius: 3px;
	overflow: hidden;
}

.attendance-attachments .attachment-thumb,
.asset-attachments .attachment-thumb,
.contract-attachments .attachment-thumb,
.partner-attachments .attachment-thumb,
.workorder-attachments .attachment-thumb
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 70%;
	border: 1px none #ddd;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.asset-attachments .attachment-crop,
.contract-attachments .attachment-crop,
.partner-attachments .attachment-crop,
.workorder-attachments .attachment-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #f7f7f7; 
  background-size: cover;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.attendance-attachments .attachment-caption,
.asset-attachments .attachment-caption,
.contract-attachments .attachment-caption,
.partner-attachments .attachment-caption,
.workorder-attachments .attachment-caption
{
	margin: 0px 0px 0px 0px;
  width: 100%;
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
	margin: 5px 5px -1px 0px;
	overflow: hidden;
  cursor: pointer;
}


.attendance-attachments .attachment-icon,
.asset-attachments .attachment-icon,
.contract-attachments .attachment-icon,
.partner-attachments .attachment-icon,
.workorder-attachments .attachment-icon
{
  font-size: 36px;
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #DF443D;
}

.attendance-attachments .attachment-icon .fa-file-excel,
.asset-attachments .attachment-icon .fa-file-excel,
.contract-attachments .attachment-icon .fa-file-excel,
.partner-attachments .attachment-icon .fa-file-excel,
.workorder-attachments .attachment-icon .fa-file-excel
{
 	color: #2e935d;
}

.atttendance-attachments .attachment-icon .fa-file-word,
.asset-attachments .attachment-icon .fa-file-word,
.contract-attachments .attachment-icon .fa-file-word,
.partner-attachments .attachment-icon .fa-file-word,
.workorder-attachments .attachment-icon .fa-file-word
{
 	color: #1757bb;
}


/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-fullscreen
{
	background: rgba(20, 28, 36, 0.4);
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;	
	
}

#loading-spinner
{
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes 
  transform: translate(-50%, -50%);
	*/
  margin-top: -30px;
  margin-left: -30px;
}

.loading-container
{
	overflow: hidden;
	margin: 20px 0px 30px 0px;
	
}

.loading-text
{
  position: fixed;
  top: 50%;
  left: 50%;
	width: 100px;
	text-align: center;
	font-size: 16px;
	color: var(--color-text);
  margin-top: 65px;
  margin-left: -35px;
}

#loading-data
{
	overflow: hidden;
}

.loader
{
  margin: 0px auto;
  font-size: 20px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0,0,0,0.1);
  border-right: 0.5em solid rgba(0,0,0,0.1);
  border-bottom: 0.5em solid rgba(0,0,0,0.1);
  border-left: 0.5em solid #5986af;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after
{
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

@-webkit-keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}











/* ========================================================================== */
/* PAGE CONTAINER
/* ========================================================================== */
#header-navbar
{
	color: #fff;
}

#page-container
{
  margin: 0 auto;
	padding-top: 45px;
  width: 100%;
  min-width: 320px;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (min-width: 1280px)
{
	#page-container
	{
		padding-top: 60px;
	}

  #header-navbar.sidebar-open
	{
    padding-left: 230px;
    padding-left: 0px;
  }

  #page-container.sidebar-open
	{
    padding-left: 230px;
  }
	
  #page-container.sidebar-close,
  #header-navbar.sidebar-close
	{
    padding-left: 0px;
  }
}

#page-container .page-content
{
	padding: 61px 0px 0px 0px;
}


@media screen and (min-width: 1280px)
{
	#page-container .page-content
	{
		margin: 0px 0px 0px -1px;
		padding: 61px 0px 0px 0px;
	}
}
	
/* ========================================================================== */
/* MOBILE HEADER NAVBAR
/* ========================================================================== */
#mobile-header-navbar
{
	display: block;
	height: 45px;
	background-color: var(--color-header);
	margin: 0px 0px 0px 0px;
	border-bottom: 1pt none #ddd;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-header-navbar .navbar-controls
{
	position: absolute;
	height: 65px;
	width: 65px;
	right: 0px;
	top: 0px;
}

#mobile-header-navbar .navbar-logo
{
	display: block;
	width: 110px;
	margin: 16px 0px 0px 18px;
	overflow: hidden;
}


#header-preview
{
	display: block;
	height: 65px;
	background-color: var(--color-header);
	margin: 0px 0px 0px 0px;
	border-bottom: 1pt none #ddd;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1000;
}



/* ========================================================================== */
/* HEADER NAVBAR
/* ========================================================================== */
#header-navbar
{
	display: none;
	height: 60px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1pt none #ddd;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: no-repeat right center url("../img/bgr_header.jpg");
	background-color: var(--color-header);
	background-size: cover;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header-navbar .header-navbar-logo
{
	width: 185px;
	padding: 20px 0px 0px 30px;
	float: left;
	overflow: hidden;
}

#header-navbar .header-navbar-text
{
	color: #111;
	font-weight: 400;
	text-transform: uppercase;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 230px;
	margin: 0px 0px 0px 28px;
	position: absolute;
	z-index: 110;
	font-size: 32px;
	line-height: 38px;
}

#header-navbar .navbar-controls
{
	height: 55px;
	background-color: var(--color-background-2);
	padding: 7px 13px 5px 13px;
	margin: 0px 25px 0px 0px;
	float: left;
	overflow: hidden;
}

#header-navbar .navbar-caption
{
	padding: 15px 10px 0px 25px;
	color: #2C343F;
	float: left;
}


#header-navbar .navbar-user
{
	float: right;
	overflow: hidden;
	padding: 0px 25px 0px 0px;
}

#header-navbar .navbar-user .profile-image
{
  height: 38px;
  width: 38px;
	float: left;
	margin: 9px 10px 0px 0px;
}

#header-navbar .navbar-user .profile-image img
{
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#header-navbar .navbar-user .profile-name
{
	float: left;
	color: #fff;
	padding: 11px 0px 0px 0px;
}

#header-navbar .navbar-user .profile-name h3
{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;	
}

#header-navbar .navbar-user .profile-name p
{
	color: #fff;
	font-size: 11px;
	line-height: 11px;
}



@media only screen and (min-width: 1200px)
{
	#header-navbar .navbar-caption
	{
		padding: 15px 10px 0px 30px;
	}
}


#header-navbar .btn
{ 
	display: inline-block;
	padding: 10px 10px 10px 10px; 
	border: none;
	margin: 0px 0px 0px 0px;
	background: none;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#header-navbar a.btn
{
	color: #fff;
}

#header-navbar .btn i
{ 
	float: left;
	font-size: 21px;
	line-height: 21px;
	margin: 0px;
}


#header-navbar .btn:hover
{ 
	background-color: none;
}


@media screen and (min-width: 1280px)
{
  #mobile-header-navbar
	{
    display: none;
  }

  #header-navbar
	{
    display: block;
  }
}


.header_toolbar
{
	color: #bbb;
  background-color: var(--color-sidebar);
	border-bottom: 1px solid #bbb;
	height: 62px;
	padding: 3px 0px 0px 0px;
	width: 100%;
	position: fixed;
	z-index: 999;
	overflow: hidden;
}


.header_toolbar .mobile-menu-trigger
{
	text-align: center;
	color: #444;
	height: 50px;
	width: 60px;
	margin: 3px 3px 0px 0px;
	padding: 0px 5px 0px 5x;
	cursor: pointer;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.2);
	display: block;
}

.header_toolbar .mobile-menu-trigger i
{
	font-size: 24px;
	line-height:47px;
	color: #222;
}

.header_toolbar form
{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	float: left;
}

.header_toolbar a
{
	cursor: pointer;
}

.header_toolbar .tool_separator
{
	background: linear-gradient(#ccc, #ccc) no-repeat center/1px 100%;
	float: left;
	width: 20px;
	height: 38px;
	margin: 8px 0px 3px 0px;
}

.header_toolbar .tool_button_1x1
{
	width: 50px;
	height: 50px;
	margin: 3px 3px 3px 0px;
	float: left;
	position:relative;
}

.header_toolbar .tool_button_2x1
{
	width: 92px;
	height: 48px;
	margin: 3px 5px 3px 0px;
	float: left;
	position:relative;
}


.header_toolbar a:hover .tool_button_1x1,
.header_toolbar a:hover .tool_button_2x1
{
	background:#e1edf7;
	color: #000000;
}

.header_toolbar .tool_button_1x1 .icon,
.header_toolbar .tool_button_2x1 .icon
{
	width: 24px;
	height: 24px;
	margin: 7px auto 3px auto;
}

.header_toolbar .tool_button_1x1 .icon img,
.header_toolbar .tool_button_2x1 .icon img
{
	opacity: 0.50;
	filter: grayscale(80%);
}

.header_toolbar a .tool_button_1x1 .icon img,
.header_toolbar a .tool_button_2x1 .icon img
{
	opacity: 1;
	width: 24px;
	height: 24px;
  filter: grayscale(0%);
}

.header_toolbar .tool_button_1x1 .label,
.header_toolbar .tool_button_2x1 .label
{
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: 9px; 
	line-height: 9px;
}

@media screen and (min-width: 1280px)
{
	.header_toolbar
	{
		padding: 3px 0px 0px 20px;
	}
	
	.header_toolbar .mobile-menu-trigger
	{
		display: none;
	}	
}

/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
#footer
{
	display: none;
	margin: 0px 0px 0px 230px;
	border-top: 1pt solid rgba(0,0,0,0.1);
	background: var(--color-background-1);
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	height: 30px;
}

#footer .footer-logo
{
	width: 75px;
	padding: 2px 0px 0px 0px;
	margin: 0px 12px 0px 27px;
	float: left;
	overflow: hidden;
}

#footer .footer-text
{
	color: rgba(0,0,0,0.7);
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	overflow: hidden;
}

@media screen and (min-width: 992px)
{
  #footer
	{
    display: block;
  }
}


/* ========================================================================== */
/* SIDEBAR FOOTER
/* ========================================================================== */
#sidebar-footer
{
	margin: 0px 0px 0px 0px;
	border-top: 1pt none rgba(0,0,0,0.1);
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	height: 58px;
	background: var(--color-sidebar);
}

#sidebar-footer .footer-logo
{
	width: 115px;
	padding: 0px 10px 0px 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#sidebar-footer .footer-text
{
	color: rgba(0,0,0,0.5);
	padding: 0px 10px 0px 0px;
	margin: 2px 0px 0px 0px;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	display: block;
	text-align: center;
}





/* ========================================================================== */
/* DASHBOARD
/* ========================================================================== */
.bgr-white
{
	background: #fff;
}

.dashboard-header
{
	text-transform: none;
	margin: 55px 0px 0px 0px;
	padding: 25px 0px 9px 4px;
}

.no-inset
{
	padding: 0px 0px 0px 0px;
}

.no-margin
{
	margin: 0px 0px 0px 0px;
}

.dashboard-header p
{
	color: #AAA;
	font-size: 12px; 
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

.dashboard-header h1
{
	font-weight: 500px;
	font-size: 20px; 
	line-height: 24px;
	margin: 0px 0px 5px 0px;
}

.dashboard-header i
{
	font-size: 26px; 
  color: #AF7F48;
	padding: 0px 0px 0px 0px;
	margin: -5px 10px 0px 0px;
	float: left;
}


.dashboard-title
{
	text-transform: none;
	font-size: 17px; 
	line-height: 22px;
	margin: 0px 0px 0px 0px;
}

.dashboard-title i
{
	font-size: 20px; 
  color: var(--color-background-2);
	padding: 0px 0px 0px 0px;
	margin: -1px 10px 0px 0px;
	float: left;
}

.dashboard-content
{
	background: none;
	padding: 13px 12px 24px 12px;
	margin: 0px 0px 0px 0px;
	overflow: initial;
}

.dashboard-content-form
{
	background: none;
	padding: 15px 12px 24px 12px;
	margin: 0px 0px 0px 0px;
	overflow: initial;
}

.dashboard-content-inset
{
	padding: 24px 0px 0px 0px;
}


.dashboard-content .widget-title,
.dashboard-content-form .widget-title
{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px; 
	line-height: 18px;
	border-bottom: 1px none #ddd;
	padding: 0px 12px 5px 1px;
	color: var(--color-text-1);
}

.dashboard-content-form .widget-title span
{
	font-size: 22px; 
	color: var(--color-background-2);
	padding: 0px 0px 0px 1px;
}

.dashboard-content-form .widget-title i
{
	font-size: 20px; 
 	line-height: 20px;
	color: var(--color-teyt-1);
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 2px;
	float: left;
}


.dashboard-conten .widget-title .filter-box
{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;

}


.dashboard-content .chart-widget .widget-title
{
	color: #777;
	color: var(--color-label);
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	text-transform: none;
	border-bottom: 1px none #ddd;
	padding: 7px 10px 7px 0px;
	margin: 0px 0px 5px 0px;
}

.dashboard-content .widget-content
{
	padding: 0px 0px 0px 0px;
	overflow: initial;
}


.dashboard-content .widget-content.chart-widget
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #bbb;
	background: #fff;
	overflow: hidden;
}



@media (min-width: 991px) 
{
}

@media (min-width: 1280px) 
{
	.dashboard-content
	{
		padding: 15px 18px 24px 18px;
		margin: 0px 0px 0px 0px;
	}
	
	.dashboard-content-form
	{
		padding: 20px 18px 0px 18px;
		margin: 0px 0px 20px 0px;
		max-width: 1357px;
	}
}



.dashboard-content-form .checkbox-list
{
	padding: 12px 0px 0px 2px;
	overflow: hidden;
	text-align: left;
	background: #fff;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}


@media (min-width: 991px) 
{
	.dashboard-content-form .checkbox-list
	{
		text-align: left;
		-webkit-columns: 2;
			 -moz-columns: 2;
						columns: 2;
  	padding: 12px 0px 10px 2px;
	}
}

@media (min-width: 1280px) 
{
	.dashboard-content-form .checkbox-list
	{
		text-align: left;
		-webkit-columns: 2;
			 -moz-columns: 2;
						columns: 2;
	}
}






.dashboard-table-title
{
	font-weight: 500px;
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	padding: 10px 0px 5px 0px;
	color: var(--color-label);
}

.dashboard-table-title i
{
	font-size: 18px; 
 	line-height: 14px;
	color: var(--color-background-2);
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.form-section-title
{
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	padding: 10px 0px 5px 0px;
	color: var(--color-label);
}

.form-section-title i
{
	font-size: 18px; 
 	line-height: 14px;
	color: var(--color-label);
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}


.dashboard-content .widget-pie-chart
{
	float: left;
	margin: 15px 20px 15px 15px;
}

.dashboard-content .widget-pie-chart-text
{
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.dashboard-content .widget-pie-chart-text h3
{
	font-weight: 400px;
	font-size: 23px; 
	line-height: 25px;
	margin: 48px 0px 5px 0px; 
	font-weight: normal;
}

.dashboard-content .widget-pie-chart-text p
{
	margin: 0px;
	font-size: 
}


.dashboard-content .widget-bar-chart
{
	margin: 0px 5px 0px 3px;
	padding: 5px 0px 5px 3px;
}

.pie-chart
{
  position: relative;
  display: inline-block;
}

.pie-chart > span
{
	left: 0;
	margin-top: 0px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.chart-sum-data
{
	padding: 4px 0px 0px 10px;
}

.chart-sum-data p
{
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 8px 0px 0px 0px;
}

.chart-sum-data span
{
	color: #000;
	font-size: 17px;
	line-height: 26px;
}


.dash-widgets
{
	margin: 0px 0px 0px 0px;
}

.dash-widget
{
  background-color: none;
}

.dash-widget .widget-title
{
	font-weight: 500px;
	text-transform: uppercase;
	line-height: 20px;
}

.dash-widget .widget-period
{
	text-transform: uppercase;
	font-size: 13px; 
	line-height: 16px;
  color: #aaa;
}

.dash-widget .widget-period i
{
  color: #bbb;
	margin: 0px 4px 0px 0px;
}

.dash-widget .widget-value
{
	font-size: 30px; 
	line-height: 36px;
	color: #5293AA;
	padding: 3px 0px 9px 0px;
}


@media screen and (min-width: 1280px)
{
	.dashboard-content .widget-content
	{
		padding: 0px 10px 0px 10px;
		overflow: initial;
	}
}

/* ========================================================================== */
/* SIDEBAR
/* ========================================================================== */
#sidebar
{
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  width: 230px;
  background-color: var(--color-sidebar);
	border-right: 1px solid #bbb;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
	box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.0);
}

#sidebar .sidebar-header
{
	background: var(--color-sidebar);
  height: 60px;
	overflow: hidden;
}

#sidebar .sidebar-user
{
	background: var(--color-sidebar);
	overflow: hidden;
	padding: 16px 0px 11px 15px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar .sidebar-user p
{
	margin-bottom: 0px;
}

#sidebar .sidebar-user .profile-image
{
  height: 36px;
  width: 36px;
	float: left;
	margin: -3px 12px 0px 0px;
}

#sidebar .sidebar-user .profile-image img
{
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px none #e4e4e4;
}

#sidebar .sidebar-user .profile-name
{
	color: var(--color-text-1));
	padding: 0px 0px 0px 0px;
}

#sidebar .sidebar-user .profile-name h3
{
	color: #111;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;	
}

#sidebar .sidebar-user .profile-name p
{
	color: var(--color-text-1);
	font-size: 11px;
	line-height: 11px;
}


#sidebar .sidebar-user .profile-menu
{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
  display: none;
}


#sidebar .sidebar-user .profile-menu-trigger
{
	text-align: right;
	overflow: hidden;
}


#sidebar .sidebar-user .profile-menu-trigger .btn
{
	cursor: pointer;
	display: inline-block;
	min-width: 10px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	text-decoration: none !important;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#sidebar .sidebar-user .profile-menu-trigger .btn i
{
	margin: 0;
	color: var(--color-text-1);
	font-size: 18px;
}

#sidebar .sidebar-user .profile-menu ul
{
  padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#sidebar .sidebar-user .profile-menu-o 
{
	content: " *";
}

#sidebar .sidebar-user .profile-menu ul li
{
  display: block;
  padding: 4px 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 37px;
	position: relative;
	cursor: pointer;
}

#sidebar .sidebar-user .profile-menu ul li i
{
	position: absolute;
	font-size: 14px;
	line-height: 18px;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.85);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 12px;
	top: 8px;
}

#sidebar .sidebar-user .profile-menu ul a
{
  color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	
}

#sidebar .sidebar-user .profile-menu ul li:hover,
#sidebar .sidebar-user .profile-menu ul li:focus
{
	color: #fff;
}

#sidebar .sidebar-user .profile-menu ul li:hover a,
#sidebar .sidebar-user .profile-menu ul li:focus a
{
	color: #fff;
}

#sidebar .sidebar-user .profile-menu ul li:hover i,
#sidebar .sidebar-user .profile-menu ul li:focus i
{
  color: rgba(0, 0, 0, 1);
	font-size: 16px;
	left: 11px;
	top: 7px;
}



#sidebar .sidebar-logo
{
	width: 170px;
	padding: 12px 0px 0px 50px;
	float: left;
	overflow: hidden;
}


#sidebar .sidebar-controls
{
	height: 55px;
	padding: 12px 13px 10px 0px;
	float: right;
	overflow: hidden;
}

#sidebar .btn
{ 
	display: inline-block;
	padding: 10px 10px 10px 10px; 
	border: none;
	margin: 0px 0px 0px 0px;
	background: none;
	font-weight: 400px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#sidebar .btn i
{ 
	float: left; 
	margin: 0;
	color: var(--color-text-1);
	font-size: 28px;
}

#sidebar .btn:hover i
{ 
	color: var(--color-text-1);
}


.sidebar-close #sidebar
{
  left: 0;
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0) translateZ(0);
}

.sidebar-open #sidebar
{
  left: 0;
	-webkit-transform: translateX(0) translateY(0) translateZ(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0) translateZ(0);
}

@media screen and (max-width: 1279px)
{
  .sidebar-open #sidebar
	{
		left: 0;
		-webkit-transform: translateX(-100%) translateY(0) translateZ(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0) translateZ(0);
  }
}

@media screen and (min-width: 1280px)
{
  #sidebar
	{
    width: 230px;
    /*
		-webkit-transition: none;
    transition: none;
		*/
  }
}

.sidebar-content 
{
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  overflow-x: hidden;
}

.sidebar-content .sys-info
{
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #aaa;
  
}

.sidebar-content .sys-info p
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
}

/* ========================================================================== */
/* MOBILE MENU
/* ========================================================================== */
#mobile-menu
{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(20, 28, 36, 0.4);
	width:100%;
	top: 107px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	overflow-y: scroll;
	display: none;
	overflow: hidden;
}

#mobile-menu .mobile-menu-bgr
{
	position: absolute;
	padding: 0px 0px 20px 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}


#mobile-menu ul
{
  background-color: var(--color-sidebar);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#mobile-menu ul li
{
  display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px 20px;
	padding-left: 65px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}

#mobile-menu ul li i
{
	position: absolute;
	font-size: 18px;
	line-height: 30px;
  margin-right: 15px;
  color: var(--color-text-1);
	left: 30px;
	top: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#mobile-menu a
{
	font-weight: 400;
	text-transform: uppercase;
  color: var(--color-text-1);
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

#mobile-menu ul li:hover,
#mobile-menu ul li:focus
{
  background: rgba(56, 96, 139, 0.15);
}

#mobile-menu ul a:hover,
#mobile-menu ul a:focus
{
	color: var(--color-text-1);
}

#mobile-menu ul li:hover i,
#mobile-menu ul li:focus i
{
  color: var(--color-text-1);
	font-size: 19px;
	left: 29px;
	top: 9px;
}

@media (min-width: 560px)
{
	#mobile-menu .mobile-menu-bgr
	{
		width: 400px;
	}
}

@media screen and (min-width: 1280px)
{
	#mobile-menu
	{
		top: 152px;
		display: none;
	}
	
}


/* ========================================================================== */
/* CONTENT
/* ========================================================================== */
#main-container,
#page-footer 
{
  overflow-x: hidden;
}

#main-container 
{
  background-color: #f5f5f5;
}


.full-width-bgr 
{
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.bgr-light-white
{
  background-color: #fff;
}

.bgr-light-grey
{
	background-color: #fafafa;
	margin: 10px 0px 30px 0px;
	border-top: 1pt solid #f0f0f0;
	border-bottom: 1pt solid #f0f0f0;
}



/* ========================================================================== */
/* HEADER NAVBAR
/* ========================================================================== */
.nav-main
{
	font-weight: 400px;
	font-size: 14px;
	line-height: 24px;
  margin: 0 0px;
  padding: 0;
  list-style: none;
}

.nav-main ul
{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.nav-main ul li
{
  display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 12px 0px 12px 20px;
	padding-left: 57px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-main ul li i
{
	position: absolute;
	font-size: 18px;
	line-height: 23px;
	color: var(--color-text-2);
	left: 23px;
	top: 12px;
}

.nav-main a
{
  color: var(--color-text-2);
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}

.nav-main ul li:hover,
.nav-main ul li:focus,
.nav-main ul li.active
{
  background-color: rgba(56, 96, 139, 0.15);
}

.nav-main ul a:hover,
.nav-main ul a:focus
{
	color: var(--color-text-1);
}

.nav-main ul li:hover i,
.nav-main ul li:focus i
{
  color: var(--color-text-1);
	font-size: 19px;
	left: 22px;
	top: 11px;
}


/* ========================================================================== */
/* Checkbox
/* ========================================================================== */
 /* Customize the label (the container) */
.custom-checkbox
{
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input
{
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
	left: -1000px;
	top: 0px;
}

/* Create a custom checkbox */
.checkmark
{
  overflow: hidden;
	position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark
{
  background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark
{
  background-color: var(--color-label);
	border: 1px solid var(--color-label);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after
{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after
{
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after
{
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 






.error-msg
{
	width: 350px;
	text-align: center;
	margin: 50px auto 0px auto;
	padding: 20px 0px 20px 0px;
	background: #fff;
	border: 1px solid #ddd;
}

.error-msg i
{
	color: #ee2a38;
	font-size: 70px;
	line-height: 100px;
}

.error-msg i.green
{
	color: #82AD3C;

}


@media (min-width: 768px) 
{
	.error-msg
	{
		width: 500px;
		margin: 50px auto 0px auto;
		padding: 20px 0px 20px 0px;
	}

	.error-msg i
	{
		font-size: 100px;
		line-height: 150px;
	}
}

/* ========================================================================== */
/* QR VCARD
/* ========================================================================== */
.toolbar-title
{
	padding: 18px 0px 0px 10px;
	font-size:15px;
	font-weight: 400;
	color: #222;
	float: left;
	width: calc(100% - 70px);
	float:left;
}

.qr-vcard
{
	text-align: center;
  position: relative;
	userpadding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	border: 1px solid #eee;
	width: calc(100% - 0px);
  border-radius: 3px;
  overflow: hidden;
}

.qr-vcard img
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

@media (min-width: 560px) 
{
	.qr-vcard
	{
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 0px 10px;
		width: 302px;
	}
  .dashboard-content-form .qr-vcard
	{
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 0px 0px;
		width: 302px;
	}
}


/* ========================================================================== */
/* FILEMANAGER
/* ========================================================================== */

#breadcrumb
{
	padding: 18px 0px 0px 10px;
	font-size:15px;
	float: left;
	width: calc(100% - 70px);
	color:#aaa;
	float:left;
}

.sort_hide
{
	display:none;
}

.is_dir .size
{
	display: none
}

.data-table tbody td .name
{
  padding-left: 12px;
}


.data-table tbody td.td-first
{
	padding-left: 38px;
	position: relative;
}

.data-table tbody td.td-first i
{
	font-size: 22px;
	left: 18px;
	top: 9px;
	position: absolute;
}

.data-table tbody td.td-first .fa-folder-open
{
	left: 15px;
	top: 10px;
	color: #efba32;
}

.data-table tbody td.td-first .fa-file-pdf,
.data-table tbody td.td-first .fa-file-image
{
	color: #DF443D;
}

.data-table tbody td.td-first .fa-file-archive
{
	color: #d89b00;
}

.data-table tbody td.td-first .fa-file-word
{
	color: #1757bb;
}

.data-table tbody td.td-first .fa-file-excel
{
	color: #2e935d;
}


.data-table thead th.td-size,
.data-table tbody td.td-size
{
	text-align: right;
	padding-right: 40px;
}

.data-table tbody td a.download,
.data-table tbody td a.delete
{
	color: #999;
  margin: 0px 12px 0px 0px;
}

.data-table tbody td a.download i,
.data-table tbody td a.delete i
{
	padding-right: 0px;
}


.data-table tbody td a.download:hover,
.data-table tbody td a.delete:hover
{
	color: #222;
}


@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
}

@media (min-width: 1280px) 
{
	.data-table tbody td.td-first i
	{
		font-size: 20px;
		left: 18px;
		top: 4px;
	}

	.data-table tbody td.td-first .fa-folder-open
	{
		left: 15px;
		top: 5px;
	}
}











@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
}

@media (min-width: 1280px) 
{

}




