

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.modal-header .close
{
    margin-top: -2px;
}
.modal-header
{
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    height: 10px;
}

.form-horizontal .control-group
{
    margin-bottom: 10px;
}


.navbar .brand
{
    display: block;
    float: left;
    padding: 10px 0px 10px;
    margin-left: -8px;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-shadow: none;
    background: url("../img/logo-small2.png") no-repeat center;
    text-indent: -8000px;
    /*width: 170px;*/
}

/*COLOR VERDE*/

a {
    color: rgb(84,  176,  95);
    text-decoration: none;
}
a:hover {
    color: rgb(10,  131,  0);
    text-decoration: underline;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #70D536;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
    font-weight:  bold;
    margin-left: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: rgb(205,  243,  203);
    border: 0px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select {
    width: 220px;
    background-color: rgb(205,  243,  203);
    border: 0px solid #ccc;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: rgb(205,  243,  203);
}
/*OLD MENU HOVER BLUE
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a,
.dropdown-menu .active>a, .dropdown-menu .active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #08c;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
*/
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a,
.dropdown-menu .active>a, .dropdown-menu .active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #14850F;    /*equivalente a rgb(20, 133, 15)*/    
    background-image: linear-gradient(to bottom, #14850F, #14870E);
    background-image: -moz-linear-gradient(top, #14850F, #14870E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#14850F), to(#14870E));
    background-image: -webkit-linear-gradient(top, #14850F, #14870E);
    background-image: -o-linear-gradient(top, #14850F, #14870E);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#14850F', endColorstr='#14870E', GradientType=0);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(64,  163,  38);
    *background-color: rgb(64,  163,  38);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(64,  163,  38)), to(rgb(64,  163,  38)));
    background-image: -webkit-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image: -o-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image: linear-gradient(to bottom, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image: -moz-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-repeat: repeat-x;
    border-color: rgb(20,  133,  15) rgb(20,  133,  15) rgb(20,  133,  15);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff548eb0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: rgb(20,  133,  15);
    *background-color: #499249;
}

.btn-info {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: rgb(20,  133,  15);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(64,  163,  38)), to(rgb(64,  163,  38)));
    background-image: -webkit-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image: -o-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image:  linear-gradient(to bottom, rgb(64,  163,  38), rgb(64,  163,  38));
    background-image: -moz-linear-gradient(top, rgb(64,  163,  38), rgb(64,  163,  38));
    background-repeat: repeat-x;
    border-color: rgb(20,  133,  15) rgb(20,  133,  15) #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff548eb0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color:  rgb(20,  133,  15);
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(20,  133,  15);
    *background-color: rgb(20,  133,  15);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(20,  133,  15)), to(rgb(20,  133,  15)));
    background-image: -webkit-linear-gradient(top, rgb(20,  133,  15), rgb(20,  133,  15));
    background-image: -o-linear-gradient(top, rgb(20,  133,  15), rgb(20,  133,  15));
    background-image:  linear-gradient(to bottom, rgb(26,  105,  5), rgb(26,  105,  5));
    background-image: -moz-linear-gradient(top, rgb(20,  133,  15), rgb(20,  133,  15));
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color:  rgb(6,  66,  3);
    /*background-color: #151515;*/
}

.btn-link:hover {
    color: rgb(10,  131,  0);
    text-decoration: underline;
    background-color: transparent;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: rgb(20,  133,  15);
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: rgb(20,  133,  15);
}

.nav .dropdown-toggle:hover .caret {
    border-top-color: rgb(10,  131,  0);
    border-bottom-color: rgb(10,  131,  0);
}

.label-important, .badge-important {
    background-color: rgb(64,  163,  38);
}

.navbar-inverse .navbar-inner {
    background-image: url('../img/navbar-bk.jpg');
    background-color: #2587be;
    background-image: -moz-linear-gradient(top, rgb(193, 233, 193), rgb(20, 133, 15));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(193, 233, 193)), to(rgb(20, 133, 15)));
    background-image: -webkit-linear-gradient(top, rgb(193, 233, 193), rgb(20, 133, 15));
    background-image: -o-linear-gradient(top, rgb(193, 233, 193), rgb(20, 133, 15));
    background-image: linear-gradient(to bottom, rgb(193, 233, 193), rgb(20, 133, 15));
    background-repeat: repeat-x;
    border-color: #98bdd3;
}


/*al dejar apretado un link del menu*/
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #0D6605;
}

.label-alerta, .badge-alerta {
    background-color: #0F5E12;
}