﻿
.full-form {
    position: absolute;
    height: 96%;
    width: 98%;
    padding: 1%;
    left: 1%;
}

.body-ecs {
    padding: 1% !important;
    margin: 0px !important;
}

.card-ecs {
    height: 100%;
}

    .card-ecs input[type=text], .card-ecs select {
        width: 100% !important;
    }

    .card-ecs .pp {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        height: 100%;
        padding: 5px;
        background-color: white;
    }

	.imagenPequena {
		
	}

.card-title {
    text-align: center;
    font-size: 25px;
    background-color: #418bca !important;
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: calibri;
}

.no-pad {
    padding: 0px !important;
    margin: 0px !important;
}

.shadow-ecs {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.table {
    border: 0px !important;
    margin-bottom: 10px;
    font-family: calibri;
}

    .table th {
        border-right: 0px !important;
        border-left: 0px !important;
        border-top: 0px !important;
        text-align: center;
        border-bottom: 3px solid #e5e5e5;
        background-color: rgba(161, 162, 162, 0.16) !important;
        color: #848484;
        padding: 5px !important;
        font-family: calibri;
    }

    .table td {
        border-right: 0px !important;
        border-left: 0px !important;
        border-top: 0px !important;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        font-family: calibri;
    }


.header-bar {
    position: absolute;
    height: 52px;
    width: 100%;
    left: 0px;
    z-index: 10;
}

.card-title-d {
    text-align: center;
    font-size: 25px;
    background-color: #418bca !important;
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
    padding: 10px;
    font-family: calibri;
}


input[type="radio"] {
    width: 45px;
    height: 20px;
}

.text-box {
    background-color: white !important;
    border: 1px solid #dddddd !important;
    font-family: calibri !important;
    font-size: 15px !important;
}

.border{
    border-radius:0px 3px 3px 0px !important;
}