/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-jun-2017, 13:36:39
    Author     : PC-JUAN
*/


.contents .cover {
    height: 205px;
}

#toolbars {
    background: #31B0D5;
    padding-right: 5px;
}

#cssmenu ul li ul li a:hover {
        color: #FFFFFF;
        background-color: #31B0d5;
        transition: background-color 0.25s ease 0s;
        border-radius: 4px;
}

#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after {
    background: none repeat scroll 0 0 #31B0d5;
}

#cssmenu > ul > li:after {
    background: none repeat scroll 0 0 #31B0d5;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 0.2s ease 0s;
    width: 100%;
    z-index: 0;
}

#cssmenu > ul > li.has-sub > a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #31B0d5 transparent transparent;
    border-image: none;
    border-right: 4px solid transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 16px;
    top: 21px;
    width: 0;
    z-index: 2;
}

.detalles label {
    display: block;
    /*! margin-left: 1em; */
    font-weight: bold;
    /*! font-size: 0.9em; */
}

.input-error{
    box-shadow: 0 0 0.3em #FF0000;
}

.help-block{
    background-color:#FFD064;
    color:#FF0000;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
