html, body { height: 100vh; width: 100vw;}



a{
    text-decoration: none;
    
}

a:hover{
    text-decoration: none;
    color: #ec652c; 
}

.aMenu{
    color: #FFF;
}

.parent {
	height: 100%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.child {
	width: 400px;
	height: 400px;
}

.loginBox {
	border: 1px solid #1a466b;
}


.dropbtn {
    color: #1a466b;
    font-size: 16px;
    padding: 5px 7px;
    font-weight: bolder;
    min-width: 160px;
    /*border: 1px solid #ec652c;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 7px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {border: 1px solid #1a466b;}
.dropdown:hover .dropdown-content {display: block;}

/*
Comfernet
*/
.comfernet-title{
    font-weight: bolder;
}

.comfernet-table-rows{
    border-top: 2px solid #ec652c;
    border-right: 2px solid #ec652c;
    border-bottom: 2px solid #1a466b;
    border-left: 2px solid #1a466b;
}

.comfernet-row-orange{
    border: 2px solid #ec652c;
}

.comfernet-row-blue{
    border: 2px solid #1a466b;
}

.comfernet-title-orange{
    font-weight: bolder;
    font-size: 1.2em;
    color: #ec652c;
}


.comfernet-row{
    padding-bottom: 2px;
}


.comfernet-orange{
    background-color: #ec652c;
    color: #FFF;
}

.comfernet-blue{
    background-color: #1a466b;
    color: #FFF;
}

.comfernet-blue-menu{
    height: 60px;
    background-color: #1a466b;
    color: #FFF;
    font-size: 1.2em;
}

.comfernet-blueM{
    height: 60px;
    background-color: #1a466b;
    color: #FFF;
    font-size: 1.2em;
}


.comfernet-btn:hover{
    background-color: #ec652c;
    color: #FFF;
}

.comfernet-btn{
    background-color: #1a466b;
    color: #FFF;
}

.comfernet-status-active{
    border-bottom: 5px solid #ec652c;
}

.comfernet-status-inactive{
    border-bottom: 5px solid #1a466b;
}

.comfernet-form-label{
    font-weight: bolder;
    background-color: #CCC;
}

.my-controller {
  border: 1px solid #fcc;
  padding: 5px;
  margin: 3px;
}
.my-controller small {
  color: #c99;
}
.other-controller {
  border: 1px solid #ccf;
  padding: 5px;
  margin: 3px;
}
.other-controller small {
  color: #99c;
}
.third-controller {
  border: 1px solid #cfc;
  padding: 5px;
  margin: 3px;
}
.third-controller small {
  color: #9c9;
}

.comfernet-text-orange{
    color: #ec652c;
}

.comfernet-text-blue{
    color: #1a466b;
}

.user_card {
    height: 500px;
    width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ec652c;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: 0px;
    border-radius: 50%;
    background: #1a466b;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 130px;
}
.login_btn {
    width: 100%;
    background: #1a466b !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #1a466b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1a466b !important;
}

.menuMC{
    padding-top:0px; 
    padding-bottom: 0px;
}

.txtDetalle{
    font-size: 2vmin;
}