﻿/*.editor-field textarea {
    max-width: 1000px;
    width: 560px;
    height: 100px;
}*/

.EntradaTrue {
    background-color: #ced;
}

.panel-body {
    width: 100%;
    height: 100%;
}

.k-grid {
    font-size: 12px;
}

    .k-grid td {
        line-height: 2em;
    }

.modal-dialog {
    width: 80%;
    height: 80%;
}

/*.modal-content {
    height: 90%;
}*/

/*.modal-footer {
    height: 10%;
}*/

.modal-body {
    height: 80%;
}body {
}

.grid-without-breadcrumb {
    padding-top: 15px;
}

#breadcrumb {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #eceaea;
    border-radius: 5px;
    border-width: thin;
}

/*#loadingDiv {
    width: 100%;
    height:initial;
    background-color:gray;
    opacity:80%;
    top: 10%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 4000ms
    
}*/
#img_load {
    position: absolute;
    width:200px;
    height:auto;
   
}

.btn-claro {
    background-color: #ffddcc !important;
    /*cursor: pointer !important;*/
    border: 0.5px solid #ffbb99 !important;
}

input[type=button] {
   
    cursor: pointer !important;
    
}

button.btn-claro:hover {
    background-color: orange !important;
}

a.btn-claro:hover {
    background-color: orange !important;
}

/*Fix row when using kendo dropdown*/
.row-fix {
    margin-bottom: 25px
}

hr.solid {
    border-top: 2px solid #DEDEDE;
    margin-top: 10px;
    margin-left: 10px;
}

.alert-success {
    position: absolute;
    z-index: 999;
    right: 100px;
}