﻿.mover {
    position: absolute;
    left: 35%;
    top: 15%;
    border: 1px solid #ffffff;
    padding: 50px;
}


.form-label {
    font-weight: 500;
}

body {
     background: #88a1c1;

    /*background: #3e3fc9;*/


    /*background: #f1f1f1;*/
}

.dt-button {
   /* background: #29347a;*/
    background: #839bd1;
    color: #fff;
    border: none;
    width: 150px;
    padding: 5px;
}

.form-control {
    border-radius: 0px;
}

label {
   /* float: right;*/
}

.table > thead {
   /* background: #29347a;*/
}

    .table > thead:first-child > tr:first-child > th {
        border-top: none;
        color: #fff;
    }

.sorting_disabled {
    width: 130px !important;
}

.btn-primary {
    margin-right: 5px;
}

.bg-lighter {
    /* background-color: #6c757d !important;*/
    /* background-color: #a7acbd !important;*/
    /* background-color: #092a49 !important;*/
    /*  fondo de pantalla*/

    /*background-color: #a4a4bf !important;*/
  
    
   /* background-color: #d5dfea !important;*/



     background-color: #0b219159 !important;

     

    /*  background-color: #09103a !important;*/
    /* background-color: #688cc4 !important;*/
}

.card-header:first-child {
    border-radius: 3px 3px 0 0;
    background-color: #ccd5f0;
}


.btn-primary:focus {
    background-color: #29347a !important;
    border-color: #2F3E48;
}


img {
    vertical-align: middle;
    border-style: none;
    width: 130px;
    height: 54px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-left: 5px;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    margin-left: 5px;
}
