#market-explorer-wrapper,
#market-explorer-wrapper * {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}

.table-responsive {
  margin-top: 20px;
}

table th {
    text-align: left;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.search-buttons a {
    float: right;
}

input.changed, select.changed {
    box-shadow: 0px 0px 1px 1px #46de46;
}

.adv_form .search-buttons {
    margin-top: 30px;
}

i.tooltipstered {
    margin-top: 10px;
    color: #666;
    position: absolute;
    left: 85px;
}

i.location {
    background-image: url('/img/mp_sprite.png');
    background-position-x: -116px;
    background-position-y: -10px;
    height: 20px;
    width: 20px;
    bottom: -7px;
    margin-right: 6px;
    /* background-color: #dfdbdf; */
    position: relative;
    display: inline-block;
}

.results pre {
    -webkit-user-select: all;
    height: 100%;
    display: block;
    position: absolute;
    right: 5px;
    left: 0;
    top: 0;
    overflow-y: scroll;
}

i.email {
    background-image: url('/img/mp_sprite.png');
    background-position-x: -86px;
    background-position-y: -10px;
    height: 20px;
    width: 22px;
    /* bottom: -7px; */
    margin-right: 6px;
    /* background-color: #dfdbdf; */
    position: relative;
    display: inline-block;
}

i.wemail {
    background-image: url('/img/icon_w.png');
    height: 20px;
    width: 22px;
    margin-right: 6px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
}


a.linked-in {
    background-image: url(/img/logo_linkedin.png);
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    display: inline-block;
    width: 106px;
    height: 26px;
}

.employee-details {
    margin-top: 5px;
}

.employee-location, .employee-email {
    display: inline;
    width: calc(100% - 120px);
    float: left;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.employee-email {
    margin-top: 5px;
    height: 35px;
}

.employee-details h4 {
    text-overflow: ellipsis;
    width: 79%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
}

.team-member-title {
    margin-bottom: 0px;
    margin-top: 15px; 
}

.company-data-wrapper {
    padding: 10px;
    color: #494949;
}

.company-data-wrapper .pagination .active {
    color:#0099CC;
    border:1px solid #0099CC;
}

.company-data-wrapper .pagination a {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    margin-right:5px;
    border-radius:10px;
    color:#dddddd;         
}


.company-data-wrapper .pagination {
    top: 20px;
    position: relative;
}

.employee-wrapper {
    float: left;
    padding: 10px 0px 0px 5px;
    width: 50%;
    height: 135px;
    position: relative;
    z-index: 10;
}

.copany-desc {
    width: 60%;
    float: left;
}

.copany-desc p {
    margin-right: 30px;
    font-size: 14px;
}

.copany-desc h1, .copany-details h1 {
    font-size: 20px;
}

.copany-details {
    width: 40%;
    float: left;
}

.detail-title {
    float: left;
    width: 50%;
    font-weight: bold;
}

.detail-value {
    width: 50%;
    float: left;
    overflow: hidden;
}

.employee {
    padding: 5px 0px;
    width: 100%;
    float: left;
    /* border: 1px solid #dcdcdc; */
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #dcdcdc;
}

span.employee-name {
    font-size: 16px;
    font-weight: bold;
}

span.employee-role {
    font-size: 14px;
    position: relative;
    top: 1px;
}

button.btn.btn-primary.get-employee-email {
    font-size: 13px;
    padding: 4px 8px 2px 4px;
}

.employee-email {
    overflow: visible;
    font-size: 12px;
}

.employees.loading {
    background-image:  url(/img/ajax-loader.gif);
    Background-repeat: no-repeat;
    Background-position: 50% 50%;
}

.employee-img {
    float: left;
    height: 100px;
    width: 100px;
    /* background-color: black; */
    margin-right: 10px;
    border-radius: 10px;
    background-image: url(/img/ICON_N.png);
}



.show-company {
    background-image: url(/img/mp_sprite.png);
    height: 20px;
    width: 20px;
    display: block;
    background-position-y: -40px;
    background-position-x: -88px;
}

.but_medium2 {
	  /*background-color: #f2d438;*/
    background-color: #0099CC;
    color: white;
    margin-left: 15px;
}

.but_medium2:hover {
    background-color: #026b8e;
}


.search_x {
	  margin: 15px 0 8px;
}
.one_third {
	  margin-right: 2.6%;
}
ul.autocomplete {
	  z-index: 999;
}
.chosen-container-active .chosen-choices {
	  border-color: #AAA;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
}
.adv_form > div {
	  margin-top: 10px;
}
.adv_form.ios .permissions {
	  visibility: hidden;
}
.adv_form.ios .androidonly,
.iosonly {
	  display: none;
}
.adv_form.ios .iosonly {
	  display: block;
}
#ioscats + .chosen-container {
	  width: 100% !important;
}
/*.chosen-container-multi .chosen-choices li.search-field input[type=text],
   .chosen-container {
	 width: 100% !important;
   }*/

.pagination {
	  text-align: center;
}
.pagination span {
	  display: block;
	  padding: 10px 12px;
	  font-size: 14px;
}
.pagination a {
	  display: inline-block;
	  background: #2C3E50;
	  padding: 10px 12px;
	  font-size: 14px;
	  color: #FFF;
}

.adv_form .param-row{
    position: relative;
    margin-top: 10px;
}

.adv_form .param-row:last-child a.row-btn{
    display: none;
}

a.row-btn {
    font-size: 22px;
    position: absolute;
    top: 5px;
    right: -10px;
}

a.row-btn.del {
    color: #e54c4c;
}

a.row-btn.del:hover {
    color: #9c3636;
}

a.row-btn.add {
    color: #658465;
}

a.row-btn.add:hover {
    color: #3c4e3c;
}

.small-gap {
    height: 5px;
    float: left;
    width: 100%;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}


.premium-modal {
	  display: none;
	  position: absolute;
	  position: fixed;
	  top: 150px;
	  max-height: 60%;
	  left: 50%;
	  margin: 0 0 0 -400px;
	  max-width: 800px;
	  width: 100%;
	  z-index: 999999;
	  overflow: auto;
	  background: #FFF no-repeat 95% 0;
	  background-attachment: local;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  padding: 20px 30px 20px 20px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
}

.premium-modal .loader {
	  z-index: 999998;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #FFF url(/img/ajax-loader.gif) no-repeat 50% 50%;
}

.email-loading {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.employee-email .verified {
    color: green;
    font-weight: bold;
}


.premium-modal .close {
	  z-index: 999999;
	  position: absolute;
	  top: 5px;
	  right: 5px;
	  background: #EDEDED;
	  color: #000;
	  text-decoration: none;
	  font-size: 20px;
	  padding: 4px 8px;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.premium-modal span.sdk-label {
    display: inline;
    background-color: #ededed;
    padding: 3px;
    margin: 2px;
}

.premium-modal .btn {
    text-transform: none;
}


.saved-alert {
    background-color: #ccc;
    padding: 10px;
    position: relative;
    margin: 5px 0;
}

.saved-alert .dismiss {
    position: absolute;
    right: 10px;
    top:10px;
}

.saved-alert .dismiss:hover {
    color: red;
}


.saved-alert-sdk {
    display: inline;
    background-color: #ededed;
    margin: 5px;
    padding: 3px
}

label.btn > input[type='radio']
{
    display: none;
}

#premium-area {
    margin-bottom: 30px;
}

/* mobile fixes + hacks */
@media (max-width: 768px){
    .but_medium2 {
        font-size: 10px;
    }

    .col-xs-8, .col-xs-4 {
        padding: 0;
    }
}

@media (max-width: 1240px) {
    i.tooltipstered {
        left: 70px;
    }
}

@media (max-width: 990px) {
    a.row-btn {
        top: 40px;
    }

    i.tooltipstered {
        position: initial;
    }

}

button.btn.btn-primary.export-sf {
    float: right;
    margin: 0 10px;
    height: 43px;
    position: relative;
    top: -5px;
}
