@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');





.olbHeader{
	font-size: 1.7em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color:#333;
	padding-bottom:15px;
	padding-top: 5px;
}

.miniTitle{font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;color:#333;padding-bottom:9px;}

.appfield {
    display: block;
    float: left;
    width: 93%;
    height: 35px;
    padding: 0 5px 0 10px;
    margin: 3px 0 7px 0;
    background-color: transparent;
    border: none;
    box-shadow: inset 0px 3px 8px #666;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    background: #fff;
    line-height: 32px;
    font-size: 1em;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;

}

.olbBtn, .olbBtn:visited {
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	background: #1b29a7;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	float: left;
	-webkit-appearance: none;
	width: 100%;
	margin-left:2px;
	cursor: pointer;
}
.olbBtn:hover {
	background: #2b2c3a;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	border: 0;
}

#username:active, #username:focus {
	background: #eef2f6;
	box-shadow: inset 0px 3px 8px #d3d7dc;
}

.wrapper {
	/*padding: 20px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
width:200px;
	color:#fff!important;	
}


.miniLinks {font-size:13px;font-family: 'Open Sans', sans-serif;
	font-weight: 400;}
.miniLinks a{color:#85c4ff!important;margin-bottom:9px;float:left;}





/********* IPAD ********** IPAD ************ IPAD *******************/
/********* IPAD ********** IPAD ************ IPAD *******************/
/********* IPAD ********** IPAD ************ IPAD *******************/
/********* IPAD ********** IPAD ************ IPAD *******************/
/********* IPAD ********** IPAD ************ IPAD *******************/


/* =================== iPad portrait ============================ */
/*  iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)  {

.olbBtn {font-size: 1em;padding: 4px 35px;width:103%;}
.miniTitle {font-size: 0.85em;padding-bottom: 4px;}
.appfield {height: 25px!important;}
.wrapper {text-align: left;width: 145px;}
.olbHeader {font-size: 1.1em;padding-bottom:5px;}




}
/*  ------end iPad Portrait */




/* =================== iPad landscape ============================ */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
.wrapper { margin-top: 60px!important;width: 175px!important;}
.olbHeader {padding-top: 0px;padding-bottom: 7px;}


}


/* =================== smartphone ============================ */

/* Smartphone Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)  { 

.wrapper {display: block;margin-left: auto;margin-right: auto;}


}
