@charset "UTF-8";

@font-face {
    font-family: Univers;
    src: url("../assets/fonts/UniversLTStd.otf")format('truetype');
}
@font-face {
    font-family: Univers-Bold;
    src: url("../assets/fonts/UniversLTStd-Bold.otf")format('truetype');
}
@font-face {
    font-family: Univers-Light;
    src: url("../assets/fonts/UniversLTStd-Light.otf")format('truetype');
}

html, body {
    height: 100%;
    font-family: Univers, Arial, Helvetica, sans-serif;
    -ms-touch-action: none;
}
body{
    width:100%;
    overflow: hidden; /* this is important to prevent the whole page to bounce */
}

h1{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 32px;
}
h2{
    font-size:15px;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
}
h4{
    font-size: 20px;
    font-weight: normal;
    font-family: Univers-Light, Univers, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}
a{
    cursor: pointer;
    color:#1f4f82;
}
a:hover{
    text-decoration:underline;
}

table tr{
    width: 425px;
}

.blue_bkgd{
    background-color:#e0e4e7;
}
.red{
    color:#FF0000;
}
.shadowed{
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}
.shadowed2{
    -webkit-box-shadow: 0px -5px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px -5px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px -5px 10px 0px rgba(50, 50, 50, 0.3);
}
.startPage{
    width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.mainContainer{
    width:730px;
    margin-left:auto;
    margin-right: auto;
}

.header{
    margin-left:auto;
    margin-right:auto;
    background-repeat: no-repeat;
    
}
.logoBar{
    background-image: url("../assets/images/ass-sur-oracle_logo.png");
    background-position: 24px top;
    width:750px;
    height:63px;
}

.startText{
    font-family: Univers-Light, Univers, Arial, Helvetica, sans-serif;
    background-image: url("../assets/images/cloud-banner.jpg");
    background-repeat: no-repeat;
    padding-left: 36px;
    padding-top: 42px;
    padding-bottom: 96px;
    width: 665px;
    height: 224px;
    color: #FFFFFF;
    margin-top: -4px;
}
.startText h1{
    font-weight: normal;
    color:#000000;
}
.startText h2{
    font-weight: normal;
    color: #FF0000;
}
#start_alert{
    color: #000000;
    margin-left: -147px;
    top: -10px;
}

.gradient{
    position:absolute;
    bottom:800px;
    background-image: url("../assets/images/ass-sur-gradient.png");
    width:630px;
    background-position:top left ;
}

.formQuestions{
    width: 311px;
    float:left;
    padding-bottom: 18px;
}

.arrowText{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    margin-left: 24px;
    background-image: url("../assets/images/ass-sur-arrow.png");
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 18px;
    color: #5f5f5f;
    padding-left: 33px;
    width: 265px;
    margin-top: 60px;
}
.startContainer {
    width: 944px;
    height: 270px;
}

.startForm{
    background-image: url("../assets/images/ass-sur-about-you-bg.jpg");
    width: 354px;
    height: 270px;
    float: left;
    margin-right: 0px;
}
.formHeader{
    text-align: right;
    color: #FFFFFF;
    font-size: 33px;
    margin-top: 32px;
    margin-right: 36px;
    font-weight: bold;
}
#startForm {
    color: #FFFFFF;
    margin-left: 35px;
    margin-top: 11px;
    font-family: Univers-Light,Univers-Light, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

li{
  list-style: none;
    margin-bottom:30px;
}

.logoBar{
    background-image: url("../assets/images/oracle_logo.png");
}
.banner{
    height:80px;
    color:#FFFFFF;
    overflow: hidden;
}

.banner_icon{
    float: left;
    background-color: #757575;
    height:80px;
}
.banner_icon img{
    float: left;
    background-color: #7f7f7f;
}
.banner_text{
    float:left;
    background-color: #7f7f7f;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
}
.right .banner_text{
    float:right;
    text-align: right;
}
.right .banner_text .banner_header{
    padding-right: 0px;
}
.right .banner_text .banner_title{
    padding-right: 0px;
}
.banner_title{
    padding-right: 26px;
    font-size: 18px;
    padding-top: 14px;
}
.banner_header {
    font-size: 30px;
    padding-right: 26px;
    padding-bottom: 8px;
    line-height: 38px;
}
.questionNumber{
    width:87px;
     height:87px;
}
.questionBox{
    background-color: #e0e4e7;
    padding-left: 80px;
    padding-top: 61px;
    margin-top: -124px;
    padding-right: 35px;
    padding-bottom: 8px;
    width: 589px;
    display: block;
}

.left .questionBox{
    margin-left: 34px;
}
.right .questionBox{
    margin-left: 44px;

}
.questionText{
    font-size: 18px;
    width: 450px;
    margin-bottom: 21px;
}
.answers{
    color:#727272;
    opactiy:.5;
}

.right_radio{
    float:right;
    padding-right:33px;
    margin-top:-3px;
}
.uniform-input{
    height: 34px;
    width: 422px;
}
/*#first_name, #phone_number, #zip, #uniform-state{
    width: 165px!important;

}
#first_name, #phone_number{
    margin-right:15px;
}
#last_name, #company, #address_line_1, #address_line_2{
    width: 237px!important;
}
#address_line_1, #address_line_2{
    margin-right:15px;
}*/
#uniform-jobDesc{
    background-position: -583px -347px;
    width: 284px!important;
}
#uniform-jobDesc.hover, #uniform-jobDesc.focus{
    background-position: -583px -419px;
}
.td-right, .td-left{
    vertical-align: top;
}
#uniform-state, #uniform-country{
    margin-bottom:0px!important;
}
#uniform-state{
    background-position: -704px -347px;
}
#uniform-state.hover, #uniform-state.focus{
    background-position: -704px -419px;
}
#uniform-country.hover, #uniform-country.focus{
    background-position: -448px -419px;
}

div.selector{
    width: 422px!important;
    height: 34px!important;
    border: 1px solid #c6c6c6;
    background-color: #ffffff;
}
.formTable td tr{
    vertical-align: top;
}
.submit_bttn{
    background-image: url("../assets/images/ass-sur-get-started-button-01.png");
    float: right;
    width: 152px;
    height: 37px;
    background-position: center 0px;
    background-repeat: no-repeat;
    margin-right: 39px;
    margin-top:17px;
}
.submit_bttn:hover{
    background-position: center center;
}
.submit_bttn:active{
    background-position: center bottom;

}
.info_bttn_dark{
    float: right;
    height: 20px;
    width: 21px;
    background-image: url("../assets/images/ass-sur-info-bttn.png");
    background-position: 0px -98px;
    background-repeat: no-repeat;
    position: relative;
    left: -35px;
    top: 7px;
}

.info_bttn{
    float: right;
    height: 20px;
    width: 20px;
    background-image: url("../assets/images/ass-sur-info-bttn.png");
    background-position: 0px 0px;
    margin-left: 6px;
    margin-top: 1px;
    background-repeat: no-repeat;
    margin-right: 7px;
}
.info_bttn:hover{
    background-position:0px -50px;
}
.info-tooltip{
    padding: 8px;
    position: absolute;
    left:300px;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background-color:white !important;
    color: #5f5f5f !important;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif!important;
    font-size:12px!important;
    font-weight: normal!important;
    background-image: none!important;
}

.results-tooltip{
    padding: 8px;


    z-index: 9999;

    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    border-style: solid!important;
    border-width: 1px!important;
    border-color:red!important;
    background-color:white !important;
    color: #5f5f5f !important;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif!important;
    font-size:12px!important;
    font-weight: normal!important;
    background-image: none!important;
}

.score_bttn{
    background-image: url("../assets/images/ass-sur-score-bttn.png");
    background-position: center top;
    width: 597px;
    height: 116px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
	pointer-events:none;
}
.score_bttn:hover{
    background-position: center -287px;
}
.score_bttn:active{
    background-position: center -550px;
}
.score_bttn_container{
    margin-top: -38px;
    background-image: url("../assets/images/ass-sur-score-bttn-bg.png");
    width: 589px;
    height: 111px;
    background-repeat: no-repeat;
    margin-left: 44px;
    padding-top: 23px;
}

.result_grey_quality:hover{
    opacity:.8;
}
#formTable{
    margin-left:-4px;
}

.pdf_text{
    padding-right: 11px;
    width: 100%;
    color: #7f7f7f;
    font-size: 14px;
    float:left;
}

.pdf_bttn{
    background-image: url("../assets/images/ass-sur-submit-button.png");
    background-repeat: no-repeat;
    background-position: center top;
    width:120px;
    height:52px;
    float:right;
    margin-right: 43px;

}
.pdf_bttn:hover{
    background-position: center -61px;

}
.pdf_bttn:active{
    background-position: center -122px;
}
.radio_choice{
    padding-left: 45px;
    font-size: 18px;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
}
.rangestepper{
    margin-top:10px;

}

.button_container{
    height:65px;
    margin-top: -5px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.next_bttn {
    background-image:url("../assets/images/ass-sur-back_next.png");
    background-position: 110px 0px;
    width: 118px;
    height: 61px;
    cursor: pointer;
    float:right;
    margin-right: -40px;

}
.next_bttn:hover{
    background-position:110px -66px;

}
.radioContainer{
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}

.next_bttn:active{
    background-position: 110px -136px;

}
 .back_bttn {
    background-image:url("../assets/images/ass-sur-back_next.png");
    background-position: 0px 0px;
    width: 116px;
    height: 61px;
    cursor: pointer;
    float:right;
}
.back_bttn:hover{
    background-position: 0px -66px;

}


.back_bttn:active{
    background-position: 0px -136px;

}
.counter{
    text-align: right;
    color:#909090;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    margin-right: -18px;
    margin-top: -4px;
    margin-bottom: 2px;
}
.slider_container{
    height: 868px;
    overflow: hidden;
    width: 690px;
    margin-left: auto;
    margin-righT: auto;
}

.left{
    margin-left:-40px;
}

.right .banner_icon{
    float:right;
}
.right .question_number{
    margin-left: 580px
}
.right .banner_text{
    padding-left: 24px
}

.b-close{
    background-image: url("../assets/images/ass-sur-red-x.png");
    width:12px;
    height:11px;
    float:right;
    cursor: pointer;
}

.alert{
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #F80000;
    width: 255px;
    height: 64px;
    border-width: 2px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-left: 128px;
    top: -12px;
    position: relative;
}
#end_alert{
    margin-left: 633px;
    top: 241px;
    height: 50px;
}

.bxslider{
    width:665px;

}
.gaugeContainer{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
#test{
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 665px;
}
.gauge{
    position: absolute;
    display:block;


}
.gauge_start{
    display:none;
}

#gauge1{
    width:170px;
    height:140px;
    margin-left: 0px;

}
#gauge2{
    width:180px;
    height:140px;
    margin-left: 837px;

}
.labelContainer{
    padding-right: 7px;
}
.labelContainer2{
    margin-top: 17px;
    padding-right: 13px;
}
.label1, .label2{
    font-size:.5em;
    color:#5f5f5f;
    width:50px;
}
.label1{

    margin-left: 14px;
    float:left;
}
.label2{
    float: right;
    text-align: right;
}
.readout{
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 104px;
    font-size: 12px;
    width: 100%;
}

/*scroller*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: none;
}

body,ul,li {
    padding: 0;
    margin: 0;
    border: 0;
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0;
}

#footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

#wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
	overflow-y:scroll;
}

#scroller {
    position:relative;
    width: 665px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}


#scroller ul {
    list-style: none;

}

#scroller li {
    margin-bottom: 40px;
    width: 665px;
    margin-left: auto;
    margin-right: auto;
opacity:0.1;
    transition:opacity .5s;

}

.invisible{
    opacity:0!important;
}

/*scrollbar*/



.iScrollHorizontalScrollbar {
    bottom: 2px;
    height: 16px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    z-index: 9999;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}
.iScrollVerticalScrollbar {
    margin-right:20px;
    background-color: #e0e4e7;
    bottom: 2px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 10px;
    z-index: 9999;
}
.ios_scrollbar{
    margin-right: -30px;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}
.iScrollIndicator {
    background: none repeat scroll 0 0 #5F5F5F;
    border-color: #5F5F5F;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    position: absolute;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
    background:#5F5F5F;
    height: 100%;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    background: #5F5F5F;
    width: 100%;
}

/*progressbar*/

#progressbar{
    width: 157px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.progress_label{
    color: #808285;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.running_score_label{
    color: #808285;
    font-size: 15px;
    text-align: center;
    margin-top: -130px;
    padding-bottom: 84px;
}

/*results Page */

.resultsPage{
    width: 985px!important;
    height: 800px;
    margin-left: -179px!important;
    background-color: #FFFFFF;
    background-color: #dce2e3;
}

.results_top{
    background-color: #807f7f;
    height:264px;
    width:100%;
    overflow: hidden;

}
.results_header{
    padding-top: 89px;
    color: #FFFFFF;
    font-size: 40px;
    margin-left: 26px;
    width: 243px;
}

#results_main_gauge{
    float: right;
    margin-top: -250px;
    margin-right: 74px;
}

#results_main_readout{
    color: #FFFFFF;
    font-size: 27px;
    left: 489px;
    margin-top: -10px;
    margin-left:-119px;
    top: 0px;
    position: relative;
    width: 183px;
    text-align:center;
    
}

.results_middle{
    background-color: #dce2e3;
    height:215px;
}
.categories_container{
    margin-left:auto;
    margin-right:auto;
}

.result_box{
    width:164px;
    float:left;
    position:relative;
}
.results_gauge{
    width: 170px;
    height: 125px;
    margin-left: -3px;
}

.results_gauge svg{
    margin-top:-14px;
}
.result_image{
    margin-left: auto;
    margin-right: auto;
    width: 126px;
    height:85px;
    margin-top: -20px;
}

.result_readout{
    position: relative;
    top: -52px;
    text-align: center;
}

.result_pulldown{
    margin-top: 25px;
    position: relative;
    display: none;

}

.result_grey_quality{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_quality_grey.png");
    background-repeat: no-repeat;
}
.result_grey_database{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_database_grey.png");
    background-repeat: no-repeat;
}
.result_grey_apm{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_apm_grey.png");
    background-repeat: no-repeat;
}
.result_grey_cloud{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_cloud_grey.png");
    background-repeat: no-repeat;
}
.result_grey_middleware{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_middleware_grey.png");
    background-repeat: no-repeat;
}
.result_grey_hardware{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_hardware_grey.png");
    background-repeat: no-repeat;
}
.result_grey_applications{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_applications_grey.png");
    background-repeat: no-repeat;
}
.result_grey_governance{
    width:164px;
    height:240px;
    background-image: url("../assets/images/results_governance_grey.png");
    background-repeat: no-repeat;
}



.details_box{
    width:330px;
    height:242px;
    display:none;
    padding-top: 38px;
    padding-bottom: 28px;
    padding-left: 43px;
    background-image: url("../assets/images/details_box.png");
    background-position: -26px -26px;
    position:relative;
    margin-left: -84px;
}

.tab{
    display:none;
    height: 25px;
    width: 121px;
    color: #FFFFFF;
    background-color: #b0c3c8;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23px;
    padding-top: 8px;
    font-size: 15px;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.tab img{
    float: right;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 1px;
}

.details_arrow{
    width:18px;
    height:18px;
    float:right;
    background-image: url("../assets/images/details_arrow.png");
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 1px;
}

.details_arrow_up{
    background-image: url("../assets/images/details_arrow_up.png");

}

.subcat_progress {
    width: 192px;
    height: 19px !important;
    background-image: url("../assets/images/subcat_progress.png") !important;
    border: none !important;
    background-color: #FFFFFF !important;
    background-position: center bottom !important;
    margin-bottom: 15px !important;
    float:left;
    margin-left:7px;
    margin-right:7px;
    background-repeat: no-repeat;
}
.subcat_progress  .ui-widget-header{
    border:none;
}
.subcat_progress .ui-widget-header{
    height: 17px!important;
    margin-left: 1px;
    opacity: .8!important;

}

.subcat_progress_number{
    float:left;
    color: #bcbcbc;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    font-size: 14px;
}
.subcat_progress_container{
    width:100%;
    display: inline-block;
}
.subcat_header{
    color:#838383;
    font-size:18px;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
}

.results_bottom{
    padding: 20px;
    width:600px;
}

.results_bottom_container{
    position:absolute;
    width: 92%;
}
.cta_bttn{
    background-image: url("../assets/images/cta_bttn.png");
    background-position: top center;
    background-repeat: no-repeat;
    width: 199px;
    height: 65px;
    float: right;
}

#ie_results{
    display:none;
}
#terms{
    margin-bottom: 15px;
    text-align: right;
    padding-right: 21px;
}
#shared_computer{
    margin-bottom: 10px;
    text-align: right;
    padding-right: 11px;
}
#shared_computer .right_radio{
    padding-right: 15px;
}
#terms span{
    padding-right:5px;
}
#terms .right_radio{
    padding-left:3px;
}
.labelRight{
    float:right;
    text-align: right;
    padding-right: 5px;
}

.continue{
    width: 496px;
    background-color: white;
    position: fixed;
    margin-left: 81px;
    margin-top: 119px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    border-style: solid;
    border-width: 1px;
    border-color: #8DA6B2;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.continue p{
    text-align: center;
    font-size: 22px;
    color:#737273;
}
.popup_button_container{
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
}
.continue p{
    opacity: .5;
}

.stop_bttn, .continue_bttn{
    width: 180px;
    height: 61px;
    background-repeat: no-repeat
}

.stop_bttn{
    background-image: url("../assets/images/stop_bttn.png");
    background-position: -21px -33px;
    float:left;
}

.stop_bttn:hover{
    background-position: -21px -95px;
}

.stop_bttn:active{
    background-position: -21px -160px;
}

.continue_bttn{
    background-image: url("../assets/images/cont_bttn.png");
    background-position: -21px -33px;
    float:right;
}

.continue_bttn:hover{
    background-position: -21px -95px;
}

.continue_bttn:active{
    background-position: -21px -160px;
}
.notApplicable{
    margin-top:20px;
    margin-left:-7px;
}

.scale_inactive{
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
.grayed_out{
    opacity:.5!important;

}
.white_anchor{
    color:#ffffff;
    text-decoration: none;
}
.white_anchor:hover{
    text-decoration: underline;
}
.blue_anchor{
    color:#1f4f82;
    text-decoration: none;
}
.blue_anchor:hover{
    text-decoration: underline;
}
canvas{
    width:2475px;
    height:3225px;

}