/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrap {
	padding: 20px 20px 0 20px;
	position: relative;
}

.wrap > img {
	width: 200px;
	height: 38px;
	margin: 0 0 10px 0;
}


img {max-width: 100%;}



/* GENERAL STYLING */

h1,h2,h3,h4,h5,h6 { line-height: 1.35; margin: 0 0 10px 0;font-weight: 400; -webkit-font-smoothing: antialiased;color: #222; }





h1 { 
	font-size: 225%;
	margin-top: 0;
}
h2 { font-size: 200%; }
h3 { font-size: 175%; }


h1, h2, h3 { 
	font-size: 110%;
	margin-top: 0;
	text-transform: uppercase;
	border-top: 3px solid #3999d4;
	padding-top: 5px;
}




h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }

p { margin: 0 0 1em 0; }

ul, ol { margin: 1.2em 0 1.2em 2em; }

ul { list-style: square; }
ol { list-style: decimal; }

li { margin: 0 0 .5em 0; }


a {
	color: #3999d4;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover {color: #000;}








#cmsi-module-file-dropzone-div {
	background: url("/assets/images/platform/icons/upload_to_cloud.svg") center center no-repeat whiteSmoke;
	background-size: 14%;
	border: 2px dashed #ddd;
	width: 100%;
	min-height: 120px;
	padding: 20px 20px 30px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #555;
	line-height: 24px;
	margin-bottom: 20px;
}

ul#cmsi-module-file-wysiwyg-imagelist {
	list-style: none;
	margin: 30px 0 1.2em 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

ul#cmsi-module-file-wysiwyg-imagelist li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 20%;
	padding: 0 .9375em;
	float: left;
	height: 150px;
	margin: 0 0 1.875em 0;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	position: relative;
}

ul#cmsi-module-file-wysiwyg-imagelist li img {
	max-width: 100%;
	max-height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
ul#cmsi-module-file-wysiwyg-imagelist li img:hover {
	box-shadow: 0 0 5px #ddd;
	cursor: pointer;
	border-color: #bbb;
	
}
ul#cmsi-module-file-wysiwyg-imagelist img:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0.9375em;
	background: #fff;
}

.dz-preview:after {
  content: "";
  display: table;
  clear: both; }

.dz-progress {
  background: #F6F6F6;
  height: 1.38889rem;
  border: 1px solid white;
  padding: 0.11111rem;
  margin-bottom: 0.55556rem;
  border-radius: 999px; }

.dz-progress span {
  background: #71a71b;
  height: 100%;
  display: inline-block;
  border-radius: 999px; }

#cmsi-module-file-dropzone-div .instructions span {
  display: inline-block;
  background: #71a71b;
  color: #fff;
  padding: 5px 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  text-shadow: 0 1px 1px #6b9d1b;
  border: 1px solid #6b9d1b;
  line-height: 1.5;
  margin-top: 5px; }

#cmsi-module-file-dropzone-div .instructions span:hover {
  background: #6b9d1b; }

/*
.dz-preview > div {float: left;width: 20%;display: inline-block;}
*/
.dz-preview {
  clear: left; }

.dz-preview .dz-success-mark,
.dz-preview .dz-error-mark,
.dz-preview .dz-error-message {
  display: none; }

.dz-details {
  width: 74%;
  display: inline-block;
  float: left; }

.dz-details .dz-filename {
  width: 80%;
  float: left; }

.dz-details .dz-size {
  width: 20%;
  float: left; }

.dz-progress {
  width: 25%;
  float: left;
  display: inline-block; }




