/* 
    Document   : main
    Created on : Jun 12, 2013, 4:28:45 PM
    Author     : darkx
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.flash-notice {
    background-color: #FFFF99;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

/* Accordion modifications */

/* Some adjustments to jQuery-UI accordion */
.biogestion-accordion {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 10px !important;
}

.smoothness .ui-state-default a:link, .smoothness .ui-state-default a:visited {
	color: #fdbd0f !important;
}
.smoothness .ui-state-default a:hover {
	color: #996800 !important;
}

/* HTML tables */
.biogestion-accordion table {
    margin: 0 auto;
}
.biogestion-accordion tr:nth-child(even) {
    background-color: #fbfbfb;
}
.biogestion-accordion tr:nth-child(odd) {
    background-color: #e8e8e8;
}
.biogestion-accordion th, .biogestion-accordion  td {
    padding: 2px;
    margin: 1px;
}
.biogestion-accordion th {
    background-color: #e8e8e8; /*#d7d7d7;*/
    font-weight: normal;
}

/* Display: inline-block */
.inline-block {
    display: inline-block;
}

.clearMarginPaddingBorderBackground {
    margin: 0;
    padding: 0;
    border: 0;
    background: none !important;
}

.clearMarginPaddingBorderBackgroundVTop {
    margin: 0;
    padding: 0;
    border: 0;
    background: none !important;
    vertical-align: top !important;
}

/* @author Andreas Schueller */

/* Minimum page height */
#content-wrap {
    min-height: 350px;
}

/* Headers */
h2 {
    text-transform: none;
    font-variant: small-caps;
}

/*
 * Zero top padding
 */
.padding-top-0 {
    padding-top: 0px;
}

/* Prevent line break in main menu */
#menu ul li {
    white-space: nowrap;
}

#menu li.select-pi {
    float: right;
}

#menu li.select-pi a {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

#menu li.login {
    float: right;
}

#menu li.login a {
    padding-left: 5px;
    padding-right: 5px;
}

#menu li.login-separator {
    float: right;
    color: white;
}

/* Side menu */
#sidebar .sidemenu .head {
    background: transparent;
    padding-left: 6px;
    padding-top: 15px;
    border-bottom-style: dashed;
    color: #30899F;
    font-weight: bold;
    font-size: 110%;
}

/*
 * Form elements
 */
input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
input[type="checkbox"] {
    border: 0;
}

select {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.login-box{
    width: 500px;
    margin: 0 auto;
}
.top-margin-login-box{
    margin-top: 47px;
}
.login-button{
    margin: 0px 100px; 
    width: 200px; 
}
/* 
 * A standard two columns layout for forms, labels in the left column,
 * inputs in the right column
 */
form.twoColumnsLayout label {
    width: 200px;
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
form.twoColumnsLayout input {
    margin: 0;
    vertical-align: middle;
}
form.twoColumnsLayout div {
    clear: both;
    vertical-align: middle;
    margin-bottom: 5px;
}
button {
    margin-top: 10px;
}

.flash-notice {
    background-color: #FFFF99;
    border: 1px solid #DCDCDC;
    font-weight: bold;
    margin: 10px 10px 0px;
}

/* Lists */
.oddrow {
    background-color: #F6F6F6;
}
.evenrow {
    
}


/* KnpPaginatorBundle */
.pagination {
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    color: #667F99; 
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F6F6F6;
}
.pagination .current {
    font-weight: bold;
}

/* 
 * Arrow heads by CSS
 * Source: Magnus Magnusson http://stackoverflow.com/a/10916004
 */
.arrow {
   /*height: 0;
   width: 0;
   border: 4px solid transparent;*/
   vertical-align: 10%;
}
.arrow.up {
   /*border-bottom-color: #000;*/
}
.arrow.down {
   /*border-top-color: #000;*/
}

.clearMarginPaddingBorder {
    margin: 0;
    padding: 0;
    border: 0;
}

.clearMarginPaddingBorderBackground {
    margin: 0;
    padding: 0;
    border: 0;
    background: inherit;
}

.completeData{
    display:none;
}

table{
    margin: 0px;
    padding: 10px 12px;
}

td {
    font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

th {
    font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    font-weight: bold;
}

/* Sidebar tables */
.nav-table td {
    font-size: 0.9em;
    padding: 1px;
}

.nav-table th {
    font-size: 0.9em;
    padding: 1px;
}
.nav-table tr:nth-child(even) {
    background-color: #fbfbfb;
}
.nav-table tr:nth-child(odd) {
    background-color: #e8e8e8;
}


/*fixing accordion tables */
.ui-accordion .ui-accordion-content{
    padding:0px;
}
.biogestion-accordion table{
    margin:0px;
    padding: 0px;
}

/* More... links */
.more {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: right;
}

/* Form errors */
.form-error {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid red;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #FFEEEE;
}
.form-error label {
}
.form-error ul {
    list-style-type: square;
}
.form-error ul li {
    color: red;
}

/* Reset center of body tag style */
ul {
    text-align: left;
}

/* No entries found message. */
.not-found {
    color: red;
}

/* Required form field asterisk */
.required-asterisk {
    font-weight: normal;
}

.xbutton{
    display:inline-block;
}

/* Generalized CSS table layout */
.csstable {
    display: table;
    table-layout: auto;
    border-collapse: collapse;
}
.csstable .header {
    display: table-header-group;
    font-size: 8pt;
    font-weight: bold;
}
.csstable .row {
    display: table-row;
}
.csstable .cell {
    display: table-cell;
    padding: 2px;
    /*border: 2px solid #fff;*/
}

/* Do not wrap */
.nowrap {
    white-space: nowrap;
}

/* Display: inline-block */
.inline-block {
    display: inline-block;
}

/* Standard margin and padding */
.std-margin-padding {
    margin: 0;
    padding: 10px 12px;
}

/* Inline image */
.inline-image {
    margin: 0;
    padding: 0px 2px;
    border: 0;
    vertical-align: middle;
}

/* menu */
h3.info-head {
	clear: both;
	/*width: 833px;*/
	width: 615px;
	height: 30px;
        color:#111;
        background: #FFF url(../images/head_bg.png) repeat-x;
        background-position: bottom;
        font-weight: normal;
	/*margin: 10px 10px 0px;*/
        padding: 0;
	font: bold 12px/30px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
        margin-top: 30px;
}

.dropotron {
        font-weight: bold;
	background: rgba(10,99,191,0.9);
	border-top: solid 1px #5A9DD7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
	list-style: none;
	margin: 0;
        margin-top: -11px;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.dropotron a, .dropotron span {
	color: #FFFFFF;
	text-decoration: none;
	/*letter-spacing: -1px;*/
	display: block;
	width: 100%;
	position: relative;
}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #1C7575;
	position: absolute;
	right: 0px;
	top: 7px;
}

.dropotron li:hover span b {
	border-left-color: #0A63BF;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgba(10,99,191,0.9);
	border-top: solid 1px #1A396B;
	border-bottom: solid 1px #5A9DD7;
}

.dropotron-level-1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.indexText {
}
.indexText li {
    margin-bottom: 10px;
    font-weight: bold;
}
.indexText li ul {
    margin: 0;
}
.indexText li li {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: normal;
}
.indexText li li ol {
    margin: 0;
}
.indexText li li li {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}

#botonCV, #botonCP, #botonOC, #botonSI {
    cursor: pointer;
}

.letter-upload-ok{
    padding: 1px;
    background: #D9FFD1;
    border: #00aa00 solid 1px;
    border-radius: 2px;
}
.letter-upload-not{
    padding: 1px;
    background: #E8E8E8;
    border: #949494 solid 1px;
    border-radius: 2px;
}
.time-style-box{
    margin: 0 auto;
    padding: 7px 5px 0px 5px;
    /*border: 1px #DCDCDC solid;*/
    border: 1px #000 solid;
    border-radius: 3px;
    /*background-color: #222222;*/
    background-color: #444;
    color: #FFF;
    width: 150px;
    font-size: 2em;
    
}
.time-little-text{
    vertical-align: top;
    
    width: 50px;
    display: inline-block;
    padding: 0px !important;
    font-size: 9pt; 
}
.time-numbers-box{
    /*border: solid 1px #DCDCDC;*/
    border-radius: 2px;
    border: solid 1px #000;
    display: inline-block;
    margin-top: 0px !important;
    padding: 3px !important;
}
.time-hr-line{
    
    margin-top: 3px;
    width: 25x;
    height:1px;
    background-color: #DCDCDC;
    margin-left: auto;
    margin-right: auto;
    
}
.time-close-box {
    padding: 10px;
    background: #FFEEEE;
    border: #FF6666 solid 2px;
    border-radius: 2px;
    font-weight: bold;
}
