/** Generated by FG **/
@font-face {
	font-family: 'Chalet-LondonNineteenEighty';
	src: url('../fonts/Chalet-LondonNineteenEighty.eot');
	src: local('☺'), url('../fonts/Chalet-LondonNineteenEighty.woff') format('woff'), 
            url('../fonts/Chalet-LondonNineteenEighty.ttf') format('truetype'), 
            url('../fonts/Chalet-LondonNineteenEighty.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/** Generated by FG **/
@font-face {
	font-family: 'Chalet-ParisNineteenSixty';
	src: url('../fonts/Chalet-ParisNineteenSixty.eot');
	src: local('☺'), url('../fonts/Chalet-ParisNineteenSixty.woff') format('woff'), 
            url('../fonts/Chalet-ParisNineteenSixty.ttf') format('truetype'), 
            url('../fonts/Chalet-ParisNineteenSixty.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul.rightdp li {
    margin-bottom:26px;
}
.videoWrap {
    width:75%;
    text-align:center;
    margin:auto;
}
.categoryCodesListFloat {
    float:left;
    line-height:28px;
    word-wrap:break-word;
    padding-right:10px;
}
.categoryCodesListFloat div:hover {
    color:#0090d6;
    cursor:pointer;
}
div.native-scroll {
    overflow: auto;
    white-space: nowrap;
}


/*.orgChartView ::-webkit-scrollbar { 
    width: 0;
    display:initial;
}

@media screen and (min-width: 500px){
    .orgChartView ::-webkit-scrollbar{
    width: 3px;
    height:40px;
    
    }
    .orgChartView ::-webkit-scrollbar-track {
}
    .orgChartView ::-webkit-scrollbar-thumb {
    background: #333;
}
}*/


.modalListArea,.modalListArea textarea
{
    height:90%;
}
.modalTextArea {
    height:88%;
}

.modalListArea textarea {    
    resize:none;
}

.modalListArea span {
    font-weight:bold;
}

.modalListArea textarea,.modalListArea input {
    border-radius:5px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    margin-top:5px;
    background-color:#f7f7f9;
    font-weight:normal !important;
    border:1px solid #e1e1e8;
    padding:15px;
}
@media screen and (max-height:650px) {
    .modalTextArea {
        height:68%;
    }   
    .modalListArea,.modalListArea textarea {
        height:70%;
    }
}

@media screen and (max-height:350px) {
    .modalTextArea {
        height:48%;
    }   
    .modalListArea,.modalListArea textarea {
        height:50%;
    }
}
.orgChartView ::-webkit-scrollbar { 
    width: 0;
    display:initial;
    -webkit-overflow-scrolling: touch
}
.orgChartView  ::-webkit-scrollbar-track {
      background-color: #EEE;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.orgChartView  ::-webkit-scrollbar-thumb {
      background-color: #AAA;
} /* this will style the thumb, ignoring the track */
 
.orgChartView  ::-webkit-scrollbar-button {
      background-color: #DDD;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.orgChartView  ::-webkit-scrollbar-corner {
      background-color: black;
}  


.categoryCodesList {    margin:0;padding:0;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
                display: inline-block;
    margin-top:5px;
    
    /*margin-left:15px;*/
    line-height:28px;
    -moz-column-count: 2;
        -moz-column-gap: 50px;
        -webkit-column-count: 2;
        -webkit-column-gap: 50px;
        column-count: 2;
        column-gap: 50px;
/*        min-width:488px;*/
        /*list-style:initial;list-style-type: decimal;*/ 
        /*padding-right: 150px;*/
    column-width: 150px;
    word-wrap:break-word;

}
.categoryCodesList li:hover {
    color:#0090d6;
    cursor:pointer;
}
.categoryCodesList li {
    margin:0;padding:0;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.categoryCodesPopover ul {
    list-style: none;
    padding:0;
    margin:0;
    counter-reset: foo;
    display: table;
}

.categoryCodesPopover li { 
    counter-increment: foo;
    display: table-row;
}

.categoryCodesPopover li div { 
    display:inline-block;
    padding-bottom:6px;
    font-size:16px;
    line-height:24px;
}


.categoryCodesPopover li:before {
    content: "• ";
    padding-right:10px;
    color: #00B2CD; /* or whatever color you prefer */
    display: table-cell; /* aha! */
    text-align: right;
    vertical-align:top;
    padding-bottom:6px;
}

.categoryCodesPopover {
    padding:20px;
}

.scoresPopover {
    color:#0090d6;
    cursor:pointer;
    margin-bottom:20px;
    font-weight:bold;
    font-size:16px;
}
.scoreItem:not(.rateItem) .title {
    font-size:16px;
    
}

.scoreItem {
    margin-top:20px;
    margin-bottom:30px;
}
.scoreItem.Superior .title {
    color:#00B2CD;
}
.scoreItem.Excellent .title {
    color:#93C94D
}
.scoreItem.Above.Average .title {
    color:#D3C63B
}

.scoreItem.Average .title {
    color:#FF8A06;
}
.scoreItem.Poor .title {
    color: #DB0F41
}
.scoresPopoverPos[style] {
    width:800px;
  left: 160px !important;
}

.scoresPopover:hover {
    text-decoration:underline;
}

.actionPrioritiesHead {
    margin:auto;padding:auto;text-align:center;line-height:70px;height:70px;color:#FFF;background-color:#00B2CD
}

.actionPrioritiesContent {
    margin:auto;padding:auto;color:#333;background-color:#D5E7EB
}

.actionPrioritiesHead span {
    margin: 20px auto;text-transform:lowercase;font-size:28px;font-family:'Chalet-LondonNineteenEighty';
}

.accordionHead {-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
    background-color:#FFF;border:1px solid #ccc;padding:20px;font-family:'Chalet-LondonNineteenEighty';cursor:pointer;color:#00B2CD;font-size:24px;text-transform:lowercase;
}

.accordionContent { 
    background-color:#FFF;border:1px solid #ccc;padding:0px;margin-top:10px;

}

.accordionContent.active {
    margin-bottom:15px;
}

.accordionContentItem {
    border-bottom:1px solid #ccc;
    padding:10px;
}


.accordionContentItem label {
    cursor:pointer;
    padding:0;
    font-size:inherit;
}

.accordionContentItem .item-checkbox .checkbox {
    position:static;
    float:none;
    padding-left:20px;
    padding-right:20px;
}

.accordionContentItem .item-content {
    overflow:auto;
    white-space:normal;
}


.accordionContentItem .item-checkbox .checkbox, .accordionContentItem .item-content {
    display: table-cell; 
    vertical-align: top;
}

.accordionContentItem .checkbox input, .accordionContentItem .checkbox-icon {
    width:18px;
    height:18px;
}

/*
    IONIC ICONS FOR CHECKBOXES
    http://ionicons.com/1.5.2/
*/

.accordionContentItem.active .custom-checkbox .icon,
.accordionContentItem.active label .custom-checkbox .icon{
    left: 17px;
}
.custom-checkbox .icon {
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 19px;
}

.custom-checkbox i.checkbox-icon {
   display: none;
}

.custom-checkbox.section-checkbox i.icon{
    color: #00B2CD;
}


.accordionContentItem .checkbox input:checked:after, .accordionContentItem input:checked + .checkbox-icon:after {
    opacity:1;
}

.accordionContentItem .checkbox input:checked:before, .accordionContentItem .checkbox input:checked + .checkbox-icon:before {
    background:#00B2CD;
}

.accordionContentItem .checkbox input:before, .accordionContentItem .checkbox .checkbox-icon:before {
    border-color:#00B2CD;
    border-width:0;
}

.accordionContentItem .checkbox input:before, .accordionContentItem .checkbox-icon:before 
{
    border-radius:0;
    background:#DAD9D7;
    transition:none;
}

.accordionContentItem .checkbox input:after, .accordionContentItem .checkbox-icon:after {
    transition:inherit;
    -webkit-transition:inherit;
    -moz-transition:inherit;
    transform:inherit;
    -webkit-transform:inherit;
    -moz-transform:inherit;
    content: "√";
    font-size: 1em; 
    color: #FFF;
    top:0;
    left:4px;
    line-height:22px;
    border:0;
    width:100%;
    height:100%;
    
}

.accordionContentItem.active,.accordionContentItem.active label {
    background-color:#00B2CD;
    color:#FFF;
    border: 1px solid #00B2CD;
    font-weight:bold;
}

    

.toggleShowAll {
    margin-top:20px;
    margin-bottom:20px;
    font-size: 18px;
}
.toggleShowAll:hover {
    text-decoration:underline;
    cursor:pointer;
}

.accordionContentItem .check {
    display:inline-block;
    width:20px;
    margin-left:15px;
    margin-right:20px;
    text-align:center;
    
}

.accordionHead .arrow {
    float:right;
}

.accordionHead .rating {
    display:inline-block;
    
}
.accordionHead .rating:after {
    padding-left:10px;
    color:#ccc;
    content:"|";
}
.accordionHead .title {
    display:inline-block
}

.accordionContentItem .text {
    display:inline-block;
    padding-left:5px;
}
.item-select select {
    direction:ltr;
}

.surveyDetailsModal .scroll-bar {
    display:none;
}
.surveyDetailsItem .legend {
    display:inline-block;width:50px;text-align:left;
}
.surveyDetailsItem .data {
    display:inline-block;width:95%;
}
button:focus {outline:0;}
html, body{
    height:100%;
    overflow-y: scroll;
    background-color:#0090d6;
}

.fat10Margins{margin: 10px !important;}
.fat10Top{margin-top: 10px !important;}
.fat10Right{margin-right: 10px !important;}
.fat10Bottom{margin-bottom: 10px !important;}
.fat10Left{margin-left: 10px !important;}

.fat20Margins{margin: 20px !important;}
.fat20Top{margin-top: 20px !important;}
.fat20Right{margin-right: 20px !important;}
.fat20Bottom{margin-bottom: 20px !important;}
.fat20Left{margin-left: 20px !important;}

.pull40Top{margin-top: -40px !important;}
.pull40Right{margin-right: -40px !important;}
.pull40Bottom{margin-bottom: -40px !important;}
.pull40Left{margin-left: -40px !important;}

.no-pad{
    padding:0 !important;
}
.no-margin{
    margin:0 !important;
}
.pull-left{
    float: left;
}
.text-right{
    text-align: right;
}


.horizonPopUpGradient button.button.button-light.button-small {
    line-height:37px;
}

/*****************
 Custom Google Org Chart Zoom Hacks (c) theskript
*****************/
.orgChartView.popUpContent .wide-as-needed {
  overflow: scroll;
  white-space: nowrap;
}

.orgChartView.popUpContent .scroll { 
  min-width: 100%;
}

.orgChartView.popUpContent .item:first-of-type
{
    border:0;
    padding:0;
}
.min-level-1 .google-visualization-orgchart-table *,
.min-level-2 .google-visualization-orgchart-table *,
.min-level-3 .google-visualization-orgchart-table * 
{
    padding: 0px;
}

.min-level-3 .google-visualization-orgchart-table td  
{
    font-size: 8px;
}

.min-level-2 .google-visualization-orgchart-table,
.min-level-3 .google-visualization-orgchart-table
{
    max-width: 100%;  
    width: 100%; 
    white-space:normal;
    padding: 0px;
}

.min-level-3 .google-visualization-orgchart-table
{
    width: 95%; 
}

.min-level-2 .google-visualization-orgchart-table td div,
.min-level-3 .google-visualization-orgchart-table td div
{
    display:none;
}

.col.surveyDetailsSubject > * {
    color:#0090d6;
}
/*****************
LOGIN
*****************/
.loginWrap{

  width:100%;
  background-color:#0090d6;
  height: 100%;
}



.google-visualization-orgchart-table {
    border-collapse:separate;
}
#loginBox{
  margin-top:70px;
  border-radius: 0px;
  background-color: #fff;
  padding: 15px 10px;
  color: #666;
}
.loginLogo{
  background-image: url(/img/loginlogo.jpg);
  background-size: 100%;
  background-position:top center;
  background-repeat: no-repeat;
  height: 170px;
  width: 200px;
  margin: auto;
}
.loginTitle{
  color: #8dc641;
}
.logoutMain{
  right: 310px;
  position: absolute;
}
.ion-plus{
  cursor: pointer;
 cursor: hand;
}
.checkbox{
  margin-bottom:0;
  padding:0;
  float: right;
}
.checkbox span{
  margin-left:10px;
}
.input-group, .input-group label{
  width: 100%;
}
input.form-control{
  border:1px solid #cdcdcd;
  background-color:#eee;
  padding-left:20px;
  margin-top:10px;
}
.form-control:focus{
  border:1px solid #0090d6;
  box-shadow: none;
}

/*****************
LEFT SIDE MENU
*****************/
.logo{
  height:130px;
  background-color: #0090d6;
  background-image: url(/img/hla_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:175px;
}
.list{
  padding-top:0px !important;
  padding-bottom: 0px !important;
}
.nopad{
  padding:0 !important;
}
.nomarg{
  margin:0 !important;
}
ion-item a{padding-left:18px;}
.copyright{
  position: absolute;
  bottom: 50px;
  font-size: 11px;
  text-align: center;
  width: 220px;
  padding:10px;
}
.slide-over{
  left: 240px;
}

/*****************
Button Styles
*****************/

.button.button-positive.button-outline {
border-color: #8cc63f;
background: transparent;
color: #8cc63f;
}
.button.button-positive.button-outline:hover{
  color:#fff;
  background-color: #8cc63f;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button.button-setup.button-outline {
border-color: #20409a;
background: transparent;
color: #20409a;
}
.button.button-setup.button-outline:hover{
  color:#fff;
  background-color: #20409a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button.button-edit.button-outline, .button.button-energized.button-outline {
border-color: #00b1cd;
background: transparent;
color: #00b1cd;
}
.button.button-edit.button-outline:hover, .button.button-energized.button-outline:hover{
  color:#fff;
  background-color: #00b1cd;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button.button-delete.button-outline, .button.button-assertive.button-outline {
border-color: #ef4e3a;
background: transparent;
color: #ef4e3a;
}
.button.button-delete.button-outline:hover, .button.button-assertive.button-outline:hover{
  color:#fff;
  background-color: #ef4e3a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*****************
Sliding Panels
*****************/

h2.title{
  float:left;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.alignCenter{
    text-align: center;
}

.alignRight{
    text-align: right;
}

.alignLeft{
    text-align: left;
}

.scrollPane{
    height: 540px !important;
    max-height: 540px !important;
    overflow-y: auto !important;
}

.scroll{
  margin-top: 10px;
}
.subjectSelection{
  margin-bottom: 25px;
}
.bar.bar-positive {
    border-color: #00b1cd;
    background-color: #0090d6;
    color: #fff;
}

.bar-positive .button {
border-color: #00b1cd;
background-color: #0090d6;
color: #fff;
}
ion-side-menu, ion-side-menu ion-list .list, ion-side-menu ion-list .list ion-item .item-content
, ion-side-menu ion-list .list ion-item, .menu
{
    border-color: #00b1cd;
    background-color: #0090d6;
    color: #fff;
}

.nopad a.item-content { 
padding: 16px 20px 16px 16px;
    white-space:normal;
}


.button.button-energized.button-outline {
border-color: #00b1cd ;
background: transparent;
color: #00b1cd ;

}


rect[Attributes Style] {
stroke: none;
stroke-width: 0px;
fill: #8cc63f
}
ion-side-menu ion-list .list ion-item .item-content.activated {
    border-color: #00b1cd;
    background-color: #00b1cd;
}
.bar-positive .button.activated{
    border-color: #00b1cd;
    background-color: #00b1cd;
}
.span3{
  width:200px;
  margin:0 20px 20px 0;
}
.horizonLogo{
max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
display: block;
}

.item-divider,.item{
  padding-left:34px;
  padding-right: 34px;
}
.card, .list-inset {
    margin: 20px 10px 20px 10px;
}
.col-bottom-space{
  margin-bottom: 75px;
}


/*****************
MODALS
*****************/
.documentModal {
    top: 0px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
.modal {
  top:10%;
  bottom:10%;
}
ol.categories{
  list-style: decimal;
  padding-left:20px;
  margin-right:30px;
    color: #6d6e70;
}
ol.categories:last-child{
  margin-right: 0;
}

.ChartNavButtons, .headerTitle{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:90%;
}
.ChartNavButtons2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:90%;
}
.no-right-marg{
  margin-right:0;
}

.buttonModal{
 margin-left: 32px;
}

/*CHART MODAL*/

.onscreen{
    position: relative;
    left: auto;
    height: auto;
    width: 100%;
}

.offscreen{
    position: absolute;
    left: -10000px;
    height: 1px;
    width: 100%;
}
.infoDialogText{
  text-align: center;
  color: #999999;
  margin: 240px 40px;
  font-size: 18px;
  line-height: 22px;
}
.infoDialogData .item{
  font-size: 14px !important;
  line-height: 20px !important;
}


.infoDialogData .item-divider{
  background-color:#00B2CD;
  color:#FFF;
  margin-top:5px;
}
.infoDialogData .item-divider:first-of-type {
margin-top:0;
}
.infoDialogData ol, .infoDialogData ul {
    list-style: disc;
}

.infoDialogData li {
  margin-bottom: 6px;
}

h2.orgTitle {
    color: #FFFFFF;
    position: relative;
    font-size:24px;
    margin-bottom: 0;
    ;
}
h2.orgTitleChart{
    margin-left:30px;
    color: #6d6e70;
    position: relative;
}
h5.key, h5.categoryTitle{
text-transform: uppercase;
    font-size:16px;
    color: #009ade;
    margin: 0;

}



.self, .others{
    display: inline-block;
    width:15px;
    height:15px;
}
.inline{
  display: inline-block;
}
.self{background-color:#8cc63f;}
.others{background-color:#0090d6;}
.popUpContent{
    top:100px;
}
.button.button-assertive.button-clear{
  position: absolute;
  right:15px;
  color: #fff;
}
.titleImage{
    margin: auto;
    position: relative;
    top:-10px;
    width:1024px;
    height:125px;
}
.top-10{
     top:-10px;
}
h5.Bcategories{
    color: #214099;
    text-align: center;
    font-size: 21px;
    margin-top: -10px;
    margin-bottom:0;
}
.documentModal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    min-height: 300px;
    width: 100%;
}
.horizonPopUpGradient{
    background: #00b2cd; /* Old browsers */
    width:100%;
    height:100px;
    border:0px;
}

.popup-buttons.row{
  margin-right:  0px;
  margin-left: 0px;
}

.organizationName{

}
.chartLogo{
    width: 1024px;
    position: relative;
    margin:auto;
}
.resources{
  white-space: normal;
}

.popup-logo{
  width: 130px;
  height:100%;
  padding: 15px;
}
.popup-logo img{
  width:100%;
}
.logoutMessage{
  color: firebrick;
}
.margin20{
 margin-left:25px;
}
.top5{
margin-top: 5px;
}
.item-checkbox .checkbox{
    left:20px;
}
.horizonPopUpLogo2{
  width: 150px;
  margin:auto;
  background-image: url('');
  background-size: 100%;
  background-repeat: no-repeat;
    background-position: center;
  height:120px;
}
.resource-button{
  height:50px;
  width: 50px;
  background-image: url(/img/pdf-3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 50px;
}
.resource-button:hover{
  background-image: url(/img/pdf-3-hover.png);
  background-position: left top;
  background-size: auto 50px;
}

.ion-plus:hover{
  color: #0090d6;
}
.item.activated{
  background-color: #f5f5f5;
  color: #000;
}

.card .item {
  overflow: auto !important;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
  font-weight: bold;
}
.scroll {
     margin-top: 0;
}
hr{
      margin-top: -20px;
}
.behavior-categories li{
  font-size: 12px;
}
.clearfix{
  clear:both;
}
