﻿

/* #Table of Contents

1. Site Styles
2. Header
3. Top Section
   3.1. Slider
   3.2. Form
4. Main Section
   4.1. Features
   4.2. Projects
   4.3. Testimonials
   4.4. Buy Now
5. Footer Section
   5.1. Subscribe
   5.2. About
   5.3. Copyright
6. CSS Hacks
7. Media Queries
================================================== */



/* ========================= 1. Site Styles ========================= */

/* Page Styles */

* { 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
}

body {

	font-family: "roboto",sans-serif;
	color:#191919;
	font-size:14px;
	line-height:21px;
	padding: 0;

-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

html, 
body, 
 {
	overflow: hidden;
	width: 100%;
	height: 101%;
	font-size:1rem;
}


p {    margin: 0 0 10px;}

h1, h2  {
	color:#02b1e8;
}

h1 {
margin:0 0 20px;
font-family: "roboto",sans-serif;
font-weight: 600;
font-size: 26px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

 }



h2 {
margin: 15px 0 15px;
font-size:15px;
font-family: "roboto",sans-serif;
font-style: normal;
font-weight: 600;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

}

h3 {
font-family: "roboto",sans-serif;
font-style: normal;
font-weight: 400;
font-size:17px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

}

h4 {
font-family: "roboto",sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

}

h5 {
    font-family: "roboto",sans-serif;
    color: #02b1e8;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px 5px 0px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: left;
}

h6 {   font-family: "roboto",sans-serif;
color: #000;
	    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

.online-manual-title  {
font-family: "roboto",sans-serif;
font-size: 30px;
font-weight: 600;
color:#02b1e8!important;
float: left;
}

.online-manual-subtitle {
    font-family: "roboto",sans-serif;
    margin: 10px 0;
    font-weight: 400;
    color: #1792b9!important;
    font-size: 1.6rem;
}


@media (max-width: 989px) {
.apv-graphic {	
    margin: 25px;
}}

.apv-circle {
width: 100%;
height: auto;
}


figure { margin:0px; }
figure img { width:100%; }

ul { margin:0px; }

/* Links */



a {
	color:#41abce;
	cursor: pointer;
	    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	-webkit-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-o-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a:hover {
	text-decoration:none;
	color:#017398;
}

 a:visited {
 color:#41abce;
 }
 

@media (min-width: 768px) {
.m0{
	margin: 0!important;
}}

.right {
    float: right;
    margin-right: -24px;
     right: 0px;}

.text-align-left {
	text-align: left;	
}

.left {
	float: left;
}


/* Icons */
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    border: solid 2px;
    border-radius: 50%;
    padding: 3px 5px;
    background: #fff;
    }


.fa-chevron-right:before {
    content: "\f054";
    font-size: 11px;
}


.close-icon {
    background-image: url(/help/swe/icons/close.png);
    background-color: #27537B;
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px #dcdcdc;}

/* Images */

.layout-screenshots {
padding: 10px; 
}

.manual-image {
       max-width: 100%;
height: auto;
}


.manual-image-thumbnail:hover {
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */ /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */ /* Opera */
    transform:translatZ(0) scale(1.20);}
    
    .manual-image-thumbnail-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */ /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */ /* Opera */
  	transition: all .3s ease;
}
    
    .grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}

/* MODAL */

.modal-content {

}

/* MANUAL PAGE */



@media (min-width: 1200px) {
.container {
    max-width: 1170px;
    width: 100%;
}}

@media (min-width: 992px) {
.container {

}}

.breadcrumb {
background: transparent;
}



.title {
padding: 10px 0px;
}

.searchbox-templates {

}

.search-box {
    margin-left: auto;
    margin-right: auto;}

.search-box input[type=text], input[type=password], input[type=email] {
	height: 46px;
	padding: 10px 20px;
	outline: none;
	font-size: 14px;
	color: #5a5a5a;
	border-radius: 2px;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
	margin: 3px;
vertical-align: middle !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #02b1e8;
    border-color: #02b1e8;
    cursor: default;
}

.screenshot-right {
float: right;
padding: 10px 10px;
}
.screenshot-under {
padding: 10px 10px;
}
.close-right {
float:right;
}
.well {
    min-height: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #DADAD8;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);
    box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);

}

.info-box > a > i {
font-size: 1.5em !important;
}

ul.introduction {
border-top: solid 1px #ddd;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #02b1e8;
    border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        padding: 16px 22px;
}

ul.submenu-manual-page li {
margin: 0px !important;
}

#create-survey > div > ul > ul {
padding-left: 15px;
}

#create-survey > div > ul > ul > li:before {
   content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 14px;
    left: 8px;
    display: inline-block;
}


@media (min-widtH: 768px) and (max-width: 1023px) {
.panel-title {
font-size: 13px;
font-weight:400;
-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    }
    .panel-default>.panel-heading {
        padding: 10px 0px;
}}

.panel-title>a:visited {
 color: #fff;
 -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
 }


.panel-title:before {
display: none;
}

@media (min-width:768px) {
  .panel-title a:before {
	background-image: url('../images/folder_closed_white.png');
    background-repeat: no-repeat;
    content: "";
    padding-right: 5px;
    width: 30px;
    height: 30px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 15px;
    left: 12px;
    display: inline-block;       
    }
    .panel-title a.collapsed.active:before {
	background-image: url('../images/folder_white.png');
    background-repeat: no-repeat;
    content: "";
    padding-right: 5px;
    width: 30px;
    height: 30px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
	top: 15px;
    left: 12px;
    display: inline-block;  
    }
    
     
    .quickguide-heading h3 {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	padding-left: 18px;
	letter-spacing: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
} 

        .search-result-heading {
padding: 0px 0px 0px 0px;
    left: 0px;
    position: relative;
     overflow: hidden;
    clear: both;

    }
    


.search-result-heading h3 {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	padding-left: 18px;
	letter-spacing: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
} 

.manual-heading h3  {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: normal;
	position: relative;
	margin-left: -41px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
} 

     .quickguide-heading a:before{
       font-family: FontAwesome;
   content: "\f19d";
position: absolute;
	color: #02b1e8;
    left: 20px;
        margin-top: -2px;
    display: inline-block;
         }

    .search-result-heading a.collapsed:before {
    background-image: url('../images/arrow_blue-right.png');
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 16px;
    left: 2px;
    display: inline-block;
    width: 30px;
    }
    
    .search-result-heading a:before {
    background-image: url('../images/arrow_blue-down.png');
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 18px;
    
    display: inline-block;
    width: 30px;
}

.faq-heading a.collapsed:before {
    font-family: FontAwesome;
    content: "\f067";
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 10px;    }
    
    .faq-heading a:before {
    font-family: FontAwesome;
    content: "\f00d";
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 10px;}



 .manual-heading a.collapsed:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #02b1e8;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 32px;
    display: inline-block;
}
    
    .manual-heading a:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 10px solid #02b1e8;
    border-left: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 32px;
    display: inline-block; 
}
}

@media (max-width:767px) {
  .panel-title a:before {
	background-image: url('/help/da_copy(1)/folder_white.png');
    background-repeat: no-repeat;
    content: "";
    padding-right: 5px;
    width: 30px;
    height: 30px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 15px;
    left: 12px;
    display: inline-block;       
    }
    .panel-title a.collapsed:before {
	background-image: url('/help/da_copy(1)/images/folder_closed_white.png');
    background-repeat: no-repeat;
    content: "";
    padding-right: 5px;
    width: 30px;
    height: 30px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
	top: 15px;
    left: 12px;
    display: inline-block;  
    }
    
    .search-result-heading {
padding: 2px 0px 2px 0px;
    left: 0px;
    position: relative;
     overflow: hidden;
    clear: both;

    }
    


.quickguide-heading h3 {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: normal;
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
} 


.search-result-heading h3 {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: normal;
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
} 

.manual-heading h3  {
	color: #02b1e8;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: normal;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
} 

    
    .search-result-heading a.collapsed:before {
    background-image: url('/help/da_copy(1)/arrow_blue-right.png');
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 9px;
    left: -15px;
    display: inline-block;
    width: 30px;
    }
    
    .search-result-heading a:before {
    background-image: url('/help/da_copy(1)/arrow_blue-down.png');
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    position: absolute;
    top: 10px;
    left: -15px;
    display: inline-block;
    width: 30px;
}

.faq-heading h3 {
	font-size: 16px;
}

.faq-heading a.collapsed:before {
    font-family: FontAwesome;
    content: "\f067";
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 10px;    }
    
    .faq-heading a:before {
    font-family: FontAwesome;
    content: "\f00d";
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 10px;}



 .manual-heading a.collapsed:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #02b1e8;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 32px;
    display: inline-block;
}
    
    .manual-heading a:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 10px solid #02b1e8;
    border-left: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 32px;
    display: inline-block; 
}
}


.submenu-manual-page-title {
    
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .submenu-manual-page-title a {
  color: #333;
    }

.right-nav-carrot {
cursor: pointer;
}

.browse-main {

}

.screenshot-placeholder-sm {
display: block;
text-align: center;
min-height: 300px;
padding: 125px 10px 10px 10px; margin: 10px 0px; 
background-color: rgba(33, 33, 33, 0.06);
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}

.screenshot-placeholder-lg {
display: block;
}



/* MANUAL MENU */

#collapseOne > div > ul > li.layout {
background-color: #017398;
}

#collapseOne > div > ul > li.layout a {
color: #fff;
}

#collapseOne > div > ul > li.layout i {
color: #fff;
    margin-left: 0.5rem;
}

.panel, .panel-body {
padding: 0px;
}

@media (min-width: 1024px) {
.panel-title {
margin-left: 17px;

}}

@media (min-width: 768px) and (max-width: 1023px) {
.panel-title {
padding-left: 17px;
text-align: left;

}}


.panel-title {
text-transform: none;		
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
border: none;
}

.panel-group {
    margin-bottom: 0px;
    margin-top: 0px;
}

.panel {
margin-top: 0px;
}

.popover {
position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 1000px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.popover.right>.arrow {
    left: 0px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
}

/* SUBNAV */

.left-nav ul.subnav {
	border-bottom:1px solid #DADAD8;
}


.left-nav ul.subnav li a{
    margin-left: 10px;
    position: relative;
}

.left-nav ul.subnav li a:before {

}

.defgoBlue{

	color:#02b1e8!important;
	text-shadow: none;
}



/* Circle Numbers */

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 20px;
    height: 20px;
    padding: 0px;
    background: transparent;
    line-height: 18px;
    border: 2px solid #02b1e8;
    color: #02b1e8;
    text-align: center;
    font-size: 11px !important;
    position: absolute;
    margin: 0px 0px 0px -24px;
}
    
.icon-circle {
    position: absolute;
    margin-top: 40px;
    left: -6px;
    background: #02b1e8;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #616161;  
    -moz-box-shadow: 1px 1px 1px #616161;
    -webkit-box-shadow: 1px 1px 1px #616161;
    }


/* AFFIX */

#myScrollspy > ul {

} 


    ul.nav-tabs.affix{
    top: 30px;
    width: 220px;
    font-size: 14px;
    padding: 0px;
    border: none;
    }
    
    .nav.affix {
    top: 0px;
    }

ul.nav.affix-top {
margin-top: 0px; 
margin-bottom: 0px;

}


#myScrollspy > ul > li {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    min-height: 30px;
    font-size: 14px;
    line-height: 14px;
    }


.accordion-inner { border-top: 0 none; }

/* TOOLTIPS */

.tooltip {
    position: fixed;
}

.tooltip{position:absolute;display:block;font-style:normal;font-weight:normal;letter-spacing:normal;
line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;
word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:1; ;}
.tooltip.top{margin-top:-3px;padding:10px 15px; max-width: 400px;}
.tooltip.right{margin-left:3px;padding:10px 15px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:5px 10px}
.tooltip-inner{min-width:300px;padding:10px 15px; border: solid 1px #000;color :#000;text-align:left;background-color:#fff;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}



/* Search Results */

.tt-menu,
.gist {
  text-align: left;
}
.typeahead {
	    margin: 5px 0px 20px;
}
.typeahead,
.tt-query,
.tt-hint {
    max-width: 396px;
    height: auto;  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates {
	 text-align: center;
}

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}


#rtl-support .tt-menu {
  text-align: right;
}

/* Result pages */

.search-box-container {
    width: 100%;
    display: inline-block;
	padding: 30px 0px 10px;
}

.search-page-result-box {
min-height: 20px;
    padding: 10px 10px 10px 10px;
    background-color: rgba(194, 178, 128, 0.07);
    border: 1px solid #DADAD8;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);
    box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);
    overflow: hidden;
}

/* Quick Guide */

#quick-guide-template-page {
    display: block;
        background-color: #fff;
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 0px 30px 10px 30px;
    border-radius: 5px;
}
.quick-guide-image {
	    max-width: 100%;
    height: auto;
}

#quick-guide-panel-update .col-md-6, #quick-guide-panel-update .col-md-12 {
    padding: 1rem 5rem;
}

.page-number {
float: right;
}

.quickguide-chapter {
text-align: left;
}

.quickguide-footer {
		border-top: solid 1px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
padding: 10px 0px;

}

#quick-guide-panel-update dd {
    line-height: 20px; margin-top: 10px;}
    
    .fa-gears:before, .fa-cogs:before, .fa-arrow-right:before, .fa-square, .fa-video-camera:before {
	    color: #02b1e8;
}



.quickguide-headline {
    display: block;
    background-color: #02b1e8 !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;}
    
    .quickguide-headline h4 {
	        color: #fff;
         letter-spacing: 1.5px;
           font-weight: 500;


}
    
       .quickguide-list li {
	padding: 0px !important;
}
    
   .quickguide-list li:before {
content: "• ";
    color: #02b1e8;
    margin-left: 0px;
    padding-right: 5px;}
    
    .quickguide-image-shadow {
    box-shadow: -1px 4px 5px #9c9c9c;
    -moz-box-shadow: -1px 4px 5px #9c9c9c;
    -webkit-box-shadow: -1px 4px 5px #9c9c9c;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.online-manual-headline {
    display: block;
    background-color: #02b1e8 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;}
    
    .online-manual-headline h2 {
        color: #fff;
        letter-spacing: 1.5px;
 }


.manual-list-disc li {
	list-style: disc !important;
}

.manual-list-square li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #02b1e8;}
    
   
    .manual-list-square-white li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #fff;}

     .manual-list-square-white li {
	  margin-left: 15px;
}
    .manual-list-square li {
padding: 3px 5px 3px 15px !important;
list-style:none;}


.submenu ul li {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #DADAD8;
    border-right: 1px solid #DADAD8;
    background-color: #fff;
    
    }

  .manual-image-shadow {
    box-shadow: -1px 1px 7px rgba(156, 156, 156, 0.6);
    -moz-box-shadow: -1px 1px 7px rgba(156, 156, 156, 0.6);
    -webkit-box-shadow: -1px 1px 7px rgba(156, 156, 156, 0.6);
    border-right: solid 1px rgba(0, 0, 0, 0.265);
    border-bottom: solid 1px rgba(0, 0, 0, 0.265);
}

.notice-block {
    min-height: 20px;
    padding: 10px 10px 10px 10px;
        margin: 10px 10px 10px;
       background-color: #fffff0;
border: 1px dashed #989898;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);
    box-shadow: 1px 1px 1px rgba(121, 121, 121, 0.138);
    max-width: 1000px;
    position: relative;
    display: inline-block;
}

.notice-block .fa {
font-size: 1.5em !important;
color: #41abce;
}

.fa-arrows {
	color: #41abce;
}

.fa-book {
	color: #41abce;
}


.help-icon {
padding: 0px 5px;
color: #41abce;

}

.online-manual-button {
	font-size: 12px;
    line-height: 16px;
 
}

#quickguide-create-survey .search-result-heading a:before {
	display: none;
}

#quickguide-create-survey .search-result-heading h3 {
	padding-left: 0px;
	padding-bottom: 10px;
	
}

#quickguide-panel-administration .search-result-heading a:before {
	display: none;
}

.search-result-heading.quickguide-panel-administration-content a h3 {
		padding-left: 0px;
	padding-bottom: 10px;

}


/* Bootstrap */

@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-top: 5px; padding-bottom: 5px;
}
}

@media (min-width: 1024px) {
.browse-main .col-md-12 {
	

}
}     

.no-transition {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #000;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .10s linear;
    -o-transition: opacity .10s linear;
    transition: opacity .10s linear;
}


/* Concept */

.conceptBox {
    border: 2px solid #acacac;
    border-radius: 0;
    font-size: 17px;
}

.concept, .whyDefgo {
	padding: 60px 0 25px;
}


.freeTrialBtn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: right;
    border: 3px solid #02b1e8;
    background-color: #02b1e8;
    border-radius: 0;
    color: #fff;
}


.btn-default,.thumbnail {
    border-radius: 0;
}

.conceptBox, .totop, .whyDefgo h2 {
    text-align: center;
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.learnMoreBtn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
        border-radius: 0;
    background-color: #23527c;
    border: 3px solid #23527c;
    color: #fff;
    text-transform: uppercase;
    }
.learnMoreBtn:hover {
color: #02b1e8;
}

#concept .learnMoreBtn {
	
	margin-bottom: 10px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #02b1e8;
}

.manualbutton {
    border: solid 1px #02b1e8;
    line-height: 30px;
    background: #02b1e8;
    padding: 5px 5px;
    border-radius: 4px;
    text-shadow: none;
    color: #fff !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;}

/* SEARCH BLOCK */

#search-block {
        margin-left: auto;
    margin-right: auto;
 width: 100%;
 padding: 5px 10px 0px 10px;
}

@media (min-width: 1024px) {
#mobile-menu-block {
display: none;

}
}

@media (max-width: 1023px) {
#mobile-menu-block {
        margin-left: auto;
    margin-right: auto;
    float: left;
}
}

/* DEBUGGING */

.no-transition {
  -webkit-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}



.step {

	display: block;
	background-color: #02b1e8 !important;
	    border: solid 2px #02b1e8 !important;


    color: #fff;
    min-height: 200px;
}

.step:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 210px 0px 210px;
    border-color: #02b1e8 transparent transparent transparent;
    margin-top: 216px;
    left: 18px;}

.steps-headline {
text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    position: relative;
    width: auto;
    display: inherit;
    margin: 5px 10px;
}

video {
	 width: 100%;
    height: auto;
}

.below-image {
	margin-top: 10px;
}
 
/* Mobil menu */

/* Code Copy */
#questiontypes-5-1 pre  {

    padding: 5px;
    padding-bottom: 20px !ie7;
    width: auto;
    max-width: 400px;
    width: 650px !ie7;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    background-color: #ECEFF1;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#questiontypes-5-1 .col-md-12 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;}


#questiontypes-5-1 .item-wrapper {
}


   @media (max-width: 599px) {
#questiontypes-5-1 .col-md-12 {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
-ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;}
    
    #questiontypes-5-1 .item {
    margin: 15px 0;
} 
 }
    
    @media (min-width: 600px) {

	#questiontypes-5-1 .item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;
max-width: 660px;
-webkit-box-align: center;-ms-flex-align: center;align-items: center;	}
}
#questiontypes-5-1 .item-wrapper .item {
margin: 0px 10px;
}

/*
#questiontypes-5-1 .item {

margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-ms-flex-line-pack: flex-start;
align-content: flex-start;}
   */


break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}

@media (max-device-width: 991px) {
	.mobile-hidden {
display: none;	
}
}
@media (min-width: 992px) {
	.mobile-visible {
display: none;	
}
}

/* Support Banner */

.supportBanner {
    border-bottom: solid 5px #02b1e8;
    max-height: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%;}

.support-item {
    padding: 1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.contactitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#support h3 {
    font-size: 4rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

a.supportText {
    max-width: 100%;
}

.supportBtn {
    width: 300px !important;
        padding: 12px 26px;
}
