/* CSS Document */
@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('../icons/icomoon.eot?bjuvf7');
  src:  url('../icons/icomoon.eot?bjuvf7#iefix') format('embedded-opentype'),
    url('../icons/icomoon.ttf?bjuvf7') format('truetype'),
    url('../icons/icomoon.woff?bjuvf7') format('woff'),
    url('../icons/icomoon.svg?bjuvf7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
  content: "\e900";
}
.icon-pencil:before {
  content: "\e900";
}
.icon-write:before {
  content: "\e900";

    font-size: 25px;
}
.icon-writing:before {
  content: "\e900";
}
.icon-save:before {
  content: "\e900";
}
.icon-list:before {
  content: "\e901";
}
.icon-playlist_add:before {
  content: "\e902";
}
.icon-add_circle:before {
  content: "\e903";
}
.icon-pencil1:before {
  content: "\e904";
}
.icon-write1:before {
  content: "\e904";
}
.icon-edit1:before {
  content: "\e904";
}
.icon-images:before {
  content: "\e905";
}
.icon-bin:before {
  content: "\e906";
}
.icon-trashcan:before {
  content: "\e906";
}
.icon-remove:before {
  content: "\e906";
}
.icon-delete:before {
  content: "\e906";
}
.icon-recycle:before {
  content: "\e906";
}
.icon-dispose:before {
  content: "\e906";
}
.icon-map:before {
  content: "\e90b";
}
.icon-filter:before {
  content: "\e90c";
}
body
{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#mainTitle
{
    font-size: 20px;
    /* font-weight: bold; */
    width: 800px;
    clear: both;
    /* font-size: 18px; */
    /* font-weight: bold; */
    font-size: 30px;
    font-family: 'Pathway Gothic One', sans-serif;
    /* margin-bottom: 10px; */
    display: block;
    padding-left: 16px;
    margin-bottom: 10px;
}
.mainMenu
{
font-size: 22px;
    font-family: 'Pathway Gothic One', sans-serif;
}
.container
{
	float:left;
	margin-left:10px;
	overflow:hidden;
	width:auto !important;
}
.pageHeader
{
    /* font-size: 18px; */
    /* font-weight: bold; */
    font-size: 30px;
    font-family: 'Pathway Gothic One', sans-serif;
    /* margin-bottom: 10px; */
    display: block;
	white-space:nowrap;
}
.pageHeader2
{
	font-size:14px;
	font-weight:normal;
	white-space:nowrap;
}
textarea
{
		transition: all 0.3s ease;
	    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: 200px;
    border: none;
    border-bottom: 1px solid #bababa;
	font-size: 14px;
	line-height: 21px;
	    
    margin-bottom: 10px;
	   color: #000;
	   height:22px;
	   overflow:hidden;
}
textarea:focus
{
    width: 400px;
    height: 500px;
	background-color:#F0f0f0;
	overflow:auto;
}
input,
select
{
width: 200px;
    border: none;
    border-bottom: 1px solid #bababa;
    font-weight: 400;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    /* line-height: 20px; */
    margin-bottom: 10px;
}
input[type=button]
{
	cursor:pointer;
}
#selectedList,
#fullList
{
	width:350px;
	    background-color: #F0F0F0;
}
td
{
	font-size:12px;
	    vertical-align: top;
    padding: 4px 6px;
}
.container .content .item.selected,
.trData:hover{
	background-color:#CCCCCC;
}
.trHeader
{
    background-color: #8d8d8d;
    color: #FFFFFF;
    font-weight: 300;
    /* letter-spacing: 0.6px; */
    font-size: 14px;
}
a{
	color:#000000;
}
.uploadDiv img
{
	    margin-bottom: 10px;
}
.uploadDiv
{
    background-color: #e1e1e1;
    padding: 10px;
    float: left;
    text-align: center;
	cursor:pointer;
}
.uploadDiv:hover
{
	background-color:#f0f0f0;
}
.bigText
{
	width:400px;
	height:600px;
}
.frClip
{
	background-color:#FFFF00;
} 
 .manager .icon
 {
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    padding: 3px;
 }
 .manager .icon:hover
 {
	 color:green;
 }
 .manager .icon-playlist_add
 {
	     font-size: 24px;
    margin-bottom: 6px;
 }
  .manager .icon-images
  {
		 font-size: 18px;
  }
  .manager .icon-bin
 {
	     font-size: 18px;
		 color:red;
 }
#container0 .manager .icon-list
{
	font-size:24px;
}

#map
{
	width:400px;
	height:400px;
}
#map:before
{
	content:'';
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:-10px;
		-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	border:1px solid black;
	
    left: 200px;
    top: 200px;
    z-index: 10;
	pointer-events:none;
}
#map:after
{
	content:'';
	position:absolute;
	display:block;
	width:1px;
	height:20px;
	margin-top:-20px;
	margin-left:1px;

	border-left:1px solid black;
	
    left: 200px;
    top: 200px;
    z-index: 10;
	pointer-events:none;
}
.container .content .item
{
	white-space:nowrap;
}
.uploadDivContainer .imgEmpty
{
	background-color:transparent;
	border:none;
	text-decoration:underline;
	    clear: both;
    float: left;
	cursor:pointer;
	margin-bottom:20px;
}
/*
.container .content
{
	transition: all 0.5s ease;
	width:200px;

    height: 100%;
}
.container:hover .content
{
	transition: all 0.5s ease;
	width:500px;
	background-color:#FAFAFA;
}
#container0:hover .content
{
	width:200px;
}*/


/**** REDACTOR INLINE STYLES ****/
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.redactor-styles
{
	font-family:'Open Sans', sans-serif;
}
.redactor-styles figure
{
	background-color:#F4F4F4;
}
.redactor-styles figure.image-left
{
	float:left;
}
.redactor-styles figure.image-right
{
	float:right;
}
.redactor-styles figure.image-center
{
	text-align:center;
}
.redactor-styles h2,
.redactor-dropdown-format .redactor-dropdown-item-h2
{
    color: #4298B5;
    font-weight:700;
    font-size:18px;

}
.redactor-styles h3,
.redactor-dropdown-format .redactor-dropdown-item-h3
{
	color: #4298B5;
    font-weight: 600;
    font-size: 16px;
}
.redactor-styles h4,
.redactor-dropdown-format .redactor-dropdown-item-h4
{
	color: #575757;
    font-weight: 600;
    font-size: 16px;
}
.redactor-styles p
{
	
	    line-height: 26px;
    font-size: 14px;
    margin-bottom: 34px;
}

.redactor-styles p.spot,
.redactor-dropdown-format .redactor-dropdown-item-spot_left,
.redactor-dropdown-format .redactor-dropdown-item-spot_right,
.redactor-dropdown-format .redactor-dropdown-item-spot_full
{
	    font-family: Montserrat Alternates;
    font-size: 18px!important;
    font-style: italic;
    margin-bottom: 20px!important;
    font-weight: 400;
    color: #000000;
    border: 1px solid #39839B;
    padding: 23px 0px;
    display: inline-block;
	width:100%;
    margin-right: 20px;
    /* background-color: #80B1C1; */
    border-left: none;
    border-right: none;
}
.redactor-dropdown-format .redactor-dropdown-item-spot_left
{
	float:left;
	width:auto;
}
.redactor-dropdown-format .redactor-dropdown-item-spot_right
{
	float:right;
	width:auto;
}
.redactor-dropdown-format .redactor-dropdown-item-spot_full
{
	width:90%;
}

.redactor-styles p.spot.float_left,
.redactor-styles p.spot.float_right
{
	max-width:50%;
}

.redactor-styles ul
{
	padding-left: 0px;
	list-style-type: none;
	margin-left:0px;
	margin-bottom:0px;
}
.redactor-styles ul li
{
    border-left: 1px solid #bebebe;
    padding:10px 20px;

    margin-bottom: 20px;
    background-color: #f5f5f5;
	font-size:14px;

}
.redactor-styles p span.highlight,
.redactor-dropdown-format .redactor-dropdown-item-highlight
{
    padding: 2px 0px 2px 6px;
    background-color: yellow;
    margin-right: 4px;
}
.redactor-styles p.alert,
.redactor-dropdown-format .redactor-dropdown-item-alert
{
padding: 15px 15px 15px 40px;
    background-color: #ea855d;
    color: white;
    font-size: 13px;
	border:none;
}
.redactor-styles p.alert:before,
.redactor-dropdown-format .redactor-dropdown-item-alert:before
{
    content: '*';
    position: absolute;
    font-size: 36px;
    color: white;
    margin-left: -27px;
    line-height: 37px;
}
.redactor-styles span.reference,
.redactor-dropdown-format .redactor-dropdown-item-reference
{
    color: #535353;
    font-style: italic;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
}
.redactor-styles span.reference:before,
.redactor-dropdown-format .redactor-dropdown-item-reference:before
{
	content:'-- ';
}
