/*
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: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete {
    z-index:3000;
}
#main-wrapper{
    min-height: 500px;
    padding-bottom: 20px;
    /*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;
    margin-bottom: 10px;
}
.side-separator2{
    padding-bottom: 10px;
    margin-bottom: 10px;
    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: #EEE;
    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: 10px;
    background: #FFEEEE;
    border: #FF6666 solid 2px;
    border-radius: 2px;
    font-weight: bold;
}

/* 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;
}
/* Form errors for rotationProfessors */
.form-error-rotation-professors {
    -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-rotation-professors label {
}
.form-error-rotation-professorsul {
    list-style-type: square;
}
.mention-error{
    color: red;
    padding: 5px 0px 5px 5px;
}
/* Required form field asterisk */
.required-asterisk {
    font-weight: normal;
}

/* Flash Messages */
.flash-message .close {
    margin-top: 0;
}
.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;
}
.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 {
    -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;
}

.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:270px;
}
#melolab_biogestion_postulacionbundle_person_personal_data_gender{
    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;
}*/
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;*/
  min-width:32px;
  /*margin-top:5px;*/
  /*background-color:#ccc;*/  
  /*text-align: center !important;*/
  text-align: center;
}
.admin-table{
    margin:0 auto;
    display:table;         
    width:auto;         
    padding: 10px;
    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;
}
.admin-table-cell{
    float:left;/*fix for  buggy browsers*/
    display:table-column;         
    min-width:85px;
    /*background-color:#ccc;*/  
    text-align: center;
}
.center-text{
    text-align: center;
    margin-right: 15px;
}
.table-head{
    font-weight: bold;
}
.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;
}
.green{
    background-color: #99ff99;
    border: #00aa00 solid 1px;
}
.red{
    background-color:#FF6666;
    border: #FF0000 solid 1px;
}
.yellow{
    background-color: #FF7;
    border: #fdbd0f 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;
}
/* this was disabled because by default panel heading have no pointer!!!!*/
/*.panel-heading{
    cursor:pointer;
}*/
.application-saved{
    background-color: #FFFF99;
    border: 1px solid #DCDCDC;
    /*background-color: #99ff99;*/
    /*border: #00aa00 solid 1px;*/
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.application-sent{
    /*background-color: #FFFF99;*/
    /*border: 1px solid #DCDCDC;*/
    background-color: #99ff99;
    border: #00aa00 solid 1px;
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

/*.status-menu-icon{
    height:16px;
    width: 16px;
    float: right;
}*/

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

/* glyphicon */
.status-menu-icon {
  float: right;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* glyphicon */
.status-menu-icon-left {
  /*float: left;*/
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* Please wait with jQuery image */
.please-wait {
    background-color: transparent;
}

.msg-container{
    line-height: 1em;
}
.message-date{
     float: right;   
     color: silver;
     font-size: 0.7em;
}
.truncated { 
    max-width:200px; 
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}

/* Move right panel to the right 15 pixels to increase center panel */
#rightPanel{
    margin-right: -15px;
    margin-left: 15px;
}
#centralPanel{
    /*margin-right: -15px;*/
    /*margin-left: 15px;*/
    padding-right: 15px;
    padding-left: 15px;
}

.labRotationPanelHeader{
    margin-top:0px !important;
    margin-bottom: 0px !important;
}
.candidacyExamPanelHeader{
    margin-top:0px !important;
    margin-bottom: 0px !important;
}
.activityPanelHeader{
    margin-top:0px !important;
    margin-bottom: 0px !important;
}


.btn-header{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
.btn-reset-header{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}

.btn-warning {
    background-color: #febe10;
    border-color: #febe10;
}

.header-grade{
    text-align: center;
    margin: -10px 0px 0px 10px;
    width: 50px;
    padding-left: 10px; 
    padding-right: 10px; 
    line-height: 2.2;
    border-left: 1px solid #DDD;
    border-top-right-radius: 3px;
    font-weight: bold;
    font-size:16px;
}
.green-text{
    background-color: #3e8f3e;
    color: #fff;
    /*font-weight: 700;*/
}
.red-text{
    background-color: #eb3c3c;
    color: #fff;
    /*font-weight: 700;*/
}
.yellow-text{
    background-color: #febe10;
    color: #fff;
    /*font-weight: 700;*/
}
.silver-text{
    background-color: #A2A2A2;
    color: #000;
    /*font-weight: 700;*/
}
.bold-text{
    font-weight: 700;
}

.down-box a:hover{
    text-decoration: none;
}
.no-highlight:hover{
    text-decoration: none;
}
.no-highlight{
    text-decoration: none;
}
.no-highlight:visited{
    text-decoration: none;
}
.no-highlight:link{
    text-decoration: none;
}
.no-padding-right{
    padding-right: 0px;
}
.professor-table{
    width:100%;
    display: table;
}
.professor-table-row{
    display: table-row;
}
.professor-table-cell{
    display: table-cell;
    padding-right: 5px;
}
.email-field{
    padding-right: 0px;
}
.email-field > div {
    display: table-cell;
    padding-right: 5px;
    /*width: 49%;*/
}
.email-field > div:nth-child(1) {
    width: 25%;
}
.email-field > div:nth-child(2) {
    padding-right: 2px;
    width: 25%;
}
.last{
    margin-right: 0px;
}
#message-date-container{
    float: right;
    color: silver;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1em;
}

/*This css is for ajax loading gib inserted in primary buttons (blue ones)*/
.loadingSymbolPrimaryBtn{
    margin-right:5px;
}

.professor-popover:hover{
    text-decoration: none !important;
}

.green-ok{
    color: #9ACD32;
}
.red-remove{
    color: #FF0000;
}
.gray-remove{
    color: silver;
}
.gray-remove a{
    color: silver;
}
.orange{
    color: #fdbd0f;
}
/*eliminate border top line of boostrap table class and top/bottom padding*/
.normal-table-like>tbody>tr>td{
    border-top:none !important;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
.normal-table-like>tbody>tr>th{
    border-top:none !important;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}

.green-font{
    color:green;
}
.red-font{
    color:red;
}

/*
//department selection in user registration
.depto>.opt-cell{
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    background-color: red;
}
.depto>.opt-cell{
    background-color: red;
    width: 32px !important;
    
}*/
 input[type=time]::-webkit-inner-spin-button, 
 input[type=time]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

/*mensajes de error del labRotationForm*/
.professors-errors{
    margin-right: 0px !important; 
    margin-left: 0px !important;
}
.professors-errors>ul>li{
    margin-bottom: 0px; 
}

.ao-popover > a{
    font-weight: normal;
    color: #333333;
}
.btn-right-width{
    width: 40%;
}
.btn-left-width{
    width: 60%;
}

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

.no-margin{
    margin:0px !important;
}
.silver{
    color:silver;
}


#change_department_assignment_mode{
    margin-top: 5px;
}

@media (min-width:768px) {
    .dl-horizontal dd{
        margin-left: 50px;
    }
    .dl-horizontal dt{
        text-align: left;
        width: 100px;
    }
}
/*fixed modal*/
/*.modal-backdrop:before {
  background-color: #000;
  content: '';
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
}*/

/*autocomplete format for rotationProfessor inscription*/
/*#rotation-professor-form .ui-autocomplete{*/
    /*!*width:262px !important;*!*/
    /*border-left: 3px solid #AAA ;*/
    /*border-bottom: 1px solid #333;*/
    /*border-right: 1px solid #999;*/
    /*!*box-shadow: 0px 1px 1px rgba(0, 0, 0, 1) inset !important;*!*/
/*}*/
/*#rotation-professor-form .ui-autocomplete>li{*/
    /*background-color: #EEE !important;*/
/*}*/
/*#rotation-professor-form .ui-autocomplete>.ui-state-focus{*/
/*!*#rotation-professor-form>ul>li                                    {*!*/
    /*font-weight: normal !important;*/
    /*background: rgb(55,117,215) !important;*/
/*}*/
/*!*autocomplete format for rotationProfessor inscription*!*/
/*#rotation-professor-edit-form .ui-autocomplete{*/
    /*!*width:262px !important;*!*/
    /*border-left: 3px solid #AAA ;*/
    /*border-bottom: 1px solid #333;*/
    /*border-right: 1px solid #999;*/
    /*!*box-shadow: 0px 1px 1px rgba(0, 0, 0, 1) inset !important;*!*/
/*}*/
/*#rotation-professor-edit-form .ui-autocomplete>li{*/
    /*background-color: #EEE !important;*/
/*}*/
/*#rotation-professor-edit-form .ui-autocomplete>.ui-state-focus{*/
/*!*#rotation-professor-form>ul>li                                    {*!*/
    /*font-weight: normal !important;*/
    /*background: rgb(55,117,215) !important;*/
/*}*/
/*#assignment-filter .ui-autocomplete >.ui-state-focus{*/
/*!*#rotation-professor-form>ul>li                                    {*!*/
    /*font-weight: normal !important;*/
    /*background: rgb(55,117,215) !important;*/
/*}*/
/*.professor-table .ui-autocomplete>.ui-state-focus{*/
/*!*#rotation-professor-form>ul>li                                    {*!*/
    /*font-weight: normal !important;*/
    /*background: rgb(55,117,215) !important;*/
/*}*/
/*.professor-table .ui-autocomplete{*/
    /*!*width:262px !important;*!*/
    /*border-left: 3px solid #AAA ;*/
    /*border-bottom: 1px solid #333;*/
    /*border-right: 1px solid #999;*/
    /*!*box-shadow: 0px 1px 1px rgba(0, 0, 0, 1) inset !important;*!*/
/*}*/
.filter .ui-autocomplete>.ui-state-focus{
/*#rotation-professor-form>ul>li                                    {*/
    font-weight: normal !important;
    background: rgb(55,117,215) !important;
}

/* with this, popovers with long emails or long names doesnt look bad :D*/
.popover {
    max-width: 700px;
    /*word-wrap:break-word;*/
}

/* Normal cursor for non-clickable popovers */
[data-trigger=hover][data-toggle=popover]{
    cursor:default;
}


 /*To remove table top border*/ 
/*.table>tbody>tr>th, .table>tbody>tr>td {*/
    /*border-top: none;*/
    /*padding:0px 4px;*/
/*}*/


.general-information{
    margin-top:10px;
}
/*.labrotation-information-table>tbody>tr>th, .labrotation-information-table>tbody>tr>td {
    border-top: none;
    padding:0px 4px;
}*/
.labrotation-information-table tr:first-child td{
    padding-bottom:6px;
}
.candidacyexam-information-table tr:first-child td{
    padding-bottom:6px;
}
.activity-information-table tr:first-child td{
    padding-bottom:6px;
}

.candidacyexam-information-table-well > .table > thead > tr > th,
.candidacyexam-information-table-well > tbody > tr > th{
/*.candidacyexam-information-table-well > .table > thead > tr > th, .table > tbody > tr > th{*/
    width: 240px!important;
    /*vertical-align: middle;*/
    vertical-align: top;
    padding-top: 6px;
}
.candidacyexam-information-table-well > tbody > tr > td{
    padding-top: 6px;
}


/*Student Managers's option icons for admin */
.student-manager-action-icons{
    margin:0px 10px;
    vertical-align: middle;
    cursor: pointer !important;
    text-decoration:none;
}
.student-manager-action-icons a{
    text-decoration:none;
}
.ao-popover-span{
    cursor: pointer !important;
}
/* END section of students manager 's icons for admin '*/

/* this class allow disable text selection */
.noselect-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hand cursor for bootstrap accordion headers */
.accordion-toggle {
  cursor: pointer;
}

/* Hand cursor for .labRotationHeader */
.labRotationHeader {
  cursor: pointer;
}



.highcharts-container svg,
.highcharts-container{
    overflow: visible !important;
    z-index: 10 !important;
}

.assignment-investigation-info>div{
    padding-bottom:15px;
}
.assignment-investigation-info>div div{
    text-align:justify;
}

.weaql:after { /* re added line */
  font-family: "Glyphicons Halflings";/* re added line */
  content: "\e003";/* re added line */
}/* re added line */
.weaql:before {/* re added line */
  font-family: "Glyphicons Halflings";/* re added line */
  content: "\e003";/* re added line */
}/* re added line */

/* enable absolute positioning */ 
.inner-addon {  
    position: relative;  
}
/* style icon */ /* re added line */
.inner-addon .inner-glyphicon { /* re added line */
  z-index: 2; /* re added line */
  position: absolute; /* re added line */
  padding: 10px 7px; /* re added line */
  pointer-events: none; /* re added line */
} 

/* align icon */ /* re added line */
.left-addon .inner-glyphicon  { left:  0px;} /* re added line */
.right-addon .inner-glyphicon { right: 0px;} /* re added line */

/* add padding  */ /* re added line */
.left-addon input  { padding-left:  25px!important; } /* re added line */
.right-addon input { padding-right: 25px; } /* re added line */

#registration-modal .modal-dialog{
    width: 730px;
}
/* Css for rotationProfessor type in labRotation Inscription */
/*.three-elements-width > .professor-table-cell{*/
    /*width: 33%;*/
/*}*/
.first-row-elements-width{
    width: 25%;
}
.second-row-elements-width{
    width: 25%;
}
.email-width-second-row{
    width:49%;
}

#msg-accordion .student-panel-heading{
    background-color: #2f549e !important;
}

.assign-buttons{
    overflow: hidden;
}
.assign-buttons .btn-group{
    width:300px;
    float:right;
}
.assign-buttons button{
    margin-top:0px;
}


.form-control-error, [data-radioerror="error"]{
    border-color: #FC2929 !important;
    border-width: 1px !important;
    border-style: solid !important;
    /*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) !important;
    outline: 0 none !important;
}
.form-control-error:focus, [data-radioerror="error"]:focus{
    border-color: #FC2929 !important;
    /*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) !important;
    outline: 0 none !important;
}

.form-control-error + .tooltip > .tooltip-inner, [data-radioerror="error"] + .tooltip > .tooltip-inner {
    color:white !important;
    background-color: #FC2929 !important;
    /*font-weight: bold;*/
    font-size: 1.1em !important;
}
/*.form-control-error + .tooltip > .tooltip-inner > p {color:white !important;}*/
.form-control-error + .tooltip > .tooltip-arrow, [data-radioerror="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, [data-radioerror="error"] + .tooltip > .tooltip-inner {max-width: 240px !important;color:white !important; background-color: #f00 !important;}
.form-control-error + .tooltip > .tooltip-inner > p, .form-error + .tooltip > .tooltip-inner > p,  [data-radioerror="error"] + .tooltip > .tooltip-inner > p {color:white !important;}
.form-control-error + .tooltip > .tooltip-arrow, .form-error + .tooltip > .tooltip-arrow,  [data-radioerror="error"] + .tooltip > .tooltip-arrow {border-bottom-color: #f00 !important;}


/*For table developement*/
.box{
    border-width: 1px;
    border-style: solid;
}
.grade-table-header{
    padding:0px 15px;
}
.grade-table-header span{
    font-weight: bold;
    display: inline-block;
}
.form-control[disabled]{
    color:#BBB;
}

.triple-input{
    float:right;
}
.triple-input .form-control {
    width: 80px;
    border-right-width: 0px;
}
.triple-input .form-control:focus {
    border-right-width: 1px;
}

.triple-input input:not(:first-child):not(:last-child){
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.triple-input input:last-child{
    border-right-width: 1px;
    border-top-right-radius:3px !important;
    border-bottom-right-radius:3px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}

.badge-success {
    background-color: #398439;
}

.suggested-dates>li.inline-block{
    margin-right: 10px;
}

/*adding "manito" to candidacy exams panel headers */
.candidacyExamHeader{
    cursor:pointer;
}
/*adding "manito" to activities panel headers */
.activityHeader{
    cursor:pointer;
}

.hidden-text{
    display: none;
}
.less-trigger{
    display: none;
}

.panel-header-with-picture{
    padding: 5px 10px;
}
.panel-header-with-picture .right-side-icons{
    line-height: 33px;
}
.panel-header-with-picture .right-side-icons a{
    color: #FFF;
    font-weight: normal;
}
.panel-header-with-picture .right-side-icons a:hover, .panel-header-with-picture .right-side-icons a:focus{
    color: silver;
}
.left-menu-badge{
    background-color: #FFF;
    color: #2F549E;
    padding:3px 5px 0px 5px;
    font-size:11px;
    border-radius: 7px;
}
.panel-header-student-picture{
    padding:1px;
    height: 35px;
    min-width:27px;
    width: auto;
}

.pgstrap-accordion-container{
    padding: 15px;
    display: none;
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
}
/*.suggested-dates>li>input.form-control{*/
    /*display:inline-block;*/
    /*width: 20%;*/
/*}*/

/*suggested dates in candidacyExamInformationMain.html.twig*/
.doodle-suggested-dates{
    /*display:inline-block !important;*/
    display:inline-block;
    vertical-align: middle;
}
.suggested-date-container .label{
    display: inline-block !important;
    margin:2px 0px;
    font-size: 13px;
    display:block;
    width:140px;
    vertical-align: middle !important;
}
.suggested-date-container .mdi{
    /*display: inline-block !important;*/
    display: inline-block;
    vertical-align: middle !important;
}
.suggested-date-container .form-control{
    height: auto !important;
    padding: 0px 2px !important;
    line-height: normal !important;
    font-size: 12px !important;
    border-radius: 0px;
}
.edit-date-field-label{
    display: inline-block !important;
    /*margin:2px 0px;.*/
    font-size: 13px!important;
    line-height: 13px;
    /*display:block;*/
    width:140px;
    vertical-align: middle !important;
}
#error-suggested-dates p{
    width: 175px;
    height: 30px;
    padding: 4px 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/*.horizontal-filter select[name*=course]{*/
    /*width:80px;*/
/*}*/

.first-letter-bold{
    display:inline-block;
}
.first-letter-bold:first-letter{
    font-weight: bold;
}

.label-normal label{
    font-weight: normal;
}


/*next 4 styles are for historyChart*/
.back-principal-chart{
    display:none;
    position:relative;
    bottom:439px;
    /*left:1010px;*/
    margin-left: 689px;
    z-index: 10;
}
.loading-symbol-chart{
    display:none;
    position:absolute;
    bottom:550px;
    left:1010px;
    z-index: 10;
}
.close-historychart-modal{
    /*display:none;*/
    position:absolute;
    bottom:574px;
    left:1080px;
    z-index: 10;
}

#historychart-modal-body #general{
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

#historychart-modal-body #drilldown{
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    display:none;
}

/*next 2 instructions are for show student name or course name in candidacyExam panel header*/
#accordion > div > div > div > h5 > .person-name{
    display: inline-block !important;
}
.candidacy-exam > div > div > h5 > .course-name{
    display: inline-block !important;
}
.candidacy-exam{
    margin-bottom: 10px;
}
.activity{
    margin-bottom: 10px;
}
.activity > div > div > h5 > .course-name{
    display: inline-block !important;
}
#accordion > div > div > div > div > div > div >.pgstrap-accordion-container > form > .file-input-wrap > div > div > .table-wrapper {
    width:400px !important;
}
#big-accordion > div > div > div > div > div >.pgstrap-accordion-container > form > .file-input-wrap > div > div > .table-wrapper {
    width:390px !important;
}
.department-code{
    display:inline-block;
    width: 60px;
    font-size: 11px;
    text-align: center;
}
.person-name-popover{
    display: inline-block !important;
    width: 150px!important;
}
.pulsor {
    box-shadow: 0 0 10px #333;
    -webkit-animation: pusate 0.5s infinite alternate;
    -moz-animation: pusate 0.5s infinite alternate;
    -animation: pusate 0.5s infinite alternate;
    text-shadow: 0 0 8px #ccc;
}
@-webkit-keyframes pusate {
    from { box-shadow: 0 0 5px white; }
    to { box-shadow: 0 0 10px #2f549e; }
}
@-moz-keyframes pusate {
    from { box-shadow: 0 0 5px white; }
    to { box-shadow: 0 0 10px #2f549e; }
}
@keyframes pusate {
    from { box-shadow: 0 0 5px white; }
    to { box-shadow: 0 0 10px #2f549e; }
}

.evaluation-options-toggle-box{
    margin-bottom: 10px;
}
.evaluation-options-toggle-box .well{
    background-color: white;
}
.evaluation-options-toggle-box label{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0px;
}
.evaluation-options-toggle-box{
    padding: 0px 0px 10px 0px;
}
a{
    text-decoration: none !important;
}
.reupload-project-date-box{
    display:none;
    width: 50%;
    margin-bottom: 10px;
}
.suggested-date-box{
    display:none;
}
.doodlelink-btn{
    color:#2f549e;
    margin-top:-7px;
    font-weight: bold;
    padding-top:3px;
    padding-bottom:3px;
    font-size: 16px;
}
hr.popover-separator {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdown-disabled{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: silver;
    white-space: nowrap;
    cursor: not-allowed;
}

.locked{
    color:silver !important;
}

.sorting-links{
    float: right;
    margin-right: 15px;
}
.sorting-links > span{
    padding: 0px 5px;
    /*width: 80px;*/
}
.sorting-links a{
    color: rgb(118,118,118);
}
.sorting-links a:hover, .sorting-links a:focus{
    color: #111111;
}
.sorting-link-focus a{
    color: #111111 !important;
}
.finished-status-selected {
    color: #111111 !important;
}
.finished-status:hover, .finished-status:focus {
    color: #111111 !important;
    cursor: pointer;
}
.grade-manager-download-link{
    width: 90px;
    display: inline-block;
}
.form-group-checkbox input[type="checkbox"] {
    display: none;
}

.form-group-checkbox input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.img-thumbnail{
    padding: 2px;
}
.activityProfessor{
    white-space: nowrap;
    width: 100%;
}
.activityProfessor span{
    vertical-align: top;
}
.evaluationInformation .well{
    padding:0px;
}
.evaluationInformation .evaluationComment{
    padding:12px;
}

/*.field-form div:first-child{*/
    /*margin-bottom: 7px !important;*/
/*}*/
.field-form input, .field-form select,.field-form textarea{
    margin-bottom: 0px !important;
}
.section{
    display: none;
}
.register-section{
    display: block;
}
.section #new-suggested-date{
    margin-left: 0px!important;
}
.admin-edition .edition-icon{
    float: right;
    width: 42px;
}
.admin-edition .grade .default-data .inputFieldValue{
    font-size: 13px!important;
    /*color:red;*/
}
.admin-edition table tbody tr th{
    vertical-align: top;
}
/*.edit-field>.default-data>.inputFieldValue{*/
    /*width: 80%!important;*/
/*}*/
/* works for p elements only: this class is used when we want to see a text truncated, but
 * when mouse over, full text appear in a white box. Next class do that magic.
 * This classes are used in activity registration email span for example
 */
.truncated-paragraph-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin:0;padding:0;
}
.show-truncated-paragraph-full-text:hover{
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
}
.suggested-dates .input-group-addon{
    cursor: pointer;
}

.timeline{
    width: 100%;
    height: 100px;
    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;
}
.bootstrap-dialog-message li{
    list-style: inside;
    margin-bottom: 0px;
}
.bg-panel-heading {
    background-color: #2f549e !important;
}
.li-title{
    margin-bottom: 5px;
}
.sub-menu{
    margin-top:5px !important;
}
.modal-backdrop {
    bottom: 0;
}