/* ========================================================================== */
/* ========================================================================== */
/* 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;
}


/* ========================================================================== */
/* FONTS
/* ========================================================================== */
@font-face
{
    font-family: 'RobotoSlab-Regular';
    src: url('roboto-slab/roboto-slab-regular.eot');
    src: url('roboto-slab/roboto-slab-regular.eot?#iefix') format('embedded-opentype'),
         url('roboto-slab/roboto-slab-regular.woff') format('woff'),
         url('roboto-slab/roboto-slab-regular.ttf') format('truetype'),
         url('roboto-slab/roboto-slab-regular.svg#roboto-slab-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'RobotoSlab-Bold';
    src: url('roboto-slab/roboto-slab-bold.eot');
    src: url('roboto-slab/roboto-slab-boldt.eot?#iefix') format('embedded-opentype'),
         url('roboto-slab/roboto-slab-bold.woff') format('woff'),
         url('roboto-slab/roboto-slab-bold.ttf') format('truetype'),
         url('roboto-slab/roboto-slab-bold.svg#roboto-slab-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
	font-family: 'WeblySleek-Light';
	src: url('weblysleek/weblysleek-light.eot');
	src: url('weblysleek/weblysleek-light.eot?#iefix') format('embedded-opentype'),
			 url('weblysleek/weblysleek-light.woff') format('woff'),
			 url('weblysleek/weblysleek-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'WeblySleek-Regular';
	src: url('weblysleek/weblysleek-regular.eot');
	src: url('weblysleek/weblysleek-regular.eot?#iefix') format('embedded-opentype'),
			 url('weblysleek/weblysleek-regular.woff') format('woff'),
			 url('weblysleek/weblysleek-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'WeblySleek-SemiBold';
	src: url('weblysleek/weblysleek-semibold.eot');
	src: url('weblysleek/weblysleek-semibold.eot?#iefix') format('embedded-opentype'),
			 url('weblysleek/weblysleek-semibold.woff') format('woff'),
			 url('weblysleek/weblysleek-semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/* ========================================================================== */
/* RESET
/* ========================================================================== */
html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #eee;
}

body
{
	margin: 0;
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #404040;
}

@media only screen and (max-width: 599px)
{
	body
	{
		font-size: 13px;
		line-height: 15px;
	}
}

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;
}


/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	color: #222;
}


h1
{
	font-size: 38px; 
	line-height: 44px;
	margin-bottom: 12px;	 
	font-weight: normal;
}
	
h2
{
	font-size: 38px; 
	line-height: 44px;
	margin-bottom: 12px;	 
	font-weight: normal;
}
	
h3
{
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 10px; 
	font-weight: normal;
}
	
h4
{
	font-size: 22px; 
	line-height: 27px;   
	margin-bottom: 5px;
}
	
h5
{ 
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	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;
}

strong
{
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
}

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

/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color: #5195be;
	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
/* ========================================================================== */



/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-fullscreen
{
	background: rgba(255, 255, 255, 0.7);
	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: -25px;
  margin-left: -25px;
}

.loading-text
{
  position: fixed;
  top: 50%;
  left: 50%;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #666;
  margin-top: 25px;
  margin-left: -50px;
}

.loader
{
  margin: 0px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.5em solid rgba(150, 150, 150, 0.4);
  border-right: 1.5em solid rgba(150, 150, 150, 0.4);
  border-bottom: 1.5em solid rgba(150, 150, 150, 0.4);
  border-left: 1.5em solid rgba(175, 127, 72, 1.0);
  -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: 7em;
  height: 7em;
}

@-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);
  }
}


/* ========================================================================== */
/* LOGIN
/* ========================================================================== */
#login
{
	overflow: hidden;
	background-color: #142741;
	color: #fff;
}


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

#login .login-frame
{
	width: 100%;
	margin: 0 auto;
	padding: 10px 40px 25px 40px;
}

#login form
{
	padding: 20px 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: 8px;
	left: 5px;
	z-index: 1000;
}

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

#login input[type="text"],
#login input[type="password"]
{
	padding: 8px 0px 10px 36px;
	border: none;
	background: #fff;
	font-size: 14px;
	line-height: 18px;
}

#login input[type="text"]:focus,
#login input[type="password"]:focus,
textarea:focus
{
	border: none;
	outline: 0;		
	background: #fff;
}

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

#login .forgot-password a
{
	color: #54667C;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#login .forgot-password a:hover
{
	color: #fff;
	text-decoration: none;
}

#login .footer
{
	text-align: center;
	color: #54667C;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	margin: 0px auto 10px auto;
	z-index: 0;
}

#login .btn
{ 
	display: inline-block;
	padding: 8px 14px 8px 14px; 
	border: 1px solid #fff;
	margin: 10px 5px 20px 0px;
	background-color: #142741;
	color: #fff;
	font-family: 'WeblySleek-SemiBold', Arial, sans-serif; 
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

#login .btn:focus
{
	outline: 0;
	color: #fff;
}

#login .btn:hover
{ 
	color: #fff;
	border: 1px solid #AF7F48;
	background-color: #AF7F48;
}








/* ========================================================================== */
/* ODGOVOR
/* ========================================================================== */




/* ========================================================================== */
/* Typography - Forms
/* ========================================================================== */
form {}

fieldset {}

form p {}

label
{
	display: block;
	margin-bottom: 5px;
}

label span
{
	color: #d50f25;
}

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

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

input,
textarea,
select
{
	display: block;		
	width: 100%;
	-webkit-appearance: none; /* 1 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 0px 0px 0px;
	border: none;
	border-bottom: 1px dotted #ddd;
	margin: 0px 0px 2px 0px;
	background-color: transparent;

	color: #444;

	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: relative;
	
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus
{
	border-color: #89A3B2;
	outline: 0;		
}

select
{
	height: 25px;
}

select:focus
{
	outline: none;
}

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

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

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

*::-webkit-input-placeholder
{
	color: #aaa;
}
*:-moz-placeholder
{
    /* FF 4-18 */
	color: #aaa;
}
*::-moz-placeholder
{
    /* FF 19+ */
	color: #aaa;
}
*:-ms-input-placeholder
{
    /* IE 10+ */
	color: #aaa;
}


.input-error
{
	background-color: #ffeeee;
}

.input-error-text
{
	font: 11px "Open Sans", Arial, sans-serif; 
	color: #990000;
	height: 0px;
	margin: -20px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}




/* ========================================================================== */
/* Buttons
/* ========================================================================== */
.btn
{ 
	display: inline-block;
	padding: 10px 16px 10px 16px; 
	margin: 0px 5px 20px 0px;
	min-width: 120px;
	/*border-bottom: 1px solid #0daeb7;*/
	border: medium none;
	background-color: #324763;
	color: #fff;
	
	font: 14px 'Open Sans', Arial, sans-serif; 

	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;

	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a.btn
{
	color: #fff;
}

.btn:focus
{
	outline: 0;
	color: #fff;
}

.btn:hover
{ 
	color: #fff;
	background-color: #AF7F48;
}

.btn-large
{
	padding: 20px 25px;
	border-bottom-width: 2px;
	font-size: 18px;
	line-height: 18px;
}

.btn i,
.btn-large i
{ 
	float: left; 
	margin: 4px 0px 0px -0px;
	font-size: 14px; 
	line-height: 14px; 
}




/* ========================================================================== */
/* TABLE
/* ========================================================================== */
table
{
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin-bottom: 20px;
	background: #fff;
}

.star-on
{
	color: #FFC300;
	margin: 0px 0px 0px 1px;
}

.star-off
{
	color: #ccc;
	margin: 0px 0px 0px 1px;
}


.circle-on
{
	color: #FFC300;
	margin: 0px 0px 0px 2px;
}

.circle-off
{
	color: #ccc;
	margin: 0px 0px 0px 2px;
}

.input-rating
{
	font-size: 22px;
	margin: -2px 0px 0px -2px;
	padding: 0px 0px 2px 0px;
}

.input-rating .circle-on,
.input-rating .circle-off
{
	padding: 0px 1px 0px 0px;
}

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

table tr.inactive
{
	color: #ccc;
}

thead
{
	font-size: 13px;
	line-height: 15px;
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	background: #324763;
	color: #fff;
	background: #f5f5f5;
	color: #000;
	text-transform: uppercase;
}

thead,th
{
	text-align:left;
	vertical-align:middle;
	border: 1px none #5FC3E8;
	padding: 8px 9px 9px 6px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

tr,td
{
	border: 1px none #e1e1e1;
	border-bottom: 1px solid #f3f3f3;
}

td
{
	padding: 7px 9px 8px 6px;
}


table tbody tr:nth-child(even)
{
	background: #fff;
	padding: 8px 9px 9px 6px;
}

tbody tr:hover,
table tbody tr:hover
{
  background:#E3F2F7;
	background:#e8eef7;
}

table .table-avatar
{
  height: 30px;
  width: 30px;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



/*
table tbody tr:nth-child(even)
{
	background: #F9F9F9;
}

tbody tr:hover,
table tbody tr:nth-child(even):hover
{
  background:#F1F1F1;
}
*/
tbody tr:hover
{
  background:#F5F5F5;
}

/* ========================================================================== */
/* SIMPLE RESPONSIVE TABLE
/* ========================================================================== */
/*
table
{
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin-bottom: 30px;
	background: #fff;
}


table,tr,td
{
	border: 1px solid #ADBFCA;
}

td
{
	width: 50%;
	padding: 4px 10px 3px 10px;
}


table p
{
	color: #000;
	margin: 0px;
	text-transform: uppercase;
}

table .label,
table .error-msg
{
	color: #89A3B2;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 12px 0px 0px;
	text-transform: none;
}

#poizvedba table .label,
#poizvedba table .error-msg
{
	float: left;
}


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

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

.table-head
{
	font-family: "OpenSans-Regular", "OpenSans", sans-serif;
	font-size: 12px;
}


.table-head i
{
	padding: 0px 10px 0px 6px;
	line-height: 24px;
	font-size: 16px;
	color: #5a7584;
}


@media only screen and (max-width: 599px)
{
	td
	{
		width: 100%;
		padding: 3px 7px 2px 7px;
	}

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

	td:first-child,
	tr:first-child
	{
		border: none;
	}
}
*/



/* ========================================================================== */
/* PAGE CONTAINER
/* ========================================================================== */

#page-container
{
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

@media screen and (min-width: 992px)
{
  #page-container.sidebar-l
	{
    padding-left: 230px;
  }
}


/* ========================================================================== */
/* HEADER NAVBAR
/* ========================================================================== */
#header-navbar
{
	height: 55px;
	background-color: #142741;
	margin: 0px 0px 0px 0px;
	border-bottom: 1pt none #ddd;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#header-navbar .navbar-controls
{
	height: 55px;
	background-color: #142741;
	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;
}



#header-navbar .navbar-shortcuts
{
	float: right;
	margin-right: 0px;
}


@media (min-width: 480px)
{
	#header-navbar .navbar-shortcuts
	{
		margin-right: 30px;
	}
}

#header-navbar .navbar-shortcuts span
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffaa00;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 11px;
	height: 15px;
	width: 15px;
	line-height: 12px;
	text-align: center;
}

#header-navbar .navbar-shortcuts ul
{
	padding: 0px;
	margin: 0px;
}

#header-navbar .navbar-shortcuts li
{
	position: relative;
	border-right: 1px solid #2F3D4F;
	border-right: 1px solid #41546d;
	float: left;
	display: block; 
  -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 .navbar-shortcuts li a
{
	color: #fff; 
}

#header-navbar .navbar-shortcuts li:first-child
{
	border-left: 1px solid #2F3D4F;
	border-left: 1px solid #41546d;
}

#header-navbar .navbar-shortcuts i
{
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	height: 55px;
	width: 55px;
}

#header-navbar .navbar-shortcuts li:hover,
#header-navbar .navbar-shortcuts span:hover li
{
	background-color: #324763;
	cursor: pointer;
}






@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-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	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;
}




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

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

.dashboard-header-inset
{
	padding: 75px 0px 0px 0px;
}

.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-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	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
{
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	text-transform: none;
	font-size: 17px; 
	line-height: 22px;
	margin: 0px 0px 0px 0px;
}

.dashboard-title i
{
	font-size: 20px; 
  color: #AF7F48;
	padding: 0px 0px 0px 0px;
	margin: -1px 10px 0px 0px;
	float: left;
}


.dashboard-content
{
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 0px 0px 0px 0px;
}

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


.dashboard-content .widget-title
{
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	text-transform: none;
	font-size: 11px; 
	line-height: 14px;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px 7px 12px;
	color: #999;
}

.dashboard-content .widget-title i
{
	font-size: 18px; 
 	line-height: 14px;
	color: #AF7F48;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.dashboard-content .widget-content
{
	padding: 18px 10px 18px 12px;
	overflow: hidden;
}

.dashboard-content .widget-content table i
{
	color: #AF7F48;
	color: #AAA;
}

.dashboard-content .widget-content a
{
	padding: 0px 0px 0px 3px;
	color: #222;
	text-decoration: none; 
}

.dashboard-content .widget-content a:hover, 
.dashboard-content .widget-content a:focus
{
	outline: 0;
	color: #AF7F48;
	text-decoration: underline;
}	




.dashboard-table-title
{
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	text-transform: none;
	font-size: 11px; 
	line-height: 14px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 7px 10px 7px 12px;
	color: #999;
	background: #fff;
}

.dashboard-table-title i
{
	font-size: 18px; 
 	line-height: 14px;
	color: #AF7F48;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}




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

.dashboard-content .widget-pie-chart-text
{
}

.dashboard-content .widget-pie-chart-text h3
{
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	color: #444444;
	font-size: 28px; 
	line-height: 30px;
	margin: 5px 5px 5px 5px; 
	font-weight: normal;
}

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


.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-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	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;
}


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



#sidebar
{
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1032;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
}

#sidebar
{
  width: 230px;
  background-color: #142741;
}

#sidebar .sidebar-header
{
	background: #101E30;
  height: 55px;
	overflow: hidden;
}

#sidebar .sidebar-user
{
	background: #324763;
	overflow: hidden;
	padding: 20px 0px 10px 15px;
	position: relative;
}

#sidebar .sidebar-user .profile-image
{
  height: 50px;
  width: 50px;
	float: left;
	margin: 0px 10px 0px 0px;
	border: 2px none #142741;
}

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

#sidebar .sidebar-user .profile-name
{
	color: #fff;
	padding: 9px 0px 0px 0px;
}

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

#sidebar .sidebar-user .profile-name p
{
	color: #fff;
	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;
}


#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: #fff;
	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(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 1);
	font-size: 16px;
	left: 11px;
	top: 7px;
}







#sidebar .sidebar-logo
{
	width: 190px;
	padding: 12px 0px 0px 20px;
	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-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	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: #fff;
	font-size: 28px;
}

#sidebar .btn:hover i
{ 
	color: #fff;
}


.sidebar-l #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 (max-width: 991px)
{
  #sidebar
	{
    width: 230px;
    opacity: 0;
  }
  .sidebar-o-xs #sidebar
	{
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
}

@media screen and (min-width: 992px)
{
  #sidebar
	{
    width: 230px;
    -webkit-transition: none;
    transition: none;
  }
  .sidebar-o #sidebar
	{
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
}

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






/* ========================================================================== */
/* 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-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	font-size: 16px;
	line-height: 24px;
  margin: 0 0px;
  padding: 0;
  list-style: none;
}

.nav-main ul
{
  padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.nav-main ul li
{
  display: block;
  padding: 8px 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 52px;
	position: relative;
	cursor: pointer;
}

.nav-main ul li i
{
	position: absolute;
	font-size: 18px;
	line-height: 18px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.9);
	left: 23px;
	top: 11px;
}

.nav-main a
{
  color: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	
}

.nav-main ul li:hover,
.nav-main ul li:focus
{
	background-color: #AF7F48;
}

.nav-main ul a:hover,
.nav-main ul a:focus
{
	color: #fff;
}

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


/* ========================================================================== */
/* PAGINATION
/* ========================================================================== */

.loading-div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.60);
	z-index: 999;
	display:none;
}
.loading-div img {
	margin-top: 20%;
	margin-left: 50%;
}

/* Pagination style */
.pagination
{
	font-family: sans-serif;
	margin: 0px 0px 10px 0px;
	padding:0;
  color: #506570;
	float: right;
}

.pagination a
{
  text-decoration:none;
  color: #506570;
	background: #f8f8f8;
}

.pagination li
{
	font-size: 12px;
	display: inline;
	border: 1px solid #eee;
	margin-left: 5px;
	background: #fafafa;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	
}

/*
.pagination li.first {
    border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
    border-radius: 0px 5px 5px 0px;
}
*/
.pagination a li:hover
{
	background: #f0f0f0;
}

.pagination li.selected,
.pagination a li.selected:hover
{
	background: #324763;
	border: 1px solid #324763;
	color: #fff;
}

.btn_pagination
{
	margin: 0px 8px 0px 0px;
}


/* ========================================================================== */
/* RESPONSIVE FORM TABLE
/* ========================================================================== */
form .notes
{
	color: #999;
	font-size: 11px;
	line-height: 13px;
	padding: 0px 0px 5px 2px;
}

form .notes i
{
	color: #EA532A; /* red */
	color: #F7BD20; /* yellow */
	font-size: 13px;
	line-height: 13px;
	padding: 0px 5px 0px 0px;
}

#login form .notes
{
	color: #bbb;
	padding: 10px 0px 0px 2px;
}

.form-label-wrap
{
	width: 100%;
	height: 21px;
	display: block;
}

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

.form-text-wrap
{
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px;
}

form table
{
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin-bottom: 20px;
	background: #fff;
}


form table,
form table tr,
form table td
{
	border: 1px solid #ADBFCA;
	border: 1px solid #d5d5d5;
}

form table tbody tr:nth-child(2n)
{
	background: #fff;
	padding: 0;
}

form table td
{
	background: #fff;
	width: 50%;
	padding: 4px 10px 3px 10px;
}


form table p
{
	color: #000;
	margin: 0px;
	/*
	text-transform: uppercase;
	*/
}

form table .label,
form table .error-msg,
.wswg-edit .label,
.wswg-edit .error-msg
{
	color: #89A3B2;
	color: #aaa;
	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;
}


.wswg-edit .label
{
	padding: 0px 0px 0px 10px;
}

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



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

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

form table input[type=text],
form table input[type=password],
form table textarea
{
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #d0d0d0;
}

form table input[type=text]:focus,
form table input[type=password]:focus,
form table textarea:focus
{
	border-bottom: 1px dotted #aaa;
	outline: 0;		
}

form tbody tr:hover
{
  background: none;
}


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

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

	form table td
	{
	}


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


.wswg-edit
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}


/* ========================================================================== */
/* REPORT PARAMETERS FORM
/* ========================================================================== */

.report-parameters
{
	width: 100%;
	display: block;
	padding: 10px 6px 0px 6px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
}

.report-parameters .form-label-wrap
{
	width: 100%;
	height: 18px;
	display: block;
}

.report-parameters .form-label-wrap .label
{
	color: #999;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

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

.report-parameters input[type=text]
{
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #d0d0d0;
}

.report-parameters input[type=text]:focus
{
	border-bottom: 1px dotted #aaa;
	outline: 0;		
}

.report-parameters .btn
{ 
	display: inline-block;
	padding: 10px 5px 10px 5px; 
	margin: 3px 0px 0px 0px;
	min-width: 32px;
	border: none;
	background-color: #fff;
	color: #999;
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.report-parameters .btn i
{ 
	float: none; 
	margin: 0px 0px 0px 0px;
	line-height: 14px; 
	font-size: 20px;
}

.report-parameters a.btn
{
	color: #444;
}

.report-parameters .btn:focus
{
	outline: 0;
	color: #000;
}

.report-parameters .btn:hover
{ 
	color: #000;
	background-color: #fff;
}




/* ========================================================================== */
/* GOOGLE MAPS
/* ========================================================================== */
#gmap
{
	height: 650px;
	background-color: #f1f1f1;
	margin-bottom: 0px;
}

