A {
    text-decoration: none;
}

.progressStyle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #003300;
    font-weight: bolder;
    font-size: 12px;
    font-family: Tahoma;
}

body {
    background-image: url('zemin.jpg');
    background-position: top;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 12px;
}


.mndvContainerMaster {
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0px;
    display: inline-block;
    position: absolute;
    top: 120px;
}


.mndvContainer {
    font-size: 13px;
    font-weight: normal;
    padding: 12px;
    /*background-color:rgba(137, 189, 211, 0.4);*/
    border-radius: 15px;
    border: 0px;
    display: inline-block;
    background: linear-gradient(188deg, rgba(180,192,207,0.4) 0%, rgba(217,222,230,0.4) 35%, rgba(137,189,211,0.4) 100%);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 50px 25px #3d3d4180;
    transition: box-shadow 2s;
}

    .mndvContainer:hover {
        box-shadow: 0px 0px 50px 5px #2e2e2f80;
    }

.mndvTitle {
    padding: 5px;
    font-size: 13px;
    color: #0d263eff;
    font-weight: bold;
    background-color: transparent;
}

.DivServiceBar {
    font-size: 12px;
    color: White;
    font-weight: bolder;
    background-color: Black;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    /*filter:alpha(opacity=25);
	        opacity:0.25;*/
    padding-top: 3px;
    padding-bottom: 3px;
    display: table-cell;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 24px;
    width: 100%;
}

td {
    color: #0d263eff;
}


SELECT {
    border: 1px solid #C0C0C0;
    color: #333333;
    padding: 3px;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    -moz-border-radius: .65em;
    -webkit-border-radius: .65em;
    border-radius: .65em;
}

TEXTAREA {
    border: 1px solid #C0C0C0;
    color: #333333;
    padding: 3px;
    font-size: 12px;
    /*font-family: tahoma, arial, sans-serif;*/
    -moz-border-radius: .65em;
    -webkit-border-radius: .65em;
    border-radius: .65em;
}

INPUT[type="text"] {
    border: 1px solid #C0C0C0;
    color: #333333;
    padding: 3px;
    font-size: 12px;
    -moz-border-radius: .65em;
    -webkit-border-radius: .65em;
    border-radius: .65em;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


INPUT[type="password"] {
    border: 1px solid #C0C0C0;
    color: #333333;
    padding: 3px;
    font-size: 12px;
    /*font-family: tahoma, arial, sans-serif;*/
    -moz-border-radius: .65em;
    -webkit-border-radius: .65em;
    border-radius: .65em;
}

.button {
    border: solid 1px #999999;
    background-repeat: no-repeat;
    background-position: 4px 3px;
    text-align: right;
    color: #000000;
    background-color: #f0f0f0;
    height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 5px;
    font-weight: 200;
    font-size: 12px;
}

    .button:hover {
        color: #294E76;
        border: solid 1px #3A6DA5;
    }


/*141025 yilmaz icin eklendi*/

.button1 {
    background-image: url(../images/btn2.png);
    width: 65px;
}

.button2 {
    background-image: url(../images/btn0.png);
    width: 75px;
}



#android {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

#loginx {
    /*display: none;*/
    text-align: center;
    padding: 0px;
    margin: 80px;
    background-color: transparent;
    border: 0px;
}

#divCompany {
    text-align: center;
    padding-bottom: 20px;
    background-color: transparent;
}

#lblComp {
    color: #393939;
    text-shadow: -1px 1px 10px rgb(247, 240, 240);
    font-weight: bold;
    font-size: 16px;
}

hr {
    border-style: dotted;
}

#divLoginObj {
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}

#txt1 {
    width: 160px;
}
#txt2 {
    width: 160px;
}
#drp1 {
    width: 167px;
}
