.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.amount{color:green !important; background:#f6fff4;}
.input-attached-file{color:green !important; background:#f6fff4;}
.ayuda{
    background: #fffeee;
    margin-top: 5px;
    margin-bottom: 5px;
    border:1px solid #ebead3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.select2-results__option--highlighted{
    background-color:#ffe9be!important;color:#3f4254!important;
}
.select2-results__option[aria-selected=true]{
    background-color:#fff5e3!important;
}
.select2-results__option--highlighted[aria-selected]{
    background-color:#ffe9be !important;color:#3f4254!important;
}

/*.table-hover tbody tr:hover{color:#3f4254;background-color:#fff4df!important;}*/


table.dataTable tbody td.focus,table.dataTable tbody th.focus {
    -webkit-box-shadow:inset 0 0 1px 2px #e6e6e6 !important;
    box-shadow:inset 0 0 1px 2px #e6e6e6 !important;
}

.dtr-title{
    border-color: #abb6e1 !important;
}
.dtr-data{
    padding-left: 2px !important;
    border-color: #abb6e1 !important;
}
.dtr-details{
    width: 100%;
}


.calendar{
    background: #0876ce !important;
    border-color: #0876ce !important;
}
.calendar i{
    color: #f2f2f2!important;
}

.field_number{
    background: #7b32dd !important;
    border-color: #7b32dd !important;
}
.field_number i{
    color: #f2f2f2!important;
}

.field_key{
    background: #f2cb63 !important;
    border-color: #f2cb63 !important;
}
.field_key i{
    color: #5a4409!important;
}

.field_info{
    background: #edf5ff !important;
    border-color: #edf5ff !important;
}
.field_info i{
    color: #1c79c3!important;
}
.number_integer{
    text-align: right;
    color: #05348a !important;
}

.field_money{
    background: #f6ffda !important;
    border-color: #dbeda5 !important;
}
.field_money i{
    color: #4c6404!important;
}

.input_money{
    color: #3b5613 !important;
}