﻿


.validation-summary-errors {
    list-style-type: none;
     width:40%;
     margin:0 auto;  
    }
span.validation-summary-errors {
    display:block;
    list-style-type: none;  
    }
ul.validation-summary-errors {
    list-style-type: none;
      vertical-align:middle;
      padding:15px;
    }
ul.li.validation-summary-errors {
    }


.dropdown-menu {
    /*.dropdown-menu { 

    height: 100px;
}
}*/
}

/*  Bootstrap  */

input.form-control,input.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color:#FFA500;
  outline: 0;
  height:25px; 
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(82,168,236,.6);
}


.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.k-widget .border-box-sizing,
.k-widget .border-box-sizing * {
    box-sizing: border-box;
}
    
.k-block > .k-header, .k-window-titlebar {
    height:auto;
}

.k-window .row, .k-window .row * { box-sizing: border-box; }

.row{margin-right:0px;margin-left:0px}


 /* Fin Bootstrap  */ 


 /* kendo */




input.form-control, input {
  width:100%;
  color:#333;
  padding:1px;
  height:25px; 
  border: 1px solid #ccc; 
} 

.k-grid input[type="text"]:focus  {
    width:100%;     
    height:23px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.k-grid textarea, textarea:focus { 
         width:100%;     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

.k-grid input[type="checkbox"]
{
    width:14px;
    height:14px;
}

.k-grid {
    font-weight: normal;
    font-size: .99em;
}

.k-grid td {    
    line-height:22px;
}
     
.k-tabstrip-items
{
    text-decoration: none;
    font-size:1em;
    font-weight:bold;
}

.k-header
{
    text-decoration: none;
    font-size:1em;
    font-weight:bold;
}

.k-button {
    font-weight:600;
    font-size:.95em;
    height:25px;
}

.k-grid  .k-button {
    font-weight:600;
    font-size:.98em;
    height:20px;
    vertical-align:middle;
}

 .k-state-highlight 
 {
    border:0px;
    background-image: none;
    background-color: none;
}


.k-state-hover,
.k-state-hover:hover
{
    background-image: none;
    background-color:none;    
}

.k-group {
    font-size:.90em;
    font-weight:normal;
}

/*  kendo */

.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;

  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-text tituloMenu { 
    color:#fff;

}
.user-header { 
    border:none;
}
