html,
body {
    height: 100%;font-size:1.0em
}
h1{

   /* background-color:#bbb !important;
	padding:3px 5px;
	border-radius:5px;*/
    /*border-bottom: 1px solid rgb(159, 175, 175);*/
	color: #2E3132;
    font-weight: 600;
}
.fondo {
    background-color:#fff
}
.content-wrappesr{
    background-color: #fff !important
}
.jumbotrons div{
    margin-left: auto;
}

.skin-yellow .main-header .navbar  {
    background-color : #2fc9dd !important;
}
.skin-yellow .main-header .logo  {
    background-color : #2fc9dd !important;
}
.skin-yellow .main-header li.user-header{
    background-color : #2fc9dd !important;
}
.callout.callout-info{
    color:  #2E3132 !important;
    background-color: white !important;
    border-left-color: transparent !important;
}
.callout.callout-info i{
    margin-top: 8px;
}
.rosa{
    color: #2fc9dd;
    margin: 0 8px 0;
}

.ver{
    text-decoration: none !important;
}
th, .summary b{
    color:#2E3132 !important;
}
.fa, .glyphicon{
    color:darkorange !important;
}
.fa{
    margin-right: 10px;
}
.fabtn{
    color:white !important;
}

.glyphicon-trash,.glyphicon-pencil{
    margin-left:10px;
}
td a, .chats-index a{
    color:  #2E3132 !important;
    text-decoration: underline;
}
.chats-index a.btn{
    color: white !important;
    text-decoration: none;
}
.sidebar-menu  i, .sidebar-menu  a {
    color:white !important;
}
button .glyphicon{
    color: white !important;
}
.btn-default .glyphicon{
    color:#2fc9dd !important;
}

.btn-primary, .btn-success{
    background-color: darkorange !important;
    border-color: darkorange !important;
    color: white !important;
}
.btn-success i{
    color:white !important;
}
.btn-primary i{
    color:white !important;
}
.delmult {
    color:white !important;
}
.btn-success:hover, .btn-primary:hover{
    background-color: #f88414 !important;
    border-color: #e96814 !important;
}
.user .hidden-xs{
    color: white !important;
}
.login-page{
    /*background-color:#2fc9dd*/
	background:white;
}
.login-box{
    margin:3% auto;
}
.form-control {
    margin-bottom:3px;
    /*height:2em;font-size:1em*/
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.sidebar-menu  li.active {
    padding:0px !important;
}
.sidebar-toggle {
     background-color : #2fc9dd !important;
     color:white;
     text-decoration:none;
}
.sidebar-toggle:visited {
     background-color : #2fc9dd !important;
     color:white;
}
.logo-lg{
    background-color : #2fc9dd !important;
    height:100% !important;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
.content-header{
    background:#dce0e5 !important;padding:6px !important;margin-bottom:0px !important;margin-left:15px;margin-top:7px;width:97%;border-radius:6px
}
.content-header>.breadcrumb{top:5px !important}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.floatview {float:left;margin-right: 8px}
.floatview > label {margin:0px;font-size:0.85em}
.floatview > div {background-color:#f8f8f8;font-size:1em;padding:4px;border-radius:4px;font-size:1.1em;border: 1px solid #ddd;min-height:29px}
.user-image {border-radius:50%}
.sidebar-menu>li>a {
    padding: 1px 5px 6px 10px !important
}
.tab-content{
background:white !important;
}
form div.required label.control-label:after { content:" * "; color:red; }

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
  }
  
  input#apuntesimport-file {}
  
  /* Fixes for IE < 8 */
  @media screen\9 {
    .fileinput-button input {
      filter: alpha(opacity=0);
      font-size: 100%;
      height: 100%;
    }
  }
  
.confP{background-color: yellow}
.confS{background-color: green}
.confN{background-color: red}