﻿/* Master Page CSS [s]*/
.m-wrapper {
    float: left;
    width: 100%;
    display: table;
}

.m-left {
    float: left;
}

.m-left input {
    margin-left: 20px;
}

.m-right {
    float: right;
    margin-right: 10px;
}

    .m-right input {
        padding-left: 5px;
        padding-right: 5px;
        outline: none;
    }

        .m-right input:hover {
            width: 60px;
        }

.m-row {
    margin-left: 0px;
}

.m-Image{
    background-image :url("/Images/Logo.jpg")
}
.search1 {
    margin-top: 50%;
}
/* Clear floats after the columns */
.m-row:after {
    content: "";
    display: table;
    clear: both;
    background-color :green ;
}

/* Master Page CSS [e]*/

div.table {
    border: 0px solid black;
    display: table;
}

div.tr {
    border: 0px solid black;
    display: table-row;
}

div.td {
    border: 0px solid black;
    display: table-cell;
    border-bottom: 1px dotted #888;
    line-height: 20px !important;
}

div.td1 {
    width: 100px;
}

.m-right span {
    vertical-align: top;
}
.m-right input {
    vertical-align: top;   
}
.padding
{
    margin-left: 50px;
    margin-top:10px;
}

