.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }

#wko_ajax_content {
	width: 100%;
}

.wko_wait {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFFFFF url('./images/ajax-loader.gif') no-repeat top center;
	opacity: .50;
	-moz-opacity: 0.50;
	filter: alpha(opacity = 50);
	z-index: 3;
	display: none;
	overflow: hidden;
	vertical-align: middle;
}

.wko_abs {
	z-index: 99997; 
	position:fixed; 
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: .75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	display: none;
	overflow: hidden;
	vertical-align: middle;
}

.content_abs {
	z-index: 1;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display:none;
	overflow: hidden;
	vertical-align: middle;
}

.wko_zone {
	position: relative;
	width: inherit;
	z-index: 2;
}


 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.navbar-inverse {
	border-top: 0px solid #0088cc;
    background-color: #ffffff;
	border-color: #3C8DBC; 

}


.navbar-inverse .navbar-nav>li>a {
	color: #3C8DBC;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #3C8DBC;
	font-weight:bold;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 130px;
    padding: 5px;
    text-align: center;
}

.user-header{
	background-color: #e5e6e8;
	color: #999999;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: #999999;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    height: 70px;
    width: 70px;
}

.navbar-nav>li.active {
    background-color: #367FA9;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #337ab7;
   /* background-color: #337ab7;*/
	background-color: transparent;
	font-weight: bold;
}

h1.pagetitle{
	font-size:20px;
}

.alert a {
    color: inherit;
}

.notificachiquito{
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.baby-box{
	padding-top: 10px; 
	padding-bottom: 1px;
    padding-right: 10px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.8);
	color:#FFFFFF;
	position:absolute;
	top:20px;
	right:0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14;
	font-style: normal;
}

@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    background-color: #ECF4F9;
		color: #464646;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #fff;
	    background-color: #337AB7;
	}
	
}

.divDerecha{
	text-align:right;
}

@media (max-width: 767px){
	.divDerecha{
		text-align:left;
	}	
}

/* SIDEBAR DESDE ACA  */
#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222d32;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.navbar-inverse .navbar-toggle {
    border-color: #337ab7;
    background-color: #337ab7;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


    #wrapper {
        padding-right: 250px;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    
 
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#04AA6D;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 9999999999999999999999;
}

.my-float{
	margin-top:15px;
}  

.my-icon{
	color:#FFFFFF;
}

.my-icon:hover{
	color:#CCCCCC;
}
