.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f2f2f2;
}



.selectdemoSelectHeader {
    position: absolute;
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

    .selectdemoSelectHeader .demo-header-searchbox {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .selectdemoSelectHeader .demo-select-header {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
        padding-left: 10.667px;
        height: 48px;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
    }

    .selectdemoSelectHeader md-content._md {
        max-height: 240px;
    }

.panel-heading {
    font-size: 15px;
    height: 39px;
    color: white !important;
    background: #5a6ea7 !important;
}

body {
	height: auto !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
	background: url('../img/medica.jpg') no-repeat center center fixed !important;
	background-size: cover !important;
}

@media all and (max-width: 900px) {
    body {
        background-color: #ececec !important;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(63,81,181);
    color: white;
    text-align: center;
    height:6%;
    padding:1%;
    font-size:13px;
}

@media all and (max-width: 1400px) {
    .footer {
        font-size: 12px;
        height: 8%;
    }
}

@media all and (max-width: 800px) {
    .footer {
        display: none;
        
    }
}

@media all and (min-width: 1500px) {
    body {
        background-size: cover !important;
    }
}

.raddioButtonRow {
    padding-left: 8px;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.modal-dialog {
	padding-top: 15%;
}

.izquierda {
    float:left !important;
}






