
#MrPlanHeader img{
    max-height: 40px;
    float: left;
    margin-right: 10px;
}

#MrPlanPlugin .MrPlanPlugin_Aviso{
    border: 1px solid #c3c4c7;
    padding: 10px;
    text-align: center;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 20px;
}

#MrPlanPlugin .MrPlanPlugin_Aviso div{
    margin-bottom: 10px;
}


#MrPlanPlugin #MrPlanConfirmationForm{
    border: 1px solid #c3c4c7;
    padding: 10px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
}

#MrPlanPlugin #MrPlanConfirmationForm button{
    margin-top: 20px;
}

#MrPlanPlugin #MrPlanMotorForm{

    border: 1px solid #c3c4c7;
    padding: 10px;
    background-color: white;
}

#MrPlanPlugin #MrPlanMotorForm select{
    min-width: 100%;
}

#MrPlanPlugin #MrPlanMotorForm label div{
    margin-top: 10px;
}

#MrPlanPlugin h4{
    margin-top: 0px;
    margin-bottom: 0px;
}

a.TMrPlanPlugin_Help {
    float: right;
    /* background-color: #2271b1; */
    padding: 0px 1px 0px 1px;
    border-radius: 15px;
    min-width: 17px;
    display: block;
    text-align: center;
    /* color: white; */
    text-decoration: none;
    font-size: 13px;
}

#TMrPlanPlugin_EstilosExtra textarea{
    width: 100%;
    min-height: 150px;
    margin-top: 10px;
}




/** LOADING **/

.TMrPlanPlugin_Loading{
    width: 100% !important;
    min-width: 300px;
    min-height: 50px;
    text-align: center;
}
.TMrPlanPlugin_Loading img{
    height: 80px;
    min-width: 80px;
}

.TMrPlanPlugin_MensajeOk{
    text-align: center;
    background-color: rgb(176, 246, 176);
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: white;
}
body .ui-tooltip {
    border-width: 2px;
}

.TMrPlanPlugin_DeleteButton{
    background: transparent;
    border: 0px;
    color: red;
    line-height: 20px;
    cursor: pointer;

}

.TMrPlanPlugin_DeleteButton:hover{
    text-decoration: underline;
}

.TMrPlanPlugin_Help{
    font-size: 10px;
    font-style: italic;
}


.TMrPlanPlugin_AdminDebug{    
    padding: 12px;
    background-color: rgb(253 253 238);
    border: 1px solid #c3c4c7;
    font-family: math;
}
.TMrPlanPlugin_AdminDebug h3{
    margin: 0;
}

hr.misterplan-header-end {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-color: transparent;
}