html, body, #map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

/* partners */
/*
.map-control .nav-tabs li.nav-partners {
    background-color: red;
}
.map-control .nav-tabs li.nav-partners a {
    color: white;
}
*/

/* map control */
#main-map-control {
    bottom: 155px;
    right: 10px;
    top: 10px;
}
.map-control {
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    background-color: white;
    width: 382px;
    overflow: hidden;
}
.yellow {
    color: yellow;
}
#sight {
    /* opacity: 0; */
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
         -o-transform-origin: 50%;
            transform-origin: 50%;
}

/* tabs */
.map-control .nav-tabs {
    width: 100%;
}
.map-control .nav-tabs li {
    width: 33.33%;
}
.map-control .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #393f45;
    line-height: 16px;
    text-align: center;
    margin: 0;
    padding: 6px 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background-color: #647280;
    color: white;
}


/* search*/
.search-magnified {
    background: transparent url('../images/magnifier.jpg') no-repeat 17px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    display: block;
    float: none;
    height: 37px;
    line-height: 26px;
    margin: 25px 18px;
    text-indent: 50px;
    width: 345px;
}

/* search sector */
#sectors .btn-group {
    margin: 25px 18px;
}
#sectors .btn-group .multiselect {
    width: 345px;
    border: 1px solid #b7c0c9;
    border-radius: 0;
    height: 37px;
    line-height: 24px;
}
#sectors .btn-group .multiselect, #sectors .btn-group .multiselect:hover, #sectors .btn-group .multiselect:active, #sectors .btn-group .multiselect.active {
    background-color: white !important;
}
#sectors .btn-group .multiselect {
    text-align: left;
}
#sectors .btn-group .multiselect .caret {
    display: none;
}
#sectors .btn-group .dropdown-menu {
    width: 345px;
    border-radius: 0;
    background-color: #B7C0C9;
    padding: 6px 0;
}
#sectors .btn-group .dropdown-menu li {
    float: left;
    width: 40%;
    height: 28px;
}
#sectors .btn-group .dropdown-menu > li.active > a, #sectors .btn-group .dropdown-menu > li:hover > a {
    background-color: transparent;
}
#sectors .multiselect-container > li > a > label {
    color: white;
    font-weight: 600;
}

/* biotech */
.multiselect-container li [type="checkbox"]:not(:checked), .multiselect-container li [type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}
.multiselect-container li label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.multiselect-container > li > a > label {
    padding: 3px 20px 3px 39px;
}

/* checkbox aspect */
.multiselect-container li label:before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: none;
    content: "";
    height: 17px;
    left: 9px;
    position: absolute;
    top: 5px;
    width: 17px;
}
/* checked mark aspect */
.multiselect-container li.active label:after {
    color: #09AD7E;
    content: "•";
    font-size: 34px;
    left: 11px;
    line-height: 16px;
    position: absolute;
    top: 5px;
    transition: all 0.2s ease 0s;
}
/* checked mark aspect changes */
.multiselect-container li label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.multiselect-container li.active label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.multiselect-container li.active label.sector_0:after {color: blue;}
.multiselect-container li.active label.sector_1:after {color: red;}
.multiselect-container li.active label.sector_2:after {color: yellow;}
.multiselect-container li.active label.sector_3:after {color: green;}
.multiselect-container li.active label.sector_4:after {color: orange;}
.multiselect-container li.active label.sector_5:after {color: turquoise;}
.multiselect-container li.active label.sector_6:after {color: darkblue;}
.multiselect-container li.active label.sector_7:after {color: purple;}
.multiselect-container li.active label.sector_8:after {color: grey;}
.multiselect-container li.active label.sector_9:after {color: brown;}

i.sector {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: bottom;
}
i.sector_0 {background-image: url('/HealthValley/bundles/app/images/markers/0.png');}
i.sector_1 {background-image: url('/HealthValley/bundles/app/images/markers/1.png');}
i.sector_2 {background-image: url('/HealthValley/bundles/app/images/markers/2.png');}
i.sector_3 {background-image: url('/HealthValley/bundles/app/images/markers/3.png');}
i.sector_4 {background-image: url('/HealthValley/bundles/app/images/markers/4.png');}
i.sector_5 {background-image: url('/HealthValley/bundles/app/images/markers/5.png');}
i.sector_6 {background-image: url('/HealthValley/bundles/app/images/markers/6.png');}
i.sector_7 {background-image: url('/HealthValley/bundles/app/images/markers/7.png');}
i.sector_8 {background-image: url('/HealthValley/bundles/app/images/markers/8.png');}
i.sector_9 {background-image: url('/HealthValley/bundles/app/images/markers/9.png');}
*/

/* select2 */
.select2-container {
    height: auto;
    min-height: 37px;
    margin: 25px 18px;
    width: 345px;
}
.select2-container ul.select2-choices {
    background: white url('../images/plus.png') no-repeat 320px 8px;
}


.select2-container-multi .select2-choices .select2-search-choice {
border: 1px solid #b7c0c9;
border-radius: 0px;
background-color: #d6f2fd;
box-shadow: none;
background-image: none;
}
.select2-container-multi .select2-choices, .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #b9c0c6;
    box-shadow: none;
}
.select2-drop-active {
    border: 1px solid #b9c0c6;
    border-top: none;
    border-radius: 0px;
}
.select2-results .select2-highlighted {
    background: #d6f2fd;
    color: #000;
}


/* map */
.gm-style-iw {
    overflow: hidden !important;
}
h1.marker-title {
    margin: 5px 20px;
    white-space: nowrap;
}
.gm-bundled-control {display:none !important;}

/* results */
.company-list-position {
    position: relative;
}
.company-list-position .wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.iScrollIndicator {
    border: none !important;
}
.company-list-position ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}
.company-list-position li {
    list-style-type: none;
    margin: 0;
    padding: 0 38px 0 24px;
    border-top: 1px solid #e3edf0;
    background-color: white;
}
.company-list-position li.clean {
    padding: 0;
}
.pane-title {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #e3edf0;
    background-color: #f4fbfe;
    line-height: 20px;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
    color: #5a93de;
    letter-spacing: -0.5px;
    font-size: 18px;
}
.company-list-position li:hover {
    background-color: #f4fbfe;
}
.company-list-position li a.more {
    background: transparent url("../images/more.jpg") no-repeat 3px 15px;
    color: #393f45;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding-left: 34px;
    white-space: nowrap;
}
.company-list-position li a.more.red {
    color: red;
}
.company-list-position li a.more.selected {
    background-image: url("../images/less.jpg");
}
li.details {
    display: none;
    background: transparent url('../images/loading.gif') no-repeat 50% 50%;
    height: 100px;
}
li.details.loaded {
    background-image: none;
    height: auto;
}
.company {
    padding: 25px 23px;
}
.company .attribute {
    font-size: 14px;
    color: #393f45;
    line-height: 18px;
    margin: 7px 0;
}
.company .value {
    font-weight: bold;
}
.company .title-inline {
    float: left;
    margin-right: 5px;
}

/* loading */
.loading-position {
    background-color: #000;
	opacity:0.7;
	color:#fff;
	font-size:6em;
    height: 100%;
    /*min-height: 200px;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.loading-position .loading {
    /*background: url("../images/loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);*/
    height: 100%;
    width: 100%;
	vertical-align:middle;
	text-align:center;
}
.spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}


/* feedback control */
#feedback-control {
    bottom: 20px;
    height: 128px;
    background-color: #5bc0de;
    right: 10px;
    padding: 13px 18px;
}
#feedback-control p {
    font-weight: 600;
    color: white;
    font-size: 14px;
    line-height: 17px;
    float: left;
    width: 210px;
}
#feedback-control a {
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 35px;
    width: 91px;
    height: 34px;
    border: 1px solid #FFF;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
}





