/*csslint adjoining-classes: false, star-property-hack: false, important: false, outline-none: false, display-property-grouping: false */

.itsa-panel.itsa-hiddenpanel,
.itsa-panel.itsa-inlinepanel.itsa-hiddenpanel {
    position: absolute !important;
    visibility: hidden;
    left: -9999px !important;
    top: -9999px !important;
}
.itsa-panel {
    position: absolute !important;
    z-index: 2 !important;
    overflow: hidden;
    border: solid 1px #000;
    vertical-align: middle;
    font-size: 100%;
    text-align: left;
    width: auto !important;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.itsa-panel.itsa-button-capitalize button,
.itsa-panel.itsa-label-capitalize label {
    text-transform: capitalize;
}

.itsa-panel.itsa-button-uppercase button,
.itsa-panel.itsa-label-uppercase label {
    text-transform: uppercase;
}

.itsa-panel.itsa-button-lowercase button,
.itsa-panel.itsa-label-lowercase label {
    text-transform: lowercase;
}

.itsa-panel:focus,
.itsa-panel:-moz-focusring,
.itsa-panel button:focus,
.itsa-panel button:-moz-focusring {
    outline: none;
}
.itsa-panel div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.itsa-inlinefooter {
    position: static !important;
    visibility: hidden !important;
}
.itsa-panel.itsa-styledpanel {
    -webkit-box-shadow: 5px 5px 6px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    5px 5px 6px rgba(50, 50, 50, 0.45);
    box-shadow:         5px 5px 6px rgba(50, 50, 50, 0.45);
}
.itsa-panel.itsa-styledpanel.itsa-focused {
    -webkit-box-shadow: 5px 5px 6px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    5px 5px 6px rgba(50, 50, 50, 0.6);
    box-shadow:         5px 5px 6px rgba(50, 50, 50, 0.6);
}
.itsa-panel.itsa-styledpanel.itsa-inlinepanel,
.itsa-panel.itsa-styledpanel.itsa-focused.itsa-inlinepanel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.itsa-panel .itsa-hiddensection {
    display: none;
}
.itsa-panel.itsa-inlinepanel {
    position: static !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.itsa-panel .itsa-panelheader,
.itsa-panel .itsa-panelbody,
.itsa-panel .itsa-panelfooter {
    width: 100%;
    min-height: 24px;
}
.itsa-panel .itsa-panelheader {
    position: relative;
}

.itsa-panel .itsa-panelstatusbar,
.itsa-panel .itsa-panelfooter {
    position: absolute;
}
.itsa-panel .itsa-panelheader,
.itsa-panel .itsa-panelstatusbar,
.itsa-panel .itsa-panelfooter {
    line-height: 1em;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
}

.itsa-panel .itsa-statusbar-container {
    height: 1.7em;
    line-height: 1.7em;
}
.itsa-panel .itsa-panelheader {
    top: 0;
}
.itsa-panel .itsa-panelbody,
.itsa-panel .pure-form {
    position: static;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
}
.itsa-panel .itsa-panelstatusbar {
    width: 100%;
    bottom: 0;
}
.itsa-panel .itsa-panelfooter {
    bottom: 0;
}
.itsa-panel .itsa-panelinnerheader {
    padding: 0.7em 2em 0.7em 0.7em;
}
.itsa-panel .itsa-panelinnerfooter {
    padding: 0.55em 1.2em 0.55em 0.7em;
}

.itsa-panel.itsa-panelfootersmallsize .itsa-panelinnerfooter {
    padding: 0.4em 1.2em 0.4em 0.7em;
    font-size: 85%;
}

.itsa-panel.itsa-panelfooterlargesize .itsa-panelinnerfooter {
    padding: 0.65em 1.2em 0.65em 0.7em;
    font-size: 135%;
}

.itsa-panel .pure-button {
    margin: 0;
}

.itsa-panel .itsa-panelinnerfooter button + button,
.itsa-panel .itsa-panelinnerfooter button + button {
    margin-left: 0.5em;
}

.itsa-panel .itsaviewmodel {
    overflow: hidden;
}

.itsa-panel .itsa-panelinnerfooter.itsaviewmodel {
    text-align: right;
}

.itsa-panel .itsa-panelinnerheader >div,
.itsa-panel .itsa-panelinnerfooter >div {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
}
.itsa-panel .itsa-rightalign {
    text-align: right;
}
.itsa-panel .itsa-panelinnerbody {
    padding: 1.6em 1.2em;
    line-height: 140%;
}
.itsa-panel >div {
    min-width: 150px;
    min-height: 75px;
    position: relative;
}
.itsa-panel .itsa-panelclosebtn {
    cursor: pointer;
    position: absolute;
    right: 0.35em;
    top: 0.5em;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.itsa-panel fieldset:last-child,
.itsa-panel .pure-form fieldset:last-child {
    padding-bottom: 0;
}
.itsa-panel .itsa-panelheader .pure-button {
    font-size: 80%;
}
.itsa-panel .itsa-panelclosebtn.pure-button {
    background: none;
    border: none;
}
.itsa-panel .itsa-panelclosebtn:hover,
.itsa-panel .itsa-panelclosebtn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.itsa-panel.yui3-dd-draggable .itsa-panelheader {
    cursor: move;
}
.itsa-panel .itsa-panelbody {
    height: 100%;
    overflow-y: auto;
}
.yui3-widget-mask {
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 1 !important;
}

/* now the styled css */
.itsa-panel.itsa-styledpanel .itsa-panelclosebtn.pure-button {
    color: #FFF;
}
.itsa-panel.itsa-styledpanel {
    background-color: #FFF;
    color: #333;
}
.itsa-panel.itsa-styledpanel .itsa-panelfooter {
    background-color: #FFF;
    border-top: 1px solid #EAE6DB;
}
.itsa-panel.itsa-styledpanel.itsa-panelfooter-top .itsa-panelfooter {
    border-top: none;
    border-bottom: 1px solid #EAE6DB;
    bottom: auto;
}
.itsa-panel.itsa-styledpanel .itsa-panelheader {
    color: #FFF;
    border-bottom: 1px solid #2647A0;
    /* browserwide background gradients are nice made using http://www.colorzilla.com/gradient-editor/ */
    /* CAUTION: you need to add a '\9' add the end of the 'filter-property' yourself to make sure this rule does not target IE9 and above */
    background: #004dad; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMDA0ZGFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA2YmNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #004dad 0%, #004dad 7%, #006bce 50%, #0078e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004dad), color-stop(7%,#004dad), color-stop(50%,#006bce), color-stop(100%,#0078e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #004dad 0%,#004dad 7%,#006bce 50%,#0078e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #004dad 0%,#004dad 7%,#006bce 50%,#0078e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #004dad 0%,#004dad 7%,#006bce 50%,#0078e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #004dad 0%,#004dad 7%,#006bce 50%,#0078e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004dad', endColorstr='#0078e7',GradientType=0 )\9; /* IE6-8 */
}