/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 5, 2014, 4:39:32 PM
    Author     : darkx
*/
.ui-autocomplete-loading {
    background: url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
#main-wrapper{
    min-height: 500px;
    /*padding: 0px 0px 0px 10px;*/
}
#main-row{
    min-height:500px;
    background: url('../images/fake-column.png') repeat-y !important;
}
.columna_azul{
    /*background: #2f549e;*/
    height: 100% !important;
}
.inline-block{
    display: inline-block;
}
.login-label{
    /*width: 150px;*/
    /*display: inline-block;*/
}
.login-input{
    /*width: 200px;*/
    /*display: inline-block;*/
}
.side-separator{
    padding-bottom: 15px;
    border-bottom: 1px solid #223e7b;	
    width: 260px;
}

/* COUNTDOWN TIMER */
.time-style-box{
    margin: 0 auto;
    padding: 7px 15px 0px 15px;
    /*border: 1px #DCDCDC solid;*/
    /*border: 1px #000 solid;*/
    /*border-radius: 3px;*/
    /*background-color: #222222;*/
    /*background-color: #EEE;*/
    background-color: #FFF;
    color: #2F549E;
    width: 100%;
    font-size: 2em;
    
}

.time-little-text{
    height: 25px;
    width: 30px;
    /*padding: 0px !important;*/
    font-size: 9pt !important; 
}
.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: 25px;
    height:1px;
    background-color: #DCDCDC;
    margin-left: auto;
    margin-right: auto;
    
}
.time-close-box {
    padding: 13px;
    /*background-color: white;*/
    background-color: white;
    /*border: #FC2929 solid 2px;*/
    border: silver solid 1px;
    /*border-radius: 2px;*/
    font-size: 14px;
    font-weight: normal;
    /*color: #FC2929;*/
    color: #333;
}

/* Form errors */
.form-error {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #FC2929;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    /*background-color: #FFEEEE;*/
    background-color: #EEEEEE;
}
.form-error label {
}
.form-error ul {
    list-style-type: square;
}
.form-error ul li {
    color: #FC2929;
}
.mention-error{
    color: red;
    padding: 5px 0px 5px 5px;
}
/* Required form field asterisk */
.required-asterisk {
    font-weight: normal;
}

/* Flash Messages */
.flash-notice {
/*    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;
}
.error-notice{
    background-color: #FC2929;
    border: #FC2929 solid 1px;
    color: white;
}
.lor-flash-message{
    margin: 0px !important;
}
/*
 * Form elements
 */
input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
input[type="checkbox"] {
    border: 0;
}

select.form-control {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* margin-bottom form elements */
input, select, textarea {
    margin-bottom: 10px;
}

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

.twoColumnsLayout{
    width: 100%;
    margin: 0 auto;    
    background: #EEE;
    padding: 20px 37%;
}
/* progressbar section*/
#progressbar .ui-progressbar-value {
    background: #ccc;
}
.ui-progressbar{
    position:relative;
}
.progress-label-format {
position: absolute;
left: 45%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
width: auto !important;
}

.display-none{
    display: none;
}
.btn-right{
    margin-left: 80%;
}
.btn-right-lor{
    margin-left: 72%;
}
/* letter of recommendation style*/
.color-status-box{
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: -1px;
    
    position: relative;
    background: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px #DDD solid;
}
.letter-of-recommendation-data{
    
    padding: 10px 10px;
    position: relative;
    background: #FFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px #DDD solid;
}
.lor-head{
    font-weight: bold;
    width: 170px;
    float:left;    
}
/*.letter-of-recommendation-data:hover{
    background: #EEE;
}*/
.status-text{
    
    font-weight: bold;
    font-style: italic;
    width: 100px;
    float:left;
}
.btn-clear-style{
    margin-top: 0px !important;
    margin-right: 10px;
    
}
.btn-text{
    margin-bottom: 20px;
}
.margin-for-content{
    /*padding: 0px 20px 0px 20px;*/
}

.edit-icon{
    /*display: none;*/
    right: 0px;
    margin: 10px 10px 0px 0px;
    position: absolute;
    
}
.edit-icon:hover{
    cursor: pointer;
}
.delete-lor:hover{
    cursor: pointer;
}
.not-send-icon{
    /*display: none;*/
    right: 35px;
    margin: 12px 10px 0px 0px;
    position: absolute;
}
.not-send-icon:hover{
    cursor: pointer;
}
.lor-form-reviewer div div div label{
    /*width: 220px;*/
}
.letter-and-form-container form div div div label{
    /*width:150px;*/
}
.letter-and-form-container form div div div input{
    /*width:150px;*/
}
.letter-and-form-container form div div div select{
    width:100px;
    padding: 0px 0px 0px 2px;
}
.letter-upload-ok{
    padding: 10px;
    background: #EEE;
    /*border: #00aa00 solid 1px;*/
    border-radius: 2px;
    position: relative;
}
.letter-upload-not{
    padding: 10px;
    background: #E8E8E8;
    /*border: #949494 solid 1px;*/
    border-radius: 2px;
    position: relative;
}
.lor-ready{
    padding: 10px 15px;
    /*background-color: #99ff99;*/
    /*border: #00aa00 solid 1px;*/
    /*border-left: 3px solid #00aa00;*/
    border-left: 3px solid #9acd32;
    border-radius: 2px;
    position: relative;
}
.lor-requested{
    padding: 10px 15px;
    /*background-color: #FFFF99;*/
    /*border: 1px solid #DCDCDC;*/
    /*border-left: 3px solid #DCDCDC;*/
    border-left: 3px solid #99DAF8;
    border-radius: 2px;
    position: relative;
}
.lor-saved{
    padding: 10px 15px;
    /*background: #E8E8E8;*/
    /*border: 1px solid #DCDCDC;*/
/*    border-left: 3px solid #DCDCDC;*/
    border-left: 3px solid #FE0;
    border-radius: 2px;
    position: relative;
}

#melolab_biogestion_postulacionbundle_person_personal_data_firstName{
    width:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_secondName{
    width:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_firstLastName{
    width:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_secondLastName{
    width:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_dateOfBirth{
    width:239px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_sex{
    width:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_credential{
    width:415px;
}
#melolab_biogestion_postulacionbundle_letterofrecommendation_firstName{
    width:228px;
}
#melolab_biogestion_postulacionbundle_letterofrecommendation_lastName{
    width:228px;
}
#melolab_biogestion_postulacionbundle_letterofrecommendation_email_first{
    width:272px;

}
#melolab_biogestion_postulacionbundle_letterofrecommendation_email_second{
    width:273px;
}
#melolab_biogestion_postulacionbundle_letterofrecommendation_telephone{
    width:272px;
    margin-right: 10px;
}
#melolab_biogestion_postulacionbundle_letterofrecommendation_language{
    width:273px;
}

.lor-separator{
    height:1px;
    width:100%;
    margin: 30px 0px;
    /*border-bottom: #DDD solid 1px;*/
}
.line-separator{
    height:1px;
    width:100%;
    margin: 15px 0px;
    border-bottom: #DDD solid 1px;
}
/* FORM Styling*/
#new-postulacion-academic-data,
#new-postulacion-personal-data,
#new-postulacion-file-data
{
    /*background: #EEE;*/
    /*padding: 10px 0px 0px 15px;*/
}

#new-postulacion-academic-data label,
#new-postulacion-personal-data label,
#new-postulacion-file-data label
{
    /*width:200px;*/
}
#new-postulacion-academic-data input,
#new-postulacion-personal-data input,
#new-postulacion-file-data input
{
    /*width:200px;*/
}

#new-postulacion-personal-data input[type="checkbox"]{
    height:auto;
}
.lor-form-reviewer input[type="file"]{
    height:auto;
}
#new-postulacion input[type="file"]{
    height:auto;
}
#new-postulacion-file-data input
{
    height:auto;
}


/* menu restyling*/
.menu_izquierda li ul {
	margin-left: 20px!important;	
}
.menu_izquierda li ul li{
	font-weight: 400!important;
	list-style: disc!important;
	display: list-item!important;
	color: white;
	margin-bottom: 2px;
        
}

/* Radio buttons */
#question-radio-choices div div label{
    width: 160px;
}
#question-radio-choices div div{
    display:inline-block;
}
#question-radio-choices div div input{
    margin: 0px 2px 0px 2px;
}
#question-radio-choices div div div div label{
    font-weight: normal;
    width:auto;
    display: none;
}

/* div tables*/
.opt-table{
  display:table;         
  width:auto;         
  background-color:#eee;         
  /*border:1px solid  #AAA;*/         
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.opt-row{
  display:table-row;
  width:auto;
  clear:both;
  
}
.opt-row label{
    vertical-align: top;
}
.opt-cell{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
  min-width:70px;
  /*margin-top:5px;*/
  /*background-color:#ccc;*/  
  text-align: center !important;
}
.admin-table{
    margin:0 auto;
    display:table;         
    width:100%;         
    padding: 10px;
    padding-right: 0px;
    background-color:#eee;         
    /*border:1px solid  #AAA;*/         
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.admin-table-row{
    display:table-row;
    width:auto;
    clear:both;
}
.big-cell{
    width:95px!important;
    vertical-align: middle;
}
.admin-table-cell{
    float:left;/*fix for  buggy browsers*/
    display:table-column;         
    width:60px;
    /*background-color:#ccc;*/  
    text-align: center;
}
.admin-table-cell-export1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis; 
    float:left;/*fix for  buggy browsers*/
    display:table-column;         
    width:400px;
    padding-top: 5px;
    /*background-color:#ccc;*/  
    text-align: left;
    font-family: 'Asap', 'sans-serif';
    font-size: 16px;
}
.admin-table-cell-export2{
    float:left;/*fix for  buggy browsers*/
    display:table-column;         
    /*background-color:#ccc;*/  
    text-align: left;
    padding-top: 5px;
    padding-left: 25px;
    font-size: 16px;
}
.center-text{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.left-line{
    border-left-style: solid;
    border-left-width: 1px;
}
.bot-line{
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.table-head{
    font-weight: bold;
    /*min-width:96px;*/
}
.mention{
    text-align: left;
}
.excel-icon{
    background: url('../images/excel16x16.png') no-repeat scroll center;
    width: 16px;
    height: 20px;
    float: left;
}

/* Accordion modifications */

/* Some adjustments to jQuery-UI accordion */
.biogestion-accordion {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px !important;
    
}
.ui-button-text{
    font-weight: normal;
}
.ui-accordion-header{
    font-weight: normal;
}
.smoothness .ui-state-default a:link, .smoothness .ui-state-default a:visited {
    color: #fdbd0f !important;
}
.smoothness .ui-state-default a:hover {
    color: #996800 !important;
}
/* Standard margin and padding */
.std-margin-padding {
    margin: 0;
    padding: 10px 12px;
}

/* Info head */
.info-head {
    margin-top: 30px;
    font-size: 18px;
}

/*Buttons*/



/* File input fields wrapper */
.file-input-wrap {
    margin-bottom: 10px;
}

/* Hide file input field in edit form */
.file-input {
    display: none;
}

/* Hide file input label in edit form */
.file-input .label-wrap {
    display: none;
}

.circle-light{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.nopostulation{
    background-color: #FFF;
    border:silver solid 1px;
}
.saved{
    background-color: #ffff99;
    border:#ffff99 solid 1px;
}
.sent{
    background-color: #fdc086;
    border:#fdc086 solid 1px;
}
.complete{
    background-color: #beaed4;
    border:#beaed4 solid 1px;
}
.selected{
    background-color: #386cb0;
    border:#386cb0 solid 1px;
}
.enroled{
    background-color: #7fc97f;
    border:#7fc97f solid 1px;
}
.green{
    background-color: #99ff99;
    border: #00aa00 solid 1px;
}
.cyan{
    background-color: #66CCFF;
    border: #0066FF solid 1px;
}
.red{
    background-color:#FF6666;
    border: #FF0000 solid 1px;
}
.yellow{
    background-color: #FF7;
    border: #fdbd0f solid 1px;
}
.blue{
    background-color: #2E2EFE;
    border: #08088A solid 1px;
}
.purple{
    background-color: #A901DB;
    border: #4C0B5F solid 1px;
}
.edit-icon-text{
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
}
.clean-file{
    margin-top:10px;
    margin-right:10px;
    cursor:pointer;
}

/*Reviewer final section*/
#reviewer-final table{
    background-color: #eee;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#reviewer-final table tr td, #reviewer-final th{
    padding:5px 10px;
}
.panel-heading{
    cursor:pointer;
}
.status-box{
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    /*font-weight: bold;*/
    margin: 10px 0px 10px 0px;
}
.application-nopostulation{
    border-left: 8px solid #333;
}
.application-saved{
    border-left: 8px solid #ffff99;
}
.application-sent{
    border-left: 8px solid #fdc086;
}
.application-complete{
    border-left: 8px solid #beaed4;
}
.application-selected{
    border-left: 8px solid #386cb0;
}
.application-enroled{
    border-left: 8px solid #7fc97f;
}
.status-menu-icon{
    height:16px !important;
    width: 16px !important;
    color: white;
    float: right;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    /*border:2px solid green;*/
    
}
.green-background-icon{
    font-size: 11px !important;
    padding: 3px 3px 2px 2px;
    background-color: #9ACD32;
}
.red-background-icon{
    font-size: 1.2em !important;
    padding: 1px 0px 0px 1px;
    background-color: #FC2929;
}

/*.status-ok{
    background: url('../images/tick.png'); 
}
.status-nope{
    background: url('../images/nope.png'); 
}*/

/* Status OK: glyphicon-ok */
.status-ok:before {
  content: "\e013";
  color: #9ACD32;
}

/* Status nope: glyphicon-remove */
.status-nope:before {
  content: "\e014";
  color: #eb3c3c;
  font-size: 16px;
}

.lor-sent-question{
    margin-bottom: 20px;
    margin-left: 20px;
}
.full-width{
    width: 100%;
}

/* Please wait popup window */
#please-wait-popup {
    display: none;
    position:fixed;
    top: 50%;
    left: 50%;
    width: 180px;
    min-height:16px;
    margin-top: -8px; /*set to a negative number 1/2 of your height*/
    margin-left: -90px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #999;
    background-color: #f3f3f3;
    z-index: 999;
    text-align: center;
    padding: 8px;
}
#please-wait-popup img {
    background: none;
    border: none;
    vertical-align: middle;
    /*margin: 8px;*/
    /*display: inline-block*/
}

.submit-info tr td{
    width:230px;
    padding-bottom: 6px;
    vertical-align: top;
}

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

/* Status OK: glyphicon-ok */
.export-status-ok:before {
  /*content: "\e013";*/
  color: #9ACD32;
}

/* Status nope: glyphicon-remove */
.export-status-nope:before {
  /*content: "\e014";*/
  color: #eb3c3c;
  font-size: 16px;
}

.selection-status-ok {
    background: url("images/tick.png") right center no-repeat;
}

.no-lateral-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.no-left-padding{
    padding-left: 0px !important;
}

.no-margin{
    margin:0px !important;
}
.red-text{
    color: red;
}
.green-text{
    color: green;
}
.glyphicon-info-sign{
    cursor: pointer;
}
.no-right-padding{
    padding-right: 0px !important;
}
.ajax-loading-gif-black-right {
    background:  url("../images/ajax-loader-black.gif") right center no-repeat !important;
}
.ajax-loading-gif-trans-right {
    background:  url("../images/ajax-loader-primarybtn-transparent.gif") right center no-repeat !important;
}
.loading-gif-container{
    width: 16px !important;
    height: 16px !important;
}

.late-submission-checkbox-container{
    width: 150px;
    padding-top: 15px;
}
.form-control-error{
    border-color: #FC2929;
    border-width: 1px;
    border-style: solid;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    /*box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);*/
    box-shadow: 0 1px 1px rgba(252, 41, 41, 0.075) inset, 0 0 3px rgba(252, 41, 41, 0.6);
    outline: 0 none;
}
.form-control-error:focus{
    border-color: #FC2929;
    /*box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);*/
    box-shadow: 0 1px 1px rgba(252, 41, 41, 0.075) inset, 0 0 3px rgba(252, 41, 41, 0.6);
    outline: 0 none;
}

.form-control-error + .tooltip > .tooltip-inner {
    color:white !important;
    background-color: #FC2929;
    /*font-weight: bold;*/
    font-size: 1.1em;
}
/*.form-control-error + .tooltip > .tooltip-inner > p {color:white !important;}*/
.form-control-error + .tooltip > .tooltip-arrow {
    border-bottom-color: #FC2929 !important;
/*    border-left-color: #f00 !important;
    border-top-color: #f00 !important;
    border-right-color: #f00 !important;*/
}

.tooltip > .tooltip-inner {max-width: 600px;min-width: 250px;}
.tooltip > .tooltip-inner > p {color:white;}

.late-submission-deadline-sign + .tooltip > .tooltip-inner {min-width: 150px;}

.form-control-error + .tooltip > .tooltip-inner, .form-error + .tooltip > .tooltip-inner {max-width: 240px;color:white !important; background-color: #f00;}
.form-control-error + .tooltip > .tooltip-inner > p, .form-error + .tooltip > .tooltip-inner > p {color:white !important;}
.form-control-error + .tooltip > .tooltip-arrow, .form-error + .tooltip > .tooltip-arrow {border-bottom-color: #f00 !important;}

.status-menu-icon.glyphicon-remove {
    color: #FF8F8F;
}
.status-menu-icon.glyphicon-ok {
    color: #A6E480;
}

/*Next two classes are for timeline*/ 
.timeline{
    width: 100%;
    height: 80px;
    border:1px solid #DDD;
    /*border-radius:4px;*/
    padding:5px;
}

.timeline-ajax-loader-image{
    background: white url("../images/ajax-loader-timeline.gif") center center no-repeat;
}

.highcharts-container svg,
.highcharts-container{
    overflow: visible !important;
    z-index: 10 !important;
}
.custom-tooltip {
    /*position: relative !important;*/
    z-index: 50 !important;
/*    border: 2px solid rgb(0, 108, 169) !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    padding: 5px !important;
    font-size: 9pt !important;*/
}

/* FileUpload */
.file-upload-error-wrapper {
    margin-top: -10px;
    padding-bottom: 10px;
}
.file-input-wrap .table-wrapper {
    width: 420px !important;
}
.bootstrap-dialog.type-primary .modal-header{
    background-color: #2F549E;
}
.modal-dialog{
    margin: auto auto;
}

/*correct pixel -1 progress bar*/
#progressbar .ui-progressbar-value {
    margin: 0px;
}

.mini-cal{
    position: absolute;
    /*bottom: 10px;*/
    right: 24px;
    top: auto;
    cursor: pointer;
}

.data-export, .zip-export{
    font-size: 12px;
}
.legend-font-size{
    font-size:12px;
}

/*.dropdown-menu, .dropdown-menu li, .dropdown-menu a{
    max-width: 180px!important;*/
/*}*/

.fill-width.dropdown-menu {
    /*position: static;*/
    width: 263px !important;
}
.fill-width.dropdown-menu > li > a {
   white-space: normal !important; 
   width: 263px !important;
}

/* Gray style for disabled form fields */
.form-control[disabled] {
    color: silver;
    border-color: #DDD;
}

/*Para corregir bordes curvos del progressbar agregados por jquery ui scheme*/
#progressbar>.ui-widget-header, #progressbar{
    border:1px !important;
    border-color: #CCC !important;
    border-style: solid !important;
    border-radius: 0px !important;
}