/* ----------------- RESET ----------------- */
/* ----------------- Based upon 'reset.css' in the YUI Library ----------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4,
h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h7
{
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:10px 0px 10px 0px;
}

q:before, q:after { content: ""; }

strong { font-weight: bold; }

em { font-style: italic; }

a img { border: none; } /* Gets rid of IE's blue border */

a { text-decoration: none; }

body { font-size: 1em; overflow-y: scroll; } /* Prevents an IE bug where em's scale out of proportion */


/* ----------------- CLEARFIX ----------------- */
/* ----------------- For modern browsers ----------------- */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after { clear: both; }

.cf { zoom: 1; } /* For IE 6/7 allowing them to trigger hasLayout */



/* ----------------- GENERAL ----------------- */
.round {
    border-radius: 0.3125em; /*5/16 */
    -moz-border-radius: 0.3125em; /*5/16 */
    -webkit-border-radius: 0.3125em; /*5/16 */
}

.text-upper { text-transform: uppercase; }

.fl { float: left; }
.fr { float: right; }

p { margin-bottom: 1.666em; } /* 20/12 */

.half-size-column { width: 48%; }
.full-size-column { width: 100%; clear:both; }

ul.temporary-button-showcase { list-style-type: none; }
ul.temporary-button-showcase li {
    width: 23%;
    float: left;
    margin-bottom: 1em;
}





/* ----------------- BUTTON ----------------- */
.button {
    padding: 0.833em; /*10/12 */
    display: inline-block;
    background-repeat: no-repeat;
}

.image-left {
    background-position: 0.833em center; /* 10/12 */
    padding-left: 3em; /* 36/12 */ /* 10px (padding from .image-left) + 16px (image width) + 10px (right padding of image) */
}

.image-right {
    background-position: right center; /* 10/12 */
    padding-right: 3em; /* 36/12 */ /* 10px (padding from .image-left) + 16px (image width) + 10px (right padding of image) */
}

.ic-left-arrow { background-image: url('../img/icons/ic-left-arrow.png'); }
.ic-right-arrow { background-image: url('../img/icons/ic-right-arrow.png'); }
.ic-add { background-image: url('../img/icons/ic-add.png'); }
.ic-edit { background-image: url('../img/icons/ic-edit.png'); }
.ic-delete { background-image: url('../img/icons/ic-delete.png'); }
.ic-reset { background-image: url('../img/icons/ic-reset.png'); }
.ic-download { background-image: url('../img/icons/ic-download.png'); }
.ic-upload { background-image: url('../img/icons/ic-upload.png'); }
.ic-favorite { background-image: url('../img/icons/ic-favorite.png'); }
.ic-print { background-image: url('../img/icons/ic-print.png'); }
.ic-zoom { background-image: url('../img/icons/ic-zoom.png'); }
.ic-user { background-image: url('../img/icons/user.png'); }
.ic-search { background-image: url('../img/icons/ic-search.png'); }

.ic-menu-user { background-image: url('../img/icons/menu/ic-menu-user.png'); }
.ic-menu-notification-active { background-image: url('../img/icons/menu/ic-menu-notification-active.png'); }
.ic-menu-notification { background-image: url('../img/icons/menu/ic-menu-notification.png'); }
.ic-menu-settings { background-image: url('../img/icons/menu/ic-menu-settings.png'); }
.ic-menu-log-out { background-image: url('../img/icons/menu/ic-menu-log-out.png'); }

.ic-table-edit { background-image: url('../img/icons/table/ic-table-edit.png'); }
.ic-table-delete { background-image: url('../img/icons/table/ic-table-delete.png'); }
.ic-table-reset { background-image: url('../img/icons/table/ic-table-reset.png'); }
.ic-table-zoom { background-image: url('../img/icons/table/ic-table-zoom.png'); }
.ic-table-result { background-image: url('../img/icons/table/ic-table-result.png'); }


/* ----------------- COLORS ----------------- */
.dark {
    background-color: #3f4551;
    color: #fff;
    }
    .dark:hover {
        background-color: #5d6677;
        color: #fff;
    }

.black {
    background-color: #000;
    color: #fff;
    border-width:5px; 
    }

a { color: #2069bf; }
    a:hover { color: #2a2e26; }

p a { border-bottom: 1px dotted #2069bf; }
    p a:hover { color: #2a2e26; }

.blue {
    background-color: #2069b4;
    color: #fff;
}
    .blue:hover {
        background-color: #5081b3;
        color: #fff;
    }

.required {
    color: #ff0000;
    padding-left: 5px;
}


/* ----------------- TYPOGRAPHY ----------------- */
body {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;	
}

p, .button, ul#nav li ul, form#search-form input[type="text"], ul#tabs, div.side-menu ul li a, table,
.information-box, .confirmation-box, .error-box, .warning-box { font-size: 0.75em; } /* 12/16 */

div.content-module-heading span { font-size: 0.625em; } /*10/16*/

h1 { font-size: 1.125em; /* 18/16 */ }
h2 { font-size: 0.875em; /* 14/16 */ }
h3 { font-size: 0.75em; /* 12/16 */ }



/* ----------------- TOP-BAR & HEADER ----------------- */
div#top-bar {
    background-color: #2a2e26;
    padding: 0.625em 0; /*10/16 */
}

div#header {
    padding: 1.25em 0; /* 20/16 */ 
}

div#login-intro {
    background: transparent url('../img/lock-icon.png') no-repeat left center;
    padding: 0.3125em 0 0.3125em 3.125em; /* 5/16 */ /* 50/16 */ /* 41px (image width) + 9px (left right padding) */
}

div#header-width-tabs {
    padding: 1.25em 0 0 0; /*20/16*/
}

a#company-logo-small img {
    height: 30px;
}

a#company-logo, a#company-logo-small {
    margin-bottom: 10px;
}


/* ----------------- TABS ----------------- */
ul#tabs { list-style-type: none; }

    ul#tabs li { float: left; }

        ul#tabs li a {
            display: block;
            border: 1px solid #eeefef;
            border-bottom: none;
            padding: 1.666em 0.833em; /*20/12*/ /*10/12*/
            margin: 0 0.416em -1px 0; /*5/12*/
            color: #9498a1;
        }

        ul#tabs li a:hover {
            color: #2a2e36;
        }

ul#tabs li a.dashboard-tab {
    background: transparent url('../img/dashboard-icon.png') no-repeat 0.833em center;
    padding-left: 3em; /*36/12*/
}

ul#tabs li a.active-tab {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #2a2e36;
}



/* ----------------- MENU ----------------- */
ul#nav { list-style-type: none; }

ul#nav > li {
    float: left;
    position: relative;
    margin-right: 0.3125em; /*5/16*/
}

ul#nav li:hover ul { left: 0; }

ul#nav li:hover a {
    background-color: #5d6677;
    color: white;
}

ul#nav li.v-sep {
    border-right: 1px solid #3b414c;
    margin-right: 0.625em; /*10/16*/
    padding-right: 0.625em; /*10/16*/
}

ul#nav li ul {
    list-style-type: none;
    position: absolute;
    z-index: 999;
    margin-top: -2px;
    left: -99999px; 
    }
    ul#nav li ul li a {
        color: white;
        background: #5d6677 url('../img/menu-item-bullet.png') no-repeat right center;
        display: block;
        width: 100%;
        white-space: nowrap;
        padding: 0.833em 0.833em 0.833em 3em; /*10/12*/ /*36/12*/
        border-top: 1px solid #6a7282;
    }

    ul#nav li ul li  a:hover { background-color: #7a8497; }

    ul#nav li ul li:last-child a {
        border-bottom-right-radius: 0.3125em; /*5/16*/
        -moz-border-bottom-right-radius: 0.3125em; /*5/16*/
        -webkit-border-bottom-right-radius: 0.3125em; /*5/16*/
        border-bottom-left-radius: 0.3125em; /*5/16*/
        -moz-border-bottom-left-radius: 0.3125em; /*5/16*/
        -webkit-border-bottom-left-radius: 0.3125em; /*5/16*/
    }



/* ----------------- CONTENT ----------------- */
div#content {
    background: #f8f9fa;
    padding: 1.875em; /* 30/16 */
    border: 1px solid #eeefef;
}

div#content-full-width {
    background: #f8f9fa;
    padding: 1.875em 0; /* 30/16 */
    border: 1px solid #eeefef;
}

div.side-menu {
    width: 15%;
    background-color: #2a2e36;
    border: 1px solid #eeefef;
    margin-bottom: 1em;
    }
    div.side-menu h3 {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        margin: 1.25em; /*15/12*/
    }
    div.side-menu ul { list-style-type: none; }
        div.side-menu ul li a {
            background: white url('../img/list-item-bullet.png') no-repeat right center;
            display: block;
            padding: 0.833em 1.25em; /*10/12*/ /*15/12*/
            border-top: 1px solid #f8f9fa;
        }
        div.side-menu ul li a:hover { background-color: #f8f9fa; }

div.side-content {
    width: 83%; /*100% - 15% for the side-menu - 2% for the right margin*/
}

div.content-module {
   	background-color: white; 
    margin-bottom: 1em;
    border: 1px solid #eeefef;
}
div.content-graph {
    background: #f8f9fa; 
    padding:30px 50px 70px 50px;
    border: 1px solid #000;
}

div.content-module-heading {
    background-color: #2a2e36;
    cursor: pointer;
    }
    div.content-module-heading h3 {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        margin: 1.25em; /*15/12*/
    }
    div.content-module-heading span {
        color: #969dac;
        text-transform: uppercase;
        margin: 1.5em; /*15/10*/
    }
div.content-module-main { padding: 1em; } /*1/16*/





/* ----------------- FORMS ----------------- */
form#login-form {
    width: 18.75em; /* 300/16 */
    margin: 0 auto;
}

form label {
    display: block;
    text-transform: uppercase;
    color: #2a2e26;
    margin-bottom: 0.416em; /* 5/12 */
}

form label.alt-label { text-transform: none; }

form input[type="checkbox"], form input[type="radio"] { margin-right: 0.833em; } /*10/12*/

form input[type="text"], form input[type="password"], textarea {
    border: 1px solid #d9dbdd;
    padding: 1.25em 0.833em; /* 15/12 */ /* 10/12 */
    outline: none;
}

form input[type="text"]:hover, form input[type="password"]:hover, textarea:hover,
form input[type="text"]:focus, form input[type="password"]:focus, textarea:focus{
    border: 1px solid #bbbdbe;
}

form input[type="submit"] {
    border: none;
    cursor: pointer;
}

form#search-form input[type="text"] {
    border: none;
    padding: 0.833em 3em 0.833em 0.833em; /* 36/12 */ /* 10/12 */
}


:-moz-input-placeholder { color: #858d9c; }
:-webkit-input-placeholder { color: #858d9c; }

form input.error-input { border: 1px solid #ff876f; }
form input.error-input:hover { border: 1px solid #bf4026; }

form p em {
    display: block;
    margin-top: 0.833em; /*10/12*/
}

form p.form-error, form p.form-error label { color: #cf4425; }

form span.text-input {
    display: block;
    padding: 1.25em 0.833em; /* 15/12 */ /* 10/12 */
    font-style: italic;
}


/* ----------------- MESSAGE BOXES ----------------- */
.information-box, .confirmation-box, .error-box, .warning-box {
    padding: 0.833em 0.833em 0.833em 3em; /*10/12*/ /*36/12*/
    margin-bottom: 0.833em; /*10/12*/
}

.information-box {
    background: #e5f5f9 url('../img/icons/message-box/ic-information.png') no-repeat 0.833em center; /*10/12*/
    border: 1px solid #cae0e5;
    color: #5a9bab;
}

.confirmation-box {
    background: #e7fae6 url('../img/icons/message-box/ic-confirmation.png') no-repeat 0.833em center; /*10/12*/
    border: 1px solid #b7cbb6;
    color: #52964f;
}

.error-box {
    background: #ede8e4 url('../img/icons/message-box/ic-error.png') no-repeat 0.833em center; /*10/12*/
    border: 1px solid #e6bbb3;
    color: #cf4425;
}

.warning-box {
    background: #fdf7e4 url('../img/icons/message-box/ic-warning.png') no-repeat 0.833em center; /*10/12*/
    border: 1px solid #e5d9b2;
    color: #b28a0b;
}





/* ----------------- TABLES ----------------- */
table { width: 100%; }

    table th { 
        background-color: #5d6677;
        color: white;
        text-transform: uppercase;
        border-left: 1px solid #7a8598;
        padding: 1.25em; /*15/12*/
    }

    table th:last-child, table td:last-child {
        /*width: 6em;*/ /*72/12*/
        text-align: center;
        padding: 0;
    }
    table tbody td {
        padding: 0.833em 1.25em; /*10/12*/ /*15/12*/
        border-bottom: 1px solid #f8f9fa;
        border-left: 1px solid white;
    }
    table tbody tr:nth-child(odd) { background-color: #E7EBEE; }

    table td.table-footer {
        text-align: left;
        padding-top: 1.25em; /*15/12*/
    }

    a.table-actions-button { 
        width: 1.333em; /*16/12*/
        height: 1.333em; /*16/12*/
        display: inline-block;
        background-position: center center;
    }

/* ----------------- PAGINATION ------------- */
.pagination {
}
.upper-space {
    margin-top: 10px;
}
.bottom-space {
    margin-bottom: 10px;
}
.pagination a { 
    font-size: .7em; 
    padding: 2px 6px 2px 6px;
    border: 1px solid #2069B4;
}
.pagination a.current {
    border: 1px solid #2069B4;
    cursor: default;
    background:#2069B4;
    color: #FFF;
}
/* ----------------- WIDTHS ----------------- */
.full-size-input { width: 94%; }
.medium-size-input { width: 40%;} /* 250/12*/
.default-size-input { width: 20.833em;} /* 250/12*/  
.small-size-input { width: 10.833em;} 

.page-full-width { padding: 0 1.875em; } /* 30/16 */


/* ----------------- FOOTER ----------------- */
div#footer {
    padding: 1.875em 0; /* 30/16 */
    text-align: center;
}

/* --------------- FILE DISPLAY -------------- */
div.view-content {
	width: 25%;
	text-align: center;	
}

.graph {
  width: 100%;
}
.bar-title {
  position: relative;  
  float: left;  
  width: 100px;  
  line-height: 20px;  
  margin-right: 17px;  
  text-align: rightright;
}
.bar-container {
  width: 100%;
  height: 10px;
  margin: 0px 0px 15px;
  border-radius: 0.3125em; /*5/16 */
    -moz-border-radius: 0.3125em; /*5/16 */
    -webkit-border-radius: 0.3125em; /*5/16 */
}

.bar-container div {
  background-color:#cc4400;
  float: left;
  height: 20px;
  border-radius: 0.3125em; /*5/16 */
    -moz-border-radius: 0.3125em; /*5/16 */
    -webkit-border-radius: 0.3125em; /*5/16 */
}
.bar-container strong {
  width: 10%;
  float: left;
  padding-left: 5px;
  height: 10px;
}
#poll-results p {
  text-align: center;
}
