html {
    font-size: 12px;
}

#header {
    background: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/title/HeaderBackground.gif") repeat-x scroll 0 0;
}

#path {
    font-size: 80%;
}

.layout {
    width: 984px;
    max-width: 984px;
    border-color: #336699;
}

#theMainMenu {
    /*background-color: #0065a2;
    background-color: #5cb85c;*/
    background-color: #5c9a5c;
    padding: 10px 15px 5px;
}

#theMainMenu li {
    position: relative;
}

#theMainMenu li a {
    color:white;
    letter-spacing: .01em;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#theMainMenu > li.active, #theMainMenu > li.active > a {
    color:#5c9a5c;
    font-weight: bold;
    background-color: #EEE;
}

#theMainMenu > li > a:hover, #theMainMenu > li > a:focus, #theMainMenu > li.active > a:hover, #theMainMenu li:hover a {
    color:#337ab7;
}

#theMainMenu li:hover {
    background-color: #eee;
}

#theMainMenu li.disabled, #theMainMenu li.disabled:hover {
    background-color: #5c9a5c;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#theMainMenu li.disabled:hover a {
    color: white;
    font-weight: normal;
}

#appMainMenu {
    background-color: #5c9a5c;
    padding: 10px 15px 5px;
}
#appMainMenu a.btn-default, #appMainMenu a.dropdown-toggle {
    white-space: pre-line;
    background-color: transparent;
    color: white;
    border-width: 0;
    border-color: white;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    line-height: 1em;
    letter-spacing: .01em;
    min-height: 60px;
    height: 60px;
}
#appMainMenu a.btn-default span, #appMainMenu a.dropdown-toggle span {
    /*display: inline-block;*/
    /*top: 50%;*/
    /*left:50%;*/
    /*transform: translate(-50%,-50%);*/
}
#appMainMenu a.btn-default span.glyphicon, #appMainMenu a.dropdown-toggle span.glyphicon {
    position: initial;
    /*margin-right: 15px;*/
}
#appMainMenu a.btn-default span.caret, #appMainMenu a.dropdown-toggle span.caret {
    position: initial;
    margin-left: 5px;
    margin-right: 0;
}
#appMainMenu a.btn-default:hover, #appMainMenu a.dropdown-toggle:hover,
#appMainMenu a.active {
    background-color: white;
    color:#337ab7;
}

.layout-body {
    width: 984px;
    max-width: 984px;
    margin:0 auto;
    float: none;
}

.layout-footer {
    border-top: 1px solid #336699;
}

.pageheader {
    background-color: #f0f0f0;
    background-image: linear-gradient(#5c9a5c, white);
    margin-top: 0;
    margin:0 -13px 0 -15px;
    padding: 0 15px;
    min-height: 120px;
}

.pageheader h1 {
    color: white;
}

.pageheader p {
    color:#337ab7;
    color: #000;
}

.js #additional-tools {
    display: block;
}

.js .language-selector {
    top: 5px;
    right: 5px;
}

.title-en {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/title/title_en.png");
}

#accessibility-menu .dropdown-menu {
    margin-top: -8px;
    margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #6F6F6E !important;*/
    color: #337ab7;
    font-weight: bold;
}

.headingblue {
    color: #337ab7;
}

span.thegreenspan {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    border-radius: 15px;
    color: white;
    padding: 2px 10px;
}

span.thebiggreenspan {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    border-radius: 30px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 18px;
}

span.thesmallnewgreenspan {
    background-color: #5c9a5c;
    background-color: #337ab7;
    border: 3px solid #337ab7;
    border-color: white;
    border-radius: 20px;
    color: white;
    padding: 2px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

span.thenewgreenspan {
    background-color: #5c9a5c;
    background-color: #337ab7;
    border: 3px solid #337ab7;
    border-color: white;
    border-radius: 30px;
    /*color: #337ab7;
    color: #5c9a5c;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 15px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -15px;
}

small {
    font-size: 70%;
}

.space5 {
    height: 5px;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

.space120 {
    height: 120px;
}

.align2right {
    float: right;
}

.align2center {
    float: none;
    margin: 0 auto;
    min-width: 100px;
    text-align: center;
}

.align-middle {
    margin:0;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 15px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

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

.w-100 {
    width: 100% !important;
}

.layout-content .euText span.clear {
    width: 100%;
}

.layout-wrapper, .layout-wrapper-reset {
    margin-right: 0;
}

.layout-content {
    margin-left: 0;
}

.image4logo {
    float:left;
    margin:0 10px 0 0;
}

.theLogo {
    width:90px;
    padding:10px 5px;
}

.theTopicLogo {
    width:90px;
    padding:15px 5px 10px;
}

.layout-content .euText {
    padding: 0;
}

.parent4equalcolumns {
    display: table;
}

.euText2left, .euText2right {
    width:48.5%;
    border-width:1px;
    border-style:solid;
    border-color:#ddeaf4;
    border-radius:6px;
    background-color: #ddeaf4;
    padding: 2%;
    display: table-cell;
    vertical-align: top;
}

.euText2middle {
    width: 1%;
    display: table-cell;
    vertical-align: top;
}

.c-select {
    width: 100%;
    max-width: 100%;
    border-radius: 0.25rem;
}

.withbackground {
    background-color: #ffeaf4;
    padding: 2px 5px;
    white-space: pre;
}

.infosearch {
    background-color: #336699;
    color: white;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 6px;
    border: 2px solid #336699;
    float: left;
}

.changecatalogue {
    position: absolute;
    right: 1%;
    top: 0;
    border-top-width: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}

.thedomaininfo {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #336699;
    color: #336699;
    float: left;
    font-size: 90%;
    padding: 6px 0 5px;
    position: relative;
    text-indent: 10px;
    width: 100%;
}

.thedomaininfo span {
    margin-right: 20px;
}

.firstMenu{
    background:#004494;
    float: left;
    padding:0;
    width: 100%;
    min-height:29px;
    position:absolute;
    top: 145px;
}

ul#topnav {
    /*float: left;*/
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    *z-index: 900;
    text-align: center;
    text-decoration: none;
    text-transform:capitalize;
    font-weight: bold;
    /*width:100%;*/
}

ul#topnav li {
    float: left;
    margin: 2px 0 0;
    padding: 0;
    position:relative;
    z-index: 9000;
    min-width: 100px !important;
    height: 26px;
}

ul#topnav li a {
    color: white;
    display: block;
    padding: 0 13px;
    text-decoration: none;
    font-weight: normal;
}

ul#topnav li a:hover {
    background-color: #0065a2;
    color:white;
}

ul#topnav li p {
    background-color: #004494 ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid #004494;
    display: none;
    float: left;
    padding: 0 0 5px;
    text-align: left;
    top: 26px;
    margin-left:-1px;
    width: 180px;
    position:relative;
    z-index: 10000;
}

ul#topnav li:hover {
    /*border-top:1px solid #336699;*/
}

ul#topnav li:hover p {
    display: block;
    position: absolute;
    z-index: 9000;
}

ul#topnav li p a {
    display: block;
    padding: 5px 10px;
    z-index: 1100000;
}

ul#topnav li p a:hover {
    background-color: #0065a2;
    color:white;
}

.theswitch {
    padding: 1px 2px;
    position: absolute;
    right: 1%;
    top: 0;
}

.theswitch a {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: right;
    margin-left: 10px;
    padding: 1px 2px;
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
    color:#336699;
}

.theswitch span {
    display: inline-block;
    position: relative;
    margin-right: 0;
    top: 3px;
}

.importanttext {
    color:#337ab7;
    font-weight: bold;
}

/*--- WELCOME MENU ---*/
.cssdropdown, .cssdropdown ul, .languagedropdown, .languagedropdown ul {
    list-style: none;
    position:absolute;
    z-index:9999 !important;
}

.cssdropdown, .cssdropdown *, .languagedropdown, .languagedropdown * {
    padding: 0;
    margin: 0;
}

.cssdropdown li.headlink, .languagedropdown li.headlink {
    width: 99%;
    min-width:250px;
    float: left;
    text-align: left;
    text-indent:5px;
    padding-right:18px !important;
    background:url("https://webgate.test.ec.europa.eu/declare/images/arrows-down.gif") no-repeat right top transparent;
}

.languagedropdown li.headlink {
    width: auto !important;
    min-width:0 !important;
}

.cssdropdown li.headlink a, .languagedropdown li.headlink a {
    background:#FFF !important;
    color:#336699 !important;
    display: block;
}

.cssdropdown li.headlink ul li a:hover, .languagedropdown li.headlink ul li a:hover {
    background:#336699 !important;
    color:white !important;
}

.cssdropdown li.headlink ul, .languagedropdown li.headlink ul {
    display: none;
    text-align: left;
    width:auto;
    position: relative;
}

.languagedropdown li.headlink ul li a {
    margin-right:-23px !important;
    /*width:154px !important;*/
}

.cssdropdown li.headlink:hover ul, .languagedropdown li.headlink:hover ul {
    display: block;
}

.cssdropdown li.headlink ul li a, .languagedropdown li.headlink ul li a {
    padding: 5px 0;
    height: 17px;
    width:100%;
}

.cssdropdown li.headlink ul li.specialmenuoption a {
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
    text-shadow: 1px 1px 0px #fff;
    margin: 5px 0 5px 5px;
    text-indent:0;
    text-align: center;
    padding: 6px 12px 5px;
    cursor: pointer;
    min-width: 96px;
    width:auto !important;
    background:#ddedf3 url(https://webgate.test.ec.europa.eu/declare/images/button-bg2.jpg) repeat-x 0 0 scroll !important;
    border: 1px solid #074A8B;
    font-weight: bold;
    color:#074A8B !important;
    top:-1px;
    font-size:100%;
}

.cssdropdown li.headlink ul li.specialmenuoption a:hover {
    background:#ddedf3 url(https://webgate.test.ec.europa.eu/declare/images/button-bg.jpg) repeat-x !important;
    border-color:#074A8B !important;
}

.cssdropdown li.headlink ul li:hover, .languagedropdown li.headlink ul li:hover {
    background-color:#DDEEFF;
}

.cssdropdown li.headlink ul li.specialmenuoption:hover {
    background-color:#FFF;
}

.cssdropdown a, .languagedropdown a {
    color:#336699;
    text-decoration: none;
    text-transform:capitalize;
    font-size:100%;
    font-weight:bold;
}

.cssdropdown ul li a:hover, .languagedropdown ul li a:hover {
    text-decoration: none;
}

.cssdropdown li.headlink, .languagedropdown li.headlink {
    padding:1px 0;
}

.cssdropdown li.headlink ul, .languagedropdown li.headlink ul {
    padding: 10px 0 0;
}

.cssdropdown, .languagedropdown {
    background:#FFFFFF;
    border: 1px solid #99AABB;
    float: right;
    margin-top: 3px;
    min-width: 250px;
    padding-right: 5px !important;
    right: 15%;
    width: auto;
    top: 1%;
}

.languagedropdown, .languagedropdown li {
    min-width: 0 !important;
    width: auto !important;
    right: 8% !important;
}

.thelogout {
    float: right;
    position: absolute;
    right: 1%;
    top: 5px;
    z-index: 9999;
}

a:visited {
    color: #337ab7;
}

a.btn:visited {
    color: white;
}

.thelogout a, .thelogout a:hover, .thelogout a:link, .thelogout a:visited {
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    text-transform: capitalize;
    color: #336699 !important;
}

.thelogout sub {
    display:inline-block;
    float:left;
}

.percent25 {
    width: 25%;
}

#ui-datepicker-div {
    background-color: white;
}

/* TABLE RESULTS */
table {
    width:100%;
    border-collapse:collapse;
    border:1px solid #ccc;
}

table thead tr th, table tfoot tr th, table tbody tr td {
    padding:1%;
}

table thead tr th input {
    clear:both;
    float:left;
    width:98%;
}

table thead tr th, table tfoot tr th, .table td, .table th {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    vertical-align: top;
    font-size: 1rem;
}

table thead tr, table tfoot tr {
    background-color: #eceeef;
    color: #55595c;
}

table tbody tr td {
    /*border-bottom:1px dotted #336699;*/
}

table tbody tr td img {
    width: 64px;
    float:left;
    margin-right:5px;
}

table tbody tr.odd {
    background-color: #ddeaf4;
}

/* PAGINATION */
.entriesperpage {
    float: left;
    padding:3px;
}

.entriesperpage select {
    width: auto;
}

.pagination {
    padding: 0;
    text-align: center;
    float: right;
    margin-top: -1px;
}

.pagination li {
    display: inline;
    margin-right: 2px;
    text-align: center;
    float: left;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.fixed-table-pagination .pagination a {
    line-height: 1.42857;
    padding: 6px 12px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}

.layout-footer li {
    padding-left: 10px;
    padding-right: 5px;
}

#chooselanguage {
    z-index:99999;
    border:0;
}

#leftcolumn {
    background-color: #343F51;
    padding: 0;
}

#leftcolumn .nav .nav-divider {
    background-color: #202732;
}

#leftcolumn .nav li {
    min-width: 49%;
}

#leftcolumn .nav li li {
    max-width: 49%;
    min-height: 70px;
    height: 70px;
    margin-left: 1px;
    margin-bottom:10px;
}

#leftcolumn .nav li li a img, #leftcolumn .nav li li a span.confirmation {
    position: absolute;
}

#leftcolumn .nav li li.icon {
    display: none;
}

#leftcolumn .nav li a {
    color:white;
}

#leftcolumn .nav li li a img {
    left: 15px;
}

#leftcolumn .nav li a span.glyphicon-ok-sign {
    color:#0AB1AA;
    vertical-align:top;
    margin-top: 5px;
    right: 2px;
}

#leftcolumn .nav > li > a:hover, .nav > li > a:focus {
    /*background-color: #555A6B;*/
    background-color: #EEE;
    /*border-radius: 0;
    border-width: 0;*/
}

#leftcolumn .nav li ul > li > a:hover, .nav li ul > li > a:focus {
    min-height: 70px;
    height: 70px;
}

#leftcolumn .nav li.selectedtopic {
    background-color: #555A6B;
    border-radius: 0;
    border-width: 0 0 0 6px;
    border-color:#0AB1AA;
    border-style: solid;
    margin-left: 1px;
}

#leftcolumn .nav li.selectedtopic a img {
    left: 8px;
}

#rightcolumn .col-md-10 {
    width: 83.3333%;
}

.topicheader {
    background-color:#DADAD9;
    margin-right:-13px;
    padding:15px;
    min-height:131px;
}

.topicheader h1 {
    text-transform: uppercase;
}

.topicheader input, #theActions input {
    border-width:0;
    padding:0;
    background-color:transparent;
    width: 30px;
    height: 30px;
}

.topicheader input.pdffile, #theActions input.pdffile {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/pdf_white.png");
}

.topicheader input.pptfile, #theActions input.pptfile {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/ppt_white.png");
}

.topicheader input.print, #theActions input.print {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/print_white.png");
}

.topicheader input.share, #theActions input.share {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/share_white.png");
}

#theActions {
    /*position: relative;
    top: -35px;
    right: 15px;*/
    float: right;
    margin-top: 5px;
}

#accessibility-menu li ul {
    display: none;
}

#accessibility-menu li:hover ul {
    display: inline;
}

#accessibility-menu li:hover ul li {
    display: block;
    float: left;
    clear: both;
}

body #leftcolumn .nav .open {
    background-color:transparent;
}

body #leftcolumn .nav .open>a {
    background-color:transparent;
    border-radius: 0;
    border-width: 0 0 0 6px;
    border-color:#0AB1AA;
    border-style: solid;
}

#theCriterias .list-group-item {
    border-color: white;
    padding:10px 20px;
    margin-top:0;
    min-height: 80px;
}

#theCriterias .list-group-item:hover {
    background-color: #F0F0F0;
}

.glyph24 {
    font-size: 24px;
}

.glyph32 {
    font-size: 32px;
}

.glyph36 {
    font-size: 36px;
}

.glyphgray {
    color: #d7d7d7;
}

.glyphblue {
    color: #337ab7;
}

.glyphwhite {
    color: white;
}

.glyphblack {
    color: #575756;
}

.glyphorange {
    color: orange;
}

.theBox {
    background-color:white;
    margin:0 1px;
    padding: 20px 10px;
    border-width: 1px;
    border-color: #EEE;
    border-radius: 16px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.label4recommendations{
    padding-bottom: .1em !important;
    margin: -10px 0px 5px 35px;
    float: left;
}

.smallinfo {
    margin-top:-20px;
    float:left;
}

.media:first-child {
    margin-top: 15px;
}

.border-box {
    padding-right:0;
    padding-left:0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex:1 1 auto;
}
.row-eq-height .panel {
    width: 100%;
}

.totheleft {
    clear: both;
    float: left;
    margin: 0;
}

.totheright {
    clear: both;
    float: right;
    margin: 0;
}

.tooltip {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1070;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.fullimagebackground {
    background-image: url("https://webgate.acceptance.ec.europa.eu/greencitytool/resources/images/bkg-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-color: #464646;
    border-bottom: 1px solid #336699;
    float: left;
    width: 100%;
    height: 220px;
}
.submissioniconsHP {
    width:520px;
    min-height:260px;
    margin:0 auto;
}
.submissionicon {
    width:160px;
    height:160px;
    float:left;
    text-align:center;
    margin-right:20px;
    cursor:pointer;
}

#exTab1 .tab-content {
    color : #575756;
    padding : 5px 15px;
    background-color: #F0F0F0;
    margin-right: 2px;
    box-shadow: 0 -3px 1px 1px rgba(0, 0, 0, 0.2);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #337ab7;
}

#exTab1 .nav {
    margin-left: 15px;
    padding-left: 15px;
    border-bottom: 2px solid #337ab7;
    margin-right:2px;
}

#exTab1 .nav li {
    background-color: #337ab7;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

#exTab1 .nav > li >a:hover {
    background-color: #286090;
}

#exTab1 .nav li.active, #exTab1 .nav li.active:hover {
    background: #F0F0F0;
    border-color: #337ab7;
    border-width: 6px 2px 4px;
    border-style: solid;
    border-bottom-color: #F0F0F0;
    margin-bottom: -3px;
    border-top-color: #5cb85c;
    font-weight: bold;
}

#exTab1 .nav-pills > li > a {
    color: white;
}

#exTab1 .nav-pills > li.active > a {
    background-color: white;
    color: #337ab7;
}

#exTab1 .nav li.active a {
    margin-top: -5px;
    background-color: transparent;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab1 .nav-pills > li > a {
    border-radius: 0 ;
}

#exTab1 .nav-pills li > a > input {
    border-width:0;
    padding:0;
    background-color:transparent;
}

#exTab1 .nav-pills li.thetopic {
    background-color: transparent;
    box-shadow: none;
    color: #337ab7;
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
}

#exTab1 .nav-pills li.thetopic img {
    width: 20%;
    height: auto;
}

#exTab1 .nav-pills li.changetopic {
    background-color: transparent;
    box-shadow: none;
    margin-right: 15px;
    margin-top: 15px;
}

#exTab1 .nav-pills > li.changetopic > a {
    color:#337ab7;
    padding: 0;
}

#exTab1 .nav-pills > li.changetopic > a:hover {
    background-color: transparent;
    color: #337ab7;
}

#exTab1 .nav-pills li.disabled, #exTab1 .nav-pills li.disabled:hover {
    background-color: #337ab7;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#exTab1 .nav-pills > li.disabled:hover a {
    background-color: #337ab7;
    color: white;
    font-weight: normal;
}

#exTab1 .panel {
    float: left;
}

#exTab1 .panel-heading {
    float:left;
    padding:10px 0;
    cursor: pointer;
}

.progress {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    height: 22px;
    margin-bottom: 25px;
}

.progressscore {
    overflow: visible;
}

.progress-bar {
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    line-height: 23px;
}

.smallbar .progress-bar {
    line-height:15px;
}

.newprogressbar {
    text-align: center;
    color: white;
}

.score-stats-progressbar{
    text-align: left;
    color: black;
}

.input-group-addon:first-child {
    width: 100px;
}

.thealerts {
    margin: 0 -13px 0 -15px;
    padding: 0;
}

.thealerts .alert {
    border-width: 0;
    border-radius: 0;
    margin: 0;
}

.btn {
    /*font-size: 13px;*/
}

.theTopics div.col-md-4, .theTopics div.col-md-3 {
    padding-bottom: 15px;
}

.theGuidances div.col-md-4, .theGuidances div.col-md-3 {
    padding: 0 20px 0 15px;
}

.theTopics, .theGuidances {
    display: flex;
    flex-direction:row;
}

.theTopics.row, .theGuidances.row {
    display: flex;
    flex-wrap: wrap;
}

.theTopics.row > [class*='col-'], .theGuidances.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}

.theTopics.row:after,
.theTopics.row:before,
.theGuidances.row:after,
.theGuidances.row:before {
    display: flex;
}

.theTopics .thumbnail,
.theTopics .caption,
.theGuidances .thumbnail,
.theGuidances .caption {
    display: flex;
    flex:1 0 auto;
    flex-direction:column;
}

.theTopics .caption, .theGuidances .caption {
    padding: 0;
}

.flex-text {
    flex-grow:1;
    margin-bottom: 0;
}

.flex-row .thumbnail img {
    height:auto;
    width:100%
}

#theMainMenu li {
    border-color: white;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    /*margin-right: 3px;*/
    line-height: 1.1em;
    text-align: center;
}

#theMainMenu li > ul > li {
    box-shadow: none;
}

.theTopics .thumbnail {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #f0f0f0;
    padding:15px 20px 0;
    margin-bottom: 0;
    border: 3px solid #eee;
    background-image:
            linear-gradient(
                    #DDD, white
            );
}

.theGuidances .thumbnail {
    box-shadow: 4px 2.5px 0px 1px rgba(0, 0, 0, 0.4);
    background-color: #f0f0f0;
    padding:15px 20px 0;
    margin-bottom: 0;
    border: 3px solid #ddd;
    border-width: 2px 1px 1px 3px;
    border-right-color: #bbb;
    background-image:
            radial-gradient(
                    white, #DDD
            );
}

.theTopics .thumbnail .caption h3, .theGuidances .thumbnail .caption h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.theTopics .chooseprofile, .theGuidances .chooseprofile {
    padding-top: 20px;
    height: auto;
}

.theTopics .thumbnail:hover, .theGuidances .thumbnail:hover {
    /*box-shadow: 2px 2px 2px 1px rgba(40, 96, 144, 0.75);*/
    box-shadow: 4px 2px 0px 1px rgba(92, 184, 92, 0.75);
    border-color: rgba(92, 184, 92, 50);
    cursor:pointer;
}

.theTopics .progress, .smallbar, .theGuidances .progress, .smallbar {
    height: 15px;
}

.theTopics .progress-bar, .theGuidances .progress-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75) inset;
}

.theTopics .thumbnail img, .theGuidances .thumbnail img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*height:100px;
    width: auto;*/
    margin-bottom: 10px;
    display: block;
    width: 40%;
    /*height: 35%;*/
    height: 30%;
    /*position: relative;
    left: 30%;
    right: 30%;*/
}

.layout-body .theProfiles, .layout-body .theProfiles .row {
    display: inline;
}

.chooseprofile span {
    display: block;
    font-size: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-align: center;
}

.foranswers {
    margin-top: 13px;
    margin-bottom: 10px;
}

.progress-bar-answers {
    background-color: #337ab7;
    position: inherit;
}

.progress-bar-answers span {
    /*color:#AFAFAF;*/
    color:#999;
    height: auto;
    width: auto;
    position: absolute;
    top: 8px;
    left: 35px;
    white-space: pre;
    z-index: 999999;
    text-transform: none;
}

.progress-bar-answers span.outsidetheprogressbar {
    position: relative;
    top: 0;
    left: 12px;
    color: #DDD;
}

span.topicdone {
    position: absolute;
    font-size:32px;
    right:28px;
    top:16px;
    color:white;
    background-color: #337ab7;
    border-color: #337ab7;
    border-width: 2px;
    border-radius: 18px;
    border-style: solid;
    z-index:999999;
}

span.disabled {
    background-color: #777;
    border-color: #777;
    color: #F0F0F0;
}

span.disabled:hover {
    cursor: not-allowed;
}

span.insideprogress {
    top: auto;
    bottom:14px;
    right: 14px;
}

.theTopics .thumbnail .btn-primary .badge, #exTab1 .nav-pills li > a > .badge, .theGuidances .thumbnail .btn-primary .badge, #exTab1 .nav-pills li > a > .badge {
    background-color: #fbcc05;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    margin: -5px 0 -5px -5px;
}

.stepbystep {
    /*background-color: #337ab7;*/
    color: white;
    /*font-size: 14px;
    line-height: 14px;*/
    padding: 0 0 8px;
}

.stepbystep.row > [class*='col-'] {
    border-width: 3px;
    border-color:white;
    border-style: solid;
    border-radius: 20px;
    text-align: center;
    position: relative;
    min-height: 180px;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    font-weight: bold;
    color: #337ab7;
    box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-image:
            linear-gradient(
                    #ddd, white
            );
}

.stepbystep.row > [class*='col-']:hover {
    box-shadow: 0px 0px 4px 4px rgba(92, 184, 92, 0.75);
    cursor: pointer;
}

.stepbystep span.pics {
    /*color: #337ab7;
      opacity: 0.5;
      filter: alpha(opacity=50);*/
    color: white;
    top:0;
    font-size: 24px;
}

.stepbystep .flashhorizontal {
    color: #5c9a5c;
    font-size: 48px;
    font-weight: normal;
    position: absolute;
    left: -30px;
    top: 60px;
    z-index: 999999;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.stepbystep .flashvertical {
    display: none;
    color: #5c9a5c;
    font-size: 48px;
    font-weight: normal;
    position: absolute;
    top: -45px;
    left: 30px;
    z-index: 999999;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.stepbystep .div4button {
    position: absolute;
    bottom:15px;
    right:0;
    left:0;
}

.stepbystep .disabled,
.stepbystep.row > [class*='col-'].disabled:hover {
    opacity: 0.50;
    filter: alpha(opacity=50);
    cursor: default;
    cursor: text;
    box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.timeline {
    background-color: #337ab7;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 8px;
    border-width: 1px;
    border-color: white;
    border-radius: 20px;
}

.timeline .media {
    overflow: visible;
    margin-top: 8px;
}

.timeline .media-body {
    max-height: 28px;
    height: 28px;
    vertical-align: middle;
    font-weight: bold;
}

.timeline .media .glyphicon {
    position: absolute;
    right:0;
    top:5px;
    display:none;
}

.theAssesmentTopicQuestions .form-check + .form-check {
    margin-top: 0;
}

.theAssesmentTopicQuestions .row {
    margin-bottom: 30px;
}

.theAssesmentTopicQuestions .form-check {
    background-color: #fefefe;
    border-bottom: 4px solid #fefefe;
    padding-top: 8px;
}

.theAssesmentTopicQuestions .form-check label {
    border-bottom: 4px solid #fefefe;
}

.theAssesmentTopicQuestions .form-check label.checkedanswer, .theAssesmentTopicQuestions .form-check label:hover {
    border-bottom: 4px solid #5cb85c;
    padding-right: 1.25rem;
}

.theAssesmentTopicQuestions p {
    font-size: 18px;
    color: black;
    /*font-weight: bold;*/
}

.theAssesmentTopicQuestions label {
    color: #777;
}

.theAssesmentTopicQuestions .checkedanswer {
    color: #575756;
}

.on2columns .row {
    margin-bottom: 10px;
    border-bottom: 2px solid white;
}

.on2columns .form-group .form-check {
    padding-bottom: 5px;
}

.on2columns .form-check label {
    font-size: 14px;
}

.theAssesmentTopicQuestions .form-check label.checkedanswer, .on2columns .form-check label.checkedanswer {
    background-color: #5cb85c;
    border-bottom-color: white;
    color: white;
}

.progressindicator {
    /*clear: both;*/
    color: #337ab7;
    /*float: left;*/
    font-size: 14px;
    font-weight: bold;
    height: auto;
    position: relative;
    text-align: right;
    /*top: 14px;*/
    line-height: 14px;
    right: -6px;
    margin-bottom: 0;
}

.bigscore {
    background-color: #fbcc05;
    border-color: #fbcc05;
    border-radius: 35px;
    border-style: solid;
    border-width: 3px;
    color: #337ab7;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    top: -10px;
    padding: 10px 15px;
    /*float: right;*/
}

.totalscore {
    font-size: 16px;
}

#smallscoreparent {
    min-height:70px;
    position:absolute;
    bottom:5px;
}
.smallscore {
    background-color: #fbcc05;
    border-color: #fbcc05;
    border-radius: 32px;
    border-style: solid;
    border-width: 3px;
    color: #337ab7;
    font-size: 32px;
    font-weight: bold;
    /*margin-bottom: 0;
    position: relative;*/
    padding: 10px 15px 5px;
    /*float: right;
    margin-top: 5px;
    margin-left: 77px;*/
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.smalltotalscore {
    font-size: 12px;
}
.otherscores {
    font-size:65% !important;
    font-weight: bold;
}
.otherscores .progress {
    height: 15px;
    margin-bottom: 15px;
}
.otherscores .progress .progress-bar {
    line-height: 17px;
    color: black;
    font-weight: normal;
    text-align: left;
    font-size: 98%;
}

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

.tab-content > .active {
    padding: 10px 15px;
}

.chart-demo {
    background-color: #f0f0f0;
    border-width: 1px;
    border-color: #f0f0f0;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#exTab1 .nav > li {
    box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.2);
}

body .wtShareButton:link, body .wtShareButton:visited, body .wtShareButton:hover, body .wtShareButton:focus, body .wtShareButton:active, body .wtShareButton {
    background: #fff url("https://europa.eu/webtools/services/sbkm/images/share.png") no-repeat scroll 0 -1600px;
    border: 1px solid #ececec;
    box-sizing: content-box;
    color: #004494 !important;
    display: inline-block;
    font-family: Arial,Verdana;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 2%;
    min-width: 120px;
    outline: medium none;
    padding: 0 20px 0 50px;
    position: relative;
    text-decoration: none;
}

.tooltip {
    font-size: 14px;
}

body .highcharts-container .media {
    /*width: 150px;*/
}

body .highcharts-container .media, body .highcharts-container .media-body {
    overflow:visible;
}

body .highcharts-container .media img {
    max-width: 50px;
    max-height: 50px;
}

body .highcharts-container .media-right {
    right: 50px;
    position: relative;
}

body .detailedresults > [class*='col-'] {
    /*width: 49.9%;*/
}

body .detailedresults > [class*='col-']:hover {
    /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
    background-color: #F0F0F0;
}

body .detailedresults > [class*='col-']:hover a {
    text-decoration: none;
}

.dropdown-toggle::after {
    float: right;
    content: none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.file-selector .form-control:last-child{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.affix {
    top:0px;
    position: fixed;
    width: 100%;
    background-color:white;
    z-index:777;
}

#accordion .panel-heading {
    background-color: #f0f0f0;
    background-image: linear-gradient(#ddd, white);
}

.accordion-toggle .panel-heading h4:after, .userstablerow .accordion-toggle span.username:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    overflow: no-display;
}
.accordion-toggle.collapsed .panel-heading h4:after, .userstablerow .accordion-toggle.collapsed span.username:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}
a.accordion-toggle{
    text-decoration: none;
}

.highcharts-container, .highcharts-root {
    overflow: visible !important;
}
.highcharts-credits, .highcharts-contextbutton {
    display: none;
}

.userstableheader {
    border:1px solid #ccc;
    padding:5px 0;
    background-color:#eceeef;
    color:#55595c;
    margin-bottom:5px;
    text-transform:uppercase;
    min-height: 45px;
}

.userstablerow {
    border:1px solid #ccc;
    padding:5px 0;
    color:#55595c;
    margin-bottom:5px;
    cursor:pointer;
    min-height: 45px;
}

.userstablerowdetails {
    border:1px solid #ccc;
    border-top-width:0;
    background-color:#f0f0f0;
    padding:5px 0;
    color:#55595c;
    margin-bottom:5px;
    margin-top:-5px;
    min-height: 200px;
}

.userstablerow .glyphicon-edit, .userstablerow .glyphicon-remove {
    margin-left:10px;
    cursor:pointer;

}

.userstablerow .glyphicon-ok {
    color:green;
}

.userstablerow .glyphicon-edit {
    color:orange;
}

.userstablerow .glyphicon-remove {
    color:red;
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* RESPONSIVE DESIGN */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

@media all and (max-width:983px) {
    body .layout, body .layout-body {
        width: 100%;
    }
    body .layout-body .row-eq-height {
        /*display: block;
        flex: 0 0 auto;*/
    }
    body .pageheader {
        margin-right: -15px;
    }
    body #accessibility-menu {
        display: none;
    }
}

@media all and (max-width:745px) {
    #container {
        min-width: 500px !important;
        width: 500px;
    }
    #container .highcharts-container {
        max-width: 480px !important;
    }
    #container .highcharts-container .media-body {
        display: none;
    }
    #container .highcharts-container .media img {
        max-height: 50px !important;
    }
    #container .highcharts-container .media-right {
        right: 0;
    }
    body #accessibility-menu {
        display: none;
    }
}

@media all and (max-width:615px) {
    #container {
        min-width: 400px !important;
        min-height: 400px !important;
        width: 400px;
    }
    #container .highcharts-container {
        max-width: 380px !important;
    }
    body #accessibility-menu {
        display: none;
    }
}

@media all and (max-width:535px) {
    #container {
        min-width: 300px !important;
        min-height: 300px !important;
        width: 300px;
    }
    #container .highcharts-container {
        max-width: 280px !important;
    }
    #container .highcharts-container .media img {
        max-height: 30px !important;
    }
}

@media all and (max-width:415px) {
    #container {
        min-width: 270px !important;
        min-height: 270px !important;
        width: 250px;
    }
    #container .highcharts-container {
        max-width: 230px !important;
    }
}

@media all and (max-width:320px) {
    body .layout-body .row-eq-height {
        display: block;
        flex: 0 0 auto;
    }
    #fullMapContainer .infoBar {
        margin-left: 0px !important;
    }
}

@media all and (max-width:600px) {
    input[type="text"] {
        width: 98%;
        max-width: 98%;
    }
    .notinmobile {
        display: none;
    }
    .form-control:disabled, .form-control[readonly] {
        display: inline;
        width: auto;
    }
    .onlyinmobile {
        display: inline;
    }
    #leftcolumn {
        display: none;
    }
    .vertical-align {
        display: inline-block;
    }
    .stepbystep .flashhorizontal {
        display: none;
    }
    .stepbystep .flashvertical {
        display: block;
    }
    #theMainMenu, #appMainMenu {
        display: none;
    }
    body #accessibility-menu {
        display: inline;
    }
    .theTopics.row a.btn, .theGuidances.row a.btn {
        white-space: pre-line;
    }
    .theTopics .thumbnail .caption h3, .theGuidances .thumbnail .caption h3 {
        font-size: 20px;
    }
    .footer-items li.modification-date, .footer-items li.top-link, .footer-items li {
        color: white;
        position: relative;
        left: 0;
        top:0;
    }
    .bigscore {
        top: 5px;
    }
}

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

    /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
    ul.nav li:not(:first-child) {/*display: none;*/}
    ul.nav li.icon {
        float: right;
        display: inline-block;
    }

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
    ul.nav.responsive {position: relative;}
    ul.nav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.nav.responsive li {
        float: none;
        display: inline;
    }
    ul.nav.responsive li a {
        display: block;
        text-align: left;
    }
    #theActions {
        /*display: none;*/
    }
    #exTab1 ul.nav {
        display: none;
    }
    #theSelectTabs {
        display: block;
    }
    #exTab1 .tab-content {
        border-width: 0;
        box-shadow: none;
    }
    .theBox {
        margin: 0;
    }
}

@media screen and (min-width:681px) {
    #theSelectTabs {
        display: none;
    }
}

@media all and (min-width:768px) {
    .onlyinmobile, body #accessibility-menu {
        display: none !important;
    }
}

@media all and (max-width:768px) {
    body .layout {
        width: 100%;
    }

    body .layout-body .stepbystep, body .layout-body #fullMapContainer {
        display: block;
        flex: 0 0 auto;
    }

    body #chooselanguage {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .js .layout-wrapper {
        width:98%;
        padding: 1%;
    }

    .euText2left, .euText2right, .euText2middle {
        width: 100%;
        float: left;
    }

    .euText2middle {
        height:10px;
    }

    input[type="text"] {
        width: 99%;
        max-width: 99%;
    }

    .stepbystep.row > [class*='col-'] {
        margin-bottom: 40px;
    }
}

@media print
{
    /*  ------ Global settings */
    body {
        text-align:justify;
        counter-reset: chapter;
        font-family: Cambria, Georgia, serif;
        background-color: #ffffe0;
    }

    /* ------- Pagination */
    h1, h2 {
        page-break-after: avoid;
        page-break-before: always;
    }
    p {
        orphans:3;
        widows:3;
    }
    /* Default left, right, top, bottom margin is 1cm */
    @page { margin: .5cm }
    /* First page, 1cm margin on top */
    @page :first {
        margin-top: 1cm
    }
    /* Left pages, a wider margin on the left */
    @page :left {
        margin-left: 1cm;
        margin-right: 1cm;
    }
    @page :right {
        margin-left: 1cm;
        margin-right: 1cm;
    }

    /* ------ Normal elements */
    p {
        text-indent:   1.5em;
        margin-top:    .75em;
        margin-bottom: .75em;
        line-height: 1.3;
        page-break-inside: avoid;
    }

    /* First paragraphs after a title  */
    h2+p {
        text-indent: 0em;
    }

    h2+p:first-letter {
        font-size: 200%;
        color: blue;
        font-family: "Goudy Old Style", Georgia, serif;
        line-height: 50%;
    }

    h1,h2,h3,h4,h5,h6 {
        text-align: left;
        letter-spacing: 0.1em;
    }

    h1 {
        margin-top: 1cm;
    }

    h2 {
        border-top: 5px solid blue;
        border-bottom: 1px solid blue;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 2cm;
        counter-increment: chapter;
    }

    h2:before {
        content: "Chapter " counter(chapter) ": ";
    }

    hr {
        width: 50%;
        text-align: center;
    }

    strong {
        background-color: yellow;
        font-style: normal;
    }

    blockquote {
        font-size: 90%;
        margin-left: 20%;
        margin-right: 20%;
    }
    /*  ------ end Global settings */

    /*  ------ Full overview page */
    #appMainMenu, .pageheader .media-left {display: none;}

    .windrose {
        float: left;text-align:left;
    }

    #container {
        min-width: 300px !important;
        min-height: 300px !important;
        width: 300px;
        margin-left:-120px !important;
    }
    #container .highcharts-container {
        max-width: 280px !important;
    }
    #container .highcharts-container .media img {
        max-height: 30px !important;
    }
    #container .highcharts-container .media-body {
        display: inline;
    }

    .detailedresults {
        page-break-before: always;
        margin-top: .5cm;
    }

    .detailedresults .media-left {
        display:inline-block;
        float: left;
    }

    .theBox .media-left {
        display:inline-block;
        float: left;
    }

    .detailedresults .media-body .progress {
        border: 1px solid gray;
        background-color: white;
        width: 100%;
    }
    .progress-bar {
        display: inline;
        border-right: 1px solid gray;
        -webkit-print-color-adjust: exact;
    }
    .progress-striped .progress-bar, .progress-bar-striped {
        background-image: none;
    }
    .progress-bar-warning {
        background-color: #f0ad4e !important;
    }
    .progress-bar-danger {
        background-color: #d9534f !important;
    }
    .progress-bar-info {
        background-color: #5bc0de !important;
    }
    .progress-bar-success {
        background-color: #5cb85c !important;
    }

    .divforsharing, .media-body .row a {
        display: none;
    }
    /*  ------ end Full overview page */

    /*  ------ Topic score page */
    #exTab1 .nav-pills, #exTab1 #theSelectTabs, #accordion .panel-title .glyphicon, #exTab1 .tab-content  #filterGroup, #accordion .panel-footer, .div4buttonssharing {
        display: none;
    }
    div.otherscores, input.btn.btn-primary {
        display: none;
    }
    div.progress.progressscore{
        background-color: black;
    }
    #exTab1 .tab-content {
        color: #575756;
        padding: 0;
        background-color: #F0F0F0;
        margin-right: 0;
        box-shadow: none;
        border-width: 0;
    }
    #exTab1 .tab-content .yourscore #smallscoreparent {
        position: inherit;
        float: left;
    }
    #exTab1 .tab-content .yourscore .smallscore {
        background-color: #fbcc05 !important;
    }
    #exTab1 .tab-content .yourscore, #exTab1 .tab-content .otherscores {
        width: 100%;
    }
    #exTab1 .tab-content .otherscores {
        /*border: 1px solid black;*/
        margin-top: 15px;
    }
    #exTab1 .tab-content .otherscores h6 {
        font-size: 24px;
    }
    #exTab1 .tab-content .otherscores .progress {
        margin-left: 15px;
    }
    .div4recommendations {
        page-break-before: always;
        margin-top: .5cm;
    }
    #accordion .collapse {
        display: inline;
    }
    #accordion .panel-default {
        border: 0;
    }
    #theActions{
        display: none;
    }
    div.charts{
        display: none;
    }
    /*  ------ Topic score page */
}

/* IE fix */
@media screen\0 {
    #header {
        min-height: 135px;
    }
    #theCriterias .list-group-item {
        min-height: 85px;
    }
    .media-body {
        width: 1000px;
    }
    .theTopics .thumbnail img {
        /*height: 100px;
        max-width: 125px;
        position: relative;
        left:25%;
        right:25%;*/
    }
}

/* Chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #header {
        min-height: 145px;
    }
}

body .highcharts-container .highcharts-title tspan {
    font-size: 12px;
    white-space: pre-line;
    font-weight: bold;
}
.highcharts-title {
    fill: #337ab7 !important;
}
.thePieContainer {
    max-height:135px;
    height: 135px;
    margin: 0 auto;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    float:left;
}

.spider-chart-container {
    min-width: 640px;
    max-width: 954px;
    max-height: 954px;
    min-height:500px;
    margin: 0 auto;
    overflow:visible;
}

.small-results-overview .spider-chart-container {
    min-height: 200px;
    min-width: 200px;
}

body .small-results-overview .highcharts-container img {
    max-width: 24px;
    max-height: 24px;
}
.small-results-overview .media-body {
    display: none;
}

body #theMainMenu .dropdown-menu {
    width: 100%;
}
body #theMainMenu .dropdown-menu>li {
    text-align: left;
}
body #theMainMenu .dropdown-menu>li>a {
    display: inline;
    padding: 3px 20px;
    clear: both;
    text-align: left;
    font-weight: normal;
    line-height: 1.42857143;
    color: #337ab7 !important;
    white-space: nowrap;
    width: 100%;
}

/*.smallscore {
  background-color: #fbcc05;
  border-color: #fbcc05;
  border-radius: 32px;
  border-style: solid;
  border-width: 3px;
  color: #337ab7;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  padding: 15px 10px 10px;
  margin-top: 5px;
}*/
.smalltotalscore {
    font-size: 12px;
}
.otherscores {
    font-size:65% !important;
    font-weight: bold;
}
.otherscores .progress {
    height: 15px;
    margin-bottom: 15px;
}
.otherscores .progress .progress-bar {
    line-height: 17px;
    color: black;
    font-weight: normal;
    text-align: left;
    font-size: 98%;
}

.accordion-toggle > .label4recommendations{
    padding-bottom: .1em !important;
    margin: -10px 0px 5px 16px;
    float: left;
}

.label4recommendations.label-success, .label4recommendations.label-warning{
    background-color:#777;
}
.clip-text{
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.info-modal{
    background-color:#5c9a5c;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
}
.modal-title{
    color: white;
    font-size: small;
    text-align: left;
}
.modal-body{
    font-size: small;
    padding: 5px;
    color: black;
}
.modal-header{
    padding: 3px;
}

.wtmap .map {
    margin-right: 0 !important;
}
#fullMapContainer .infoBar {
    border: 1px solid black;
    margin-left: -16px;
    margin-bottom: 34px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height:752px;
}

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-active {
    background-color: #F0F0F0;
    font-weight: bold;
}

div.recommendation {
    width: 100%;
}
a.action-pdf:hover, a.action-pdf:focus{
    text-decoration: none;
}

.guidance-thumbnail{
    max-height:350px !important;
    opacity: 0.75;
}
.guidance-thumbnail:hover{
    max-height:350px !important;
    opacity: 1;
}
.best-practice-thumbnail{
    max-height:60px !important;
    opacity: 0.75;
}
.best-practice-thumbnail:hover{
    max-height:60px !important;
    opacity: 1;
}

/* override styles for IE 10&11 */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .theGuidances .thumbnail {
        background-image: none;
    }
}
/* IE Edge 12+ CSS styles go here */
@supports (-ms-accelerator:true) {

}


/***
Spacing
 */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
