@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic);
/* 
    Document   : normalize
    Created on : Jan 27, 2014, 3:12:52 PM
    Author     : Jan
    Description:
        Purpose of the stylesheet follows.
*/

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    min-width: 1044px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 16px;
}

h4 {
    margin: 0;
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p {
    margin: 0;
    line-height: auto;
}

pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

input[type="text"] {
    margin: 0 0 1em;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    *border-collapse: collapse; /* IE7 and lower */
}

html,
button,
input,
select,
textarea {
    color: #6a6a6a;
}

body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    background: #f8f8f8;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

progress,          /* All HTML5 progress enabled browsers */
progress[role]     /* polyfill */
{
	
    /* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	/* gets rid of default border in Firefox and Opera. */ 
	border: none;

	/* Needs to be in here for Safari polyfill so background images work as expected. */
	background-size: auto;
	border-radius: 10px;
	
}

progress.welcome,          /* All HTML5 progress enabled browsers */
progress[role]     /* polyfill */
{
    /* Dimensions */
	width: 207px;
	height: 12px;
}

progress.uploader,          /* All HTML5 progress enabled browsers */
progress.uploader[role]     /* polyfill */
{
    /* Dimensions */
	height: 6px;
}

/* Polyfill */
progress[role]:after {
	background-image: none; /* removes default background from polyfill */
}

/* Ensure fallback text doesn't appear in polyfill */
progress[role] strong {
	display: none;
}

  /* Firefox  */ 
progress,                        
progress[role][aria-valuenow] {
   border-radius: 10px;    /* Polyfill */
   background: #ddd !important; /* !important is needed by the polyfill */
}

progress.uploader,     
progress.uploader[role][aria-valuenow] {  /* Polyfill */
   background: #487fdf !important; /* !important is needed by the polyfill */
   border-radius: 0;
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #eaeaea;
    border-radius: 10px
}

progress.uploader::-webkit-progress-bar {
    background: #eaeaea;
    border-radius: 0;
}


/* IE10 */
progress {
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #00d57c;
    border-radius: 10px;
}

progress.uploader {
    background: url("../images/pu-progress-repeat-x.png") repeat-x;
    position: relative;
    top: -3px;
}

progress.blue {
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #487fdf;
}

/* Firefox */
progress::-moz-progress-bar { 
    border-radius: 10px;
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #00d57c;
}

progress.blue::-moz-progress-bar {
    border-radius: 10px;
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #487fdf;
}

progress.uploader::-moz-progress-bar { 
    background: url("../images/pu-progress-repeat-x.png") repeat-x;
}

/* Chrome */
/** Chrome cursor for file input type **/
::-webkit-file-upload-button { 
	cursor:pointer; 
}

progress::-webkit-progress-value {
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #00d57c;
    border-radius: 10px;
}

progress.blue::-webkit-progress-value {
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #487fdf;
    border-radius: 10px;
}

progress.blue::-webkit-progress-value {
    background: url("../images/pu-progress-repeat-x.png") repeat-x;
    border-radius: 0;
}

/* Polyfill */
progress[aria-valuenow]:before  {
    border-radius: 10px;
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #00d57c;
}

progress.blue[aria-valuenow]:before  {
    border-radius: 10px;
    background: url("../images/pu-sprite-repeat-x.png") repeat-x scroll 0 0 #487fdf;
}

progress.uploader[aria-valuenow]:before {
    background: url("../images/pu-progress-repeat-x.png") repeat-x;
    border-radius: 0;
}

input[type="radio"] {
    cursor: pointer;
}

input[type="radio"]:active {
    
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dis-block {
    display: block !important;
}

.light-gray-bg {
    background: #ededed;
}

.very-light-bg {
    background: #f8f8f8;
}

.evil-text,
#top-section .evil-text,
#main .evil-text {
    color: #666;
}

.evil-bg {
    background: #666;
}

.notso-evil-bg {
    background: #888;
}

.tight-line {
    line-height: 1.2;
}

input[type="password"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="text"] {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
    padding: .8em 1.2em;
}

select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px 8px; 
}

.pu-select {
    position: relative;
    cursor: pointer;
    background: #ddd;
    padding: .75em 1.2em;
    border-radius: 5px;
    font-size: 14px;
    background: #dddddd;
    border: 0;
}

.pu-select.white {
    background: #fff;
    border: 1px solid #ddd;
}

.pu-select ul {
    position: absolute;
    background: #eee;
    width: 100%;
    display: none;
    left: 0;
    top: 42px;
    border-radius: 0 0 5px 5px;
    z-index: 600;
    box-shadow: 0 1px 1px #666;
    max-height: 175px;
	overflow-y: auto;
}

.pu-select .choice.default-choice {
	color: #cccccc;
}

.bbox {
    box-sizing: border-box;
}


.pu-select ul li {
    padding: 0.8em 1.2em;
    overflow: hidden;
}

.pu-select ul li:last-child {
    border-radius: 0 0 5px 5px;
}

.pu-select ul li:hover {
    background: #ddd;
}

select.basic {
    font-size: 13px;
    border-radius: 4px;
    padding: .3em .5em;
    background: #f8f7f7;
    border: 1px solid #ccc;
}

div.pu-date {
    position: relative;
}

div.pu-date > input[type="text"] {
    width: auto;
}

div.pu-date span.calendar-icon {
    position: absolute;
}

.pu-file {
	position: relative;
}

.pu-file .fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.pu-file input.file {
	opacity: 0;
    padding: 0.8em 1.2em;
    position: relative;
    text-align: right;
    width: 90%;
    z-index: 2;
    cursor: pointer;
}

.striketrough {
    text-decoration: line-through;
}


#checklist ol.strike-list {
    margin-left: -10px;
}

.uploaded-doc-list  > li > div.rfloat,
.common-list > li > div.rfloat,
#checklist ol.strike-list > li > div.rfloat,
.strike-list > li > div.rfloat {
    display: none;
}

.uploaded-doc-list  > li:hover > div.rfloat,
.common-list > li:hover > div.rfloat,
#checklist ol.strike-list > li:hover > div.rfloat,
.strike-list > li:hover > div.rfloat {
    display: block;
}

#checklist ol.strike-list li input + p {
    width: 77%;
}

.strike-list > li,
#checklist ol li {
    padding: .5em 0;
    clear: both;
    float: left;
    width: 100%;
    min-height: 22px;
    border-bottom: 1px solid #dddddd;
}

.strike-list > li:hover,
#checklist ol li:hover {
    background: #eeeeee;
}

#checklist ol li input[type="checkbox"] {
    margin-top: 4px;
}

#checklist input[type="text"]{
    font-size: 13px;
    min-width: 345px;
    padding: 0.2em 0.5em;
}

#checklist select {
    padding: 0.1em 0.5em;
}

#checklist p {
    max-width: 540px;
}

#client-detail .slides-list.inner-wrap {
    padding: 20px;
}

#dodonot .common-list {
    overflow: hidden;
    position: relative;
}

#client-detail #dodonot .common-list li {
    clear: both;
    display: block;
    float: none;
    min-height: 22px;
    overflow: hidden;
    width: 602px;
}
#dodonot .common-list li p.lfloat {
    width: 65%;
}
#dodonot .common-list li:hover {
    background: #f0f0f0;
}
/*
#client-detail .uploaded-doc-list li {
    min-height: 23px;
}
*/
