﻿

.comboboxcss {
    height: 30px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid rgb(204, 204, 204);
}

#chkEstado {
    cursor: pointer;
}

.shadow {
    -moz-box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.4);
    -webkit-box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.4);
    box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.4);
    border-radius: 4px;
    background: #FFFFFF;
}

.navbar-inverse {
    background-color: #0d4667;
}

.navbar-brand {
   /* color:white !important;*/
}

.popover{
    width: 300px !important; /* Max Width of the popover (depending on the container!) */
}
