#error_asignar_curso{
    text-align: center;
    padding: 20px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    color: red;
}
#exito_asignar_curso{
    text-align: center;
    border: 1px solid #079833;
    padding: 20px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    background-color: #c3f9e0;
    border-radius: 10px;
}

form.asignar_cursos_tabla div.msg-disponible{
    font-weight: bold;
    color: green;
}
form.asignar_cursos_tabla div.msg-no-disponible{
    font-weight: bold;
    color: red;
}
form.asignar_cursos_tabla div.msg-existe-en-evento{
    font-weight: bold;
    color: red;
}
input:read-only{
    color: gray !important;
    border: none !important;
    border-bottom: 2px solid #3359ae !important;
}

.js_buscar_colegio{
	cursor: pointer;
}
#rutinvalido{
  color: #a94442
}
.has-error{
	color: #ff4e4e;
}
.has-error input, .has-error textarea, .has-error select{
	border-color: #ff4e4e !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon{
    display: table-cell;
}
.input-group input:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group input {
    display: table-cell;
}
.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.exito{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: auto;
}
.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}