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

/* contact text in left menu */
.contact{
    color:#d4e2f2;
}
/* Hide header img */
#header img {
    display: none;
}

root { 
    display: block;
}
.info-head a:link,.info-head  a:visited{
    background: none;
}

/* Accordion modifications */

/* Some adjustments to jQuery-UI accordion */
.biogestion-accordion {
    margin-left: 9px;
    margin-right: 12px;
    font-size: 10px !important;
}
/* Accordion links */
.biogestion-accordion a:link, .biogestion-accordion a:visited {
	/*background: inherit;*/
	text-decoration: none;
	color: #667F99;
}
.biogestion-accordion a:hover {
	/*background: inherit;*/
	color: #996800;
}

.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 */
h1 {
    
}

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

#main h2, #main > h3 {
    padding-left: 12px;
}

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

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

#menu {
    font-weight: normal;
    width: 947px;
    margin: 0px 0px 0px 26px;
    background: none;
    background-color: #b1b5b8 !important; 
    border-left: #c7c7c9 solid 1.5px;
    border-right: #c7c7c9 solid 1.5px;
}

#menu ul{
    padding: 0px 10px 0px 10px;
}

#menu ul li#current a{	
	color: #f7c122;	
}

#menu li.select-pi {
    float: right;
}
button {
    margin-top: 10px;
    padding: 1px;
}
#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;
}

#menu li p {
    padding: 0px 5px 0px 5px;
    color: white;
}

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



/* Menu 2nd level */
#menu2 {
	clear: both;
	width: 947px;
	/*width: 1000px;*/
	height: 25px;
	/*background: #FFF url(../images/SimpleBlog/menubg4.jpg) repeat-y;*/
	background: #0a63bf;
	margin: 0px 0px 0px 26px;
	font: normal 12px/25px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
        border-left: #c7c7c9 solid 1.5px;
        border-right: #c7c7c9 solid 1.5px;
        border-bottom: #777 solid 1px;
/*        border-image-source: url(../images/SimpleBlog/menubg5.jpg);        */
}
#menu2 ul{
	margin: 0;
        padding: 0 10px;
}
#menu2 ul li {
	float: left;
	list-style: none;		
}
#menu2 ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
        color: white;
	/*color: #555;*/
        
}
#menu2 ul li a:hover {
   /*background: #FFF;*/ 
	/*color: #333;*/  
	color: #f7c122;
}
#menu2 ul li#current a {	
	background: #0A63BF; 
	color: #f7c122;	
}

/*
 * 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;
    /*height: 27px;*/
}



button.button-float-left, input.button-float-left {
    float: left;
    margin-right: 30px;
}

.label-wrap {
}
.label-wrap label {
    display: inline-block;
}

/* 
 * A standard two columns layout for forms, labels in the left column,
 * inputs in the right column
 */
form.twoColumnsLayout label {
    width: 100px;
    /*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;
}

/* Flash Messages */
.flash-message-small {
    background-color: #FFFF99;
    border: 1px solid #DCDCDC;
    padding: 1px 5px 3px 5px;
}
.flash-message-small-reference{
    padding: 3px 8px 3px 10px!important;
    font-weight: normal!important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.flash-message-over-accordion {
    margin: 10px 0px 10px 10px;
    width:620px;
    background-color: #FFFF99;
    border: 1px solid #DCDCDC;
    padding: 2px 5px 3px 5px;
}
.flash-message .close {
    margin-top: 0;
    font-family: 'PT Sans', sans-serif;
}
.flash-message {
    /*    background-color: #FFFF99;
        border: 1px solid #DCDCDC;*/
    background-color: #99ff99;
    border: #00aa00 solid 1px;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.panel .flash-message {
    margin: 5px -10px;
    padding: 5px 10px;
    font-size: 0.9em;
}
.flash-notice {
}
.flash-error {
    background-color: #fc2929;
    border: #a61b1b solid 1px;
    color:white;
}
.flash-warning {
    background-color: #FF7;
    /*border: #fdbd0f solid 1px;*/
    border: #e5e500 solid 1px;
}

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


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

.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;
}


/*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 !important;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #FFEEEE !important;
}
.form-error label {
}
.form-error ul {
    list-style-type: square;
}
.form-error ul li {
    color: red !important;
}

/* Form warnings */
.form-warning {
    /*-moz-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    /*-khtml-border-radius: 7px;*/
    /*border-radius: 7px;*/
    border: 2px solid #FF6600;
    /*padding: 2px;*/
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
    background-color: #FFD699!important;
}
.form-warning label {
}
.form-warning ul {
    list-style-type: square;
}
.form-warning ul li {
    color: #FF6600;
}

/* Form disabled */
.form-disabled {
    /*-moz-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    /*-khtml-border-radius: 7px;*/
    /*border-radius: 7px;*/
    border: 1px solid #BBB;
    /*padding: 2px;*/
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
    background-color: #EEE!important;
}
.form-disabled label {
}
.form-disabled ul {
    list-style-type: square;
}
.form-disabled li {
    color: #555;
}

/* Filter From stylesheet*/
#filter-form-button{
    margin: 0px 0px 0px 0px;
    text-align: right;
}
#filter-form-button button{
    margin-top: 0px;
}
.filter-form-box form {
    margin: 0px !important;
}
.filter-form-box form label{
    font-weight: normal;
}



/* 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;*/
}

.circle-light{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    height: 8px;
    width: 8px;
    display: inline-block;
}
.green{
    background-color: #99ff99;
    border: #00aa00 solid 1px;
}
.red{
    background-color:#FF6666;
    border: #FF0000 solid 1px;
}
.yellow{
    background-color: #FF7;
    border: #fdbd0f solid 1px;
}
/* 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;
    background: none;
    margin-bottom: 4px;
}

/* Please wait animated gif */
.please-wait {
    margin: 0;
    padding: 0px 2px;
    border: 0;
    vertical-align: middle;
    display: none;
}

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

form h3.info-head {
    margin-left: 0;
}

.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;
}

/* Link to return to previous page in h1 headings */
h1 .back-link {
    float: right;
    /*margin-right: 15px;*/
    font-weight: normal;    
}

/* Link to add a new entry in h1 headings */
h1 .new-link {
    float: right;
    /*margin-right: 15px;*/
    font-weight: normal;    
}

/* Terminate contract dialog */
.terminate-contract-dialog {
    text-align: left;
}
.ui-dialog-title {
    text-align: left;
}
.terminate-contract-dialog .info {
    padding: 2px;
    margin: 5px 0px 5px 0px;
}
.terminate-contract-dialog form {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.terminate-contract-dialog label {
    font-weight: normal;
}
/*#SelectEmployee_name {
    width: 95%;
    padding: 2px;
}*/
.terminate-contract-dialog .validateTips { 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 2px;
    margin: 0;
}
.terminate-contract-dialog .ui-state-error {
    border: 1px solid red;
    background: #FFEEEE;
}

/* Terminate nomination dialog */
.terminate-nomination-dialog {
    text-align: left;
}
.ui-dialog-title {
    text-align: left;
}
.terminate-nomination-dialog .info {
    padding: 2px;
    margin: 5px 0px 5px 0px;
}
.terminate-nomination-dialog form {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.terminate-nomination-dialog label {
    font-weight: normal;
}
.terminate-nomination-dialog .validateTips { 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 2px;
    margin: 0;
}
.terminate-nomination-dialog .ui-state-error {
    border: 1px solid red;
    background: #FFEEEE;
}
.box-ok{
    margin: 5px 10px;
    background: #D9FFD1;
    border: #00aa00 solid 1px;
    border-radius: 2px;
}
.box-not-ok{
    margin: 5px 10px;
    background: #FFD7D7;
    border: #FF0000 solid 1px;
    border-radius: 2px;
}
#period
{
    margin: 5px 10px;
    padding: 10px;
    background: #F5F5F5;
    border: #888 solid 1px;
    border-radius: 2px;
}
#hover-appear
{
    display:none;
}
.ui-icon-pencil,.ui-icon-person{
    margin-right: 5px;
}
.inline-icon {
    vertical-align: middle;
    display: inline-block;
}

.bold{
    font-weight: bold;
}

/* PDF icon for all .pdf links */
.linkPdf:link {
  background: transparent url(../../melolabbiogestionemployee/images/1396571314_pdf.png) no-repeat left center;
  padding-left: 17px;
}

/*This class show the gear gif giving senstaion of doing job xD*/
.loading-animation {
    background: url("../images/biogestion-jquery/ui-anim_basic_16x16.gif") right center no-repeat;
    width:16px;
    height:16px;
}

/* Export links at the top of index pages */
.export-links {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 12px
}

.accordion-table table{
    width: 100%;
    margin: 0px;
}
.accordion-table table tr th{
    text-align: left;
    width: 35%;
}
.professor-table-wait-symbol{
    background: none;
    border: none;
    padding:0px;
    width:16px;
    height:16px;
    vertical-align:middle;
}

.academicRecordGrantedDate select{
    /*margin-left: 79px;*/
    /*width: 80px;*/
    width: 100%;
}
.academicRecordGrantedDate label{
    /*margin-left: 79px;*/
    /*width: 80px;*/
    width: 100%;
}

.truncate-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align:top;
}

/* Fix for chosen */
.chosen-container-single .chosen-single{
    height: 33px !important;
    line-height: 33px !important;
}
.white-bg{
    background-color: #fff;
}
.sw-active{
    display: block;
}
.font-size-12{
    font-size: 12px;
}
.clear-float-separator{
    clear:both;
    float:left;
    display:block;
    position:relative;
}

/*To center user icon in employee autocomplete*/
.employee-status-icon{
    margin-top:8px!important;
    font-size: 14px;
}

.panel-collapse th{
    vertical-align: top;
}
.panel-collapse ul{
    margin-bottom: 0px;
}

/*#ui-datepicker-div{*/
    /*z-index:9999!important;*/
/*}*/

.ui-autocomplete{
    z-index:99999!important;
}
.modal-backdrop{
    z-index:1030;
    position: fixed;
    bottom: 0;
    height: auto !important;
}

button.multiselect{
    margin-top:0px;
}

/*To center X for chosen in Grants's "Programa de Financiamiento" filter*/
abbr.search-choice-close{
    margin-top:5px;
}

/* Register: + Agregar links*/
a.add_tag_link{
    font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    font-weight: normal;
    font-weight: 700;
}
a.add-link{
    font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    font-weight: normal;
    font-weight: 700;
}
.datepicker{
    z-index: 9999!important;
}

.pulsor-white {
    -webkit-animation: pulsate 1s infinite alternate;
    -moz-animation: pulsate 1s infinite alternate;
    -animation: pulsate 1s infinite alternate;
}

@-webkit-keyframes pulsate {
    from { color: rgba(255,255,255, 1); }
    to { color: rgba(255,255,255, 0); }
}
@-moz-keyframes pulsate {
    from { color: rgba(255,255,255, 1); }
    to { color: rgba(255,255,255, 0); }
}
@keyframes pulsate {
    from { color: rgba(255,255,255, 1); }
    to { color: rgba(255,255,255, 0); }
}
#printableDiv{
    display:none;
}

/* for spiderWev table arrows */
.positive-arrow{
    color:green;float: right;margin-left: -3px;
    -webkit-print-color-adjust: exact;
}
.negative-arrow{
    color:red;float: right;margin-left: -3px;
    -webkit-print-color-adjust: exact;
}