﻿.body-content {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.body-footer {
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.form-control {
    width: 100% !important;
  
}

.field-validation-error {
    color:red
}

.color-red {
    color: red
}
.color-green {
    color: green
}
.color-orange {
    color: orange
}

textarea.k-textbox {
    padding: 10px !important;
   
}

/*imagen de loading*/
#loading-image {
    background: url(../content/images/loading.gif) no-repeat center center;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 1000;
}

.div-inferior.div-guardar {
    bottom: 10px;
    padding-left: 200px;
    padding-top: 7px;
    right: 5px;
    z-index: 1
}

/* Notifications */
.k-notification h3 {
    font-size: 1.5em;
    line-height: normal;
    padding: 30px 10px 5px;
}

.k-notification p {
    font-size: 1em;
    line-height: normal;
    padding: 0px 10px;
}

/* Error template */

.error-template {
    height: 100px;
    width: 375px;
}