@media (max-aspect-ratio: 1/1){
    
.ui-block-a{
    margin-top: 2%;
}
}

@media (max-aspect-ratio: 16/10){
    
.ui-block-a{
    margin-top: 2%;
    margin-bottom: 2%; 
}
}

.ui-panel-inner {
            padding:0px;
        }
.ui-controlgroup {
            margin:0;
        }
#menubars{
    margin-right: 4%;
}


.ui-block-a{
    width: 35% !important;

    padding-bottom: 9%;
}
.ui-block-b{
    width: 65% !important;
    margin-bottom: 5%;
}
.yellow{
    color: yellow;
}
#steps{
    margin-top: 4%;
}

.boldblue{
	font-weight: bold;
	color: #000099;
}
#step1{
    background: url("arrow1.svg") no-repeat;
    background-size: contain;
}
#step2{
    background: url("arrow2.svg") no-repeat;
    background-size: contain;
}
#step3{
    background: url("arrow3.svg") no-repeat;
    background-size: contain;
}
#step4{
    background: url("arrow4.svg") no-repeat;
    background-size: contain;
}
#step5{
    background: url("arrow5.svg") no-repeat;
    background-size: contain;
}

.mobile { width: 320px; height: 50px; }
@media(min-width: 500px){
    .mobile { width: 468px; height: 90px; }
    }

@media(min-width: 800px) {
    .mobile { width: 728px; height: 150px; }
}
.btnselected{
    background-color: white !important;
}
h2{
	color: #000099;
	line-height: 1.2em;
	font-size: 1.2em;
}
.bold{
	color: black;
	font-size: 1em;
	display: block;
	font-weight: bold;
	
}
                                                        /*custom css*/
                                                        
.ui-icon-back{
  width:30%;
  float:right;
background: rgb(235,233,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,233,249,1)), color-stop(50%,rgba(216,208,239,1)), color-stop(51%,rgba(206,199,236,1)), color-stop(100%,rgba(193,191,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */


  
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	background-color: #020d64 /*{global-icon-color}*/;
	background-color: rgba(2,13,100,1) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
	-webkit-border-radius: 2em /*{global-radii-buttons}*/;
	border-radius: 2em /*{global-radii-buttons}*/;
}
.ui-overlay-a,.ui-page-theme-a,.ui-page-theme-a .ui-panel-wrapper{
    background-color:#f2f2f2
    }
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit{
color:white;
text-shadow:0 0px 0 #444444;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}





