
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
 .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
 .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.table-acciones .acciones {
   /*display: none;*/
    font-size: 14px;
}
.table-acciones .acciones a{
    padding: 0px 5px;
    color: #326bb5;
}
.table-acciones .acciones a:first-child {
    padding-left: 0px;
}
.table-acciones tr:hover .acciones {
    display: block
}
.content-sub-header a {
    color: #616161;
}
form .card {
/*    padding: 20px 10px;*/
}
form {
    font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;    
    font-size: 0.9rem;
}
.form-control {
    font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;    
    font-size: 0.9rem;
}
.card_title_collapse{
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f3f8;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.button_peq {
    padding: 3px;
    font-size: 10px;
    margin-left: 10px;
}
#div_enlace_permanente {
    font-size:11px;
    margin-top: 5px;
}
#enlace_permanente {
    height: 20px;
}
#link_cancelar {
    cursor: pointer;
}
#opciones_cabecera .act img {
    background-position: 0 bottom;
}
.opcion_cabecera{ 
    border-top: 1px solid #f4f5fa;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 12px;
}
.icon_1_5x{
    font-size: 1.5em;
}
.icon_2x{
    font-size: 1.5em;
}
.js-reorder tr:hover{
    cursor: move;
}
.switch {
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span {
    background-color: #4CAF50;
}

.switch input:checked+span:after {
    left: 31px;
}

.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}


.taskboard p{
    font-size: 0.8rem;
}
.taskboard span.display-inline-block {
    font-size: 0.8rem;
}
.linea-separador .separa{
    border-right: solid 1px #e0e0e0;
    padding-right:14px !important;
}
.linea-separador .numero{
    padding-right:14px !important;
    padding-left:0px !important;
}
.pl-3, .px-3 {
    padding-left: 0.1rem !important;
}