@import url(//fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);

html { height: 100%; }

body {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
	background: #eedfcc url(../image/bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
	overflow: hidden;
}

.genel-logo{
	max-width:380px;
	max-height:150px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 15px 0;
	
	
    background: #fffaf6 !important;
    border-radius: 2px !important;
	border:none  !important;
    color: #7e7975 !important;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 2px rgba(0,0,0,0.2),        
        0 0 0 8px rgba(255,255,255,0.4) !important; 
}

.genel-logo img{
	max-width:350px;
	max-height:130px;
}

.logo_asistan {
    /* Size and position */
    width: 100px;
	float:left;
}

.title_login{
	float: right;
	margin-right: 25px;
}

.x-form-item{font-family: 'Open Sans', Calibri, Arial, sans-serif;}
/*.x-mask{background: transparent;}*/

.x-window {
    /* Size and position */
    width: 340px;
    margin: -40px auto;
    padding: 15px !important;
    position: relative !important;
	left:0 !important;
	/*top:0px !important;*/

    /* Styles */
    background: #fffaf6 !important;
    border-radius: 4px !important;
	border:none  !important;
    color: #7e7975 !important;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4) !important; 
}

.x-css-shadow{display:none !important;}

.x-window-header{
    font-size: 15px !important;
    font-weight: bold !important;
    color: #6c6763 !important;
    padding-bottom: 8px !important;
	border:none  !important;
    border-bottom: 1px solid #EBE6E2 !important;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-align:center !important;
	background-color:transparent;
	position: relative !important;
	width: 100% !important;
}

.x-window-header .log-in,
.x-window-header .sign-up {
    display: inline-block !important;
    text-transform: uppercase !important;
}

.x-window-header .log-in {
    color: #6c6763 !important;
    padding-right: 2px !important;
}

.x-window-header .sign-up {
    color: #68C6FB !important;
    padding-left: 2px !important;
}


.x-window-header-text-default{
	font-size: 15px !important;
    font-weight: bold !important;
    color: #bdb5aa !important;
}

.x-window-header-text-container{text-align:center !important;}
.x-window-body-default{top:10px !important;}
.x-window-body-default, .x-panel-default, .x-panel-body, .x-toolbar-default, .x-box-inner, .x-nlg .x-toolbar-default{
	background-color:transparent !important;
	background-image:none  !important;
	border:none !important;
}

.x-toolbar-docked-bottom{bottom:5px; top: initial !important;}

.x-window  select,
.x-window  input[type=text],
.x-window  input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    width: 100% !important;
	float: right;
    padding: 5px;
	height:30px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
	background-image:none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.x-window  input[type=text]:hover,
.x-window  input[type=password]:hover {
    border-color: #CCC;
}

.x-window  label:hover ~ input {
    border-color: #CCC;
}

.x-window  input[type=text]:focus,
.x-window  input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

#giris_butonu/*, #frmLogin button*/{
    /* Size and position */
/*	margin-top: 5px;
    width: 98%;
    float: left;
	left:0 !important;
    position: relative !important;
*/
    padding: 5px;
    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;

    margin-left: 1%;
    background: #68C6FB; /* Fallback */
    background: -moz-linear-gradient(#68C6FB, #4773FF);
    background: -ms-linear-gradient(#68C6FB, #4773FF);
    background: -o-linear-gradient(#68C6FB, #4773FF);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#68C6FB), to(#4773FF));
    background: -webkit-linear-gradient(#68C6FB, #4773FF);
    background: linear-gradient(#68C6FB, #4773FF);
    border: 1px solid #4CB8F4;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

#giris_butonu:hover/*, #frmLogin button:hover*/ {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
	background: #4773FF;
}

#giris_butonu:active/*, #frmLogin button:active*/{
    top: 1px;
}


.x-btn-default-toolbar-small-over, .x-btn-default-toolbar-small-menu-active{
	background:transparent;
}

.x-menu{
	background: #FFF !important;
	border:1px solid #e2e2e2 !important;
}

.x-form-trigger{
	background: url(../image/select-i.png) no-repeat;
	width:24px !important;
	height:24px !important;
	border:none !important;
	background-position:left !important;
	margin-top: 3px;
	opacity: 0.5;
}
.x-form-trigger:hover{opacity:1;}

.x-form-item-label{font-size:11px;}

#frmLogin .x-docked{
	bottom: 0px;
    left: -30px !important;
	top: inherit !important;
}

.x-tool{
    left: 280px !important;
}
