/* CSS Document */
* {margin:0;padding:0;}
img {border:none;outline:none;}
a,a:hover {text-decoration:none;outline:none;}
ul,li {list-style:none;}
.clearfix {clear:both;}
body {background:#fff !important;margin:0;padding:0;font:12px Arial, Helvetica, sans-serif;}
.wrapper {width:100%;height:100%;}
.header {background:#464646; height:93px;background-image: linear-gradient(#ffffff, #005289);}
.header_inner {width:921px;margin:0 auto;position:relative;}
.logo {float:left;padding-top:8px;max-width:210px;}
.logo a {display:block;background:url(images/logo.png) no-repeat left top; padding: 25px 110px;text-indent: -9999px; margin-top:20px;}
.nav {float:right;margin-top: 8px;}
.nav ul{margin-top:30px;}
.nav ul li {float:left;display:inline;}
.nav ul li a {no-repeat left center;color: #000;display: block;font: 14px Arial,Helvetica,sans-serif; padding: 0 38px;}
.nav ul li a:hover, .nav ul li.current-menu-item a {color:#209cee;}
.content {width:100%;}
.content_inner {width:921px;margin:0 auto;position:relative;/*padding:50px 0;*/}
.content_inner h3 {color:#2b2b2b;font-family: "Myriad Pro",Arial,Helvetica,sans-serif;font-size: 18px;padding:5px 5px 10px 46px;}
.content_inner p {font:12px Arial, Helvetica, sans-serif;color:#979696;padding-top:12px;}
.box {float:left;width:160px;margin-right:30px;}
.last {margin-right:0 !important;}
.content ul {padding-left:20px;}
.content ul li {list-style:disc;}
.content ol li {list-style:decimal;}

.footer {background:url(images/footer_bg.png) repeat-x left top;height:128px;background-image: linear-gradient(#005289, #ffffff);}
.footer_inner {width:921px;margin:0 auto;text-align:left;}
.footer_inner p {font:11px Arial, Helvetica, sans-serif; color:#000;padding-top:50px;}
.footer_inner p a{color:#fff;}
#text-2 .textwidget{ float:left;}
#text-13 .textwidget{ float:right;padding-top:45px;}
/*
 *******************
 * Standard
 *******************
 */
body {
	color: #005289;
}
a,a:hover {text-decoration:none;outline:none;color:#0f4582}
.footer { 
	clear: both;
}
.primary h1, .secondary h1
{
	margin: 0 0 15px 0;
	padding-top: 20px;
	font-size: 18pt;
	text-transform: uppercase;
}

h2 {
  clear: both;
  font-size:14px;
  color:#263B4F;
  font-weight:bold;
  padding-top:10px;
}

#main {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 400px !important;
  font-size: 1.3em;
  /*height: 400px;*/
}


#container {
	position: relative;
	text-align: left;
	min-height: 100% !important;
	height: 100%;
	width: 1000px;
	padding-left:12px;
	padding-right:12px;
	margin: 0px auto;
}

/*
 ***************
 * Box css
 ***************
 */
.primary {
	clear: both;
	float:left;
	text-align: left;
	width: 700px;
	margin: 0 20px;
}

.nosidebar {
	width: 960px;
}

#sidebar {
  float: left;
  width: 260px;
}

.nofloat {
  float: none;
}

.secondary {
  float: left;
  text-align: left;
  margin-right: 20px;
  padding-bottom: 20px;
  width: 680px;
}

#menubar {
  padding-top: 20px;
  padding-left: 20px;
  float:left;
  width: 280px;
}

#sidebar div.infobox {
  width: 240px;
  background-color: #FFFFFF;
/*  border: 1px solid #263B4F;
/*  border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;*/
  text-align: left;
}

#menubar div.infobox {
  width: 240px;
  background-color: #2072A9;
/*  border: 1px solid #263B4F;
  border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;*/
  text-align: left;
  margin-bottom: 10px;
}

#menubar div.infobox iframe {
  width: 240px;
  background-color: #FFFFFF;
/*  border: 1px solid #263B4F;
  border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;*/
  text-align: left;
}

.padding {
  padding: 20px 10px 20px 10px;
  width: 240px;
}

#sidebar div.infobox h1 {
/*  border-radius: 0px 10px 0px 0px;
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;*/
  margin: 0px;
  background-color: #263B4F;
  color: #FFFFFF;
  padding: 5px;
  font-size: 14pt;
  text-transform: uppercase;
  border: none; 
}

#menubar div.infobox h1 {
/*  border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;*/ 
  margin: 0px;
  background-color: #005289;
  color: #FFFFFF;
  padding: 5px 0px 5px 20px;
  font-size: 14pt;
  /*text-transform: uppercase;*/
  border: none; 
}

#menubar div.infobox .split {
  /*background: url(images/menu_split.png) left top;*/
  width: 0px;
  height: 0px;
  margin-left: 0px;
  padding-left: 0px; 
  display: none;
}

.infobox ul li {
  border-top: 1px solid #FFFFFF;
  list-style: none;
  margin-left: 0px;
  padding-left: 20px; 
  padding-top: 4px;
  padding-bottom: 4px;
}

.infobox ul li.current {
  list-style: square;
  margin-left: 0px;
  padding-left: 20px; 
}

.infobox ul li a, .infobox ul li span {
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
}

div.box {
  display: block; 
}

div.info {
  background-color: #FFFFFF;
  background-image:url(icons/24x24/alphanumeric-information2-ps.png);
  background-position: left;
  background-repeat:no-repeat; 
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 30px;
  margin: 10px;
}

input.search {
  background-image: url(icons/search-icon.gif);
  background-position: bottom right;
  background-repeat: no-repeat; 
  width: 230px;
  height: 28px;
  border: none;
}

/*
 *******************
 * FORM
 *******************
 */
form {
  margin: 0px;
  padding: 0px;
}

label {
  float:left;
  margin-top: 10px;
  width:150px;
  clear:both;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clear { clear:both; }
.statistic { 
  overflow:hidden;
  width: 100%;
  height: 250px;
}
.statistic:hover { 
  overflow:scroll;
}
/*
div.header {
  font-weight:bold;
  clear: both;
  display: block;
}*/

div.field {
  margin-top: 10px;
  float: left;
  /*margin-left:100px;*/
  width: 420px;
}

div.halfsize {
  width: 210px;
}

div.rightalign {
	text-align: right;
}

div.field input, div.field button, a>input {
  width:99%;
/*  background-color: #FFFFFF;
  border:1px solid #263B4F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
  padding-left: 5px;
}
div.field input[type="radio"]{
	width: auto;
}

.submit {
  height: 30px;
  padding: 5px 20px 0px 20px;
}

div.field textarea, a textarea {
 /* background-color: #FFFFFF;
  border:1px solid #263B4F;*/
  width:99%;
  /*border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
}

div.field select {
  width:100%;
/*  background-color: #FFFFFF;
  border:1px solid #263B4F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
}
.smallinput {
	width: 47% !important;
}
/*
 ****************
 * LIST VIEW
 ****************
 */
 
ul.list {
  color: black;
  background: #fff;
  border: 1px solid #ececec;
  font: 14px Helvetica,Serif;
  padding: 0;    
  margin: 0;
/*  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;*/
}

ul.list li {
  border-top: 1px solid #ececec;
  list-style-type: none;  
  padding: 10px 10px 10px 10px;
}

ul.list li:first-child {  
  border-top: 0;
/*  border-radius: 8px 8px 0px 0px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 8px 8px 0px 0px;*/
}
/*
ul.list li:last-child { 
  border-radius: 0px 0px 8px 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0px 0px 8px 8px;
}*/

ul.list li a {
  color: #005289;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding: 12px 10px 12px 10px;
  margin: -10px;
}

ul.list li small a {
  color: #005289;
  padding: 0px;
  margin: 0px;
}

ul.list li a + a {
  color: #005289;
  font: 12px Helvetica,Serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

ul.list li a + a + a {
  color: #005289;
  font: 10px Helvetica,Serif;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
}

ul.list li small {
  color: #005289;
  font: 12px Helvetica,Serif;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 23%;
  float: right;
  padding: 3px 0px;
}
/*
 ****************
 * HELPERS
 ****************
 */
.right {
 float: right;
}
.left {
 float: left;
}
.dockleft {
 float: left;
 position: absolute;
 left: -300px;
 width: 250px;
}
/*
 ****************
 * DIV TABLE
 ****************
 */

.tablecoloumn {
	display: table-cell;
	padding-right: 4px;
}

.tablecoloumn + .right{
	text-align: right;
	float: none;
}

.tableheader {
	display: table-cell;
	font-weight: bold;
}

.table {
 width: 100%;
 max-width: 960px;
 display: table;
 font-size: 10pt;
 color: #005289;
}
.tablerow {
 /*clear:  both;*/
 display: table-row;
}
.caltd {
 min-width: 13%;
 max-width: 13%;
 /*float: left;*/
 text-align: right;
 border: 1px solid #f6f6f6;
 display: table-cell;
 cursor: pointer;
}
.caltdsmall { 
 border: 1px solid #f6f6f6;
 min-width: 9%;
 max-width: 9%;
 /*float: left;*/
 text-align: center;
 display: table-cell;
 background-color: #f6f6f6;
}
.calth {
 background-color: #005289;
 color: #FFFFFF;
 border: 1px solid #f6f6f6;
 min-width: 13%;
 max-width: 13%;
 /*float: left;*/
 text-align: center;
 display: table-cell;
 padding: 5px 0;
}
.calthsmall { 
 background-color: #005289;
 color: #FFFFFF;
 border: 1px solid #f6f6f6;
 min-width: 9%;
 max-width: 9%;
 /*float: left;*/
 text-align: center;
 display: table-cell;
 padding: 5px 0;
}
.caltd.on {
	background-color: yellow;
}
.caltd.taken {
	background-color: lime;
	cursor: default;
}
.event {
/*	border-radius: 4px;*/
	border: 1px solid #DCDCDC;
	margin: 1px;
	padding: 1px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	max-width: 112px;
}
.event a {font-size: 10px;}
div > .top {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
div > .bottom {
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 0px;
}

div > .all {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.eventadd {
	background: url(icons/add-event-icon.png) top left no-repeat;
}
.today {
	background-color: rgb(240,240,200);
}
.margin5 { margin: 5px;}
.percent50 { width: 50%; max-width: 50%;}
.active {
	background: #f6f6f6;
	color: #005289;
}
.arrowLeft { 
	//background: url(../../theme/cool/images/arrowl.png) left no-repeat 50%;
}
.arrowRight { 
	//background: url(../../theme/cool/images/arrowr.png) right no-repeat 50%;
}
#hidden {
	display: none;
}
.hand { cursor: pointer;}
#dropzone {
	border-radius: 5px; -webkit-border-radius:3px;-moz-border-radius: 3px;border: dashed 2px #555;padding:20px;
}
.grey {
	background-color: #ECECEC;
}
/*
 ****************
 * FARVER VED FRAVÆR
 ****************
 */
.square {width: 16px; height: 16px; float: left;margin-right: 10px;}
.Syg {
	background-color: #FF0000;
	color: #FFFFFF;
	padding-left: 3px;
}
.Ferie {
	background-color: #00FF00;
	color: #FFFFFF;
	padding-left: 3px;
}
.Skole {
	background-color: #CCCC00;
	color: #FFFFFF;
	padding-left: 3px;
}
.Fri {
	background-color: #AAAAFF;
	color: #FFFFFF;
	padding-left: 3px;
}
.Barn {
	background-color: orange;
	color: #FFFFFF;
	padding-left: 3px;
}
.search { cursor: pointer; }

/*
 ****************
 * BORDERED TABLES
 ****************
 */ 

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
/*    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #efefef;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #005289;
    color: #ffffff;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        */
    border-top: none;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/ 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
/*
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
*/
/* NOTIFY ICON */
.notify {
	line-height: 20px;
    position: absolute;
    width:20px;
    height:20px;
    text-align: center;
    margin-top:-10px;
}
.yellow {
    background-color: #FEE499;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    background: -moz-linear-gradient(center top , #FEE499 0%, #FEBC4B 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top , #FEE499 0%, #FEBC4B 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top , #FEE499 0%, #FEBC4B 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top , #FEE499 0%, #FEBC4B 100%) repeat scroll 0 0 transparent;
    border:1px solid #E8AA44;
    color:#000;
    /*text-shadow: 0 1px 1px #666;*/
}
.pink {
    background-color: #f6788c;
        border-radius: 50% 50% 50% 50%;
    display: inline-block;
    background: -moz-linear-gradient(center top , #f6788c 0%, #d35367 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top , #f6788c 0%, #d35367 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top , #f6788c 0%, #d35367 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top , #f6788c 0%, #d35367 100%) repeat scroll 0 0 transparent;
    border:1px solid #9f2438;
    color:#FFF;
    text-shadow: 0 1px 1px #666;
}

.nav ul li a {
	padding: 0px 15px;
}

.infobox input {
	margin: 10px 0px;
}


/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}