/*
Style: Med Mega Mobile
Author: Mehmet ALTINEL
*/
.ui-input-btn:active, .ui-input-btn:hover {
	color: white !important;
	background-color: INDIGO !important;
}

input[type=text]:focus, input[type=number]:focus , input[type=tel]:focus, input[type=password]:focus, textarea:focus {
    background-color: MOCCASIN !important;
    border-bottom: thick solid orange !important;
}


.mm-fs-6 {font-size:0.6em; text-shadow:none;}
.mm-fs-8 {font-size:0.8em; text-shadow:none;}
.mm-fs-12 {font-size:1.2em;}

.mm-baslik-div {margin:0em 4em 0em 2.1em; height:2.6em !important; text-align: center !important;}
.mm-ustbaslik {font-size:1em; padding-top:0.2em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mm-altbaslik {font-size:0.8em; font-weight:normal; text-shadow:none;}

.mm-kaydir {white-space: normal !important;}
.mm-ortala {margin: 0 auto !important;}
.mm-t-ortala {text-align: center !important;}
.mm-t-sol {text-align: left !important;}
.mm-t-sag {text-align: right !important;}

.mm-ngolge {text-shadow:none;}
.mm-normal {text-decoration:none; text-shadow:none;}
.mm-nkalin {font-weight:normal;}

/*colors*/
.mm-gri {color: DARKGREY !important;}
.mm-kirmizi {color: MAROON !important;}
.mm-pkirmizi {color: RED !important;}
.mm-mavi {color: STEELBLUE !important;}
.mm-mor {color: DARKVIOLET !important;}
.mm-beyaz {color: WHITE !important;}
.mm-yesil {color: OLIVE !important;}
.mm-turuncu {color: #DF7401 !important;}
.mm-siyah {color:black !important;}

/*bg colors*/
.mm-bg-beyaz {background-color: WHITE !important;}
.mm-bg-sari {background-color: BEIGE !important;}
.mm-bg-pudra {background-color: MISTYROSE !important;}
.mm-bg-gri {background-color: LIGHTSLATEGRAY !important;}
.mm-bg-yesil {background-color: OLIVE !important;}