/*.form-control{
  border:none;
  border-bottom:1px solid #757575;
  padding: 0px 0px;
}*/

a:focus,
a:hover {
    text-decoration: none;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}


/* .form-group {
    ! margin-bottom: 3px;
} */

.form-control {
    height: 26px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 0px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 4px;
    height: 24px;
}

label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 700;
}

label.error {
    display: none
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 700;
    cursor: pointer;
}

.form-group label.error {
    font-size: 13px;
    display: block;
    margin-top: 0px;
    font-weight: normal;
    color: #dd4b39;
    border-color: #fff;
    /*! width: 50%; */
    float: right;
    text-align: right;
    /*! display: inline; */
    padding-left: 5px;
    font-weight: bold;
}

.form-group .error {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #dd4b39;
    /*! width: 50%; */
}

.has-error input.form-control {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #dd4b39;
}

.form-line .error label {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #F44336;
}

.form-line p {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    /* color: #F44336; */
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 90%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #535151;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px;
    /* cursor: text; */
}

a.botonBorrarNota:hover {
    color: white;
    background: red;
}

a.botonBorrarNota {
    padding: 5px;
    color: red;
}

.btn {
    border: 0px solid transparent;
    border-radius: 0px;
    padding: 4px 7px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
    top: 12px;
    left: 2px;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    color: white;
    border: 0px solid white;
    border-radius: 14px;
    box-shadow: 0 0 5px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 22px;
    content: '+';
    background-color: #337ab7;
    font-size: 22px;
    font-weight: bolder;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 10%;
    margin-left: 7px;
    margin-bottom: 5px;
}


/* .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: text;
} */

div.dataTables_wrapper div.dataTables_length select {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: text;
}

.form-control-yadcf {
    display: block;
    width: 85%;
    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;
}

.yadcf-filter-wrapper {
    display: block;
}

.yadcf-filter-reset-button {
    /*border-color: #E7E7E7;*/
    margin-left: 5px;
    border: 0px solid #D1D1D1;
    display: inline-block;
    color: #fff;
}

.yadcf-filter-wrapper-inner {
    display: inline-block;
    border: 0px solid #ABADB3;
}

.yadcf-filter {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #D1D1D1;
}

.yadcf-filter-numero {
    width: 50px
}

.yadcf-filter-corto {
    width: 80px
}

.yadcf-filter-medio {
    width: 150px
}

.yadcf-filter-texto {
    width: 100px
}

.yadcf-filter-select {
    width: 150px
}

.yadcf-filter-date {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #D1D1D1;
    width: 80px;
}

.yadcf-filter-range-number {
    width: 48px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 5px;
    border: 1px solid #D1D1D1;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
}

.espacio_busqueda_escuela {
    display: inline-block;
    width: 180px;
    float: right;
    padding-bottom: 5px;
}

.espacio_busqueda_delegacion {
    display: inline-block;
    width: 180px;
    float: right;
    padding-bottom: 5px;
}

#reorder-helper {
    margin: 5px 10px;
    padding: 5px;
    font-size: 14px;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    background: white;
    padding: 20px 20px;
}

.dataTables_length {
    padding-top: 5px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 7px;
}

.breadcrumb {
    padding: 10px 10px;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-right: 5px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.todo-list>li .label {
    margin-left: 10px;
    font-size: 12px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-right: 15px;
    margin: 10px;
}

.with-border {
    /*! padding-top: 7px; */
    padding-bottom: 7px;
    border-bottom: 1px solid #e4e4e4;
    /*! margin-top: 7px; */
    margin-bottom: 7px;
}

input.cropit-image-input {
    height: 1px;
}

.fa {
    padding-right: 3px;
    padding-left: 3px;
}

.nav-tabs-custom {
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 0 1px 1px white;
    border-radius: 3px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dataTables_processing {
    z-index: 100;
}

/* Estilo reducido en espacios sistema */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 0px;
}