/*
 * This file contain the modification of the theme base 
 * 
 * @package    theme_aigne
 * @copyright  2013-2020 _ Franc Pombal _ www.aigne.com
 * @license    http://www.gnu.org/copyleft/gpl.html _ GNU GPL v3 or later
 */
/* Quitar bordes curvos _ NO FUNCIONA */
* {
    border-radius: 0;
    }

BUTTON, 
INPUT, 
SELECT,
#region-main, 
 .btn, .btn-primary, .btn-secondary, .btn-default,
.mform .btn-cancel, 
.continuebutton a, 
.card, .form-control {
    border-radius: 0;    
    }
    
.userpicture {
  border-radius: 50%; }

.custom-select {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* border-radius: 0;
  border-width: 0 0 0 0; */    
  font-size: 0.95em;
	background-color: [[setting:corsch_3]];
  background-image: url(none);
 }

.langmenu .custom-select {
    height: 1.1em;
    width: 100%;
}  

/* Eliminar bordes en tablas */
.table thead th, table.collection thead th, table.flexible thead th, .generaltable thead th {vertical-align: bottom; border: none;}
th, td {border: none;}

/* El botón de cerrar ventana de dialogo esta descentrado */
.modal-header .close, .moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .close, .moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .closebutton, .path-mod-assign [data-region="grade-panel"] .popout > .col-md-3 .close, .path-mod-assign [data-region="grade-panel"] .popout > .col-md-3 .moodle-dialogue-base .closebutton, .moodle-dialogue-base .path-mod-assign [data-region="grade-panel"] .popout > .col-md-3 .closebutton, .modal-header .moodle-dialogue-base .closebutton, .moodle-dialogue-base .modal-header .closebutton {
    padding: 0; 
    margin: 0px 0.5em;;
} 

/* END OF FILE */