@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

body {
    background: #edf6ff;
    background: -moz-radial-gradient(center, ellipse cover,  #edf6ff 0%, #dadadc 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#edf6ff), color-stop(100%,#dadadc));
    background: -webkit-radial-gradient(center, ellipse cover,  #edf6ff 0%,#dadadc 100%);
    background: -o-radial-gradient(center, ellipse cover,  #edf6ff 0%,#dadadc 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #edf6ff 0%,#dadadc 100%);
    background: radial-gradient(ellipse at center,  #edf6ff 0%,#dadadc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf6ff', endColorstr='#dadadc',GradientType=1 );

    font-family: 'Pathway Gothic One' Verdana sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Pathway Gothic One' Verdana sans-serif;
}

.btn-coachandgo {
    width: 120px;
    height: 36px;
    line-height: 20px;
    background-color: #0c2577;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 18px;
}

.btn-coachandgo:hover {
    background-color: #fff;
    border: 2px solid #0c2577;
}

.btn-cancel {
    width: 120px;
    height: 36px;
    line-height: 20px;
    background-color: #0c2577;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 18px;
}

.btn-cancel:hover {
    background-color: #fff;
    border: 2px solid #0c2577;
}

.btn-start {
    width: 120px;
    height: 36px;
    line-height: 20px;
    background-color: #0c2577;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    margin-top: 26px;
    font-size: 18px;
}

.btn-start:hover {
    background-color: #fff;
    border: 2px solid #0c2577;
}

.btn-submit {
    width: 120px;
    height: 36px;
    line-height: 20px;
    background-color: #0c2577;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 18px;
}

.btn-submit:hover {
    background-color: #fff;
    border: 2px solid #0c2577;
}

.btn-filter {
    width: 80px;
    height: 32px;
    line-height: 16px;
    background-color: #0c2577;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-filter:hover {
    background-color: #fff;
    border: 2px solid #0c2577;
}

.container {
    width: 1024px;
    height: 670px;
}

.logo-big {
    width: 230px;
    margin: 60px auto;
}

.logo-small {
    width: 115px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.logo-cag {
    width: 250px;
    padding: 0;
    padding-top: 0;
    margin: 60px auto;
}

.absolute-center {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0%; left: 37%; bottom: 50%; right: 40%;
}

.profile-absolute-center {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 30%; left: 37%; bottom: 30%; right: 40%;
}

.login-box {
    background-color: #4d4d4d;
    border: 3px solid #0c2577;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 270px;
    height: 230px;
    padding: 10px;
}

.login-box label,
.login-box h2 {
    font-family: 'Pathway Gothic One' Verdana sans-serif;
    color: #fff;
    padding: 0;
    margin: 0;
}

.area-container {
    width: 100%;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    text-align:center;
    vertical-align: middle;
    background-color: #b6b9bd;
    margin-bottom: 6px;
    font-size: 32px;
    color: #ffffff;
}

.section-start-container {
    width: 100%;
    height: 72px;
    line-height: 72px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    text-align:center;
    vertical-align: middle;
    background-color: #b6b9bd;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
}

.section-start-question {
    width: 440px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
}

.section-start-leg {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d4d4d;
}

.menu-lateral {
    width: 48px;
    padding-top: 20px;
}

.menu-item {
    width: 48px;
    height: 48px;
    line-height: 50px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #4d4d4d;
    margin-bottom: 8px;
    list-style: none;
}

.select-list {
    background-color: #ffffff;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 120px;
    list-style: none;
}

.list-link {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin-left: -35px;
}

.list-link a:hover {
    text-decoration: none;
}

.align-center {
    padding: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.info-menu {
    margin-bottom: 10px;
}

.info-menu h1 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.dashboard-pos {
    margin-top: 180px;
}

.dashboard-button {
    padding-right: 16px;
}

.dashboard-button-reports{
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 38%;
}


.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.btn-prev {
    width: 48px;
    height: 48px;
    line-height: 50px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #4d4d4d;
    margin-bottom: 8px;
    position: absolute;
    top: 340px; left: -150px;
}

.btn-next {
    width: 48px;
    height: 48px;
    line-height: 50px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #4d4d4d;
    margin-bottom: 8px;
    position: absolute;
    top: 340px; right: -150px;
}

#hlist li
{
    display: inline;
    list-style-type: none;
    padding-right: 14px;
}

.pagin-off {
    width: 12px;
    height: 12px;
    line-height: 12px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #b6b9bd;
    margin-right: 2px;
    list-style: none;
}

.pagin-on {
    width: 12px;
    height: 12px;
    line-height: 12px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #4d4d4d;
    margin-right: 2px;
    list-style: none;
}

.aval-menu {
    display: inline;
}

.aval-menu-out {
    height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #b6b9bd;
    margin-right: 16px;
}

.aval-menu-out-1 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #ff0000;
    margin-right: 16px;
}

.aval-menu-out-2 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #ff8b00;
    margin-right: 16px;
}

.aval-menu-out-3 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #fff133;
    margin-right: 16px;
}

.aval-menu-out-4 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #7dff31;
    margin-right: 16px;
}

.aval-menu-out-5 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    text-align:center;
    vertical-align: middle;
    background-color: #1bb724;
    margin-right: 16px;
}

.aval-menu-in {
    width: 48px;
    height: 48px;
    line-height: 64px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    text-align:center;
    vertical-align: middle;
    color: #fff;
    background-color: #4d4d4d;
    margin-bottom: 8px;
}

.aval-menu-text {
    line-height: 48px;
    line-height: 64px;
    text-align:center;
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
}

.resume-area-title {
    width: 690px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-size: 18px;
    text-align: right;
    color: #ffffff;
    background-color: #b6b9bd;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.resume-number-1 {
    display: inline-block;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 280px;
    margin-right: 3px;
    text-align: center;
    font-weight: bold;
}

.resume-number-2 {
    display: inline-block;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 7px;
    margin-right: 3px;
    text-align: center;
    font-weight: bold;
}

.section-container {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 0;
    margin: 0;
    padding-right: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    text-align: right;
    font-size: 22px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: #b6b9bd;
}

.results-container {
    display: inline-block;
    width: 100%;
    height: 24px;
    padding: 0;
    margin: 0;
    padding-right: 2px;
    padding-bottom: 2px;
    margin-bottom: 6px;
    text-align: right;
    font-size: 22px;
}

.results-number {
    display: inline-block;
    color: white;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background-color: #4d4d4d;
}

.results-block {
    display: inline-block;
    width: 660px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #b6b9bd;
    padding: 0;
    margin: auto;
}

.results-section-desc {
    width: 660px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align:right;
    vertical-align: middle;
    background-color: #b6b9bd;
}

.results-desc {
    width: 660px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    text-align:right;
}

.results-result {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    font-size: 20px;
    text-align:center;
    background-color: #ff0000;
    margin: auto;
}

.aval-container {
    width: 330px;
    height: 64px;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    background-color: #b6b9bd;
    padding: 0;
    margin: auto;
}

.aval-container .aval-scale .aval-number {
    display: inline-block;
    margin: 0;
    color: white;
    width: 64px;
    height: 64px;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    background-color: #4d4d4d;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border: 8px solid #b6b9bd;
}

.aval-container .aval-scale {
    margin-top: -64px;
}

.aval-container .aval-elastic-background {
    height: 64px;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
}

.reports-area-title {
    width: 690px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #b6b9bd;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.drop-container {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.filter-container {
    width: 690px;
    height: 36px;
    line-height: 28px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #b6b9bd;
    padding: 0;
    padding-top: 2px;
    padding-right: 2px;
    margin-bottom: 6px;
    text-align: center;
}

.filter-skin {
    margin-top: 6px;
    margin-left: 0px;
    background-color: #ffffff;
    border:0;
    color:#0c2577;
    -webkit-appearance: icon;
}

.chart-skin {
    width: 690px;
    height: 500px;
    text-align:center;
    vertical-align: middle;
    font-size: 64px;
    padding: 0;
    margin: 0 auto;
    color:#0c2577;
}

.scroll {
    widht: 100%;
    height:540px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pagination {
}

.mark-inactive {
    margin-left: 3px;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #4d4d4d;
}

.mark-active {
    background-color: #fff;
}

.color1 { background-color: #ff0000; }
.color2 { background-color: #ff8b00; }
.color3 { background-color: #fff133; }
.color4 { background-color: #7dff31; }
.color5 { background-color: #1bb724; }

.improve-selected {
    width: 100%;
    height: 32px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: #3cc8ff;
}