/* THIS FILE IS COPYRIGHT ©2015 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE WITH THE BACKSTAGE SYSTEM */

/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2014 Fontspring
*
*
*
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor:      Mark Simonson Studio
* License URL: http://www.fontspring.com/fflicense/mark-simonson-studio
*
*
*/

/* - - - FONTS & ANIMATIONS - - - */
@import url("plugins/font-awesome.min.css");
@import url("plugins/jquery-chosen.css");
@font-face {
    font-family: 'proxima_nova-regular';
    src: url('fonts/ProximaNova-Reg-webfont.eot');
    src: url('fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova-semibold';
    src: url('fonts/ProximaNova-Sbold-webfont.eot');
    src: url('fonts/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova-bold';
    src: url('fonts/ProximaNova-Bold-webfont.eot');
    src: url('fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@-webkit-keyframes shake{
	0%,70%{-webkit-transform:translateX(0)}
	10%,30%,50%{-webkit-transform:translateX(-10px)}
	20%,40%,60%{-webkit-transform:translateX(10px)}
}
@-moz-keyframes shake{
	0%,70%{-moz-transform:translateX(0)}
	10%,30%,50%{-moz-transform:translateX(-10px)}
	20%,40%,60%{-moz-transform:translateX(10px)}
}
@-ms-keyframes shake{
	0%,70%{-ms-transform:translateX(0)}
	10%,30%,50%{-ms-transform:translateX(-10px)}
	20%,40%,60%{-ms-transform:translateX(10px)}
}
@-o-keyframes shake{
	0%,70%{-o-transform:translateX(0)}
	10%,30%,50%{-o-transform:translateX(-10px)}
	20%,40%,60%{-o-transform:translateX(10px)}
}
@keyframes shake{
	0%,70%{transform:translateX(0)}
	10%,30%,50%{transform:translateX(-10px)}
	20%,40%,60%{transform:translateX(10px)}
}
@-webkit-keyframes pop{
	0%{-webkit-transform:scale3d(0.5, 0.5, 1);opacity:0;}
	45%{-webkit-transform:scale3d(1.12, 1.12, 1);}
	80%{-webkit-transform:scale3d(0.9, 0.9, 1);}
	100%{-webkit-transform:scale3d(1, 1, 1);opacity:1;}
}
@-moz-keyframes pop{
	0%{-moz-transform:scale3d(0.5, 0.5, 1);opacity:0;}
	45%{-moz-transform:scale3d(1.12, 1.12, 1);}
	80%{-moz-transform:scale3d(0.9, 0.9, 1);}
	100%{-moz-transform:scale3d(1, 1, 1);opacity:1;}
}
@-ms-keyframes pop{
	0%{-ms-transform:scale3d(0.5, 0.5, 1);opacity:0;}
	45%{-ms-transform:scale3d(1.12, 1.12, 1);}
	80%{-ms-transform:scale3d(0.9, 0.9, 1);}
	100%{-ms-transform:scale3d(1, 1, 1);opacity:1;}
}
@-o-keyframes pop{
	0%{-o-transform:scale3d(0.5, 0.5, 1);opacity:0;}
	45%{-o-transform:scale3d(1.12, 1.12, 1);}
	80%{-o-transform:scale3d(0.9, 0.9, 1);}
	100%{-o-transform:scale3d(1, 1, 1);opacity:1;}
}
@keyframes pop{
	0%{transform:scale3d(0.5, 0.5, 1);opacity:0;}
	45%{transform:scale3d(1.12, 1.12, 1);}
	80%{transform:scale3d(0.9, 0.9, 1);}
	100%{transform:scale3d(1, 1, 1);opacity:1;}
}
@-webkit-keyframes spin{
	from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-moz-keyframes spin{
	from{-moz-transform: rotate(0deg);transform: rotate(0deg);}
	to{-moz-transform: rotate(359deg);transform: rotate(359deg);}
}
@-ms-keyframes spin{
	from{-ms-transform: rotate(0deg);transform: rotate(0deg);}
	to{-ms-transform: rotate(359deg);transform: rotate(359deg);}
}
@-o-keyframes spin{
	from{-o-transform: rotate(0deg);transform: rotate(0deg);}
	to{-o-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes spin{
	from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
	to{-webkit-transform: rotate(359deg);-moz-transform: rotate(359deg);-o-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg);}
}
@-webkit-keyframes hoverY{
    from {-webkit-transform:translate(0, 0px);}
    50% {-webkit-transform:translate(0, 6px);}
    to {-webkit-transform: translate(0, 0px);}
}
@-moz-keyframes hoverY{
    from {-moz-transform:translate(0, 0px);}
    50% {-moz-transform:translate(0, 6px);}
    to {-moz-transform: translate(0, 0px);}
}
@-ms-keyframes hoverY{
    from {-ms-transform:translate(0, 0px);}
    50% {-ms-transform:translate(0, 6px);}
    to {-ms-transform: translate(0, 0px);}
}
@-o-keyframes hoverY{
    from {-o-transform:translate(0, 0px);}
    50% {-o-transform:translate(0, 6px);}
    to {-o-transform: translate(0, 0px);}
}
@keyframes hoverY{
    from {transform:translate(0, 0px);}
    50% {transform:translate(0, 6px);}
    to {transform: translate(0, 0px);}
}
@-webkit-keyframes hoverX{
    from {-webkit-transform:translate(0, 0px);}
    50% {-webkit-transform:translate(-6px, 0px);}
    to {-webkit-transform: translate(0, 0px);}
}
@-moz-keyframes hoverX{
    from {-moz-transform:translate(0, 0px);}
    50% {-moz-transform:translate(-6px, 0px);}
    to {-moz-transform: translate(0, 0px);}
}
@-ms-keyframes hoverX{
    from {-ms-transform:translate(0, 0px);}
    50% {-ms-transform:translate(-6px, 0px);}
    to {-ms-transform: translate(0, 0px);}
}
@-o-keyframes hoverX{
    from {-o-transform:translate(0, 0px);}
    50% {-o-transform:translate(-6px, 0px);}
    to {-o-transform: translate(0, 0px);}
}
@keyframes hoverX{
    from {transform:translate(0, 0px);}
    50% {transform:translate(-6px, 0px);}
    to {transform: translate(0, 0px);}
}
.shake{
	-webkit-animation: shake 0.8s;
	-moz-animation: shake 0.8s;
	-ms-animation: shake 0.8s;
	-o-animation: shake 0.8s;
	animation: shake 0.8s;
}
/* - - - BASE STYLES - - - */
*{
	margin:0;
	padding:0;
}
body{
	background: white;
	font-family: 'proxima_nova-regular', 'Helvetica', 'Ariel', sans-serif;
	font-size: 14px;
	color: rgb(80, 80, 80);
	cursor: default;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
p{
	font-size: 16px;
	line-height: 22px;
}
h1{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
	color: rgb(50,50,50);
}
h2{
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: rgb(50,50,50);
}
h3{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-bottom: 18px;
}
h4{
	color: rgb(150,150,150);
	font-size: 12px;
	padding-left: 5px;
	font-weight: normal;
}
b{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a, a:visited{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.nohover:hover{
	text-decoration: none;
}
br{
	line-height: 35px;
}
.option-hidden{
	display: none;
}
body.option .option-hidden:not(.option-disabled){
	display: inherit;
}
body.option .option-visible:not(.option-disabled){
	display: none;
}
hr{
	height: 1px;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.7);
    font-size: 0;
    border: 0;
    width: 100%;
}
ul{
	list-style: none;
}
input[type=button]{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-style: normal;
	min-width: 70px;
	min-height: 29px;
	padding: 5px;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	color: rgb(100,100,100);
}
input[type=button].small{
	min-height: 25px;
	min-width: 55px;
	padding: 4px;
	font-size: 14px;
}
input[type=button]:active{
	color: rgb(60,60,60)
}
input[type=button].default{
	color: #08c;
}
input[type=button].default:active{
	color: #006a9e;
}
input[type=button].red{
	color: #ce3535;
}
input[type=button].red:active{
	color: #9f0000;
}
input[type=button].disabled, input[type=button].disabled:active{
	color: rgb(150,150,150) !important;
}
input[type="checkbox"] { 
	position: absolute;
	opacity: 0;
}
label span{
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
input[type="checkbox"] + div{
	vertical-align: middle;
	float: left;
	width: 40px;
	height: 24px;
	border: 1px solid #E5E5E5;
	border-radius: 999px;
	background-image: -o-linear-gradient(#ffffff, #FDFDFD);
	background-image: -ms-linear-gradient(#ffffff, #FDFDFD);
	background-image: -moz-linear-gradient(#ffffff, #FDFDFD);
	background-image: -webkit-linear-gradient(#ffffff, #FDFDFD);
	background-image: linear-gradient(#ffffff, #FDFDFD);
	-webkit-transition-duration: .3s;
	-webkit-transition-property: background-color, box-shadow, border;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: .3s;
	-moz-transition-property: background-color, box-shadow, border;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-duration: .3s;
	-ms-transition-property: background-color, box-shadow, border;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-duration: .3s;
	-o-transition-property: background-color, box-shadow, border;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: background-color, box-shadow, border;
	transition-timing-function: ease-in-out;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.15);
}
input[type="checkbox"]:checked + div{
	background-position: 0 0;
	background-image: -webkit-linear-gradient(#0088CC, #0088CC);
	background-image: -moz-linear-gradient(#0088CC, #0088CC);
	background-image: -ms-linear-gradient(#0088CC, #0088CC);
	background-image: -o-linear-gradient(#0088CC, #0088CC);
	background-image: linear-gradient(#0088CC, #0088CC);
	border: 1px solid transparent;
	box-shadow: inset 0 0 0 10px #0088CC;
}
input[type="checkbox"] + div > div{
	float: left;
	width: 22px; height: 22px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: transform, background-color;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-property: transform, background-color, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-duration: 0.3s;
	-o-transition-property: transform, background-color;
	-o-transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-property: transform, background-color, box-shadow;
	transition-timing-function: ease-in-out;
	box-shadow: 0 0 3px 1px hsla(0, 0%, 0%, .065), 0 3px 5px hsla(0, 0%, 0%, .10), 1px 2px 2px hsla(0, 0%, 0%, .03);
	pointer-events: none;
	margin-top: 1px;
	margin-left: 1px;
}
input[type="checkbox"]:checked + div > div{
	-webkit-transform: translate3d(16px, 0, 0);
	-moz-transform: translate3d(16px, 0, 0);
	-ms-transform: translate3d(16px, 0, 0);
	-o-transform: translate3d(16px, 0, 0);
	transform: translate3d(16px, 0, 0);
}
.saving{
	pointer-events: none;
}
.select-wrapper{
	width: auto;
	height: 25px;
	overflow: hidden;
	background: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
}
.select-wrapper select{
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	width: 100%;
	height: 100%;
	padding: 3px 32px 0px 7px;
	font-size: 14px;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	color: rgb(80,80,80);
	font-family: 'proxima_nova-regular', 'Helvetica', 'Ariel', sans-serif;
	outline: none;
}
.select-wrapper i{
	position: relative;
	width: 15px;
	height: 15px;
	bottom: 20px;
	right: 5px;
	font-size: 18px;
	float: right;
	pointer-events: none;
	color: rgb(80,80,80);
}
.spinner{
	width: 18px;
	height: 18px;
	margin: 0px auto;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #808394;
	border-top: 2px solid #808394;
	border-radius: 100%;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
}
.spinner-white{
	width: 18px;
	height: 18px;
	margin: 0px auto;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid white;
	border-top: 2px solid white;
	border-radius: 100%;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
}
.ui-helper-hidden-accessible{
	display:none;
}
/* - - - SECTIONS SHEET OVERLAY - - - */
.edit-sections-sheet-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-transition: 0.45s ease-in-out;
    -moz-transition: 0.45s ease-in-out;
    -ms-transition: 0.45s ease-in-out;
    -o-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
    z-index: 300;
}
.edit-sections-sheet-wrapper.active{
	visibility: visible;
}
.edit-sections-sheet{
	position: absolute;
	height: 376px;
	width: 570px;
	top: -480px;
	left: 50%;
	margin-left: -316px;
	padding: 25px;
	background: white;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	z-index: 300;
	-webkit-transition: top 0.45s ease-in-out;
    -moz-transition: top 0.45s ease-in-out;
    -ms-transition: top 0.45s ease-in-out;
    -o-transition: top 0.45s ease-in-out;
    transition: top 0.45s ease-in-out;
}
.edit-sections-sheet-wrapper.active .edit-sections-sheet{
	top: -4px;
}
.edit-sections-sheet .edit-sections-sheet-content{
	padding: 10px;
	width: 550px;
	display: none;
}
.edit-sections-sheet .edit-sections-sheet-content.active{
	display: block;
}
.edit-sections-sheet .edit-element{
	float: left;
	margin-right: 20px;
}
.edit-sections-sheet h3{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.edit-sections-sheet #sectionEditTitleElement{
	display: none;
}
.edit-sections-sheet #sectionEditTitle[readonly]{
	border: 1px solid transparent;
	color: rgb(80, 80, 80);
}
.edit-sections-sheet .select-wrapper #sectionEditIcon{
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.edit-sections-sheet label{
	font-size: 12px;
	float: right;
	margin-top: 30px;
	display: none;
}
.edit-sections-sheet #sectionEditReoccurringIndicator{
	font-size: 12px;
	float: right;
	margin-top: 42px;
	text-align: right;
	width: 100px;
}
.edit-sections-sheet ul{
	width: auto;
	height: 212px;
	margin-top: 80px;
	padding-bottom: 19px;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	overflow-y: auto;
}
.edit-sections-sheet ul li, .edit-sections-sheet ul .sort-placeholder{
	height: 27px;
	padding: 15px;
	border-bottom: 1px solid #f0f0f2;
}
.edit-sections-sheet ul li.ui-sortable-helper{
	background: white;
	border-bottom: 1px solid transparent;
}
.edit-sections-sheet ul .sort-placeholder{
	border-bottom: 1px solid transparent;
	background: rgba(239,240,245,0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.edit-sections-sheet ul li.active{
	background: #e5f2fe;
}
.edit-sections-sheet ul li input[type=text]{
	width: 300px;
	float: left;
}
.edit-sections-sheet ul li .select-wrapper{
	width: 190px;
	float: right;
}
.edit-sections-sheet ul li.not-sortable .select-wrapper, .edit-sections-sheet ul li.not-sortable input[type=text]{
	pointer-events: none;
	border: 1px solid #eee !important;
	box-shadow: none !important;
}
.edit-sections-sheet .list-bottom-bar{
	width: auto;
	border: 1px solid #ccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: white;
	height: 20px;
	position: relative;
	top: -21px;
}
.edit-sections-sheet .list-bottom-bar i{
	float: left;
	height: 16px;
	width: 24px;
	padding-top: 4px;
	text-align: center;
	font-size: 13px;
	border-right: 1px solid #ccc;
}
.edit-sections-sheet .list-bottom-bar i.active:active{
	background: rgba(239,240,245,0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.edit-sections-sheet .list-bottom-bar i:not(.active){
	color: #ccc;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list{
	width: 170px;
	float: left;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-details{
	width: 370px;
	float: right;
}
.edit-sections-sheet .content-autocomplete ul{
	margin-top: 10px;
	height: 282px;
}
.edit-sections-sheet .content-autocomplete ul span.empty{
	position: absolute;
	top: 50%;
	left: 216px;
	width: 368px;
	margin-top: 0px;
	text-align: center;
	color: #808394;
}
.edit-sections-sheet .content-autocomplete ul span.empty, .edit-sections-sheet .content-autocomplete ul .spinner-wrapper.small span{
	font-size: 14px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li{
	padding: 8px 15px;
	height: 42px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li h4{
	padding-left: 0px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li input[type=text]{
	width: 130px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	outline: none;
	border: none !important;
	pointer-events: none;
	font: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li.active input[type=text]{
	pointer-events: inherit;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li h4 input[type=text]{
	position: relative;
	top: -3px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-list li input[type=text]:focus{
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-details li .select-wrapper{
	width: 221px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-details li .select-wrapper.entry-type{
	float: left;
	width: 100px;
}
.edit-sections-sheet .content-autocomplete .content-autocomplete-details li input[type=text]{
	float: right;
	width: 215px;
}
.edit-sections-sheet .spinner-wrapper{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 100px;
}
.edit-sections-sheet .spinner-wrapper{
	margin-top: 15px;
}
.edit-sections-sheet .content-autocomplete .spinner-wrapper.medium{
	margin-top: -10px;
}
.edit-sections-sheet .content-autocomplete .spinner-wrapper.small{
	margin-top: -20px;
	margin-left: -270px;
}
.edit-sections-sheet .content-autocomplete .spinner-wrapper.small span{
	padding: 0px 20px;
}
.account-overlay .section .spinner-wrapper .spinner, .edit-sections-sheet .spinner-wrapper .spinner{
	float: none;
	margin: 0px auto;
}
.edit-sections-sheet .spinner-wrapper.error-notice{
	width: 300px;
	margin-left: -145px;
}
.edit-sections-sheet .spinner-wrapper span{
	float: none;
	display: block;
	margin: 6px auto;
	text-align: center;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet{
	height: 422px;
	width: 370px;
	margin-left: -216px;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet .edit-sections-sheet-content{
	width: 350px;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet ul{
	margin-top: 10px;
	height: 347px;
	padding-bottom: 0px;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet ul li:last-child{
	border-bottom: 1px transparent;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet ul li .left{
	float: left;
	width: 200px;
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet ul li .right{
	float: right;
	width: 100px;
	text-align: right
}
.edit-sections-sheet-wrapper.server-report .edit-sections-sheet ul li h4{
	padding-left: 0px;
}
.edit-sections-sheet .buttons{
	position: absolute;
	bottom: 11px;
	right: 11px;
}
.edit-sections-sheet .buttons input[type=button]{
	display: block;
	float: right;
	margin-left: 5px;
}
.edit-sections-sheet .buttons.saving{
	opacity: 1;
}
.edit-sections-sheet .buttons.saving input[type=button].default, .server-report .edit-sections-sheet .buttons input[type=button]:not(.default){	
	display: none;
}
.edit-sections-sheet .buttons .inner-button{
	display: none;
	height: 15px;
	width: 70px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.edit-sections-sheet .buttons .inner-button .spinner{
	display: block;
	margin: auto;
	height: 15px;
	width: 15px;
	position: initial;
	bottom: 0px;
	right: 0px;
	visibility: inherit;
}
.edit-sections-sheet .buttons.saving .inner-button{
	display: block;
}
/* - - - UPLOAD OVERLAY - - - */
.upload-overlay-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 500;
}
.upload-overlay-wrapper.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.upload-overlay-wrapper .upload-overlay{
	position: absolute;
	width: 540px;
	height: 380px;
	left: 50%;
	margin-left: -270px;
	top: 50%;
	margin-top: -190px;
	border-radius: 8px;
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.upload-overlay-wrapper.active .upload-overlay{
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.upload-overlay-wrapper .upload-overlay h3{
	padding: 24px 20px 20px 20px;
	margin-bottom: 0px;
	font-size: 20px;
	border-bottom: 1px solid #dadada;
}
.upload-overlay-wrapper .upload-overlay .drop-zone{
	position: relative;
	width: 100%;
	height: 260px;
}
.upload-overlay-wrapper .upload-overlay.progress-progress .drop-zone, .upload-overlay-wrapper .upload-overlay.progress-complete .drop-zone, .upload-overlay-wrapper .upload-overlay.progress-finishing .drop-zone{
	border-color: transparent;
	pointer-events: none;
}
.upload-overlay-wrapper .upload-overlay .drop-zone.dragover, .upload-overlay-wrapper .upload-overlay .drop-zone:active{
	background: #efefef;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper{
	width: 100%;
	height: 100%;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ready-ui i, .upload-overlay-wrapper .upload-overlay .drop-zone .progress-ui i{
	position: relative;
	width: 100%;
	top: 71px;
	font-size: 80px;
	text-align: center;
	color: #808394;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .ready-ui span{
	position: relative;
	display: block;
	width: 100%;
	top: 80px;
	font-size: 20px;
	text-align: center;
	color: #808394;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ready-ui.error-ui i, .upload-overlay-wrapper .upload-overlay .drop-zone .ready-ui.error-ui span{
	color: #ce3535;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-ui{
	position: absolute;
	left: 110px;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-ui i{
	position: absolute;
	top: 90px;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-ui i.cloud-animated{
	color: #338cdf;
	clip: rect(70px,90px,70px,0px);
	-webkit-transition: clip 0.1s ease-in-out;
	-moz-transition: clip 0.1s ease-in-out;
	-ms-transition: clip 0.1s ease-in-out;
	-o-transition: clip 0.1s ease-in-out;
	transition: clip 0.1s ease-in-out;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-ui i.check-animated{
	top: 118px;
	left: 30px;
	color: white;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.upload-overlay-wrapper .upload-overlay.progress-complete .drop-zone .ui-wrapper .progress-ui i.check-animated{
	opacity: 1;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info .progress-percentage{
	width: 210px;
	border-radius: 6px;
	border-radius: 5px;
	background: #fdfdfd;
	border: 1px solid;
	border-color: #cbcfe2 #c8cee7 #c4c7d7;
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
	background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
	background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
	background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
	background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info p{
	position: absolute;
	bottom: 134px;
	left: 215px;
	width: 250px;
	color: #808394;
	text-shadow: 0 1px white;
	font-size: 14px;
	line-height: 19px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info p.progress-loaded, .upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info p.progress-total{
	bottom: 116px;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info .progress-remaining{
	bottom: 98px;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info .progress-total{
	display: none;
}
.upload-overlay-wrapper .upload-overlay.progress-complete .drop-zone .ui-wrapper .progress-info .progress-total{
	display: block;
}
.upload-overlay-wrapper .upload-overlay.progress-complete .drop-zone .ui-wrapper .progress-info .progress-loaded{
	display: none;
}
.upload-overlay-wrapper .upload-overlay .drop-zone .ui-wrapper .progress-info p b{
	font-size: 16px;
}
.upload-overlay-wrapper .upload-overlay .drop-zone input{
	display: none;
}
.upload-overlay-wrapper .upload-overlay .buttons{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top: 1px solid #dadada;
}
.upload-overlay-wrapper .upload-overlay .buttons input[type=button]{
	margin: 11px 5px;
	float: right;
}
.upload-overlay-wrapper .upload-overlay .buttons #uploadCancel{
	display: none;
}
.upload-overlay-wrapper .upload-overlay.progress-finishing .buttons #uploadCancel{
	pointer-events: none;
	opacity: 0.5;
}
/* - - - ALERT DIALOGUE - - - */
.alert-overlay-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    z-index: 1000;
}
.alert-overlay-wrapper.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.alert-overlay-wrapper .alert-overlay{
	position: relative;
	width: 440px;
	padding: 25px 25px 5px 25px;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -120px;
	border-radius: 8px;
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.alert-overlay-wrapper.active .alert-overlay{
	-webkit-animation-duration:300ms;
	-webkit-animation-name:pop;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-duration:300ms;
	-moz-animation-name:pop;
	-moz-animation-timing-function:ease-in-out;
	-ms-animation-duration:300ms;
	-ms-animation-name:pop;
	-ms-animation-timing-function:ease-in-out;
	-o-animation-duration:300ms;
	-o-animation-name:pop;
	-o-animation-timing-function:ease-in-out;
	animation-duration:300ms;
	animation-name:pop;
	animation-timing-function:ease-in-out;
}
.alert-overlay-wrapper .alert-overlay .icons{
	float: left;
	margin-right: 15px;
	font-size: 50px;
	width: 50px;
	height: 50px;
}
.alert-overlay-wrapper .alert-overlay .icons i.icon-large{
	color: rgb(120, 120, 120);
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon i.icon-large{
	display: none;
}
.alert-overlay-wrapper .alert-overlay .icons i.fa-film{
	font-size: 47px;
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container{
	position: absolute;
	top: 54px;
	left: 56px;
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon .icon-container{
	position: absolute;
	top: 25px;
	left: 25px;
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container i{
	position: absolute;
	font-size: 25px;
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon .icon-container i{
	font-size: 50px;
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container i.icon-background{
	position: absolute;
	display: block;
	width: 6px;
	height: 15px;
	left: 9px;
	top: 6px;
	background: black;
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon .icon-container i.icon-background{
	height: 30px;
	left: 22px;
	top: 10px;
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container i.icon-background.white{
	left: 3px;
	width: 15px;
	height: 13px;
	background: white;
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon .icon-container i.icon-background.white{
	height: 31px;
	left: 7px;
	width: 35px;
	top: 12px;
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container i.fa-exclamation-triangle{
	color: #face2f;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}
.alert-overlay-wrapper .alert-overlay .icons .icon-container i.fa-check-circle{
	color: #2abd2f;
}
.alert-overlay-wrapper .alert-overlay .icons.main-icon .icon-container i.fa-check-circle{
	font-size: 58px;
}
.alert-overlay-wrapper .alert-overlay h2{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 70px;
	font-size: 20px;
}
.alert-overlay-wrapper .alert-overlay p{
	margin-left: 70px;
	min-height: 44px;
}
.alert-overlay-wrapper .alert-overlay .buttons{
	height: 25px;
	width: 460px;
	margin-left: -25px;
	margin-top: 25px;
	padding: 10px 15px;
	border-top: 1px solid rgb(220,220,220);
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button]{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-weight: normal;
	font-style: normal;
	min-width: 70px;
	min-height: 29px;
	padding: 5px;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	color: rgb(100,100,100);
	text-shadow: none;
	float: right;
	margin-left: 5px;
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button].forget{
	float: left;
	margin-left: 75px;
	display: none;
}
.alert-overlay-wrapper .alert-overlay .buttons.forget input[type=button].forget{
	display: block;
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button]:active{
	color: rgb(60,60,60)
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button].default{
	color: #08c;
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button].default:active{
	color: #006a9e;
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button].red{
	color: #ce3535;
}
.alert-overlay-wrapper .alert-overlay .buttons input[type=button].red:active{
	color: #9f0000;
}
.alert-overlay-wrapper .alert-overlay .buttons input.cancel.hidden{
	display: none;
}
.report-overlay-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 15%,rgba(0,0,0,0.8) 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    z-index: 1000;
}
.report-overlay-wrapper.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.report-overlay-wrapper .report-overlay{
	position: relative;
	width: 440px;
	padding: 25px 25px 5px 25px;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -155px;
	border-radius: 8px;
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}
.report-overlay-wrapper.active .report-overlay{
	-webkit-animation-duration:300ms;
	-webkit-animation-name:pop;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-duration:300ms;
	-moz-animation-name:pop;
	-moz-animation-timing-function:ease-in-out;
	-ms-animation-duration:300ms;
	-ms-animation-name:pop;
	-ms-animation-timing-function:ease-in-out;
	-o-animation-duration:300ms;
	-o-animation-name:pop;
	-o-animation-timing-function:ease-in-out;
	animation-duration:300ms;
	animation-name:pop;
	animation-timing-function:ease-in-out;
}
.report-overlay-wrapper .report-overlay .icons{
	float: left;
	margin-right: 15px;
	font-size: 50px;
	width: 50px;
	height: 50px;
}
.report-overlay-wrapper .report-overlay .icons i.icon-large{
	color: rgb(120, 120, 120);
}
.report-overlay-wrapper .report-overlay .icons .icon-container{
	position: absolute;
	top: 54px;
	left: 56px;
}
.report-overlay-wrapper .report-overlay .icons .icon-container i{
	position: absolute;
	font-size: 25px;
}
.report-overlay-wrapper .report-overlay .icons .icon-container i.icon-background{
	position: absolute;
	display: block;
	width: 6px;
	height: 15px;
	left: 9px;
	top: 6px;
	background: black;
}
.report-overlay-wrapper .report-overlay .icons .icon-container i.fa-exclamation-triangle{
	color: #face2f;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}
.report-overlay-wrapper .report-overlay h2{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 70px;
	font-size: 20px;
}
.report-overlay-wrapper .report-overlay p{
	margin-left: 70px;
	min-height: 44px;
}
.report-overlay-wrapper .report-overlay .details-button{
	margin-left: 75px;
	padding: 17px 10px 7px 0px;
	width: 62px;
}
.report-overlay-wrapper.feedback .report-overlay .details-button{
	display: none;
}
.report-overlay-wrapper .report-overlay .details-button i{
	font-size: 16px;
	width: 3px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.report-overlay-wrapper.details .report-overlay .details-button i{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.report-overlay-wrapper .report-overlay .details-button b{
	margin-left: 5px;
}
.report-overlay-wrapper .report-overlay .select-wrapper{
	margin-left: 5px;
	margin-bottom: 10px;
	display: none;
}
.report-overlay-wrapper.feedback .report-overlay .select-wrapper{
	display: block;
}
.report-overlay-wrapper .report-overlay textarea{
	margin-left: 70px;
	width: 360px;
	height: 0px;
	min-height: 0px;
	border: 1px solid #ccc;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -moz-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -ms-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -o-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
}
.report-overlay-wrapper.details .report-overlay textarea{
	height: 70px;
	visibility: visible;
	opacity: 1;
}
.report-overlay-wrapper.feedback .report-overlay p, .report-overlay-wrapper .report-overlay textarea.feedback, .report-overlay-wrapper.feedback .report-overlay textarea.error-log{
	display: none;
}
.report-overlay-wrapper.feedback .report-overlay textarea.feedback{
	display: block;
	height: 70px;
	visibility: visible;
	opacity: 1;
}
.report-overlay-wrapper .report-overlay h4{
	padding-top: 0px;
	margin-left: 65px;
	-webkit-transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -ms-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
}
.report-overlay-wrapper.feedback .report-overlay h4{
	padding-top: 10px;
}
.report-overlay-wrapper.details .report-overlay h4{
	padding-top: 20px;
}
.report-overlay-wrapper .report-overlay .buttons{
	height: 25px;
	width: 460px;
	margin-left: -25px;
	margin-top: 25px;
	padding: 10px 15px;
	border-top: 1px solid rgb(220,220,220);
}
.report-overlay-wrapper .report-overlay .buttons.saving{
	opacity: 0.8;
}
.report-overlay-wrapper .report-overlay .buttons input[type=button]{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-weight: normal;
	font-style: normal;
	display: block;
	min-width: 70px;
	min-height: 29px;
	padding: 5px;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	color: rgb(100,100,100);
	text-shadow: none;
	float: right;
	margin-left: 5px;
}
.report-overlay-wrapper .report-overlay .buttons .spinner{
	display: none;
	height: 18px;
	width: 18px;
	float: right;
	margin-right: 41px;
	margin-top: 3px;
	margin-left: 41px;
}
.report-overlay-wrapper .report-overlay .buttons.saving .spinner{
	display: block;
}
.report-overlay-wrapper .report-overlay .buttons.saving input[type=button].default{
	display: none;
}
.report-overlay-wrapper .report-overlay .buttons input[type=button]:active{
	color: rgb(60,60,60)
}
.report-overlay-wrapper .report-overlay .buttons input[type=button].default{
	color: #08c;
}
.report-overlay-wrapper .report-overlay .buttons input[type=button].default:active{
	color: #006a9e;
}
.report-overlay-wrapper .report-overlay .buttons input.cancel.hidden{
	display: none;
}