.row {
    max-width: 100%;
}

h3 {
    font-family: Century Gothic, sans-serif;
}


@media only screen and (min-width: 40.063em) {
    .map {
        border-right: 1px solid grey;
    }

}

html {
    height: 100%;
}


.joyride-content-wrapper a.ui-link:link,
.joyride-content-wrapper a.ui-link:hover,
.joyride-content-wrapper a.ui-link:focus,
.joyride-content-wrapper a.ui-link:visited {
    color: black;
}


/*
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    html, body, text, tspan {
        font-size: 80% !important;
    }

    .highcharts-title {
        font-size: 110% !important;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    html, body, text, tspan {
        font-size: 85% !important;
    }

    .highcharts-title {
        font-size: 105% !important;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1350px) {
    html, body, text, tspan {
        font-size: 90% !important;
    }

    .highcharts-title {
        font-size: 110% !important;
    }

}

@media only screen and (max-width: 1600px) and (min-width: 1500px) {
    html, body, text, tspan {
        font-size: 100% !important;
    }

    .highcharts-title {
        font-size: 110% !important;
    }

}

@media only screen and (max-width: 1800px) and (min-width: 1600px) {
    html, body, text, tspan {
        font-size: 100% !important;
    }

    .highcharts-title {
        font-size: 110% !important;
    }

}
*/

html, body, text {
    /*font-size: 100% !important;*/
	text-shadow: none !important;
}

#wrapper {
    /*height: 725px;
    width: 1500px;*/
    width: 100%;
    max-width:10000px !important;
    height: 100%;
    /*	height: calc(100% - 35px); */
    position: absolute;
    margin: 0 auto;
    float: left;
    /*	padding: 0px 5px 0px 5px; */
    padding: 0;
}

#map-and-choose {
    /*	float: left; */
    height: 100%;
    width: 50%;
    margin: 0;
    position: absolute;
    left: 0%;
    /*position: relative;
    padding: 0 0 20px 0;
        height: 725px;

        border-style: solid;
        border-color: silver;
        border-width: 1px 1px 1px 1px;*/
    display: table-row;
}

#map-settings {
margin-top:10px;
margin-bottom:10px;
}

#map-container {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}

#map-choose2 {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    padding: 10px 15px;
}

#map-choose2 .ui-slider-track .ui-btn.ui-slider-handle {
    top: -50%;
}

#map-choose2 .ui-controlgroup, fieldset.ui-controlgroup {
    margin: 0;
    z-index: 5000;
    float:left;
}

#map-choose2 .ui-checkbox input, .ui-radio input {
    position: absolute;
    /*	left: 0;
        top: 0;
        width: 0;
        height: 0;
        margin: 0;
        outline: 0; */
}

#map-choose2 input[type="radio"], select {
    margin: 0;
}

#map-choose2 .ui-btn {
    /*	float: left;
        margin: 0.2em 0px 0.2em 5px;
        vertical-align: middle;
        width: 20%;
        font-size: 1em; */
    position: relative;
    margin: 0;
    height: 100%;
    max-height: 30px;
    padding: 0;
}

#settings {
    margin-top: 10px;
    margin-bottom: 10px;
}

#settings #row {
    border-radius: 6px;
}

.sideByside {
    width: 100%;
    float: left;
}

#bar-and-info-container {
    /*	float: left; */
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
    margin: 0;
    border-style: solid;
    border-color: silver;
    border-width: 1px 1px 1px 1px;
}

#bar-settings {
    width: 100%;
    height: 8%;
    float: left;
    display: table;

    /*	resize: vertical;
        overflow: scroll; */
}

#bar-container {
    width: 50%;
    height: 50%;
    float: left;
    border-right: 1px dotted grey;
    margin-top: 15px;
    overflow: hidden;

    /*	resize: vertical;
        overflow: scroll; */
}
#bar-container2 {
    width: 50%;
    height: 50%;
    float: left;
    /*	resize: vertical;
        overflow: scroll; */
}
#candidateContainer {
    width: 50%;
    height: 100%;
    float: left;
    /*	resize: vertical;
        overflow: scroll; */
}

#candidateContainer {  width: 50%;
    height: 100%;
    float: left;
    /*	resize: vertical;
        overflow: scroll; */
}

#donut-container {
    width: 100%;
    height: 90%;
    float: left;
    /*	border: 1px solid silver;
            resize: vertical;
            overflow: scroll; */
}

.basicbar {
    width: 33%;
    float: left;

}

.barYesNo {
    width: 33%;
    float: left;
    border: solid black 1px
}

.hide-for-big {
    visibility: hidden;
}

.hide-for-small {
    visibility: visible;
}

#options-button {
    position: absolute !important;
    top:2px !important;
    right: 2px !important;
    margin: 0;
    height:30px;
    z-index:4;
    visibility:hidden;
    background-image: url("hamburger.png") !important;
    background-size: 100%;
    width:30px;
    background-repeat: no-repeat;
}
/*
#otherCharts {
    overflow-y: scroll;
}
*/
@media only screen and (max-width: 900px) {

    .map-sidebar {
        display:none;
        position: fixed !important;
        width:65%;
        right:0;
        height:100%;
        opacity: 1;
        z-index:4;
        background: white;

        border-right: 0;
        margin-top: 0;

        /*    visibility: hidden;
            height: 0 !important;*/
    }


    #map-settings {
        padding-top:0 !important;
        padding-bottom:0 !important;
        margin-bottom:0 !important;
    }

    #options-button {
        visibility:visible;
    }

    #database {
        visibility: hidden;
    }

    #bar-container {
        height: auto;

    }
    #fakedatabase-block {
        padding-top:25px;
    }
/*
    #otherCharts {
        overflow:auto;
    }
*/
    #bar-and-info-container {
        position: static;
        height: auto;
        width: 100%;
    }

    #candidateContainer {
        position: static;
        height: auto;
        width: 100%;
    }

    #bar-container {
        position: static;
        height: auto;
        width: 100%;
        border-bottom: 1px dotted grey;
    }

    #map-and-choose {
        width: 80%;
    }
    #vividin-logo {
        position: absolute;
        top: 0;
        right: 15%;
    }

    #vividin-logo img {
        max-height: 33px;
        width: auto;
    }

    #karttamuuttuja {
        width:50%;
        padding-left:0.3em;
        padding-right:0.3em;
    }
    #kartta-suhdeluvut {
        width:50%;
        padding-left:0.3em;
        padding-right:0.3em;
    }
    #candidateAmount {
        width:50%;
    }
    #joyride7 {
        width:50%;
    }
}

#kunta-container {
    /*	height: calc(100% - 45px); */
    height: 95%;
    width: 95%;
    border-width: 0;
    padding-right: 45px;
}

/*
#country-chart {
	float: left;
	width: 100%;
	height: 50%;
	border: 1px solid silver;
} */


#info h2 {
    margin-bottom: 3px;
}

#info .f32 .flag {
    vertical-align: bottom !important;
}

#info h4 {
    margin: 1em 0 0 0;
}

/*
#slider1 {
	width: 100%;
	z-index: 3000;
} */
#topper legend {
    float: left;
    left: 0;
    width: 25%;
    font-weight: bold;
    /*	margin-top: 0.55em; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: 1.5%;

}

#settings legend {
    float: left;
    left: 0;
    width: 25%;
    font-weight: bold;
    margin-top: 0.55em;
    position: relative;

}

.element {
    position: relative;
    -moz-user-select: none;
    box-sizing: border-box;
    min-height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.nappulat {
    /*float: left; */
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.ui-select {
    display: block;
    position: relative;
    width: 100%;
}

.ui-select .ui-btn select {
    cursor: pointer !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    min-height: 100% !important;
    height: 3em !important;
    max-height: 100% !important;
    opacity: 0 !important;
}

.slider-button legend {
    margin-left: auto;
    margin-right: auto;
}

.buttonsx legend {
    margin-left: auto;
    margin-right: auto;
}

.buttonsx {
    /*
    border: 1px solid #CCC;
background: linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0% #EEE;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    */
    font-weight: bold;
    /*line-height: 2; */
    color: #222;
    text-shadow: 0px 1px 0px #FFF;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0.5em 0px;
    padding: 0px;

    /*height: 80px; */
    z-index: 2;
}

/*
.ui-icon-gear {
	background-position: -288px !important;
	background-image: url("icons-18-white.png") !important;
}
*/
.ui-icon-arrow-d {
    background-position: -241.1px 50%;
}

.slider-button {
    /*
    border: 1px solid #CCC;
    background: linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0% #EEE;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    */
    font-weight: bold;
    line-height: 2.1;
    color: #222;
    text-shadow: 0px 1px 0px #FFF;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0.5em 0px;
    padding: 0px;
    /*	height: 65px; */
    height: auto;
    z-index: 2;
}

.slider-button .ui-btn {
    height: 30px !important;
    line-height: none;
    padding: 0;
}

.slider-button .ui-btn-inner {
    line-height: none;
    padding: 0;
}

#linkki {
    bottom: 0;
    top: 100%;
    left: 50%;
    text-decoration: none;
    font-size: 16px;
    /*	letter-spacing:-1px; */
    letter-spacing: 1px;
    /*	font-family: verdana, helvetica, arial, sans-serif; */
    color: black;
    /*	height: 60px; */
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    /*	background:#333333 url(http://spyrestudios.com/demos/sliding-panel-right/images/plus.png) 85% 55% no-repeat; */
    background: #fff url(minus.png) 90% 55% no-repeat;
    border: 1px solid #444444;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    display: block;
}

.about {
    width: 40%;
    float: left;
    /*	margin:30px 0 0 20px; */
}

.about .profile-photo {
    float: left;
    padding: 24px 15px 0 20px;
}

.about h1 {
    margin: 20px 0 0 0;
    color: black;
    font-weight: bold;
    line-height: 36px;
    font-size: 1.7em;
}

.about h3 {
    font-size: 16px;
    color: black;
    margin-top: 11px;
    font-style: italic;
    line-height: 18px;
}

.about p {
    font-size: 13px;
    color: black;
    margin: 15px 0 0 0;
    line-height: 20px;
}

.basic-info {
    width: 50%;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px 0 0 10px;
    /*	min-height:240px; */
    margin-left: 10px;
}

.basic-info li {
    list-style: none;
    font-size: 12px;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.basic-info li label {
    color: black;
    float: left;
    padding: 4px 7px;
    font-weight: bold;

}

.basic-info li h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin: 0;
    padding: 0;
}

.basic-info li span {
    width: 170px;
    color: black;
    float: right;
    font-weight: bold;
}

/*
.piilo-ohje {
	visibility: hidden;
	height: 0;
}
*/
#ohje {
    position: absolute;
    top: 6%;
    height: 94%;
    width: 100%;
    /*	background-color: black;
        opacity: 0.7;
        filter: alpha(opacity=70);*/
    z-index: 1000;
    color: white;
    font-weight: bold;
}

#ohje h1 {
    color: black;
    padding: 4px;
    /*	 text-align: center; */
}

#ohje p {
    color: black;
    padding: 2px;
    /*	text-align: center; */
}

/*
    #hiiri img {
        left: 30%;
        top: 60%;
        float:left;
    } */
#karttaohje {
    width: 15%;
    left: 10%;
    top: 50%;
    position: absolute;
    background: white;
    border-color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px
}

#hiiriohje p {
    float: left;
    width: 30%;
}

#hiiriohje img {
    float: left;
}

#latausohje {
    width: 15%;
    right: 1%;
    top: 20%;
    position: absolute;
    background: white;
    border-color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px
}

#left-panel-ohje {
    left: 15%;
    top: 3%;
    width: 15%;
    position: absolute;
    text-align: left;
    background: white;
    border-color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px
}

#upperright {
    left: 34%;
    top: 0%;
    width: 17%;
    position: absolute;
    background: white;
    border-color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px
}

#madeBy {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: white;
    border-color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 999999999;
    text-align: center;
}

#loading-image {
    position: absolute;
/*    top: 50%;
    left: 49%;*/
    z-index: 100;
}
#loading p {
    position: absolute;
    top: 50.5%;
    left: 52%;
    z-index: 100;
    font-weight: bold;
}

.smallChart2 {
    width: 50%;
    height:100%;
    float: left;

}
.smallChart3 {
    width: 33%;
    height:100%;
    float: left;

}
.smallChart4 {
    width: 25%;
    height:100%;
    float: left;

}
.mediumChart {
    width: 50%;
    float: left;

}

.titleContainer{
    margin: 0 auto;
    width: 80%;
    padding: 10px;
    padding-top: 3%;
    font-size:25px;
    text-align: center;
}

.textContainer{
    margin: 0 auto;
    width: 80%;
    padding: 10px;
    padding-top: 3%;
    font-size:25px;
}

#vaakuna {
    float: left;
    display: block;
    margin: 10px 15px 10px 10px;
}

.panel.nobackground {
    background: transparent;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #111;
}

#profile {
    margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
    #emptySelection {
        position: relative;
        background: #F1F1F1;
        border: 3px solid #D7D7D7;
    }

    #emptySelection:after, #emptySelection:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #emptySelection:after {
        border-color: rgba(241, 241, 241, 0);
        border-right-color: #F1F1F1;
        border-width: 30px;
        margin-top: -30px;
    }

    #emptySelection:before {
        border-color: rgba(215, 215, 215, 0);
        border-right-color: #D7D7D7;
        border-width: 34px;
        margin-top: -34px;
    }

    #emptyStatSelection {
        margin-top: 30px;
        position: relative;
        background: #F1F1F1;
        border: 3px solid #D7D7D7;
    }

    #emptyStatSelection:after, #emptyStatSelection:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #emptyStatSelection:after {
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #F1F1F1;
        border-width: 30px;
        margin-left: -30px;
    }

    #emptyStatSelection:before {
        border-color: rgba(215, 215, 215, 0);
        border-bottom-color: #D7D7D7;
        border-width: 34px;
        margin-left: -34px;
    }

    .chart {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 64em) {
    #emptySelection {
        margin-top: 30px;
        position: relative;
        background: #F1F1F1;
        border: 3px solid #D7D7D7;
    }

    #emptySelection:after, #emptySelection:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #emptySelection:after {
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #F1F1F1;
        border-width: 30px;
        margin-left: -30px;
    }

    #emptySelection:before {
        border-color: rgba(215, 215, 215, 0);
        border-bottom-color: #D7D7D7;
        border-width: 34px;
        margin-left: -34px;
    }

    #emptyStatSelection {
        margin-top: 30px;
        position: relative;
        background: #F1F1F1;
        border: 3px solid #D7D7D7;
    }

    #emptyStatSelection:after, #emptyStatSelection:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #emptyStatSelection:after {
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #F1F1F1;
        border-width: 30px;
        margin-left: -30px;
    }

    #emptyStatSelection:before {
        border-color: rgba(215, 215, 215, 0);
        border-bottom-color: #D7D7D7;
        border-width: 34px;
        margin-left: -34px;
    }
}

.alert-box.info {
    padding-left: 45px;
    min-height: 55px;
}

.alert-box.info::before {
    display: block;
    content: "!";
    width: 50px;
    height: 50px;
    font-size: 2rem;
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: bolder;
    color: #4A7893;
}
#vinkki {
    position: absolute;
    width:70%;

    bottom: -1%;
    left:2%;
    z-index:3;
}
#show-mapOptions {

    float:right;
    z-index: 4;
    height:30px;
    background-image: url("settings.png") !important;
    background-size: 100%;
    width:30px;
    background-repeat: no-repeat;
}
#mapOptions {
    width: 22.5%;
    padding-right:1px;
    display:none;
    background: white;
    border-bottom: solid 1px black;
    z-index: 30000;
    position:fixed;
}



#map-and-buttons {
    height:100%;
}
/*
#mobile-navi {
    position: fixed;
    top:0;
    width:200px;
    height: 200px;
    right:0;
}
*/



.switch input:checked ~ .switch-paddle, .switch.primary input:checked ~ .switch-paddle {
    background: #1779ba;
}

.switch.secondary input:checked ~ .switch-paddle {
    background: #767676;
}

.switch.success input:checked ~ .switch-paddle {
    background: #3adb76;
}

.switch.alert input:checked ~ .switch-paddle {
    background: #cc4b37;
}

.switch.warning input:checked ~ .switch-paddle {
    background: #ffae00;
}
#hajonta-wrapper {
    height:50%;
    border-bottom: 1px solid #d3d3d3;
}
#hajonta-options {
    position: absolute;
    width: 200px;
    z-index: 100;
    padding: 5px;
}
#hajonta-container {
    height:99%;
}
#kpi-wrapper {
    padding-top:5px;
}

#yAxis-wrapper {
    left: -140px;
    float: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    right: -300px;
    position: relative;
    z-index: 10;
    top: 200px;
    height: 80%;
}
#s2id_yAxis-change {
 /*   top: 250px;
    left: -150px;
    position: absolute;
    transform: rotate(270deg);*/
    width: 300px;
}

.ääää yaxis {
    transform: rotate(270deg);
    top: 250px;
    left: -150px;
    position: absolute;
    width: 300px;
}

.ui-loader .ui-corner-all .ui-body-a .ui-loader-default h1 {
    display:none;
}
.ui-loader-default {
    display:none;
}

.mainNumber {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 2.3em;
    border-left: 1px solid #d3d3d3;
}
.secNumber {
    font-family:'Lato', sans-serif;
    text-align: center;
    font-size: 0.5em !important;
    padding:0 !important;
    margin:0 !important;
    color:green;
}
.secNumber-red {
    font-family:'Lato', sans-serif;
    text-align: center;
    font-size: 0.5em !important;
    padding:0 !important;
    margin:0 !important;
    color:#ff0000;
}
.expl {
    padding:0 !important;
    margin:0 !important;
    font-family:'Lato', sans-serif;
    text-align: center;
    font-size: 0.3em !important;
}

#play-controls {
    text-align: center !important;
    position: absolute;
    padding-top: 5px !important;
}
#play-controls * {
    display: inline-block !important;
    vertical-align: middle !important;
}
#play-pause-button {
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 15px !important;
    outline: none !important;
    cursor: pointer !important;
}
#play-range {
    margin: 2.5% !important;
    width: 70% !important;
}
#play-output {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
}
/*
#play-controls {
    text-align: center !important;
    width: 100% !important;
    padding: 5px 0 1em 0 !important;
}
#play-controls * {
    display: inline-block !important;
    vertical-align: middle !important;
}
#play-pause-button {
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 15px !important;
    outline: none !important;
    cursor: pointer !important;
}
#play-range {
    margin: 2.5% !important;
    width: 70% !important;
}
#play-output {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
}
*/
.click-nav {
    margin-left: auto;
    margin-right: auto;
    height: 40px;

}
.click-nav ul {position:relative;font-weight:900;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;align="left"; margin-left:-18px;}
.click-nav ul li ul {position:absolute;left:0;right:0;align="left"}
.click-nav ul .clicker {
    border: 1px solid #CCC;
    background: linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0% #EEE;
    font-weight: bold;
    line-height: 2.5;
    color: #222;
    text-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0.5em 0px;
    padding: 0px;
    border-radius: 1em;
    height: 100%;

}

.click-nav ul .clicker:after{content:"+";border-radius:3px;padding:0 5px;color:#777777;border:1px solid #b8b6b4;}

a.active.clicker:after{content:"-";border-radius:3px;padding:0 7px;color:#777777;border:1px solid #b8b6b4;}

.click-nav ul li a
{
    transition:background-color 0.2s ease-in-out;
    -webkit-transition:background-color 0.2s ease-in-out;
    -moz-transition:background-color 0.2s ease-in-out;
    display:block; /*
padding:8px 10px 8px 40px; */
    padding:0.2px 0px;
    background:#FFF;
    position: relative;
    color:#222 !important;  /*
border: 1px solid #B8B6B4; */
    text-decoration:none;
    list-style: outside none none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;

    z-index: 1001;

}

.click-nav ul li a:hover {background:#CCE0FF; z-index: 1001;}

/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}

#textAndSelect {
    height: 5%;
}
.pad {
    padding: 0.1rem;
}

.ui-radio-off {
    background: #2b8cbe !important;
    width: 140px ;
    border-radius: 15px 15px 0px 0px !important;
    border: 1px solid black !important;
}
.switch-toggle label {
    color:black !important;
}
.ui-radio-on {
    height: 100% !important;
    width: 140px !important;
    border-radius: 15px 15px 0px 0px !important;
    border-width: 1px 1px 0px 1px !important;
    border-color: black !important;
    border-style: solid !important;
}
.switch-toggle {
    border: 0 !important;
}
.radioSelector {
    width:50px !important;

}
.smallChart1 {
    width: 100%;
    height:100%;
    float: left;

}
.smallChart {
    width: 100%;
    height:100%;
    float: left;

}

#counter {
/*    position:absolute;
    left:11%;
    bottom:7%;*/
    margin-left: 10%;
}

.select2-choices {/*
    width:50% !important;
    left:25% !important;*/
    text-align: center !important;

}

.select2-choices input {
    padding-left: 40% !important;
}




