html {

}

body {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    font-family: Arial;
    font-size: medium;
    color: black;
}

h4, h3, h2, h1 {
    color: #333399;
}

hr {
    background-color: #00A9E3;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #337ab7;
}

.input-group-addon{
    color:#bcbcbc;
}

.btn.disabled, .btn[disabled], .btn-info {
    color: #fff;
    background-color: #007dc1;
    font-size: 14px;
}

.logo {
    width: 150px;
}

.icono {
    width: 50px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.carousel-inner>.item>.carousel-caption>img {
    height: 400px;
}

.carousel-caption {
    color: black;
    text-shadow: none;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
option,
textarea {
    background-color: #fff;
}

input[type="button"], input[type="button"]:hover, input[type="submit"], input[type="reset"], input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="reset"]:focus {
    background-color: #00A9E3;
    color: white;
    line-height: 25px;
}

input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 20px;
    top: 5px;
}

input.ng-invalid {
    background-color: white;
}

#Minga{
    background-color:white;
    border-radius: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.panel-heading {
    padding: 5px 10px 5px 10px;
    background-color: #007dc1;
    color: white;
 }

 .panel-title > span > a{
    color:white;
 }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.form-horizontal{
    padding: 5px;
    border: solid 1px #D9D9D9;
    border-radius: 6px;
    text-align:left;
}

.button-section{
    padding: 5px;
}

.buttonHideShow, .buttonHideShow:hover, .buttonHideShow:active, .buttonHideShow:visited, .buttonHideShow:focus {
    background-color: transparent !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0;
    max-width: inherit;
    padding: 0;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 0;
    outline: none;
    z-index: 5;
}

.waves-effect {
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    font-weight: bold; font-size: large;
}

.grad {
    background: #808080; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #C0C0C0, #808080); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #C0C0C0, #808080); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #C0C0C0, #808080); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #C0C0C0, #808080); /* Standard syntax (must be last) */
}

.view{
    border: black solid 2pt;
}

.header-menu > a:after {
    content: "";
    position: relative;
    display: inline-block;
    float: right;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    line-height: 1;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-menu>a[aria-expanded="false"]::after {
    content: "\e259";
}

.header-menu>a[aria-expanded="true"]::after {
    content: "\e260";
}

.input-group-addon{
    width:10%;
}

.even{
    background-color:#ffffff;
}

.odd{
    background-color:#ECECEC;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color:#ECECEC;
}

label {
    color: #706F6F;
}

.linkActivo{
    color: #007dc1;
    font-weight:bold;

}

.linkInactivo{
    color:silver;
    font-weight:bold;
}

.table-item{
    width:100%;
}

.table th {
	background: #007dc1;
	color: white;
	font-size: 12px;
}

thead, th{
    align: center;
    background: #007dc1;
}

th, td {
    padding: 2px 2px 2px 2px;
}

tfoot{
   background: white;
}

#MenuHeader{
    float: right;
    position: absolute;
    width:200px;
    right:0px;
    z-index: 100;
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
}

.menu{
   display:flex;
   float: left;
   position:absolute;
   width: 250px;
   height:90vh;
   z-index:10;
   padding: 5px;
   border-radius: 6px;
   background-color: #f5f5f5;
   overflow-y:auto;
   overflow-x:hidden;
}

.content{
   padding: 20px;
   border-radius: 6px;
   width: 100%;
   overflow-y:auto;
   overflow-x:auto;
}

.texto {
    text-align: justify;
}

.menulink{
   padding-left: 10px;
}

.nav-item{
    padding:3px;
}

.nav-pills>li>a{
    background-color: white;
    color:#706F6F;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: lightslategray;
    border-color: #337ab7;
    color: white;
}

.nav-tabs>li.active>a:hover{
    background-color:#007DC1;
}

.dropdown-menu > li > a {
    padding: 3px 10px;
    color: #555;
    font-size: 12px;
    border-bottom: solid 1pt black;
}

@media (max-width:575px){
    .menu-collapsed{
        width: 40px;
    }

    .content-collapsed{
        width: 100%;
    }

    .menu-expanded{
        width: 200px;
        position:absolute;
        z-index:100;
    }

    .content-expanded{
        width: 100%;
    }
}

@media (min-width:576px){
    .menu-collapsed{
        width: 40px;
    }

    .content-collapsed{
        width: 100%;
    }

    .menu-expanded{
        width: 200px;
        position:absolute;
        z-index:100;
    }

    .content-expanded{
        width: 100%;
    }
}

@media (min-width:768px){
    .menu-collapsed{
        width: 40px;
    }

    .content-collapsed{
        width: 100%;
    }

    .menu-expanded{
        width: 200px;
        position:absolute;
        z-index:100;
    }

    .content-expanded{
        width: 540px;
        float: right;
    }
}

@media (min-width:992px){
    .menu-collapsed{
        width: 40px;
    }

    .content-collapsed{
        width: 960px;
    }

    .menu-expanded{
        width: 200px;
    }

    .content-expanded{
        width: 760px;
        float: right;
    }
}

@media (min-width:1200px){
    .menu-collapsed{
        width: 40px;
    }

    .content-collapsed{
        width: 1160px;
    }

    .menu-expanded{
        width: 200px;
    }

    .content-expanded{
        width: 960px;
        float: right;
    }
}

.dropdown > a:after {
    content: "";
    position: relative;
    top: 4px;
    color: #706F6F;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    padding: 5px;
}

.dropdown>a[aria-expanded="false"]::after {
    content: "\e259";
}

.dropdown>a[aria-expanded="true"]::after {
    content: "\e258";
}

.dropdown-menu > li > a {
    border-bottom: solid 1pt black;
}

.btn-tool{
    padding: 2px 4px;
    border: 0px;
    background-color: transparent;
}

.img-btn{
    height: 32px;
    width: 32px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c3c3c3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}