@charset "UTF-8";
@font-face {
  font-family: 'clearThin';
  src: url("../fonts/ClearSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Thin.woff") format("woff"), url("../fonts/ClearSans-Thin.ttf") format("truetype"), url("../fonts/ClearSans-Thin.svg#ClearSans-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearLight';
  src: url("../fonts/ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Light.woff") format("woff"), url("../fonts/ClearSans-Light.ttf") format("truetype"), url("../fonts/ClearSans-Light.svg#ClearSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearRegular';
  src: url("../fonts/ClearSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Regular.woff") format("woff"), url("../fonts/ClearSans-Regular.ttf") format("truetype"), url("../fonts/ClearSans-Regular.svg#ClearSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearMedium';
  src: url("../fonts/ClearSans-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/ClearSans-Medium.woff") format("woff"), url("../fonts/ClearSans-Medium.ttf") format("truetype"), url("../fonts/ClearSans-Medium.svg#ClearSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearBold';
  src: url("../fonts/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype"), url("../fonts/ClearSans-Bold.svg#ClearSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}



html{
    height: 100%;
}


body {
    font-family: 'clearRegular';
    font-size: 14px;
    height: 100%;
}

h1 {
  font-size: 34px;
  color: #ffffff;
  font-family: 'clearLight';
  margin: 0 0 55px 0;
}

h2 {
  font-size: 22px;
  color: #002f67;
  font-family: 'clearLight';
}

.print-all-these{
	display:none;
}

.prin{
    background: #1d9797;
    border: 0;
    color: #ffffff;
    padding: 8px 25px 10px;
    /*float: right;*/
    border-radius: 2px;
	margin-bottom: 10px;
}
.prin a {
    font-size: 24px;
    color:#ffffff;
    font-family: clearLight;
}
.prin img{
    margin-left: 25px;
}

a,a:hover {text-decoration: none;}

.btn:hover,.btn:focus,.btn:active {text-decoration:none !important;}
.nopadding {padding: 0 !important;margin: 0 !important;}

.nopadright {padding-right: 0 !important;}

.nopadleft {padding-left: 0 !important;}

img.full {width: 100%;}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100% !important;
    height: auto;
}

.nopadding {padding: 0 !important;margin: 0 !important;}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:0;
}


.home-main{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
    background: url(../images/endeavor-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    /*background-position: center;*/
	background-position: 44% -244px;
}

.home-footer, .home-push {
	height: 250px; /* .push must be the same height as .footer */
}

.home-footer{
    background: #ffffff;
}

.logo img{
    margin:20px 30px;
	width: 110px;
}

.lang{
    margin: 0 30px 0 0 ;
    position: absolute;
    right: 0;
}


.lang .form-control {
    display: block;
    width: initial;
    height: 34px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 0 none;
    outline: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.lang .form-group select{
    float: right;
    font-family: 'clearLight';
}


.welcome-wrap{
    max-width: 945px;
    margin: auto;
    text-align: left;
	/*padding: 0;*/
}


.big-txt {
    text-align: left;
    width: 40%;
    float: left;
}

.welcome-text{
    font-size:34px;
    color:#ffffff;
    font-family:clearLight;
    margin: 120px auto 0;
    line-height: 1.3;

}

.welcome-subtext{
    color:#6ed6e1;
    font-size:22px;
    font-family:clearLight;
    margin-top:5px;
    line-height: 1.2;
}

.login .form-group{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-top:70px;
}

.login .form-group label{
    color:#ffffff;
    font-family:clearThin;
}

.login .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.login .btn-default {
    color: #ffffff;
    background-color: #f15a31;
    border-color: transparent;
    font-size: 24px;
    padding: 7px 28px;
    border-radius: 1px;
    margin-bottom: 65px;
    font-family:clearLight;
    display: inline-block;
    vertical-align: bottom;
}


.login button{
    position: relative;
}

.login button img{
    position: absolute;
    right: 10px;
    top: 30%;
}

.forgot-pass a{
    color:#ffffff;
    font-size:14px;
    font-family:clearLight;
    margin-top:20px;
    display: block;
}

.terms a{
    margin-top: 20px;
    text-decoration: underline;
    color: #ffffff;
    font-family:clearLight;
    display: block;
}

.footer-hometext{
    margin-top: 40px;
    color:#003366;
    font-size: 16px;
    max-width: 60%; /*48%; /*920px; /*770px;*/
    line-height:1.3;
    font-family:clearLight;
}

.howto a{
    color:#f15a31;
    font-size: 24px;
    font-family:clearLight;
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
}

.howto img{
    padding-left: 10px;
}

.logo-footer{
    margin: 0 45px 0 0 ;
    position: absolute;
    right: 0;
    margin-top: -25px;
}

#overlay {
    background: rgba(0,0,0,0.5);
    height: 100px;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.overlay-wrap{
    max-width: 590px;
    width: 100%;
    background: #ffffff;
    color: #003366;
    font-size: 16px;
    padding: 50px 30px;
    position: absolute;
    right: 30px;
    top: 53px;
}
.overlay-wrap p{
    margin-bottom: 50px;
}
.overlay-wrap button{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f15a31;
    width: 100%;
    color: #ffffff;
    padding: 10px 0px;
    border: 0 none;
    font-size: 18px;
    outline:0;
}

.overlay-wrap img{
    margin-left:20px;
}

.dot{
    position: absolute;
    background: #f15a31;
    top: -13px;
    width: 25px;
    height: 25px;
    right: 70px;
    border-radius: 50%;

}

/* Form Style */

.form-group{
    margin-bottom: 25px;
}

.jcf-focus,.jcf-focus * {
    border-color: #f1f1f1 !important;
}

#assessment .jcf-focus,#assessment .jcf-focus * {
    border-color: initial !important;
}

.prioritization .jcf-focus,.prioritization .jcf-focus * {
    border-color: initial !important;
}

#more-fields{
    background: transparent;
    border: 0;
    color: #f15a31;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    outline: none;
}

#more-fields span{
    font-family: clearBold;
    font-size: 20px;
    margin-right: 7px;
}

label {
    font-family: clearLight;
    color: #038e8e;
}

.form-style{
    color:#003366;
    height:50px;
    background: #f1f1f1;
    border-radius: 2px;
    border:0 none;
    box-shadow:none;
    font-size:16px;
}

.form-style.error, .form-control.error, .jcf-select.error {
	border:1px solid red;
}

.radio, .checkbox{
    margin:0;

}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0;
}

.ten,.twenty,.thirtyfive,.fourtyfive,.fifty,.sixty,.seventy,.eighty,.ninety{
    display:inline-block;

}

.ten{
    width: 10%;
    float: left;
}

.twenty{
    width:19%;
}

.thirtyfive{
    width:35%;
}

.fourtyfive{
    width:45%;
}

.fifty{
    width: 49.5%;
}

.sixty{
    width: 60%;
}

.seventy{
    width: 70%;
}

.eighty{
    width: 80%;
}

.ninety{
    width: 90%;
}


/* Profile */


.header-info .form-group{
    margin-bottom: 0;
}

.header-info .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 10px;
    margin: -2px 35px 0 8px;
    font-size: 14px;
    color: #1d9797;
}

.header-info ul li{
    list-style: none;
    display: inline-block;
    padding-top: 13px;
}

.header-info{
    background: #f1f1f1;
    text-align: right;
}


.greeting{
    font-size: 14px;
    color:#5d5d5d;
    padding-right: 30px;
}

li.header-lang{
    padding:0 10px;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
	height: 47px;
}
.header-lang .form-control {
    display: block;
    width: initial;
    height: 14px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #1d9797;
    background-color: transparent;
    background-image: none;
    border: 0 none;
    outline: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-lang .form-group select{
    font-family: 'clearLight';
}

li.logout{
    padding:0 25px;
    border-left: 1px solid #e2e2e2;
	height: 47px;
}

li.logout a{
	color: #1d9797;
}

li.logout a:hover {
	/*text-decoration:underline;*/
}

.help{
    font-family: 'clearRegular';
    color: #1d9797;
    font-size:14px;
    padding: 0 50px;
	cursor: pointer;
}

/*.help img{
    margin-right:20px;
    background: url(../images/help.png);
}
*/

.help i{
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.overlay-white{
    font-family: 'clearRegular';
    color: #fff;
    font-size: 14px;
    padding: 0 50px;
    z-index: 10;
    position: relative;
}


.container-fluid.inside-tabs .row,
.container-fluid.inside-tabs .row .col-lg-1,
.container-fluid.inside-tabs .row .col-lg-11,
.container-fluid.inside-tabs{
    height: 100%;
}

#main-menu .nav>li>a {
    padding: 7% 0;
}

#main-menu{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
    background: #04427f;
}

.push, .stick-bottom{
    height: 64px; /* .push must be the same height as .footer */
}

.push2,.btn-btm{
    height:48px;
}

#user-details,#company-profile{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
}




.stick-bottom img{
    padding: 0 15px;
}

#main-menu .nav-tabs {
    border-bottom: 0 none;
}

#main-menu .nav-tabs>li>a {
    border-radius: 0;
    height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
    background: #04427f;
    color: #366798;
    font-size: 14px;
    font-family:clearLight;
    border-bottom: 2px solid;
    border-bottom-color: #00203f;
}

#main-menu .nav-tabs>li>a.aligner{
    border-left: 5px solid #04427f;
    text-align: center;
}

#main-menu .nav-tabs>li:last-child>a {
    border-bottom: 1px solid;
    border-bottom-color: #00203f;
}

#main-menu .nav-tabs>li.active>a,#main-menu .nav-tabs>li.active>a:hover,#main-menu .nav-tabs>li.active>a:focus {
    color: #fefefe;
    font-size: 14px;
    font-family:clearLight;
    background-color: #1d9797;
    border:0;
    border-bottom-color: #1d9797;
    border-left: 5px solid #f15a31;
    border-bottom: 2px solid #1d9797;
}

#main-menu .nav-tabs>li>a:hover {
    border-color: #1d9797;
}


#main-menu .nav>li>a:hover,#main-menu .nav>li>a:focus {
    text-decoration: none;
    background-color: #1d9797;
    color: #fefefe;
}


#main-menu .nav-tabs>li>a.logo-in{
    border-right:1px solid #c2f4f4;
    background: #ffffff;
    height: auto;
    border-bottom: 0 none;
}

#main-menu .nav-tabs>li {
    float: inherit;
    margin-bottom: -1px;

}

#main-menu .link-text{
    opacity:0.3;
}

#main-menu .menu-tab {
    margin-top: 5px;
    opacity: 0.3;
}

#main-menu .active .menu-tab {
    opacity: 1;
}

#main-menu .completed .menu-tab {
    opacity: 1;
}

#main-menu .tobecompleted .menu-tab {
    opacity: 1;
}

#main-menu .menu-tab span{
    color:#fefefe;
    font-size:14px;
    margin-top: 10px;
    display: inline-block;
}

.menu-tab.tab1 img{
    margin-top: 15px;
}

.menu-tab.tab2 img{
    margin-top: 20px;
}

#main-menu .menu-tab.tab3 img{
    margin-top: 7px;
}

#main-menu .menu-tab.tab4 img{
    margin-top: 7px;
}

#main-menu .menu-tab.tab5 img{
    margin-top: 10px;
}

#main-menu .menu-tab.tab6 img{
    margin-top: 8px;
}

#main-menu .nav-tabs>li.logo-white div{
    height:auto;
    cursor:default;
    background: #04427f;
}
#main-menu .nav-tabs>li.logo-white img{
    padding: 90px 20px 15px;
}

#main-menu .nav-tabs>li.logo-white div:hover,
#main-menu .nav-tabs>li.logo-white div:focus,
#main-menu .nav-tabs>li.logo-white div:active{
    background: #04427f;
}

.nav.nav-tabs{
     margin-bottom: 40px;
}

.section-title{
    color: #003366;
    font-size: 24px;
    font-family: 'clearBold';
}

.section-description{
	display:none;
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #fff;
    margin: 0;
    min-width: 150px;
    width: 100%;
    height: 50px;
    padding: 10px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #c2f4f4 url(../images/arrow-down.png) 50% no-repeat;
    width: 50px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
    font-size: 16px;
    color: #003366;
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 16px 10px 0;
    width: 100%;
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #c2f4f4 url("../images/slider-lines.png") 50% no-repeat;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -7px 0 0px;
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: visible;
    background: #ddd;
    width: 12px;
    height: 12px;
    top: -3px;
    margin: 0;
    border-radius: 50%;
    line-height: 4;
    color: #038e8e;
    font-size: 12px;
    font-family: clearLight;
}

.jcf-range .jcf-range-handle {
    margin: -7px -5px 0;
}

.jcf-range .jcf-range-track {

    height: 5px;
}

.jcf-range.jcf-focus .jcf-active-handle{
    margin:-7px -5px 0;
    border:0;
}
.jcf-radio {
    border: 1px solid #f15a31;
    height: 18px;
    width: 18px;
    margin: -3px 3px 0 0;
}
.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #f15a31;
    border-radius: 100%;
}

.jcf-radio.jcf-checked{
    background: #f15a31;
    border: 1px solid #f15a31;
}





/* Company Profile */




.header-lang .jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 0;
    background: transparent;
    margin: -3px 0 11px;
    min-width: 61px;
    height: 26px;
    color: #1d9797;
    outline:0;
}

.header-lang .jcf-select .jcf-select-opener {
    position: absolute;
    background: transparent;
    width: 26px;
    /* bottom: 0; */
    right: 20px;
    top: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #1d9797 transparent transparent transparent;
    outline:0;
}

.header-lang .jcf-focus,.header-lang .jcf-focus * {border-color:  #1d9797 transparent transparent transparent !important;}


#c .nav-tabs>li>a,
#a .nav-tabs>li>a{
   color: #c6c6c6;
    font-size: 24px;
    font-family: 'clearBold';
}

#a .nav-tabs>li.active>a,
#c .nav-tabs>li.active>a,
#a .nav-tabs>li.active>a:hover,
#c .nav-tabs>li.active>a:hover,
#a .nav-tabs>li.active>a:focus,
#c .nav-tabs>li.active>a:focus {
    color: #003366;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
    border-radius: 0;
}

#a .nav-tabs>li:first-child>a,
#c .nav-tabs>li:first-child>a,
#a .nav-tabs>li:first-child.active>a,
#c .nav-tabs>li:first-child.active>a{
    border: 0;
    border-bottom-color: transparent;
    border-right: 1px solid #ececec;
    border-radius: 0;
}

#c .nav-tabs,
#a .nav-tabs {
    border-bottom: 0;
}

#c .nav-tabs>li>a,
#a .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    padding: 0 ;

}

#c .nav-tabs>li>a,
#a .nav-tabs>li>a{
    padding-right: 30px;
}

#c .nav-tabs>li.assigned-users>a,
#a .nav-tabs>li.user-detail>a{
    padding-left: 30px;
}

.panel{
    padding: 20px 80px;
    box-shadow: none;
}


#c .nav>li>a:hover,#a .nav>li>a:focus,
#a .nav>li>a:hover,#a .nav>li>a:focus {

    background-color: transparent;
}

#main-menu .nav-tabs>li.active>a.logo-in{
    border-left: 0;
    background-color: transparent;
    border-right: 1px solid #c2f4f4;
}

.next{
    text-align: right;

}

.next .btn-default, .actiosavebtn {
    color: #333;
    background-color: #1d9797;
    border-color: transparent;
    border-radius: 2px;
    color: #ffffff;
    font-size: 24px;
    padding: 8px 20px 10px;
    font-family: clearLight;
    margin-top: 35px;
}

.actiosavebtn {
	margin-top: 0px;
	float: right;
}

.actiosavebtn:hover {
	background-color: #1d9797!important;
}

.next .btn-default img{
    margin-left: 30px;
}

.next .btn-default a, .actiosavebtn a{
    color:#ffffff;
}
.question-btn:focus,
.question-btn:active,
.question-btn {
    font-size: 24px;
    width: 100%;
    /* color: #ffffff; */
    background: #f15a31;
    border-radius: 2px;
    border-color: transparent;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    left: 0;
    font-family: clearLight;
    height: 48px;

}

.question-btn:hover {
    background: #f15a31;
}

.question-btn a{
    color:#ffffff;
}

.question-btn img{
    margin-left: 40px;

}

/* Questionaire */

.progress-bar {
	background-color: #04427f;
}
.progress-percentage {
	margin-left: -42px;
	color: #fff;
}

#b .nav-tabs {
	border:none;
}

.category{
    position:relative;
}

.category h4{
    margin-top:0;
}

.category:not('.active') h4{
   display:none;
}

.category h3{
    font-size: 20px;
    color: #003366;
    font-family: clearLight;
    display: inline-block;
 }


.edit{
    font-size: 10px;
    color: #b5b5b5;
    background: #f1f1f1;
    padding: 2px 7px;
    border-radius: 2px;
    margin-left: 10px;
	cursor: pointer;
}

.category.active .edit {
	display: none;
}

.ok-blue{
    position: absolute;
    left: -30px;
    top: 24px;
}

.assigned-ok .ok-blue{
	position: relative;
	top:0;
	left:0;
	margin-right:20px;
}

.action-content img{
	margin-left: -18px;
}

.category.disabled  .ok-blue, .category.active:not(.finished)  .ok-blue, .category.disabled  .edit{
    display:none;
}

.category.active h3{
    font-size: 20px;
    color:#f65d00;
    font-family: clearLight;
    display: inline-block;
    padding: 5px 0 13px;
    position: relative;
}

.category.active h3:after{
    content: "";
    background: #f65d00;
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

h4.active, h4.active a{
    font-size: 16px;
    color:#f65d00;
}

h4.disabled{
    font-size: 16px;
    color:#f65d00;
    opacity:0.3;
}

.category:not(.active) h4{
	display:none;
 }

.category.disabled:not(.active) h3{
    opacity:0.3;
 }

.category.finished:not(.active) h4,
.category.disabled:not(.active) h4{
    display:none;
}

.answers-header{
    color:#107b76;
    background: #a2d7d7;
    padding:15px 30px;
    border-bottom: 2px solid #ffffff;
}

.answers-header h5 {
    font-size: 14px;
    font-family: clearLight;
    margin-bottom:0;
}

.answers-header h4{
    font-family: clearBold;
    font-size: 20px;
    margin-top: 5px;
}

.answers-content .ten{
    background: #e7e7e7;
    height:300px; /*370px;*/
}

.answers-content .ten ul{
    margin: 0;
    padding: 22px 0;/*55px 0;*/
}

.answers-content .ten ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 56px;
}



.answers-content .ten ul li a{
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 2;
    font-size: 16px;
    color: #1d9797;
    font-family: clearBold;
    position: relative;
}

.answers-content .ten ul li a:after{
    content: "";
    background: #ffffff;
    height: 25px;
    width: 2px;
    position: absolute;
    top: 32px;
    left: 15px;
}

.answers-content .ten ul li:last-child a:after{
    display:none;
}

.answers-content .ten ul li.active a{
    background: #ade4e4;
    color:#ffffff;
    border:2px solid #ffffff;
    line-height: 1.6;
}
.answers-content .ten ul li.active a:after{
    top: 30px;
    left: 14px;
}

.answers-content .ten ul li.disabled:not(.active) a{
    background: rgba(256,256,256,0.4);
}

.answers-content .ten ul li.active a:after,
.answers-content .ten ul li.disabled a:after{
    background: rgba(256,256,256,0.4);
}

.answers-content .ninety{
    padding:35px 55px;
    background: #f1f1f1;
    height: 300px; /*370px;*/
}

.question {
    font-size: 24px;
    color: #003366;
    font-family: clearLight;
    line-height: 29px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
	min-height: 90px;
}

.question:after{
    content: "";
    background: #003366;
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}


.answer{
    background:#ffffff;

}

.answers-content .fifty {
    width: 44%;
    background: #ffffff;
    margin-bottom: 23px;
    padding: 20px 0 20px 20px;
}

.answers-content .radio label{
    color:#003366;
    font-size: 20px;

}

.answers-content.success{
    padding: 100px 0;
    background: #f1f1f1;
    text-align: center;
}

.welldone{
    font-size: 36px;
    font-family: clearLight;
    color: #003366;
}

.answers-content.success h3{
    font-family: clearLight;
    color: #1d9797;
    margin-top: 0;
    position: relative;
    padding-bottom:35px;
    margin-bottom: 30px;
}

.answers-content.success h3:after {
    content: "";
    background: #003366;
    height: 1px;
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}

.answers-content.success p {
    color: #777777;
    max-width: 490px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: auto;
}

.question-wrap{
    display: none;
}

.question-wrap.active{
    display: inline-block;
}



/* 360 Assessment */

.assign-more{
    color: #107b76;
    text-transform: uppercase;
    background: transparent;
    border: 0 none;
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
}


#assessment .jcf-checkbox span, .prioritization .jcf-checkbox span{
    margin: -5px 0 0 -5px;
    position: absolute;
    height: 7px;
    width: 11px;
    top: 50%;
    left: 50%;
}

#assessment .eighty{
    width:78%;
}
span.members-num {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    font-family: clearBold;
    color: #ffffff;
    background: #ff0036;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 1.7;
}

.check-functions {
    padding: 15px 0;
    border:1px solid #e2e2e2;
}

.check-functions label {
    font-family: clearLight;
    color: #003366;
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0 0;
}

.checkwrap-unit{
    display: inline-block;
    width: 19%;
}

.check-functions-wrap .form-style.eighty,.check-wrap{
    margin:0 15px;
}

hr {
	margin: 12px 0;
}

#assigned p,
#assessment p{
    color:#777777;
    font-size: 16px;
}

.assessment-btns{
    float: right;
    margin-top: 20px;
}

.assessment-btns .skip,
.assessment-btns .send{
    padding: 9px 0;
    width:150px;
    font-family: clearLight;
    border: 0;
    border-radius: 2px;
    margin-right: 10px;
}

.assessment-btns .skip{
    background: #f15a31;
}

.assessment-btns .send{
    background: #1d9797;
}

.assessment-btns .skip a,
.assessment-btns .send a{
    color: #ffffff;
    font-size: 24px;
}

.assessment-btns .skip img,
.assessment-btns .send i{
    margin-left: 20px;
}

.assigned-members{
    border-bottom: 1px solid #e2e2e2;
    font-family: clearLight;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.assigned-mail{
    font-size: 20px;
    color: #003366;
}

.assigned-ok{
    font-size: 13px;
    color: #1d9797;
    margin: 5px 0;
}

.assigned-ok i{
    margin-right: 15px;
}

.not-assigned{
    color: #ff0036;
    font-size: 13px;
    margin: 5px 0;
}

.not-assigned span{
    margin-right: 18px;
    font-size: 20px;
    font-family: clearBold;
}

/* Report */

.amcharts-chart-div a {
    display: none !important;
}

.pie-colors h4{
    color:#003366;
    font-family: clearLight;
    margin-top: 70px;
}

.pie-colors div {
	display: inline-block;
    margin-right: 20px;
}

.enabler,.neutral,.blocker{
    font-family: clearBold;
    font-size:14px;
    display: inline-block;
    margin-right: 20px;
}
.enabler{
    color:#00bc9e;
}

.enabler:before,
.neutral:before,
.blocker:before{
    content: "";
    width:10px;
    height:10px;
    border-radius:50%;
    display: inline-block;
    margin-right:10px;
}
.enabler:before{
    background: #00bc9e;
}
.neutral{
    color:#ffd67e;
}

.blocker{
    color: #ff3e2c;
}

.neutral:before{
     background:#ffd67e;
}

.blocker:before{
    background: #ff3e2c;
}

.function-results{
    margin: 20px 0 50px 0;
}

.function-results .question-edit{
	background: #f1f1f1;
    padding: 10px;
}

.opp-alert{
    font-size: 14px;
    color:#003366; /*#9853a1;*/
    text-align: right;
    font-family: clearLight;
}

.opp-alert img{
    margin-right:15px;
}

.function-results h5{
    color: #003366;
    font-family: clearBold;
    font-size: 16px;
}


.function-results .table-responsive th{
    font-size: 12px;
    color:#777777;
    font-family: clearBold;
}

.function-results .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

.function-results .table>thead>tr>th,
.function-results .table>tbody>tr>td{
    padding: 8px 0px 8px 0;
}

.function-results .table-responsive .enabler,
.function-results .table-responsive .neutral,
.function-results .table-responsive .blocker{
    color:#003366;
    font-size: 14px;
    font-family: clearLight;
}

.pie-colors img, .function-results .table-responsive img.col-dot {
    margin: 0 10px 2px 0;
}

.function-results .table-responsive img{
    margin-left:20px;
}

.function-results .table-responsive .table>thead>tr>th,.function-results .table-responsive .table>thead>tr{
    border-bottom: 1px solid #c6c6c6;
}

.function-results .table-responsive .table>tbody>tr>td{
    border-top: 1px solid #f1f1f1;
}

.function-results .table-responsive a .edit{
    float:right;
    margin-top:2px;
}

.function-results .table{
    margin-bottom: 0;
}

#d .question-btn {
    margin-top: 29px;
}


/* Prioritization */

.prioritization .panel{
    padding:0;
}

.prioritization .panel-default>.panel-heading {
    background-color: #fff;
}

.prioritization .panel-heading {
    padding: 0px 0px 15px 0;
}

.prioritization .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.prioritization .panel-title {
    position: relative;
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 13px 15px 0;
}

.prioritization .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #f9f9f9;
    color: #777777;
    font-size: 16px;
    font-family: clearLight;
}

.prioritization .panel-title>a {
    color: inherit;
    width: 100%;
    display: block;
}

.prioritization a{
    color: #003366;
    font-size:20px;
    font-family: clearLight;
}

.prioritization a:focus,
.prioritization a:active {
    outline: 0;
    text-decoration: none;
    color: #f15a31;
}

.prioritization .jcf-radio {
    border: 0;
    height: 16px;
    width: 16px;
    margin: -3px 3px 0 0;
}


.prioritization .title-imp,
.prioritization .title-urg,
.prioritization .radio{
    display: inline-block;
    font-family: clearBold;
    font-size: 12px;
}

.prioritize_action {
	padding: 10px;
	width:100%;
	border-bottom: 2px solid #fff;
}

.prioritize_action:nth-child(odd) {
	background-color: #f1f1f1;
}

.prioritize_action:nth-child(even) {
    background-color: #e0e0e0;
}

.last-heading{
    border-bottom: 1px solid #dddddd !important;
}

.impact,
.urgency{
    padding: 2px;
    border-radius: 2px;
    margin-top: 14px;
    padding-bottom: 4px;
}

.urgency{
    background: #9ddcdc;
}

.impact{
    background: #adbfd1;
    float:right;
}

.title-urg{
    width: 34%;
    padding-left: 5px;
    color:#028181;
}

.title-imp{
    width: 34%;
    padding-left: 5px;
    color:#003366;

}

.prioritization .radio label {
    margin-right: 12px;
    font-family: clearBold;
    font-size: 12px;
    color: #ffffff;
    color: #ffffff;
}


.prioritization .radio label.jcf-label-active{
    color: #f65d00;
}

.impact.fifty,
.urgency.fifty {
    width: 100%;
    max-width: 49%;
	text-transform: uppercase;
}

.urgency.fifty{
    margin-right: 1%;
}

.diagramm-wrap{
    width: 500px;
}
.diagramm-one{
    position: fixed;
    right: 0;
}
.diagramm-one .fifty{
    width: 241px;
    height: 246px;
    float: left;
}

.top-left.fifty{
    border-right: 1px solid #003366;
    border-bottom: 1px solid #08b2b2;
    position: relative;
    background: #fafafa;
	text-transform: uppercase;
}

.top-right.fifty{
    border-bottom: 1px solid #08b2b2;
    position: relative;
    background: #fafafa;
	text-transform: uppercase;
}

.bottom-left.fifty{
    border-right: 1px solid #003366;
    position: relative;
    background: #fafafa;
	text-transform: uppercase;
}

.bottom-right.fifty{
    position: relative;
    background: #fafafa;
	text-transform: uppercase;
}

.high-imp{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    display: inline-block;
    top: 45px;
    position: absolute;
    right: -30px;
    color:#003366;
    font-family: clearBold;
    font-size: 12px;
}

.low-urg{
    display: inline-block;
    top: 0;
    position: absolute;
    left: 5px;
    color:#08b2b2;
    font-family: clearBold;
    font-size: 12px;
}

.low-imp{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    display: inline-block;
    bottom: 45px;
    position: absolute;
    right: -26px;
    color:#003366;
    font-family: clearBold;
    font-size: 12px;
}

.high-urg{
    display: inline-block;
    top: 0;
    position: absolute;
    right: 5px;
    color:#08b2b2;
    font-family: clearBold;
    font-size: 12px;
}

.panel-title.finished i{
    position: absolute;
    left: -27px;
    top: 16px;
}

.prioritization .panel:not(:first-child),
.prioritization .panel-group .panel+.panel:not(:first-child) {
    margin-top: 0;
    border-top: 1px solid transparent;
}

.circlewrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
}

.circle{
    border: 2px solid #fe5141;
    border-radius: 50%;
    background: #fbd4d1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor:pointer;
    min-width: 4%;
    min-height: 4%;
	max-width: 80%;
    max-height: 80%;
}

.circle-num{
    font-size:23px;
    color:#ff3e2c;
    font-family: clearBold;
    position: relative;
    top: -35px;
}

.circle-num:after{
    content: "";
    width: 21px;
    height: 17px;
    top: 8px;
    position: absolute;
    left: 130%;
    background: #fbd4d1 url(../images/arrowdown-small.png) 50% no-repeat;
}


.circle-info {
    background: rgba(0,0,0,0.5);
    height: 100px;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.circle-info-wrap{
    max-width: 870px;
    width: 100%;
    margin: auto;
}

.circle-info-header {
    background: #f15a31;
    padding: 10px;
    cursor: pointer;
}

.circle-info-header img{
    margin: auto;
    display: block;
}

.circle-info-main{
    background: #ffffff;
    padding:30px 35px;
}

.info-subheader{
    color:#1d9797;
    font-size: 12px;
    font-family: clearBold;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
}

.challenges-num{
    font-size:24px;
    color:#ff3e2c;
    font-family: clearBold;
    margin-top: 20px;
    margin-bottom: 45px;
}

.plan-subtitle,
.challenges-list{
    color:#777777;
    font-size: 16px;
    font-family: clearLight;
}

.challenges-list span{
    font-family: clearBold;
}

.challenges-list  p{
    display: inline-block;
	width:100%;
}

/* Action Plan */

.plan-tabs-wrap li a {
    font-size: 12px;
	text-transform: uppercase;
}

.plan-subtitle{
    margin: 20px 0 30px;
}

#f .nav-tabs>li>a{
    opacity:0.4;
    color: #1d9797;
    font-family: clearBold;
}

#f .nav-tabs>li.active>a,
#f .nav-tabs>li.active>a:hover,
#f .nav-tabs>li.active>a:focus {
    opacity:1;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
    border-bottom: 2px solid #08b2b2;
}

#f .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-right: 15px;
}

#f .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.tab-action-sub{
    color:#777777;
    font-size: 12px;
    font-family: clearBold;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.action-content{
    font-size:20px;
    color:#003366;
    font-family: clearLight;
    display: inline-block;
    vertical-align: top;
    width:100%;
}

.action-content .form-group {
    margin-bottom: 15px;
}

.action-content p{
    /*width: 85%;*/
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.action-content span.edit{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.action-content i{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.action-content-wrap{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 20px;
}

.action-content-wrap.product{
    border-bottom: 0 none;
}

.action-content h3{
    font-size:20px;
    color:#f15a31;
    font-family: clearLight;
    margin-top: 0px;
}

.action-content form label{
    font-size:14px;
    color: #038e8e;
    font-family: clearLight;
}


.action-content .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.action-content textarea.form-control {
    height: 80px;
}
.action-content input.form-control {
    height: 50px;
}

.action-content .radio label {
    min-height: 20px;
    margin-right: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    float: left;
    color: #1d9797;
    font-family: clearBold;
    font-size: 12px;
}

.date-label{
    margin-bottom: 25px;
}

.year-select{
    margin-top: -16px;
    max-width: 165px;
}

.action-content .next .btn-default {
    margin-top: -16px;
    padding: 8px 35px 10px;
}

.action-content .next .btn-default i{
    margin-left: 20px;
}


.action-table th{
    color: #038e8e;
    font-size: 14px;
    font-family: clearLight;
}

.action-table .table>thead>tr>td,.action-table .table>tbody>tr>td,.action-table .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    color: #003366;
    max-width: 240px;
    font-family: clearLight;
}

.action-table .table>thead>tr>th{
    padding: 8px 8px 8px 0;
}

.action-table .table>thead>tr>td:first-child,
.action-table  .table>tbody>tr>td:first-child,
.action-table  .table>tfoot>tr>td:first-child{
    border-left: 0 none;
}
.action-table{
    margin-top: 20px;
}

.action-table .table>tbody>tr>td.table-bold{
    font-family: clearBold;
}


.action-table .table-striped>tbody>tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.action-table .table-striped>tbody>tr:nth-child(even) {
    background-color: #e0e0e0;
}
.action-table textarea {
	width: 100%;
	min-height: 65px;
	border:0;
	padding: 5px;
}

.action-table input {
	border:0;
	padding: 5px;
}

.action-table select{
	border:0;
	padding: 4px;
}

.mainnavwin {
	/* overflow:hidden; */
}

.radiowrap {
	position:relative;
}

.radiowrap:after {
    content: '';
    position: absolute;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 5px;
    top: 15px;
}

.radiowrap .jcf-radio {
    overflow: visible;
    border: 1px solid #dddddd;
    height: 18px;
    width: 18px;
    margin: -3px 0 0 0;
    background: #e5e5e5;
    position: absolute;
    top: 17px;
    z-index: 5;
}

.radiowrap .jcf-radio em {
	position: absolute;
    top: 18px;
    z-index: 5;
    color: #038e8e;
    font-size: 12px;
    font-family: clearLight;
    text-align: center;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    font-style: normal;
}

.radiowrap .jcf-radio:first-child {
	margin-left: 0;
}

.radiowrap .jcf-radio.jcf-checked {
    background: #c2f4f4 url(../images/slider-lines.png) 50% no-repeat;
    border: 1px solid #c2f4f4;
}

.radiowrap .jcf-radio.jcf-checked span {
    display: block;
    background: #c2f4f4 url(../images/slider-lines.png) 50% no-repeat;
}

.radiowrap .jcf-radio span.lbl {
    display: block !important;
    background: transparent;
    width: 50px;
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    color: #429598;
    font-size: 12px;
}

.pie-chart {
	overflow:hidden;
}

.pie-chart > #chartdiv {
    width: 160% !important;
    height: 520px !important;
    background-color: transparent !important;
    position: relative;
    left: 50%;
    margin-left: -80%;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.4) !important;
}

#overlay .circle-info-header {
    cursor: initial;
}

#overlay button{
    display: block;
    margin: auto;
    background: transparent;
    border:0;
}

.howto-title{
    color: #003366;
    font-size: 24px;
    font-family: clearBold;
}

#overlay{
    color:#003366;
    font-size:16px;
    font-family: clearLight;
    z-index: 99;
    position: fixed;
}
.circle-info-wrap {
    max-width: 870px;
    width: 100%;
    margin: auto;
    background: #ffffff;
}

#overlay .howfixtoo {
    margin: 50px 0 10px;
    line-height: 1;
}

.howfix{
    margin-top: 30px;
}

.smalltitle{
    color: #038e8e;
    font-size:14px;
    font-family: clearLight;
}

.how4{
    margin-top:20px;
    float: right;
}

.goright{
    float:right;
}

.gocenter{
    margin: auto;
    display: block;
}

.how9{
    margin-top: 50px;
    float: right;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.xs-right {
		text-align: right !important;
	}

	.xs-left {
		text-align: left !important;
	}

	.xs-center {
		text-align: center !important;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	.sm-right {
		text-align: right !important;
	}

	.sm-left {
		text-align: left !important;
	}

	.sm-center {
		text-align: center !important;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.md-right {
		text-align: right !important;
	}

	.md-left {
		text-align: left !important;
	}

	.md-center {
		text-align: center !important;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.lg-right {
		text-align: right !important;
	}

	.lg-left {
		text-align: left !important;
	}

	.lg-center {
		text-align: center !important;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.xl-right {
		text-align: right !important;
	}

	.xl-left {
		text-align: left !important;
	}

	.xl-center {
		text-align: center !important;
	}

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1600px) {

    .title-urg {
        width: 25%;
        padding-left: 5px;
        color: #028181;
    }
    .title-imp {
        width: 25%;
        padding-left: 5px;
        color: #028181;
    }

    .prioritization .radio label {
        margin-right: 0;
        font-size: 12px;
    }

    .prioritization .title-imp, .prioritization .title-urg, .prioritization .radio {
        display: inline-block;
        font-family: clearBold;
        font-size: 12px;
    }


}

@media only screen and (max-width : 1538px) {
  .logo-footer{
    margin-top: -40px;
  }
}

@media only screen and (max-width : 1400px) {
.checkwrap-unit {
    display: inline-block;
    width: 25%;
}

@media only screen and (max-width : 1395px) {
	/*.login .btn-default {
	  margin-bottom: 0;
	}*/

}

@media only screen and (max-width : 1300px) {

    .answers-content .ninety {
        padding: 20px;
        background: #f1f1f1;
        height: 300px; /*390px;*/
    }

    .question {
        font-size: 18px;
        color: #003366;
        font-family: clearLight;
        line-height: 21px;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 45px;
    }
	
    .answers-content .fifty {
        width: 49%;
        background: #ffffff;
        margin-bottom: 23px;
        padding: 20px 0;
    }
	
    .answers-content .radio label {
        color: #003366;
        font-size: 16px;
    }
}

@media only screen and (max-width : 1200px) {
	h1 {
		padding-top: 30px;
		/*text-align: center;*/
		margin: 0;
	}

	h2 {
		padding-top: 30px;
		/*margin: 0 auto;*/
		width: 80%;
		/*text-align: center;*/
	}

    .big-txt {
      margin: 0 auto;
      width: 100%
    }

    .big-txt img {
      margin: 0 auto;
      width: 40%;
    }

    .checkwrap-unit {
        display: inline-block;
        width: 34%;
    }

    #assessment .eighty {
        width: 69%;
    }

    .diagramm-one {
        position: initial;
        right: initial;
    }

	.diagramm-wrap {
		width: 400px;
	}
    .diagramm-one .fifty {
		width: 200px;
		height: 200px;
		float: left;
	}

	.prioritization .title-urg, .prioritization  .title-imp {
		display: block;
	}

	.prioritization .radio label {
		padding-left:5px;
	}
	
	.login .btn-default {
		margin-bottom: 65px;
	}
	
	.terms{
		text-align: center;
		padding-bottom: 20px;
	}
	
	.big-txt img {
		width: 33%;
	}
	
	.login .form-group{
		margin-top: 20px;
	}
}


@media only screen and (max-width : 1100px) {
    .action-content .next .btn-default {
        margin-top: 53px;
        padding: 8px 35px 10px;
        display: block;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .container-fluid.inside-tabs .row,
    .container-fluid.inside-tabs .row .col-lg-1,
    .container-fluid.inside-tabs .row .col-lg-11,
    .container-fluid.inside-tabs {
        height: initial;
    }

    #main-menu .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 14.28%;
        height: 70px;
        display: inline-block;
    }

    #main-menu .nav-tabs>li>a.logo-in {
        border-right: 1px solid #c2f4f4;
        background: #ffffff;
        height: 108px;
        border-bottom: 0 none;
    }
    .menu-tab.tab1 img,
    .menu-tab.tab2 img,
    .menu-tab.tab3 img,
    .menu-tab.tab4 img,
    .menu-tab.tab5 img,
    .menu-tab.tab6 img,
    .menu-tab.tab7 img {
        width: 30px;
    }

    #main-menu .nav-tabs>li>a {
        height: 108px;
    }

    #main-menu .menu-tab span {
        line-height: 1.2;
    }

    .overlay-wrap {
        top: 256px;
    }

    #main-menu {
        margin: 0 auto -111px;
    }

    .push, .stick-bottom {
        height: 71px;
    }

    .checkwrap-unit {
        display: inline-block;
        width: 36%;
        text-align: left;
    }
    #user-details .form-group,
    #company-profile .form-group{
        padding-right: 0;
    }

    .title-urg {
        width: 25%;
        padding-left: 5px;
        color: #028181;
    }

    .impact.fifty, .urgency.fifty {
        width: 49%;
    }

    .action-content p {
        width: 80%;
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        text-align: left;
    }

    #assessment .eighty {
        width: 66%;
    }

}

@media only screen and (max-width : 971px) {
  .logo-footer{
    margin-top: -50px;
  }
}

@media only screen and (max-width : 802px) {
  .logo-footer{
    margin-top: -60px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .logo-footer {
        margin: 0;
        position: initial;
        right: initial;
        text-align: center;
        padding: 0 0 20px;
    }

    .footer-hometext {
        margin-top: 40px;
        color: #003366;
        font-size: 16px;
        max-width: 770px;
        line-height: 1.3;
        font-family: clearLight;
        text-align: center;
    }

    .howto a {
        color: #f15a31;
        font-size: 24px;
        font-family: clearLight;
        margin-top: 30px;
        margin-bottom: 40px;
        display: block;
        text-align: center;

    }

    .terms a {
        margin-top: 20px;
        text-decoration: underline;
        color: #ffffff;
        font-family: clearLight;
        display: block;
        text-align: center;
        padding: 20px;
    }

    .welcome-subtext,
    .welcome-text,
    .login form{
        text-align: center;
        padding: 20px;
    }

    .welcome-text {
        margin: 50px auto 0;
    }

    .login .form-group {
        margin-top: 0;
    }

    .login .btn-default{
        margin-bottom: 0;
    }
    .forgot-pass a{
        margin-top: 10px;
    }
    .login .btn-default {
      margin-bottom: 55px;
    }

    .btn.btn-default{
      margin-bottom: 0;
    }

    .terms a{
      margin-top: 0;
      padding-top: 0;
    }
    .terms {
      padding-bottom: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .login form {
    padding: 0;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
@media print {
 #main-menu { display:none; }
}

@media screen and ( max-height: 830px ){

	#main-menu .menu-tab {
		margin-top: 0;
	}

	#main-menu .nav>li>a {
		padding: 4% 0;
	}

	#main-menu .menu-tab span {
		font-size: 12px;
		margin-top: 4px;
	}

	.menu-tab img {
		margin-top: 5px !important;
		max-height: 32px;
	}

	.pie-chart > #chartdiv {
		width: 125% !important;
		height: 380px !important;
		margin-left: -70% !important;
	}

}
