﻿* {
    box-sizing: border-box;
    font-size:small;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 15px;
}

.form_container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.cedmap_table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size:16px;
    
}

    .cedmap_table th {
        padding:10px 6px;
        
        background-color:#bdd8f9;  
color: #000;
        margin: 0;
        font-weight: 600;
        text-align: left;
        font-size: 19px;
    }
    /*.cedmap_table td:first-child {
        border-top:none;
    }*/
    .cedmap_table td {
        padding: 6px;
        border: #ddd 1px solid;
   
        text-align: left;
        font-size:15px;
    }

    .cedmap_table tr {
        background: #fff;
    }

    .cedmap_table input[type=password], .cedmap_table input[type=text], .cedmap_table select {
        padding: 8px 6px;
        width:88%;
        background-color: #fff;
        border: #ddd 1px solid;
    }


    .cedmap_table input[type=radio]{
        margin:0 8px 0 0;
    }




    .cedmap_table input:focus {
        outline: 0;
        border: #ddd 1px solid;
    }



    /*.cedmap_table select {
        width: 96%;
    }*/

        .cedmap_table select:focus {
            outline: 0;
            border: #ddd 1px solid;
        }



    .cedmap_table textarea {
        padding: 7px;
   
        background-color: #fff;
        border: #ddd 1px solid;
        width: 99%;
		resize:vertical;
    }

        .cedmap_table textarea:focus {
            outline: 0;
            border: #ddd 1px solid;
        }

       

.cedmap_table_table2 td {
    width: 50%;
}

.cedmap_table_table4 td {
    width: 25%;
}

.cedmap_table_table6 td {
    width: 16.5%;
}

/*input[type=text] {
    width: 95%;
}*/


.btn_cedmap {
    margin: 0;
    padding: 10px;
   background-color: #2373c7;  /* fallback for old browsers */

    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

    .btn_cedmap:hover {
        background-color:#175da7;
         
        cursor: pointer;
    }

.text_center {
    text-align: center !important;
}


@media only screen and (max-width:767px) and (min-width:320px) {
    .cedmap_table td {
    width:100% !important;
    display:block;
        margin-top: -1px;
}

.cedmap_table textarea {
    width: 100%;
}

.form_container {
    width: 100%;
    margin: 0 auto;
    padding: 0;


}
  .cedmap_table input[type=password], .cedmap_table input[type=text], .cedmap_table select {
   width:100%;
    }
}
.radio_table td{
border:none;
}
