/* ========================================================================== */
/* 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: '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: #f8f8f8;
}

body
{
	margin: 0;
	font-family: "WeblySleek-Regular", "OpenSans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #222;
}

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

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-Light", "OpenSans", sans-serif;
	color: #444444;
}


h1
{
	font-size: 36px; 
	line-height: 44px;
	margin-bottom: 12px;	 
	font-weight: normal;
	text-align: center;
}
	
h2
{
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 12px;	 
	font-weight: normal;
	text-align: center;
}
	
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: #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: #fff;
	background: no-repeat center center fixed url("../img/bgr_login.jpg");
	background-color: #8ecfd3;
	background-size: cover;
}

#login p
{
	font-size: 16px;
	text-align: center;
	color: #fff;
}

#login h3
{
	text-align: center;
	color: #fff;
}


#login .login-logo
{
  position: absolute; 
  top: 0px;
  left: 0px;
	background: none;
	z-index: 1;
	width: 230px;
}



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

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

#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: 7px;
	left: 6px;
	z-index: 1000;
}

#login .input-group-icon i
{
	color: #aaa;
	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;
}

#login input[type="text"]:focus,
#login input[type="password"]: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: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

#login .footer
{
	text-align: center;
	color: #444;
	background: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 30px;
	height: 80px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	z-index: 0;
}

#login .footer-logo-partnerji
{
	height: 100%;
}

#login .footer-logo-partnerji img
{
	height: 100%;
}

#login .btn
{ 
	display: inline-block;
	padding: 8px 14px 8px 14px; 
	border: 1px none #fff;
	margin: 10px 5px 20px 0px;
	background-color: #8FD0D4;
	color: #fff;
	background-color: #ffbf00;
	background-color: #FFCE34;
	color: #333;
	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;
	color: #333;
}

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

#login .btn:hover
{ 
	color: #fff;
	background-color: #000;
	border: 1px none #0c5c66;
}



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

@media (min-width: 1280px)
{
	.span-page-width
	{
		width: 750px;
		margin: 0 auto;
	}
}



/* ========================================================================== */
/* HEADER
/* ========================================================================== */
#header
{
	display: block;
	background: no-repeat center center url("../img/bgr_main.jpg");
	background-size: cover;
	margin: 0px 0px 20px 0px;
}

#header .header-top
{
	display: block;
	height: 50px;
	background: #C4C4C4;
	background-color: rgba(142,207,211,0.95);
	border-bottom: 1px none #5AA9AD;
}

#header .header-main
{
	height: 160px;
	display: block;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 45px 0px 0px 0px;
}

#header .header-main-index
{
	height: 400px;
	display: block;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 130px 0px 0px 0px;
}

#header .header-logo-large
{
  position: absolute; 
  top: 0px;
  left: 0px;
	background: none;
	z-index: 1;
	width: 200px;
}

#header .header-logo-small
{
  position: absolute; 
  top: 0px;
  left: 0px;
	background: none;
	z-index: 1;
	width: 138px;
}

#header .title-main h1
{
	font-family: 'WeblySleek-Light';
	color: #fff;
}


#header .search-main
{
  background-color: rgba(70, 70, 70, 0.4);
  padding: 5px;
  position: relative;
	display: table;
	width: 100%;
}

#header .search-container
{
  width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#searchtext
{
	color: #222;
	font-style: normal;
}

#header .search-input
{
	border: 0 none;
	box-sizing: border-box;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	height: 56px;
	margin: 0;
	padding: 14px 23px 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}



#header .input-wrapper
{
	float: left;
	width: calc(100% - 60px);
}

#header .button-wrapper
{
	float: left;
	width: 60px;
}

#header .search-icon
{
	border: 0 none;
	color: #fff;
	cursor: pointer;
	margin: 0;
	height: 56px;
	min-width: 60px;
	padding: 0 15px;
	transition: all 0.2s ease 0s;
	background: #ffce34 no-repeat center center url("../img/search_icon.png");
	background-size: 32px 32px;
}

#header .search-icon:hover
{
	background-color: #b28c13;
}


input::-moz-selection,
textarea::-moz-selection
{
	background-color: rgba(100, 100, 100, 0.4);
	color: #333;
}



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

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

#header .header-navbar li
{
	float: left;
	overflow: hidden; 
	padding: 10px 17px 12px 17px;
	margin-right: 5px;
	line-height: 28px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


#header .header-navbar li i
{
	font-size: 25px;
	line-height: 28px;
	color: #036274;
}

#header .header-navbar li .navbar-icon
{
	float: left;
	display: block; 
	margin: 0px 0px 0px 0px;
	position: relative;
}

#header .header-navbar li .navbar-upload-count
{
	position: absolute;
	background-color: #ffce34;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	color: #222;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	height: 18px;
	width: 18px;
	top: 0px;
	left: -10px;
}

#header .header-navbar li .navbar-text
{
	float: left;
	padding: 0px 0px 0px 5px;
	display: block; 
}

#header .header-navbar a li:hover
{
	background: #67B1B5;
}




.content-line-separator
{
	margin: 0px 10px;
	border-bottom: 1px solid #ddd;
	height: 1px;
}


/* ========================================================================== */
/* JUSTIFIED GALLERY
/* ========================================================================== */
.justified-gallery .owerlay-buttons
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/* ========================================================================== */
/* FULL WIDTH GALLERY
/* ========================================================================== */
.full-width-gallery
{
	width: calc(100% + 6px);
	padding: 7px 0px 30px 0px;
	margin: 0px -3px 0px -3px;
	display: block;
	overflow: hidden;
}

.full-width-gallery .gallery-thumb-col
{
	width: 50%;
	padding: 0 3px;
	float: left;
	overflow: hidden;
}


@media (min-width: 660px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 33.33333333%;
	}
}

@media (min-width: 990px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 25%;
	}
}

@media (min-width: 1320px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 20%;
	}
}

@media (min-width: 1650px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 16.66666667%;
	}
}

@media (min-width: 1980px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 14.28571428%;
	}
}

@media (min-width: 2310px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 12.5%;
	}
}

@media (min-width: 2640px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 11.11111111%;
	}
}

@media (min-width: 2970px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 10%;
	}
}

@media (min-width: 2970px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 10%;
	}
}

@media (min-width: 3300px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 9.09090909%;
	}
}

@media (min-width: 3630px) 
{
	.full-width-gallery .gallery-thumb-col
	{
		width: 8.33333333%;
	}
}


/* ========================================================================== */
/* UPLOAD page
/* ========================================================================== */
.file-preview
{
	padding: 20px 0px 30px 0px;
	overflow: hidden;
}

.file-preview-image
{
	padding: 4px 0px 10px 0px;
	width: 100%;
	overflow: hidden;
}

.file-preview-image img
{
	width: 100%;
}

.file-details
{
	overflow: hidden;
}

.file-details .details-controll
{
	padding: 10px 0px 20px 0px;
	overflow: hidden;
}

.file-details .btn-link,
.data-grid-footer .btn-link
{
	position: relative;
	padding: 10px 5px 7px 30px;
	margin: 0px 25px 0px 0px;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

.file-details .btn-link i,
.data-grid-footer .btn-link i
{
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 20px;
	color: #555;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.file-details .btn-link:hover i,
.data-grid-footer .btn-link:hover i
{
	color: #222;
}

.file-details .btn-link:hover,
.data-grid-footer .btn-link:hover
{
	color: #000;
}

.file-queue
{
	padding: 20px 0px 20px 0px;
}

.file-queue .queue-header
{
	padding: 0px 0px 30px 50px;
	position: relative;
	font-size: 17px;
}

.file-queue .queue-header-icon
{
	font-size: 22px;
	left: 10px;
	top: -5px;
	position: absolute;
	color: #666;
}


.file-queue .queue-grid
{
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}

.file-queue .queue-thumb-col
{
	width: 50%;
	padding: 0 5px;
	float: left;
}

@media (min-width: 992px)
{
	.file-queue .queue-thumb-col
	{
		width: 25%;
		padding: 0 5px;
	}
}

/* ========================================================================== */
/* UPLOAD ERROR
/* ========================================================================== */
#upload-error
{
	margin: 0px 10px 25px 10px;
	padding: 10px 12px 12px 12px;
	color: #ea532a;
	border: 1px solid rgba(234, 83, 42, 0.5);
	background: rgba(234, 83, 42, 0.1);
	display: none;
}

#upload-error i
{
	margin: 0px 10px 0px 0px;
	font-size: 22px;
}

/* ========================================================================== */
/* FULL WIDTH GALLERY
/* ========================================================================== */
.full-width-gallery .gallery-thumb,
.file-queue .queue-thumb,
.file-queue .add-files
{
	position: relative;
  width: 100%;
	margin: 0px 0px 10px 0px;
	padding-bottom: 60%; /* 16:9 */
	overflow: hidden;
}

.full-width-gallery .gallery-thumb
{
	margin: 0px 0px 6px 0px;
}

.full-width-gallery .gallery-thumb img,
.file-queue .queue-thumb img
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.full-width-gallery .gallery-thumb-overlay,
.file-queue .queue-thumb-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
}


.full-width-gallery .gallery-thumb:hover .gallery-thumb-overlay,
.file-queue .queue-thumb:hover .queue-thumb-overlay
{
	opacity: 1;
	transition: all ease 0.3s;
}


.full-width-gallery .thumb-overlay-content,
.file-queue .thumb-overlay-content
{
  position:absolute;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 10px 10px;
}

.file-queue .thumb-overlay-icon
{
	float: left;
	margin: 0px 4px 0px 4px;
	background: #ed1d25;
	border-radius: 50%;
	color: #ffffff;
	height: 42px;
	width: 52px;
	text-align: center;
	padding-top: 10px;
	font-size: 36px;
}

.file-queue .thumb-overlay-icon:hover
{
	background: #d51c23;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}




/* ========================================================================== */
/* FILE QUEUE
/* ========================================================================== */
.file-queue .add-files
{
}

#add-files-area
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#add-files-area .add-files-label
{
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

#add-files-area .add-files-icon
{
	color:#bbb;
	font-size: 45px;
	line-height: 45px;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#add-files-area .add-files-label span
{
	font-size: 12px;
	line-height: 15px;
	color: #999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#add-files-area:hover
{
	border: 1px solid #bbb;
}

#add-files-area:hover .add-files-icon
{
	/*
	font-size: 62px;
	margin: 0px 0px 4px 0px;
	*/
	color: #666;
}



@media (min-width: 560px) 
{
	#add-files-area .add-files-label
	{
		font-size: 20px;
		line-height: 24px;
	}

	#add-files-area .add-files-icon
	{
		font-size: 58px;
		line-height: 58px;
		margin: 0px 0px 8px 0px;
	}

	#add-files-area .add-files-label span
	{
		font-size: 14px;
		line-height: 18px;
	}
}













/* ========================================================================== */
/* Typography - Forms
/* ========================================================================== */
.input-form .label-wrap
{
	color: #888;
	width: 100%;
	height: 16px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 5px 0px; 
	overflow: hidden;
}

.input-form .input-wrap
{
	width: 100%;
	padding: 0px 0px 12px 0px; 
	display: block;
}

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

.input-form  .label,
.input-form  .error-msg
{
	color: #3E3C3D;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 12px 0px 0px;
	display: initial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;	
	text-transform: none;
	float: left;
}

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






form {}

fieldset {}

form p {}


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%;
	padding: 4px 0px 0px 0px;
	border: 1px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 8px 7px 10px 10px;
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #111;
	position: relative;
	
	-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;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus
{
/*
	border: 1px solid #aaa;
	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-form .input-error
{
	border: 1px solid rgba(234,83,42,0.7);
}

.input-form .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;
}


/* ========================================================================== */
/* Checkbox
/* ========================================================================== */
 /* Customize the label (the container) */
.custom-checkbox
{
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -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;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark
{
  position: absolute;
  top: 5;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
	border: 1px solid #999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

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

/* 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: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 







/* ========================================================================== */
/* Buttons
/* ========================================================================== */
.btn
{ 
	display: block;
	padding: 10px 30px 10px 30px; 
	margin: 10px 5px 20px 0px;
	border: none;
	background-color: #FFBF00;
	background-color: #FFCE34;
	color: #333;
	font-family: "WeblySleek-SemiBold", "OpenSans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	width: initial;
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a.btn
{
	color: #fff;
}

.btn:focus
{
	outline: 0;
}

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





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








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


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







/* ========================================================================== */
/* 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: #00A1DE;
	border: 1px solid #00A1DE;
	color: #fff;
}

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


/* ========================================================================== */
/* RESPONSIVE FORM TABLE
/* ========================================================================== */
form .notes
{
	color: #fff;
	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;
}

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

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

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

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
{
	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 .label,
form  table .error-msg
{
	float: left;
	float: none;
}


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

form table .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;
	}
}


/* ========================================================================== */
/* TABLE
/* ========================================================================== */
.data-grid table
{
	font-weight: normal;
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin-bottom: 20px;
}

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

.data-grid thead
{
	font-family: 'WeblySleek-SemiBold';
	text-align: left;
}

.data-grid thead,th
{
	vertical-align:middle;
	border: 1px none #5FC3E8;
	padding: 9px 10px 10px 10px;
}

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


.data-grid tr,td
{
	border: 1px none #ddd;
	border-bottom: 1px solid #e8e8e8;
}

.data-grid td
{
	padding: 5px 10px 7px 10px;
}


.data-grid table tbody tr:nth-child(even)
{
	background: #f8f8f8;
	padding: 6px 10px 7px 10px;
}



.data-grid tbody tr:hover,
.data-grid table tbody tr:hover
{
  background: rgba(142, 207, 211, 0.30)
}

.data-grid .data-grid-footer
{

}


/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-fullscreen
{
	background: rgba(0, 0, 0, 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-text
{
  position: fixed;
  top: 50%;
  left: 50%;
	width: 100px;
	text-align: center;
	font-size: 16px;
	color: #fff;
  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.6em solid rgba(250, 250, 250, 0.3);
  border-right: 0.6em solid rgba(250, 250, 250, 0.3);
  border-bottom: 0.6em solid rgba(250, 250, 250, 0.3);
  border-left: 0.6em solid #fff;
  -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);
  }
}


