html, body {
    height: 100%;
    margin: 0px;
}

body {
    font-family: 'Zurich bt';
    font-size:small;
}

a {
    color: #d84448;
}

    a:hover {
        color: #d84448;
    }

.perfil {
	padding-top: 20px;
}
.menu {
    height: 100%;
    width: 350px;
    background-color: #cccccc;
    color: #ffffff;
    margin-bottom: -40px;
}
h4 {
	font-family: 'Vagrounded';
	color: #d84448;
}
h5 {
    font-family: 'Vagrounded';
    color: #d84448;
    margin-bottom: 5px;
}
h6 {
    font-family: 'Vagrounded';
    color: #d84448;
    margin-bottom: 0px;
}

p {
	font-family: 'Zurich bt';
	color: #4d4d4d;
	font-size: 1rem;
	margin-bottom: 0px;
}
.menu  ul {
    list-style: none;
    margin: 0px;
    padding: 20px;
}
img {
	max-width: 100%;
	height: 100%;
	padding: 5px;
}
.menu li {
	  font-family: 'Zurich bt';
	  color: white;
	  text-decoration: none;
	  list-style: none;
}
.align-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.align-right {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: flex-start;
}
.center {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.lineamientos {
	height: 650px;
}
.item {
	padding: 5px 0;
}
header {
	border-bottom: 1px solid #cccccc;
	height: 60px;
}
.info {
	height: 50px;
	border-bottom: 1px solid #cccccc;

}
.color {
	height: 100px;
	width: 100px;
	background-color: black;
	margin: 20px;
	border-radius: 5px;
}
.vd {
	background-color:#d84448;
}
.vd-oscuro {
	background-color:#6497FF;
}
.vd-brillante {
	background-color:#B6C300;
}
.amarillo {
	background-color:#FFDD00;
}
.naranja {
	background-color:#EE7F00;
}
.rojo {
	background-color:#D10D1C;
}
.negro {
	background-color: #000000;
}
.btn{
	margin:10px;
}
.btn-primary {
    background-color: #d84448;
    border-color: #ffffff;
    font-family: 'Zurich bt';
    font-size: small;
}
.btn-secondary {
    background-color: #6497FF;
    border-color: #ffffff;
    font-family: 'Zurich bt';
    font-size: small;
}
.btn-success {
    background-color: #EE7F00;
    border-color: #ffffff;
    font-family: 'Zurich bt';
    font-size: small;
}
.btn-warning {
    background-color: #d39e00;
    border-color: #ffffff;
    font-family: 'Zurich bt';
    font-size: small;
}
.btn-outline-success {
	font-family: 'Zurich bt';
	border-color:#d84448;
}
.btn-primary:hover {
	background-color: #000000;
	border-color:#ffffff;
}
.btn-secondary:hover {
	background-color: #000000;
	border-color:#ffffff;
}
.btn-success:hover {
	background-color: #000000;
	border-color:#ffffff;
}
.btn-outline-success:hover {
	background-color: #000000;

}
table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    height: 80%;
}

th {
    background-color: #d84448;
    color: white;
    font-size: small;
}

td, th {
    text-align: left;
    padding: 5px;
    font-size:small;
    max-height:20px;
}

tr{
    height:20px;
}

.degrade {
	/*width: 100%;*/
	background: rgba(84,150,39,1);
	background: -moz-linear-gradient(left, rgba(84,150,39,1) 0%, rgba(55,107,45,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84,150,39,1)), color-stop(100%, rgba(55,107,45,1)));
	background: -webkit-linear-gradient(left, rgba(84,150,39,1) 0%, rgba(55,107,45,1) 100%);
	background: -o-linear-gradient(left, rgba(84,150,39,1) 0%, rgba(55,107,45,1) 100%);
	background: -ms-linear-gradient(left, rgba(84,150,39,1) 0%, rgba(55,107,45,1) 100%);
	background: linear-gradient(to right, rgba(84,150,39,1) 0%, rgba(55,107,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84448', endColorstr='#6497FF', GradientType=1 );
}

.menu > a {
    color: #ffffff !important;
}

.btn-ball {
    border-radius: 20px;
    padding: 0px;
    width: 38px;
    height: 38px;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.open-menu {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
}

.btn-consulta {
    width: 100%;
    max-width: initial;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.login-container {
    max-width: 600px;
    padding: 10px 100px 10px 100px;
}

.govco-container {
    max-width: 600px;
    padding: 5px 10px 5px 20px;
}

.login-img {
    width: 180px;
    height: 80px;
}

.container-login-p {
    height: 100%;
}


label {
    display: inline;
    clear: both;
}

.list-inline-item:not(:last-child) {
    margin-right: 0rem !important;
}

.paginador a {
    color: black;
}

.paginador .btn-primary a {
    color: #ffffff !important;
}

.paginador .btn {
    margin: 12px 2px 10px 2px !important;
}

.breadcrumb-p p {
    text-transform: capitalize;
}

.sidebar-menu {
    min-width: 230px;
    height:100%;
}

.btn-choose {
    margin: 0px !important;
}


.file-row {
    background-color: #e6e9ef;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 57px;
}

    .file-row .far {
        color: #d84448;
        font-size: 30px;
        margin: 10px;
    }

    .file-row span {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        line-height: 50px;
    }


/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus*/
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.btn-contract {
    z-index: 100;
}


.div-multiselect {
    width: 20em !important;
    height: 15em !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}

    .div-multiselect > select {
        width: 100em !important;
        height: 100em !important;
        overflow: visible !important;
    }

