/*!
 * Maintained from Triskel
 * SaluberMD backoffice
 * This css file contain new layout of backoffice
 * 
 */

/*
 *	AVVERTENZE:
 *  Quando si crea un form e si dovrà nascondere/mostrare i bottoni in qualche evento con ng-show/ng-hide
 *  (vedi per esempio wizard di take appointment che vengono nascosti/mostrati i bottoni) aggiungere
 *	anche la classe css .nohover in modo tale da avere <button class="nohover "
 *	perchè le animazioni creano ritardi al ng-show, la classe nohover le disabilita
 *
 */


/* INIZIO - PARTE INERENTE ALLA PAGINA DI LOGIN*/

.wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 1%;
	width: 80%;
	height: auto;
	display: inline-block;
}

ul.tab-nav.tn-justified.slot:hover {
	background-color: #7e8396;
}

@media (max-width: 490px){
	
	.mobile {
		font-size:16px!important;
		margin-right: 5px!important;
	}
	
	.mobile1 {
		margin-left: 5px!important;
	}
	
	.mobile-btn {
		/* padding: 6px 9px!important; */
		padding: 6px 5px!important;
		font-size: 12px!important;
	}
	
	.mobile-box {
		box-shadow: 0 0px 0px 0!important;
	}
	
	.box-right {
		margin-top: 0px!important;
	}
	
	.btn-search-c {
		margin-top: 10px!important;
	}
	
	.form-search {
		width: 90%!important;
	}
	
	.box-right-1 {
		margin-top: 10px!important;
	}
}

.red-text{ 
    color:red;
    }

.table-app > tbody > tr:nth-of-type(odd) {
	background-color: rgb(218, 245, 218)!important;
}

.allerta td {
	background-color:#f75959!important;
	color:white!important;
}

.sottosoglia td {
	background-color:#e8cf5d!important;
	color:white!important;
}

.ottimo td {
	background-color:#9cce9a!important;
	color:white!important;
}

.table-long-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 300px;
	max-width: 300px;
}

.shadow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 2%;
	width: 80%;
	height: auto;
	display: inline-block;
	margin-bottom: 50px; /* crea un piccolo spazio tra i div */
}

.lc-block {
	background-color: Transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.27);
	border-radius: 0px;
	max-width: 500px;
	width: 80%;
	display: inline-block;
	position: relative;
}

.lc-block:not(.lcb-alt) {
  padding: 70px 55px 70px 25px;
}

.lc-block:not(.lcb-alt) .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px;
}

.lc-block:not(.toggled) {
  display: none;
}

.lc-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}

.lc-block.toggled {
  z-index: 10;
}

.profile-menu {
	display: block;
    height: 50px;
    width: 100%;
	margin-top: 12px;
	margin-bot: 12px;
	margin-right: 7px;
	margin-right: 7px;
    background: no-repeat left top;
    background-size: 100%;
}

.profile-menu-no-width {
	display: block;
	margin-top: 12px;
	margin-bot: 12px;
	margin-right: 7px;
	margin-right: 7px;
    background: no-repeat left top;
    background-size: 100%;
}

.table-button {
	border: 0px;
	background: #4CAF50;
	color: white;
	font-weight: 700;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	letter-spacing: 1px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	height: 25px;
}

.table-button.schedule-btn {
	text-overflow: unset !important;
	overflow: visible !important;
	height: auto !important;
	white-space: normal !important;
	word-wrap: break-word !important;
	padding: 6px 10px !important;
	line-height: 1.1 !important;
	min-height: 25px !important;
	font-size: 11px !important;
	min-width: 100px !important;
}

.my-custom-scrollbar {
  position: relative;
  height: 90%;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}

.out-of-range {
	background: orange;
}

.login-content {
	height: 100%;
}

body.login-content {
  text-align: center;
  
}

a:hover #reverse_hover_1{
	background-color: Transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}

/* a:hover #reverse_hover_2 {
	color: #5d83e5 !important;
	background-color: #fff !important;
}
 */
 
 /* tenere sotto controllo se serve :before */
body.login-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/background-login.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	content: "";
	z-index: 0;
	text-align: center;
}

body.login-content:after {
	content: "";
	vertical-align: bottom;
	display: inline-block;
	width: 1px;
	height: 100%;
}

/* .login-block:not(.lcb-alt) {
	top, right, bottom, left
	padding: 70px 55px 70px 25px;
} */

.login-block:not(.lcb-alt) .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px;
}

.login-block:not(.toggled) {
  display: none;
}

.login-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}

.login-block.toggled {
  z-index: 10;
}

/* FINE - PARTE INERENTE ALLA PAGINA DI LOGIN*/.



.panel-title > a {
  
  display: block;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase !important;
}

.panel-title > a {
	color: inherit;
	text-transform: uppercase !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	background-color: #fff;
}

/*
.list_elem ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.list_elem li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
*/

/* Classe riguardante le tabelle del backoffice */

.table > thead > tr > th {
	/* border-bottom-color: #9e9e9e; */
	/* font-size: 16px; */
	border-bottom-color: #fff;
	color:  #1c1c1c;
	font-size: 12px;
	font-weight: 600;
	/* line-height: 55px; */
	text-align: center;
}

.table-left > thead > tr > th {
	text-align: left;
}

@media (max-width:900px) and (min-width:768px) {
	/* 
		modalità tablet permette di avere header della tabella allineato 
	*/
	.table > thead > tr > th {
	    /* border-bottom-color: #9e9e9e; */
	    /* font-size: 16px; */
	    border-bottom-color: #fff;
	    color: #1c1c1c;
	    font-size: 12px;
	    font-weight: 600;
	    /* line-height: 55px; */
	    text-align: center;
	}
}

.table > tbody > tr > td {
	color: #848484;
	font-size: 13.18px;
	font-weight: 400;
	/* line-height: 55px; */
	text-align: center;
}

.table_new_layout td {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.ul > li > a {
	background-color: #5d83e5;	
}

left_bar_element {
	color: #5d83e5 !important;
	text-transform: uppercase !important;
	width: 500px;
}

/* Mi permette di mantere la riga in alto in testata di colore azzurro, tema del backoffice */
[data-current-skin="lightblue"] {
  background-color: #5087e0;
}
[data-current-skin="lightblue"] .ss-icon {
  color: #5087e0;
}
@media (max-width: 767px) {
  [data-current-skin="lightblue"] .ha-menu {
    background: #5087e0;
  }
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: #9e9e9e;
}

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

.nav-pills > li > a {
	color: #e93a38;
	/*text-transform: uppercase !important;*/
	text-decoration: none;
	
	color:  #1c1c1c;
	/*font-size: 24px;*/
	font-weight: 400;
	/* border: 2px solid #e93a38 !important; */
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	/*width: 489px; STOCK*/
	/*height: 104px; STOCK*/
	height: auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #e73c3e !important;
	text-transform: capitalize !important;
}

 body {
    margin-top:30px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}


.offline{
	color: red!important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#meridiano {
	padding: 5px 7px;
}

#orario {
	display:contents!important;
}

/**************************/
/* INIZIO - CSS GENERALE  */
/**************************/

.btn_with_reversecolor {
	color: #fff;
	background-color: #5d83e5; 
}

.null_result {
	font-family:"Open Sans" !important;
	font-size: 16px !important;
	color: inherit !important;
	padding-top: 50px;
	text-align: center;	
}

a.btn {
	padding:inherit;
	border: 0px;
}

.smd-button {
	padding: 14px 24px;
	border: 2px solid #5d83e5;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	transition: 0ms;
    animation: none;
 	width: 364px!important;
 	/*height: 95px;*/
}

/* .btn {
	padding: 14px 24px;
	border: 2px solid #5d83e5;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	transition: 0ms;
    animation: none;
	
 	width: 364px;
 	height: 95px;
	
}
 */
.btnSal {
	padding: 14px 24px;
	border: 2px solid #5d83e5;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	/*
 	width: 364px;
 	height: 95px;
	*/
}

/* Questo permette quando
 * il cursore del mouse
 * è sopra il bottone
 * i colori del bottone si invertono 
 */

.btn-primary:active:after {
    opacity: 1;
    transition: 0ms;
}

.btn-primary:after {
    transition: 0ms !important;
}

/*
.btn-primary:hover {
 	color: #5d83e5 !important;
  	background-color: #ffffff !important;
  	border: 2px solid #5d83e5 !important;
  	border-color: #5d83e5 !important;
}
*/

.btn-primary:hover:hover,  
.btn-primary.focus:hover, 
.btn-primary:active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:hover:focus, 
.btn-primary.focus:focus, 
.btn-primary:active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:hover.focus, 
.btn-primary.focus.focus, 
.btn-primary:active.focus, 
.open > .dropdown-toggle.btn-primary.focus {
	/*
	background: #5d83e5;
	color: #ffffff;
	*/
	color: #5d83e5;
	background-color: #ffffff;
	border: 2px solid #5d83e5;
	border-radius: 15px;
	transition-property: background-color, border, border-radius;
  	transition-timing-function: ease-out;
}

.btn-primary:hover:hover:not(.nohover) {
	transition-duration: 500ms;
}

.btn-primary:focus:hover, 
.btn-primary:active:hover, 
.btn-primary:hover:focus, 
.btn-primary:focus:focus,  
.btn-primary:active:focus {
	outline: none !important;
    background: #5d83e5;
    color: #ffffff;
    border-color: #5d83e5;
}

.btn-primary {
	background: #5d83e5;
	color: #ffffff;
}

.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
	background: #5d83e5;
	box-shadow: none;
}

.round {
  border-radius: 24px;
}


.leftbar_over:hover {
	background-color: #dfe6f4;
}

 
/* .leftbar_over {
	border-top: 1px inset #9e9e9e;
	padding-top: 10px;
	padding-bottom: 10px;
} */


.leftbar_sub {
	background-color: #fff;
}

.leftbar_sub:hover > div > a > img {
	-webkit-filter: brightness(66%);
	filter: brightness(66%);
}

.leftbar_sub:hover > div > a {
	color: black !important;
}

.leftbar_sub > div > a.active {
	-webkit-filter: brightness(88%);
	filter: brightness(88%);
	color: black !important;
}

.leftbar_sub > div > a.active {
	color: black !important;
}

a:hover #hover_icone_grandi {
	background-color: #dfe6f4;
}

/* li.sub-menu:hover {
	background-color: #dfe6f4;
} */

.videopanel .panel-group {
	margin-bottom:0px!important;
}

.main-menu > li > a:hover {
    color: #262626;
    background-color: #dfe6f4;
}

.sub-menu > a:before, .sub-menu > a:after {
    position: absolute;
    /*top: 15px; */
    color: #5d83e5;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 25px;
    /* right: 0px; */
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 260px;
}

/* FINE - CSS GENERALE */

/* INIZIO - MEDICAL FILE */


.tab-content {
	padding: 0;
}
/* FINE - MEDICAL FILE */


/* INIZIO - GESTIONE MODAL MEDICAL FILE */

@media screen and (min-width: 1025px) {
	.header-summary {
		color:  #1c1c1c;
		font-size: 36px;
		/*font-size: 3vw;*/
		font-weight: 700;
		line-height: 46px;
		text-align: left;
		transform: scaleX(1.0001);
		padding-top: 2vh;
	}	
}

@media (max-width:1024px) and (min-width:768px) {

	.header-summary {
		color:  #1c1c1c;
		/*font-size: 6vw; */
		font-size: 36px;
		font-weight: 700;
		line-height: 46px;
		text-align: left;
		transform: scaleX(1.0001);
		padding-top: 2vh;
	}
}

@media screen and (max-width: 767px) {
	/* 
		questa classe verrà usata solo nel wizard
  		dove prenota un appuntamento con un dottore
	*/
	.responsive-wizard-buttons {
		display: block; 
		margin-top: 5vh;
	}
	
	.marginbetweenbuttons {
		display: none;
	}
	
	.btn-sm, .m-t-10, .round {
		width: 45vw !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	
	.header-attachment {
		color:  #1c1c1c;
		/*font-size: 4vw; */
		font-size: 24px;
		font-weight: 700;
		line-height: 46px;
		text-align: left;
		transform: scaleX(1.0001);
		padding-top: 2vh;
	}

	.header-summary {
		color:  #1c1c1c;
		/*font-size: 6vw;*/
		font-size: 28px;
		font-weight: 700;
		line-height: 46px;
		text-align: left;
		transform: scaleX(1.0001);
		padding-top: 2vh;
	}

	.pagination > li {
		display: none;
	}

	.pagination > li.disabled {
		display: none;
	}

	.pagination > li.active {
		display: block;
	}

	.ng-table-pagination > li:first-child {
		display: block;
	}
	 
	.ng-table-pagination > li:last-child,
	.ng-table-pagination > li:last-child:before {
		display: flex;
	}

}

@media screen and (min-width: 768px) {
	/* 
		questa classe verrà usata solo nel wizard
  		dove prenota un appuntamento con un dottore
	*/
	.responsive-wizard-buttons {
		display: inline-flex; 
		margin-top: 5vh;
	}
	
	.marginbetweenbuttons {
		width: 5vw;
	}
	
	.btn-sm, .m-t-10, .round {
		/* width: 16vw !important; */
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	
	.header-attachment {
		color:  #1c1c1c;
		/*font-size: 2vw; */
		font-size: 24px;
		font-weight: 700;
		line-height: 46px;
		text-align: left;
		transform: scaleX(1.0001);
		padding-top: 2vh;
	}
}

input[type="date"].input-sm, 
input[type="time"].input-sm, 
input[type="datetime-local"].input-sm, 
input[type="month"].input-sm, 
.input-group-sm input[type="date"], 
.input-group-sm input[type="time"], 
.input-group-sm input[type="datetime-local"], 
.input-group-sm input[type="month"] {
	color: #a8a9ab;
}

.tab_new_header {
	color:  #1c1c1c;
	font-size: 16px;
	font-weight: 600;
	line-height: 55px;
}

.tab_new_label {
	color:  #1c1c1c;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	text-transform: uppercase;
}

.panel-title > a {
	padding: 2vh 2vw;
}

.subsummaryLabel {
	color:  #a8a9ab;
	font-size: 15px;
	font-weight: 400;
	line-height: 55px;
	list-style-type: none;
}

.sub_list_elem > li {
	list-style-type: none;
	color:  #262626;
	font-size: 15px;
	font-weight: 400;
}

li > .sub_list_elem {
	padding: 0;
}

.sub_list_elem > li > b {
	color:  #1c1c1c;
	font-size: 15px;
	font-weight: 600;
	line-height: 17px;
	text-transform: uppercase;
	margin-right: 1vw;
}

.sub_list_elem > dt {
	color:  #1c1c1c;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	text-transform: uppercase;
	margin-right: 1vw;
}

.sub_list_elem > dd {
	list-style-type: none;
	color:  #262626;
	font-size: 12px;
	font-weight: 400;
}

.label_blocks {
	color:  #1c1c1c;
	font-size: 17px;
	font-weight: 550;
	line-height: 55px;
}

.glyphicon_summary {
	margin-top: 2vh;
}

.nodata {
	text-align: center;
}

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

	#custom_tabset .nav-justified {
		width: 100%;
		box-shadow: none;
	}
	
	#custom_tabset .nav-pills > li + li {
		margin-left: 0;
	}

	.nodata > small {
		font-size: 3vw;
	}
	
}

@media (min-width: 768px) {
	#custom_tabset .nav-justified > li {
	    display: inline-block;
	    width: 20%;
	}
	
	#custom_tabset .nav-justified {
		width: 100%;
		box-shadow: none;
	}

	#custom_tabset .nav-pills > li + li {
		width: 79%;
		text-align: left;
	}
	
	#custom_tabset .nav-pills > li + li > a {
		text-align: left;
	}

	.nodata > small {
		font-size: 1vw;
	}
}

.col-lg-12 {
	float: none;
}

/* #custom_tabset {
	width: 40%;
	box-shadow: none;
}

.nav-justified {
	width: 40%;
	box-shadow: none;
} */

.table-bordered {
    border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edecec;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid grey;
}

#myImg:hover { opacity: 0.7; }

/* The Modal (background) */
.modal1 {
    position: fixed; 
    z-index: 5; 
    padding-top: 4%;
    left: 0;
    top: 15%;
    width: 75%;
    height: 80%;
    overflow: hidden;
    /*background-color: rgb(0,0,0);*/
    background-color: rgba(0,0,0,0.9);
    margin-left: auto;
    margin-right: auto;
}

 img.modal1-content{
 	width:auto !important;
 	height:90%;
 }

.modal1 .modal-content {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
    border-radius: 3px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 300px;
}

.modal1-content {
    background-color: transparent;
}

Modal Content (image)
.modal1-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content1, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal1-content {
        width: 100%;
    }
    
    .modal1 .modal1-content {
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
	    border-radius: 3px;
	    border: 0;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
		width: 200px;
	}
}

img.ng-isolate-scope {
	//width: 200px !important;
	border-radius: 15px;
}
/* FINE - GESTIONE MODAL MEDICAL FILE */


/* RIGUARDA IL SUMMARY RESPONSIVE */
@media screen (min-width: 379px) and (max-width: 991px) {
/*
  .card-body.card-padding {
    // padding: 18px;
    padding-bottom: 18px;
    padding-top: 18px;
    padding-right: 0;
    padding-left: 0;
  }
*/
  
  .label_blocks {
	width: 200px !important;
    display: inline-block;
	}
}

@media screen and (max-width: 378px) {
	.label_blocks {
		width: 200px !important;
	    display: inherit;
	}
}


/* INIZIO - SIDEBAR LEFT */

.sidebar_text {
	color: #1c1c1c !important;
    text-transform: uppercase;
    vertical-align: middle !important;
    font-weight: 600 !important;
    line-height: 50px;
    text-align: left;
}

/* FINE - SIDEBAR LEFT */


/* INIZIO - WELLNESS */

.container_cstm_select {
	width: 85%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
}

.cstm_select {
	float: right;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.cstm_select {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container_cstm_select {
		width: 90%;
		height: 75px;
	}	
}

/* FINE - WELLNESS */


.topnav {
  overflow: hidden;
  background-color: #5d83e5;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}

.topnav a:hover {
  background-color: #5d83e5;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1557px) {
  .topnav a:not(:first-child) { display: none; }
  
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1557px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 1558px) {
	.topnav.responsive a {
		border-right: 1px solid #fff;
	}
}



@media screen and (max-width: 767px) {
	.desktopChart {
		display: none;	
	}
}

@media screen and (min-width: 768px) {
	.mobileChart {
		display: none;
	}
}