﻿/*Create by monika gupta to make textbox editable in white background. TD#191086 */

.editable-combo {
    /* width: 46px;*/
    height: 28px;
    border-radius: 5px;
    border-color: black;
    margin-top: 3px;
    border-width:1px;
}
.editable-combo1 {
    width: 356px;
    height: 28px;
    border-radius: 5px;
    border-color: black;
    margin-top: 3px;
    border-width:1px;
}
.normal-text {
    height: 28px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: white;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}

.normal-text1 {
    height: 28px;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: white;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}
.home-phone-text1 {
    height: 28px;
    width: 296px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: white;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}
.home-phone {
   
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: white;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
    width: 50px;
    height: 28px;
}


.non-editable-combo {
    /* width: 46px;*/
    height: 28px;
    border-radius: 5px;
    border-color: black;
    margin-top: 3px;
    border-width:1px;
    background-color:silver;
}
.non-editable-combo1 {
    width: 356px;
    height: 28px;
    border-radius: 5px;
    border-color: black;
    margin-top: 3px;
    border-width:1px;
    background-color:silver;
}
.non-normal-text {
    height: 28px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: silver;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}

.non-normal-text1 {
    height: 28px;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: silver;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}
.non-home-phone-text1 {
    height: 28px;
    width: 296px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: silver;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
}
.non-home-phone {
   
    font-family: Arial, Helvetica, sans-serif;
    border: 1px Black;
    font-size: 11px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-color: Silver;
    background-color: silver;
    text-indent: 6px;
    display: block;
    margin-top: 3px;
    width: 50px;
    height: 28px;
}
.secure-link-error-msg {
    font-size:14px;
}