html, body
{
    height: 100%;
    background-color: #fafafb;
}

body {
height:100%;
padding-left:10px;
padding-right:10px;
font-family: 'Source Sans Pro', sans-serif;
color:#767e87;
-webkit-font-smoothing: antialiased;
}

h2{
font-size:19px;
margin-top:14.940px;

}

h2 a{
color: #767e87;
}

h3{
font-size:18px;
}

h4{
font-size: 14px;
}

kbd{
    margin-left: .3em;
    margin-right: .3em;
}

.media-heading{
    line-height: 1.4;
}

.navbar-brand{
    padding-top: 0;
margin-left: -30px;
}

.initHidden{
    display: none;
}

.display-block{
    display: block;
}

#exportMenu li button{
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
background-color: #fff;
}

.fa-long-arrow-up{
color:lightgreen;
}
.fa-long-arrow-down{
color:red;
}

.fa-long-arrow-right,
.fa-long-arrow-up,
.fa-long-arrow-down{
 margin-left:5px;
 margin-right:5px;
}

.row-separator td{
height: 42px;
border: 0px none !important;
background-color: #fafafb !important;
}

.row-separator td:hover{
background-color: #fafafb !important;
}

.textcolor{
color:#205ba9;
}
.pageicon{
padding-left: 10px;
color: #f0f0f1;
}

.navbar{
margin-bottom:0;
border-radius:0;

}

.fa-22px{
font-size: 22px;
color:#3b4b5a;
}

.fa-30px{
font-size: 30px;
color:#3b4b5a;
}

#navbar{
    margin-left: 10px;
    margin-right: 10px;
    background: #3b4b5a;
    border-color: #3b4b5a;
}

#header{
    margin-top: 51px;
}

.social:visited,
.social:focus,
.social:hover,
.social,
.pi .material-icons,
.companies-pi .material-icons{
text-decoration: none;
color:#fff;
width: 20px;
height: 20px;
line-height: 1;
/*padding-left: 1px;*/
text-align: center;

}




.companies-pi .material-icons,
.pi .material-icons,
.home{
background-color: #205ba9;
border: 2px solid #205ba9;
}


.home{
        background-color: #205ba9;
    color: #fff;
    font-size: 14px;
    padding: 1px;
    
    vertical-align: top;
}
.home.grey{
    background-color: #767e87;
    border-color: #767e87;
}
.btn-sm.home{
    font-size: 12px;
    padding: 5px 10px;
}
.xing:hover,
.xing:active,
.xing{
    background-color: #01605e !important;
    border: 2px solid #01605e !important;
    
    }
.google{
    background-color: #205ba9;
    border: 2px solid #006cbf;
}    
 
.linkedin:hover,
.linkedin:active,
.linkedin{
background-color: #006cbf !important;
border: 2px solid #006cbf !important;
}
.companies-pi .material-icons,
.pi .material-icons{
    font-size:16px;
    
}

.companies-pi a,
.pi a{
vertical-align: middle;
}

.companies-pi a,
.pi a:first-child{
    margin-right: 5px;
}
/*
 * Sidebar
 */

.nav > li > a {
position: relative;
display: block;
padding: 15px 15px;
}

/* Hide for mobile, show later */
.sidebar {
  /*display: none;*/
    height:70px;
    width:100%;
    position: fixed;
    left:10px;
    bottom: 0px;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #205ba9;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

#sidebar .nav-label{
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: bottom;
    visibility: hidden;
    opacity: 0;
    margin-left: 10px;
    text-transform: uppercase;
    width: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}

#sidebar img{
    width: 20px;
    display: inline-block;
    vertical-align: sub;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 3px;
    margin-left: 2px;
}

#sidebar .badge{
    left: 30px;
    top: 3px;
    right: auto;
    font-size: 10px;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#sidebar ul.nav >li > ul{
    
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: bottom;
    visibility: hidden;
    opacity: 0;
    
    width: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#sidebar ul.nav >li > ul ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#sidebar ul.nav ul a{
    color: #fff;
    padding-left: 44px;
    font-size: 13px;
    line-height: 32px;
    position: relative;
}

#sidebar ul.nav ul a .nav-label{
    text-transform: inherit;
}

#sidebar ul.nav ul .collapsing a,
#sidebar ul.nav ul .collapse a{
    padding-left: 65px;
}


#sidebar.in ul.nav>li>ul{
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    display: inline-block;

    width: 100%;
    /*max-height: 50vh*/
}

#sidebar.in .badge{
    left: auto;
    right: 15px;
    top: 8px;
    
}

#sidebar.in{
    width: 250px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.95)
}
#sidebar li{
    position: relative;
}

#sidebar.in .nav-label{
    visibility: visible;
    opacity: 1;
    width: auto;
    display: inline-block;
    color: #ffffff;
}
#sidebar.in > ul > li > a span.badge{
    display:none;
}
#sidebar.in .sidebartoggle{
    text-align: end;
}

#sidebar.in .nav-sidebar > li{
    text-align: left;
    
}
#sidebar .submenu{
max-height: calc( 100vh - (10 * 32px) - 50px );
overflow: hidden;
}
#sidebar .submenu:hover{
overflow-x: hidden;
overflow-y: auto;
}

#sidebar span.beta,
#sidebar span.new{
    color: #dd7127;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    vertical-align: top;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 3px;
}


.submenu::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.submenu::-webkit-scrollbar,
.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.submenu::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb
{
	background-color: #666666;
}

  /* Sidebar navigation */
.nav-sidebar {
    
    margin-top: 10px;
    /*min-height: 695px;*/
    
    position: relative;
}
.nav-sidebar > li{
    display: block;
    float: left;
    width: 100%;
}
#sidebar  li  a{
  color:white;
  font-size: 24px;
  line-height: 48px;
  padding: 0 0 0 0;
  display: inline-block;
  width: 100%;
  white-space: nowrap;

}
.nav-sidebar > li > a:hover, .nav-sidebar > li > a:focus{
    background-color: transparent ;
}

.nav-sidebar > li > a > div{
    margin: 0px 17px 0 17px;
    text-align: left;
}



#sidebar ul.nav ul a.subMenuLink
{
    /*background-color: #1b4b8a;*/
    padding-left: 17px;
}
#sidebar ul.nav ul a.subMenuLink i{
    font-size: 15px;
    vertical-align: -2px;
    transition: transform .15s;
}

.nav-sidebar  li:hover> a{
    background-color: #1b4b8a !important;
}

#sidebar ul.nav ul a.subMenuLink.collapsed{
    background-color: transparent;
}

#sidebar ul.nav ul a.subMenuLink .material-icons{
    transform: rotate(0deg);
}
#sidebar ul.nav ul a.subMenuLink.collapsed .material-icons{
    transform: rotate(-90deg);
}

.nav-sidebar li.active > a .nav-label,
.nav-sidebar li.active > a{
    color: #7bbd00 !important;
    font-weight: bolder;
}

.nav-sidebar> li.active > a .nav-label{
    color:#fff!important;
    font-weight: normal;
}
.nav-sidebar> li.active > a{
    background-color: #7bbd00 !important;
    color:#fff!important;
}






.nav-sidebar > li.active > a::after{
    content: '';
    
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: calc( 50% - 4px);
}




@media (min-width: 768px) {
  .sidebar {
    height:100%;
    width: 60px;
    position: fixed;
    left:10px;
    top: 0px;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #205ba9;
    border-top: 51px solid #1e2327;
  }
  
  
  /* Sidebar navigation */
.nav-sidebar > li > a{
  color:white;
     font-size: 24px;
}

}

@media (max-height: 768px) {
   

    .nav-sidebar > li > a{
        color:white;
           font-size: 20px;
      }

}



.row{
background-color:#fafafb;
margin-left: 0px;
margin-right: 0px; 
}



.page-header{
margin-top:0;
margin-bottom:0;
    height:50px;
    border:0;
}

.page-header h2 a span{
color:#c7cccf;
}

.page-header h2 span{
    font-size: 16px;
    vertical-align: bottom;
}

.page-header h2 img{
    width: 16px;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

.page-subheader-top,
.page-subheader{
padding-top:25px;
}
.badge{
position:relative;
background-color:#f26866;
display:inline;
top: -5px;

font-family: 'Source Sans Pro', sans-serif;
position: absolute;
right: -5px;
}

.header{
background-color:#fff;
border-bottom:1px solid #f0f0f1;
    }

.overview{
background-color:#f6f6f6; 
border-bottom: 24px solid #fafafc;
}

.overview div .col{
margin-top:17px;
margin-bottom:17px;
height:56px;
}
.overview div > h2,h3{
margin:0;
font-size: 28px;
}
.overview a{
    color: #767e87;
    text-decoration: none;
}

.overview div> .col-1 , .col-3, .col-5{
    border-left: 4px solid #97c56d;
}
.overview div> .col-2{
    border-left: 4px solid #205ba9;
}
.overview div> .col-4 , .col-6{
    border-left: 4px solid #ef591e;
}

.middle{
padding-bottom:25px;
border-bottom: 1px solid #f0f0f1;
background-color:#fff;
}

.table-head div{
 color: #b0b5ba;
 text-transform: uppercase;
}

.table-row a{
    color: #205ba9;
}



.table-head,
.table-row{
 height: 40px;
 border-top :2px solid #f5f5f5;
 background-color:#fff;

}

.table-head div ,
.table-row > div:not(.popover){
 vertical-align:middle;
 line-height: 40px;
 height:40px;
 
}
.table-row > div.pi{
    text-align: right;
}


.table-head{
 border-top :1px solid #f5f5f5;
}


.bottom div h2{
margin-bottom: 40px;
}

.bottom{
margin-top:5px;
background-color: #fafafb;
}

#circles{
min-height: 150px;
}



#circlesOther .circle,
#circles .circle{
display: inline-block;
padding-right: 25px;
text-align:center;
width: 161px;
height: 169px;
vertical-align: top;
color: #767e87;
cursor: pointer;
}

#circlesOther .circle input,
#circles .circle input{
    cursor: pointer;
}


#circles .circle.small{
    width: 144px;
    height: 144px;
    font-size: 10px;
}

.circle a,
.circle p
{
font-size: 14px;
word-break: break-word;
display: block;
}

#circles .circle.small a,
#circles .circle.small p{
    font-size: 12px;
}

.circle.more, .circle.more *{
    cursor: pointer;
}


.media{
 margin-bottom:30px;
 height: 100px;
}
.media-body{
padding-left:15px;
font-size: 12px;
}

.segment-header div{
float:right;
}
.segment-header{
margin-bottom: 25px;
margin-top: 25px;
}
.segment-header div a{
font-size:11px;
}

#back{
 -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#fafafb;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #e0e0e0;
	display:inline-block;
	text-decoration:none;
	text-align:center;
}

#next{
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background-color:#fafafb;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #e0e0e0;
    display:inline-block;
    text-decoration:none;
    text-align:center;
}

.page-subheader{
margin-bottom:45px;
}

.table{
margin-top:25px;
}

.table thead{
background-color: #000;
color: #fff;
padding-bottom: 35px;
}

.table thead tr td,
.table tbody tr td{
vertical-align: middle;
text-align:left;
padding:7px;
}

.table-buttons{


}

.table-buttons button{
border:0;
}

.table-buttons>button{
border:0;
border-radius: 0;

}

.table-buttons button i{
font-size: 17px;
vertical-align: bottom;
}

.table-buttons a,
.table-buttons input{
    width: 16px;
    height: 18px;
margin-right:1px;
}

.table-buttons.is_competitor a{
    opacity: 0.6;
}

/*table.companies-list,
table.companies-list tr,
table.companies-list td{
    border: 1px solid red !important;
}*/

table.companies-list td.companies-date{
    width: 125px;
}

table.companies-list td.employeeCustomer{
    padding-right: 15px;
    min-width: 60px;
}

table.companies-list td.companies-company{
    min-width: 380px;
}


table.companies-list thead.sticky{
    position: fixed;
    top: 50px;
    padding-bottom: 0;
    z-index: 1;
}

.fa-stack{
vertical-align:bottom;
}
.lg{
font-size: 0.67em;
vertical-align: -15%;
}

.fa-stack-2x{
font-size: 2.2em;
}

.notification,
.interests{
 background-color:#fff;
 margin-bottom:18px;
     border-bottom: 1px solid #f0f0f1;
border-right: 1px solid #f0f0f1;
}

.notification .row{
    background:none;
}
.notification{
    padding-bottom: 13px;
}

.interests{
padding-left: 10px;
padding-right: 10px;
}

.interests .col-md-2,
.interests .col-md-3{
text-align:right;
}

.interests .col-md-2{
padding-right: 0;
}

.interests .col-md-2 .text{
padding-right:35px;
border-right: 1px solid #e6e6e6;
}

.interests .col-md-2 .text,
.interests .col-md-4 .text,
.interests .col-md-3 .text{
font-family:'Source Sans Pro', sans-serif;
font-size: 19px;
vertical-align: text-bottom;
margin-left: 12px;
}

.interests .col-md-10 h2{
margin-top:0;
}

.notification .col-md-11 p,
.interests .col-md-10 p{
margin-bottom: 20px;
}

.notification .col-md-2{
text-align: center;
}

.notification .col-md-2:nth-child(1) span{
margin-top: 20px;
margin-bottom: 20px;
color:#205ba9;
}

.notification .weekly_location{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px .8fr 1fr 1fr 75px 1fr 2fr 75px;
    grid-template-columns: 75px .8fr 1fr 1fr 75px 1fr 2fr 75px;
    
    grid-column-gap: 10px;

}
.notification .weekly_location.new{
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "top top top top top top top top""bottom bottom bottom bottom bottom bottom-c bottom-c bottom-r";
}

.notification .weekly_location.new .desc{
    grid-area: bottom-c;
    -ms-grid-column: 5 !important;
    -ms-grid-column-span: 2 !important;
    -ms-grid-row: 2 !important;
}


.notification .weekly_location .bootstrap-tagsinput{
    width: 100%;
}
.notification .weekly_location .select2-selection__choice{
    background-color:#205ba9;
    color: #ffffff;
    position: relative;
    
    font-weight: bold;
    line-height: 1;
    border: none;
    font-size:10.5px;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding-right: 20px;
}

.notification .weekly_location .select2-selection__choice .select2-selection__choice__remove{
    color: #fff;
    position: absolute;
    right: 5px;
}


.notification .weekly_location .select2-container--default .select2-results__option[aria-selected=true]{
    background-color:#205ba9;
    color: #fff;
}

.notification .weekly_location .radius{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr 2fr 1fr 28px;
    grid-template-columns: 1fr 2fr 1fr 18px;

    grid-column-gap: 5px;
    align-items: baseline;
}

.notification .weekly_location .radius p{
    line-height:32px;
}

.notification .weekly_location .state{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 5px;
}

.notification .weekly_location .select2-search,
.notification .weekly_location .select2-search__field,
.notification .weekly_location .select2{
    width: 100% !important;
}

.notification .weekly_location .select2-hidden-accessible{
    display: none;
}

.col-middle {
    vertical-align:middle;
}

.row-md-height {
        display:table-row;
    }

.col-md-height {
        display:table-cell;
        float:none;
    }
    
.col-md-height-se {
        display:table-cell;
    }

.interests .col-md-15,
.campaign .row div{
 padding-right: 2px;
padding-top: 3px;
}
    
.campaign .row div a span,
.interests div a span{
float:right;
color:#c8cdd0;
margin-left:10px;
margin-top:5px;
}

.add button{
float:right;
margin-right:10px;
background-color:#205ba9;
color:#fff;
border:1px solid #205ba9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 27px;
padding: 1px 6px;
}

.campaign {
    min-height:200px;
    background-color:#fff;
    border-bottom: 1px solid #f0f0f1;
border-right: 1px solid #f0f0f1;
    margin-bottom:30px;
    padding-bottom: 20px;
}
.campaign .row{
background-color:#fff;
}
.campaign h3{
margin-left: 15px;
font-size: 18px;
}
.profile h3{
    margin-left: 10px;
}


.profile-large{
min-height:262px;
}

.license-table,
.profile-large .inner .profile,
.profile-large .inner{
width:100%;
}


#profile_image input{
   display: none;
} 
#profile_image img{ 
    cursor: pointer;
    background: #d5d5d5; 
    width: 110px;
    height: 110px;    
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 4px;
} 

#profile_image .image-container{
    line-height: 120px;
    height: 120px;
    width: 120px;
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 110px;
-moz-border-radius: 110px;
border-radius: 110px;
display: inline-block;
vertical-align: middle;
overflow: hidden;
position: relative;
}

.license-table thead tr td{
color:#205ba9;
font-weight:bold;
}

.license-table thead tr,
.license-table tbody tr{
height:40px
}

.license-table tbody tr{
border-top:solid 1px #cecece;
}

.license-table tbody .active{

border-top:solid 1px #205ba9;
border-bottom:solid 1px #205ba9;

}

.license-table tbody tr td:nth-child(1){
font-weight:bold;
font-size:17px;
}

.license-table tbody .active td:nth-child(1){
color:#205ba9;
}

.license-table tbody .active .colStatus{
color:#11c522;
}

.campaign .inner{
display: table;
background: none;
}

.campainadd  div{
width:220px;
margin-left: auto ;
  margin-right: auto ;
  margin-top:80px;
    vertical-align: middle
}

.campainadd  button{
margin-right:10px;
background-color:#205ba9;
color:#fff;
border:1px solid #205ba9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 27px;
padding: 1px 6px;
}
.dl-horizontal{
margin-top: 35px;
margin-bottom:15px;
}

.dl-horizontal dt{
width: 60px;
}
.dl-horizontal dd{
margin-left : 70px;
padding-bottom: 15px;
}


.modal-footer{
text-align:left;
}

#form-group-url{
margin-bottom: 20px;
}

#form-group-url input{
display:inline;
width: 92%;
margin-bottom:16px;
vertical-align: top;
}

#form-group-url button{
margin-left: 3px;
}

#campaign-dateinput  input{
width: 50%;
}

#dashboard-search{
margin-top: 7px;
}
#dashboard-search button{
border-radius: 0px;
}

#dashboard-datepicker{
margin-right:5px;
margin-top: 7px;
}

#search,
#dashboard-dateselect{
border:0;
border-radius: 0px;
background-color:#f6f6f6; 
}
#dashboard-datepicker span{
border:0;
border-radius: 0px;
background-color: #205ba9;
color:#f6f6f6;
}

#messages{
position: fixed;
width: 50%;
top: 10px;
z-index: 9990;
left: 50%;
margin-left: -25%;
}

.row-login,
#login_login,
#login_passwordReturn,
#login_password{
background-color:#e4e4e4;
font-family: merriweather;
color:#999999;
}
#login .inner .form form .input-group-addon i{
color:#999999;
}

#login .inner div img{
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: auto;
display: block;
}

#login{
margin-top:150px;
margin-left: auto;
margin-right: auto;
width:300px;

}

#login .inner h2{
-webkit-margin-before: 0;
text-align: center;
}

#login .inner{
	background-color:#fff
}

#login .top{
background-image: url("../img/login/login-top.png");
background-repeat: no-repeat;
height:108px;
}

#login .bottom{
background-image: url("../img/login/login-bottom.png");
background-repeat: no-repeat;
margin:0;
background-color: transparent;
height:111px;
}

#login .inner .form{
padding: 26px;
padding-top: 0;
padding-bottom: 15px;
}


#login .inner .form form .input-group .input-group-addon,
#login .inner .form form .input-group .form-control{
border-radius:0;
background-color:#fff;
}

#login .inner .form form .input-group .form-control{
border-left:0;
border-top: 0;





}




#login .inner .form form .input-group,
#login .inner .form form .input-group input,
#login .inner .form form .btn-login{
height:50px;
}

#login .inner .form form .input-group,
#login .inner .form form .btn-login{
margin-top: 17px;
border-bottom:1px solid #eae9e9;
border-top:1px solid #eae9e9;
}

#login .inner .form form .input-group .input-group-addon,
#login .inner .form form .input-group input{
border-color:#eae9e9;

}

.btn-login{
background-color:#205ba9;
color:#fff;
border-radius:0;
}

#login .inner .form form .input-group input{
font-family: Verdana;
}

.form p{
text-align: center;
font-family: Verdana;
font-size: 12px;
margin-top: 17px;
margin-bottom: 0;
}

.form p a{
color:#205ba9;
}

@media (max-width: 768px) {
#login .top,
#login .bottom{
display:none;
}

#messages {
width: 92%;
left: 15px; 
 margin-left: 0; 
}

#login {
margin-top: 0px;
margin-left: 0;
margin-right: 0;
width: 95%;
padding-top:20px;

}

#login .inner{
    background:none;
}

#login_passwordReturn,
#login_login,
#login_password{
padding:10px;
}

.row-login,
#login_login #content,
#login_password #content,
#login_passwordReturn #content{
padding-left: 0px;
padding-right: 0px;
background-color:white;
min-height: 100%;
height: auto !important;
height: 100%;
margin: auto;
}

.row-login #login{
position: absolute;
bottom: 15px;
}


    @media all and (orientation: landscape) { 
        #login .inner .form{
            margin-left: 200px;
        }
        
        #login .inner .head{
            margin-left: 20px;
            float:left;
        }
        
        #login.password .inner .form{
            margin-left: 290px;
        }
    }
}

/*
#######################################
*/
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    
	padding-right: 12px;
    background-color: #205ba9; color: #FFFFFF;
}
.onoffswitch-inner:after {
   
	padding-right: 27px;
    background-color: #E3E3E3; color: #989898;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

#chart{
    width: 100%;
    height: 240px;
}





/* companies-list */
.companies-list{
    border-spacing: 0;
    table-layout: auto;
}
.companies-list .table-buttons{
    white-space: nowrap;
}
.companies-list a.ajaxAction.loading:before{
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat center center;
    text-indent: -9999;
    color: transparent;
    height: 1em;
}

.companyDetail a.companiehide,
.companyDetail a.favorite,
.companyDetail a.customer,
.companyDetail a.competitor,

.companies-list a.companiehide,
.companies-list a.nointerest,
.companies-list a.favorite,
.companies-list a.customer,
.companies-list a.competitor{
    color: #767e87;
    text-decoration: none;
    cursor: pointer;
    vertical-align: 0%;
    font-size:19px;
    
}

.companyDetail a.favorite:HOVER,
.companyDetail a.favorite.active,
.companies-list a.favorite:HOVER,
.companies-list a.favorite.active{
    color: orange;
    text-decoration: none;
}

.companyDetail a.competitor:HOVER,
.companyDetail a.competitor.active,
.companies-list a.competitor:HOVER,
.companies-list a.competitor.active{
    color: #e76e66;
    text-decoration: none;
    
}


.companyDetail a.nointerest:HOVER,
.companyDetail a.nointerest.active,
.companies-list a.nointerest:HOVER,
.companies-list a.nointerest.active,
.companyDetail a.companiehide:HOVER,
.companyDetail a.companiehide.active,
.companies-list a.companiehide:HOVER,
.companies-list a.companiehide.active{
    color: #e76e66;
    text-decoration: none;
}

.companyDetail a.customer:HOVER,
.companyDetail a.customer.active,
.companies-list a.customer:HOVER,
.companies-list a.customer.active{
    color: #e76e66;
    text-decoration: none;
}


.companyDetail #visitlist hr{
    margin-bottom: 50px;
}

.companyDetail #visitlist h2{
    font-size: 17px;
}

.companyDetail #visitlist .companies-list hr{
    margin-top: 2px;
    margin-bottom: 2px;
    border-top: 1px solid #767e87;
    width: 15px;
    margin-left: 0px;
    height: 1px;
}

.companyDetail a.loading{
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat right center;
    padding-right: 25px;
}


.popover,
.companies-list tr > td.pi > .popover{
    max-width: 800px;
    width: 800px;
   border-radius: 0;
   z-index: 9999;
}

.companies-list .pi > .popover .popover-content{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
        font-size: 13px;
        line-height: 1.42857143;
    
    
}
    
.companies-list tr > td.referer .campaign-popover{
    /*display: block;*/
}    

.companies-list tr > td.companies-interest  > .popover,
.companies-list tr > td.referer  > .popover{
    max-width: 800px;
    width: auto;
}


@media (max-device-width: 1024px) { 
.popover,
.companies-list tr > td.pi > .popover{
   max-width: 600px;
   width: 600px;
   font-size: 12px;   
}

}


.companies-list tbody td{
    background: white;
}


.companies-list tbody td.companies-company .material-icons.done_all{
    font-size: 13px;
    color: green;
}

.companies-list td.padder{

}

.companies-list tbody td.padder,
.companies-list.table-striped tbody td.padder{
    background: white;
    border: none;
    width: 10px;
    padding: 0;
}
.companies-list thead td.padder{
    padding: 0;
    width: 10px;
}

.companies-list tbody td.padder.left,
.companies-list.table-striped tbody td.padder.left{
    border-left: 1px solid #dddddd;
}
.companies-list tbody td.padder.right,
.companies-list.table-striped tbody td.padder.right{
    border-right: 1px solid #dddddd;
}



.companies-list tbody tr.spacer td {
    background: none;
    border: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.companies-list tbody tr.spacerInner td,
.companies-list.table-striped tbody tr.spacerInner td{
    height: 10px; 
    border-top: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: white;
    padding: 0;
}

.companies-list thead td.companies-date{
    width: 98px;
}



.companies-list thead td a{
    color: white;
    /*padding-left: 15px;
    background: url("/img/sorting/sort_both.png") no-repeat -5px center;  */
}

.companies-list thead td a::before{
    
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: -2px;
}

.companies-list thead td a.asc{ 
    color: white;
    /*background: url("/img/sorting/sort_desc.png") no-repeat -5px center;*/
}
.companies-list thead td a.asc::before{
    content: 'arrow_downward';
    
}
.companies-list thead td a.desc{
    color: white;
    /*background: url("/img/sorting/sort_asc.png") no-repeat -5px center;*/
}
.companies-list thead td a.desc::before{
    content: 'arrow_upward'
}

.companies-list thead td a.active{
    font-weight: bold;
    color: #767e87;
}

.companies-list td.companies-company img{
    width: 10px;
    margin-left:10px;
    vertical-align: initial;
    margin-bottom: -1px;
    
}

/*
.companies-list thead td.companies-company{
    width: 150px;
}
*/
/*
.companies-list thead td.companies-city{
    width: 150px;
}
*/

.companies-list td.companies-pi a{
    text-decoration: none;
}

.companies-list td.companies-pi > a:first-child{
        /*width: 25px;*/
    text-align: right;
    display: inline-block;
}

.companies-list td.companies-pi{
    width: 90px;
        text-align: right;
            padding-right: 31px;
}
.companies-list td.companies-contact{
    text-align: right;
    width: 80px;
    white-space: nowrap;
    
}

.companies-list td.companies-contact a{
   
    text-decoration: none;
}

.companies-list td.companies-contact div.collapse{
    display: none;
  }
  
.companies-list td.companies-contact div.collapse.in{
    display:inline-block;
  }

  .companies-list td.companies-contact>div{
    position: relative;
  }

  .companies-list td.companies-contact>div div.collapse,
  .companies-list td.companies-contact>div div.collapsing{
    position: absolute;
    top: calc( 100% + 2px);
    background-color: #fff;
    z-index: 5;
    
}
.companies-list td.companies-contact>div div a{
    display: block;
    margin-top: 2px;
    padding-top: 2px;
}

.companies-list td.companies-contact>div div.dropdown{
    display: inline-block;
    width: 20px;
    height: 20px;
}

.companies-list td.companies-contact>div div.dropdown li.headline{
text-align: left;
line-height: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
}

.companies-list td.companies-contact>div div.dropdown a{
    margin: 0;
    font-size: 14px;
    text-align: left;
   
}

.companies-list td.companies-contact>div div.dropdown ul{
    border-radius: 0;
    padding: 0;
}




.companies-list td.companies-contact>div div.dropdown ul li a{
color: #333333;
line-height: 30px;
}

.companies-list td.companies-contact>div div.dropdown ul a span.material-icons{
    vertical-align: sub;
}

.companies-list td.companies-contact>div div.dropdown ul a span{
    font-size: 15px;
    display: inline-block;
    width: 25px;
}

.companies-list td.companies-contact>div div.dropdown ul a span img{
    width: 14px;
}
  


.companies-list td.companies-ref{

    /*width: 150px;*/
}


.companies-list td.companies-ref hr,
.companies-list td.companies-interest hr{
    
    margin-top: 2px;
    margin-bottom: 2px;
    border-top: 1px solid #767e87;
    width: 15px;
    margin-left: 0px;
    height: 1px;
}

.companies-list td.table-buttons{
    
}

.companies-list td.companies-time{
    
    width: 110px;
}

.popover ol,
.companies-list tr > td.pi > .popover ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.companies-list tfoot td{
    text-align: center;
    padding: 0;
}

.popover ol > li,
.companies-list tr > td.pi > .popover ol > li{
    margin-bottom: .6em;
}

.popover-content .ol .li a{
    word-wrap: break-word;
} 

/* campaign Edit */
.campaignEditForm .description > .bootstrap-tagsinput{
    width: 100%;
}
.campaignEditForm .description > .bootstrap-tagsinput input{
    min-width: 6em !important;
}

.col-xs-height {
    display:table-cell;
    float:none;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}





table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled
{
padding-left:25px;
}

table.dataTable thead .sorting {
  background: url("/img/sorting/sort_both.png") no-repeat center left;

}
table.dataTable thead .sorting_asc {
  background: url("/img/sorting/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
  background: url("/img/sorting/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("/img/sorting/sort_asc_disabled.png") no-repeat center left;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("/img/sorting/sort_desc_disabled.png") no-repeat center left;
}

/*.companies-contact,*/
.btn-group{
background:none !important;
}

.profile .row .col a{
color:#767e87;
}
.profile .row .col a.btn{
color:#fff;    
}
.profile .row .col h2{
color:#205ba9;
margin-top:0;
margin-bottom:0;
}

.profile >.row:nth-child(3){
margin-top:20px;
}

/* interests modal */
.interestsEditForm .btnDelUrl{
    background: lightgray;
}

.campaignCircle{
position: relative !important;
margin-top: -96px !important;
}


a.playSession,
a.playSession:HOVER{
    text-decoration: none;
        vertical-align: middle;
}

a.playSession.material-icons{
    background-color: #205ba9;
    color: #fff;
    font-size: 18px;
    padding: 1px;
        margin-left: 5px;
        margin-right: 10px;
}

a:hover, a:active, a:focus,a,
button, button:hover, button:active, button:focus {
    outline: none;
    outline-color: white;
    outline-style: none;
    outline-width: 0;
    outline-style: none !important;
    outline-width: 0 !important;
    text-decoration: none;
}

.modal-content{
    border-radius: 0px
}


.tooltip{
z-index:9999;
}

#showCreditsWarrning .modal-content,
#productExpired .modal-content,
#showCreditsWarrning .modal-content .row,
#productExpired .modal-content .row{
background-color: #333;
color:#fff;
}

#showCreditsWarrning .modal-footer,
#showCreditsWarrning .modal-header{
    border:0;
}


.price_option {
  background-color: #fff;
  color: #000;
  margin: 0;
}

.price_option h3 {
  margin: 0;
  margin-top: 15px;
  padding: 16px 0;
  color: #205ba9;
      text-align: center;
}

.price_option h3.blue {
  padding: 25px 0;
  margin-top: 0px;
  background-color: #205ba9;
  color: #fff;
}

.price_option h4 {
  background-color: #eeeeee;
  position: relative;
  margin: 0;
  line-height: 63px;
  font-size: 38px;
  color: #464646;
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
      text-align: center;
}

.price_option h4 small {
  line-height: 1;
  margin-top: -15px;
  font-size: 11px;
  color: #464646;
}

.price_option h4::after {
  content: '';
  width: 50%;
  position: absolute;
  height: 30px;
  left: 0px;
  bottom: -30px;
  background: linear-gradient(to right top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option h4::after {
    background: linear-gradient(to right top, transparent 50%, #eeeeee 50%);
  }
}

.price_option h4::before {
  content: '';
  width: 51%;
  position: absolute;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: linear-gradient(to left top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option h4::before {
    background: linear-gradient(to left top, transparent 50%, #eeeeee 50%);
  }
}

.price_option h4.blue {
  border-top: 1px solid #091f35;
  background-color: #091f35;
  color: #fff;
}

.price_option h4.blue small {
  color: #fff;
}

.price_option h4.blue::after {
  background: linear-gradient(to right top, transparent 48%, #091f35 50%);
}

.price_option h4.blue::before {
  background: linear-gradient(to left top, transparent 48%, #091f35 50%);
}

.price_option h4 small {
  display: block;
}

.price_option img {
  position: absolute;
  right: 45px;
  top: 40px;
  width: 62px;
  height: auto;
}

.price_option ul {
  margin: 0;
  padding: 45px 40px 0 40px;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
	.price_option ul {
	  margin: 0;
	  padding: 45px 20px 0 20px;
	  border-bottom: 1px solid #d8d8d8;
	}
	.price_option ul li i{
		display:none;
	}
    
    .price_option ul li{
		font-size: 0.7rem;  
	}
	
	.price_option h3.blue{
		margin-top: -3px;
	}
	.price_option img{display:none;}
    
    .price_option .footer a{
        font-size: 12px;
    }
}

.price_option ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.price_option ul li i {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  font-size: 15px;
  color: #585858;
  margin-left: 25px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option ul li i {
	right:-24px;
  }
}

.price_option ul li select {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  text-align: center;
  box-shadow: none;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.price_option .footer {
  padding: 15px;
}

.price_option .footer.blue {
  padding-top: 30px;
}
.companyDetailModal .modal-header{
    background-color: #205ba9;
        height: 30px;
}

.companyDetail .is_buttons,
.companyDetail #sectorImage{
  margin-top: 35px;
  text-align:left;
}


.companyDetail .is_buttons a{
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none;
    position: relative;
}

.companyDetail .is_buttons a i{
    padding-right: 5px;
    margin-right: 4px;
}

/*.companyDetail .is_buttons a i::after{
    bottom: 2px;
    content: ' ';
    border-right: 1px solid grey;
    border-left: 1px solid white;
    position: absolute;
    width: 1px;
   
    top: 2px;
    left: 25px;
}*/

.companyDetail .note{
  margin-top: 0px;  
}

.noteform .control-label{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
}

.noteform .form-group{
    margin-bottom: 0;
}

.noteform .btn{
    border-radius: 0;
    
}

.noteform .col-sm-12{
    padding-left: 0;
}
.noteform textarea{
    background-color:#f9f9f9;
    border: 0;
}


.notelabel{
    background-color: #7bbd00;
    color:#ffffff;
    padding: 10px;
}


.companyDetail h2{
    margin: 0;
     
}

.companyDetail .notefild{
    border-radius: 0;
}

.companyDetail h2 span{
        vertical-align: -12%;
    margin-left:15px;
   
}

.companyDetail tr.collapse.in{
  display:table-row;
}

.companyDetail table{
  margin-bottom: 0;
}

.companyDetail .row{
  background:none;
}

.companyDetailModal .modal-header{
  padding:0;
  border:none;
}

.companyDetail .dl-horizontal dd{
      margin-left: 115px
}

.companyDetail .dl-horizontal dt{
  width: 95px;
}

.daterangepicker .calendar-date,
.daterangepicker.dropdown-menu,
.daterangepicker td.active, .daterangepicker td.active:hover,
.daterangepicker .btn,
.daterangepicker .ranges .input-mini,
.daterangepicker .ranges li{
    border-radius:0;
}

.daterangepicker .btn.btn-link{
    color: #a1a1a1;
}

.companyDetailsAction{
 
    text-decoration: none;
    cursor: pointer;
}

.companyDetailsAction.loading:not(.material-icons):not(.employeeCustomer){
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat right center;
    padding-right: 21px;
}




.topbusiness .companyDetailsAction.loading{
    background-image:none;
    padding-right: 0;
}
.topbusiness .companyDetailsAction{
    color: #767e87;
}
.topbusiness .companyDetailsAction h4{
    color: #428bca;
}

.companyDetailsAction.loading .media .pull-left{
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat center center;
}
.companyDetailsAction.loading .media .pull-left img{
    opacity: 0.4;
}
/*

wtf?????
.companies-list a.companyDetailsAction {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
   
    
}
*/
.companies-list a.companyDoNotPay{
          font-size: 10px;
    vertical-align: 4%;
          text-decoration: none;
    cursor: pointer;
}

.companies-list a.note{
    font-size: 13px;
    color: #767e87;
    text-decoration: none;
    cursor:pointer;
    vertical-align: -18%;
    margin-left: 5px;
    display: none;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.4s;
}

.companies-list a.note.active{
    color: #7bbd00;
    display: inline-block;
    opacity: 1;
}

.companies-list .companies-company:hover .note{
    opacity: 1;
}

.companies-list a.companyDoNotPay .fa-stack{
  vertical-align: inherit;;
}

.page-header h2 .fa-stack{
      vertical-align: middle;
      font-size: 11px;
}



.clearable{
  background: #fff url(/img/x.gif) no-repeat right -10px center;
  transition: background 0.4s;
      background-size: 10px;
}
.clearable.x  { background-position: right 15px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */


.pagination .btn {
    
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    /* background-color: #eeeeee; */
    border-color: #dddddd;
        color: #767e87;
}

.pagination .dropdown-menu{
    max-height: 250px;
    overflow-y: scroll;
    min-width: 80px;
    
}


.alert-success{
    background-color: #26b826;
    border-color: #26b826;
    color: #fff;
    border-radius: 0;
}

.alert-danger{
    background-color: #ed5565;
    border-color: #ed5565;
    color: #fff;
    border-radius: 0;
}

.alert-danger .alert-link{
    color: #fff;
    
}

.alert-wobble{
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.dropdown-menu > li > form{
  display: block;
  padding: 3px 20px;
}


@keyframes bounceInDown{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


.daterangepicker .ranges{
    width: 220px;
}

.daterangepicker .ranges .range_inputs>div{
    width: 50%;
}

.daterangepicker .ranges .input-mini{
    width:100%;
}

.daterangepicker .ranges li:first-child{
    position:relative;
    margin-bottom: 16px;
}

.daterangepicker .ranges li:first-child::after{
        border-bottom: 1px solid #dedede;
    content: '';
    /* width: 100%; */
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -8px;
    
}


.exportGuids{
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg) scale(0.5);
    opacity: 0;
    
    -webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
    
    -webkit-transition: 0.8s; /* Safari */
    transition: 0.8s;
    display: none;
    border: 0;
    border-radius: 0;
}


.exportGuids.active{
    display: inline-block;
    opacity: 1;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#btn-export{
    background-color: #767e87;
}

#customerProjectForm > .select2{
        margin: 11px 10px;
}

table.table-scroll {
    /*width: auto;*/
}

table.table-scroll tbody,
table.table-scroll thead
{
    display: block;
    padding: 0;
}


table.table-scroll thead tr th { 
    /*height: 30px;
    line-height: 30px;*/
    border:none;
    /* text-align: left; */
}

table.table-scroll tbody {
    max-height: 382px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.table-scroll thead tr.search{
    position:relative;
}

table.table-scroll thead tr.search input{
     position: absolute;
    right: 15px;
    top: 33px;
    width: 30%;
}

table.table-scroll thead tr th,
table.table-scroll tbody tr td{
    padding:8px;
}
   
.importbox{
    background-color: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    min-height: 300px;
}

#import_index .ajaxFileForm.loading:before{
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #205ba9;
    border-bottom: 5px solid #205ba9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    content: '';
    
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 5;
    
}

#import_index .ajaxFileForm.loading:after{
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    content: '';
    top: 0;
    bottom: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    80% { transform: rotate(330deg); }
    100% { transform: rotate(360deg); }
}


#import_index input[type=file]{
    	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
      
    
}


#import_index input[type=file] + label {
    font-weight: normal;
    color: white;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 4px 15px;
    width: 100%;
    border: 1px solid #cccccc;
    color: #000;
}
#import_index input[type=file] + label>i{
    vertical-align: top;
}
    

#import_index input[type=file]:focus + label,
#import_index input[type=file] + label:hover {
    background-color: #205ba9;
    color: #fff;
}

#import_index #cityContainer{
    
        margin-bottom: 4px;
}

#import_index .form-group{
    margin-top:15px;
}


#import_index a.ajaxAction{
    font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
    
}


#import_index .select2-container{
        margin-bottom: 11px;
}


@media (max-device-width: 1024px) { 
body{
    font-size: 12px;
}

h2{
    font-size: 18px;
}
.nav-sidebar > li{
        margin-bottom: 2px;
    margin-top: 2px;
}


a.playSession.material-icons{
    margin-right: 0;
}
.companies-list td.companies-ref {
    width: auto;
}

.table-buttons{
    padding-left:5px!important;
}

.table-buttons>button{
    width: auto;
        padding: 5px 10px;
}
.table-buttons button i{
    margin-left:0 !important;
}

}



.tags-loading > input{
    display: none;
}

.bootstrap-tagsinput {

    max-height: 200px;
    overflow: auto;
}

#navbar .popover{
    width: 300px;
    background: #205ba9;
    color: #fff;
    border: 0;
    box-shadow: none;
        text-align: center;
    
}
#navbar .popover > .arrow:after{
     border-bottom-color: #205ba9;
}
#navbar .popover > .popover-title{
    border-radius: 0;
    background-color: #205ba9;
}
   

.localelink{
    border-bottom: 2px solid transparent;
    padding: 5px;
}

.localelink.active{
    border-color: #5cb85c;
}

.campaign.loading .companiesFound{
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat left center;
    padding-left: 25px;
}
.campaign.loading .circle{
    background: url(../img/dashboard/ajax-loader_small.gif) no-repeat center center;
}
.campaign.loading .circle input{
    display: none !important;
}

.campaign .popover{
    padding: 0;
    width: auto;
}
.campaign .popover .arrow{
    padding: 0;
}

.campaign .popover .popover-content{
    padding: 9px 14px;
}
.campaign .popover h3{
    margin: 0;
}

.campaign .popover a{
    white-space: nowrap;
}

.sessioninfo{

}

.sessioninfo+.popover{
    width: auto;
}

.sessioninfo+.popover .fa{
    margin-right: 15px;
}

.noevents:focus,
.noevents:hover,
.noevents{
    background-color: #767e87;
    color: #fff;
    font-size: 18px;
    padding: 1px;
    margin-left: 5px;
    margin-right: 10px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.noevents-js+.popover{
    width: auto;
}

.noevents-js+.popover .popover-title{
    background: #dfdf20;
    border-radius: 0;
}


.text-right-important{
    text-align: right !important;
}

.hotlead{
    color: #ff3200;
    font-size: 13px;
    vertical-align: -18%;
}

.btn{
    border-radius: 0;
}

.keyword-popover{
    line-height: 1;
    display: inline-block;
}

.keyword-popover small{
    color: #767e87
}

.campaign-popover small{
    color: #767e87;
    display: block;
}


#chart-tooltip{
    position: absolute;
    display: none;
    box-shadow:0px 0px 14px 5px rgba(0,0,0, 0.17);
    -moz-box-shadow:0px 0px 14px 5px rgba(0,0,0, 0.17);
    -webkit-box-shadow:0px 0px 14px 5px rgba(0,0,0, 0.17);
        padding: 15px;
    background-color: #fff;


    color: #767e87;
}


#chart-tooltip .dl-horizontal {
    margin-top: 20px;
    margin-bottom: 0px;
}

#chart-tooltip .dl-horizontal dt{
    width: auto;
    font-weight: normal;
}

#chart-tooltip .dl-horizontal dd {
    margin-left: 100px;
    padding-bottom: 0;
    font-weight: bold;
}

.infobubble{
    color: red;
    font-size: 17px;
    vertical-align: sub;
    background-color: red;
    color: #fff;
    font-size: 14px;
    padding: 1px;
    vertical-align: top;
    background-color: red;
    border: 2px solid red;
    margin-left: 5px;
}

.infobubble:focus,
.infobubble:hover{
    color: #fff;
}

.competitorImageDatails{
    width: 14px;
    vertical-align: inherit;
    image-rendering: -webkit-optimize-contrast;
}

#passwordNew p{

    margin-top: 5px;
}

#passwordNew .errors{
    padding-top: 20px;
    color: red;
}

.companyDetailModal .tags-panel{
    display: none;
    position: absolute;
    top: 30px;
    height: calc( 100vh - 90px);
    background: #fff;
    right: -220px;
    width: 200px;
}

#tags-container{
    padding: 10px 5px;
    border: 2px solid transparent;
    margin: 0;
    list-style: none;
    min-height: 50px;
    margin-bottom: 15px;
}
#tags-container li{
    float: left;
    margin: 1px;
}
#tags-container.droppable{
    border: 2px dashed #767e87;

}
#availableTags{
    padding: 10px 5px;
    border: 2px solid transparent;
    margin: 0;
    list-style: none;
    min-height: 250px;
    margin-bottom: 15px;
}

#availableTags.droppable{
    border: 2px dashed #767e87;

}

.draggable
{
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.dropped
{
    position: static !important;
}

i.doNotPay{
    font-size: 14px;
    
    text-decoration: none;
    cursor: pointer;
    vertical-align: -16%;
    margin-left: 5px;
    
    color: #7bbd00;
    display: inline-block;
}
.companiehide i.doNotPay{
    color: #e76e66;
    font-size: 18px;
}

#customerImpersonateForm .select2{
    width: 100% !important;
}

#interestsModal .info-text{
    font-size: 12px;
    margin-bottom: 20px;
}

.connectedSortable .label .form-control,
.connectedSortable .label {
    display: inline-block;
    width: auto;
}

.connectedSortable .label{
    height: 22px;
    line-height: 20px;
}

#availableTags .label{
    margin-bottom: 5px;
}
.connectedSortable .label .form-control{
    padding: 0;
    height: auto;
    font-size: 10px;
}


#employeeContainer{
    padding-top: 25px;

}

.employeeCustomer span{
    margin-left: 3px;
    font-size: 12px; 
    vertical-align: -1px;
}

.companyDetailModal .select2-results__option{
        /* border-bottom: 1px solid black;*/
        color:#000;
}

.companyDetailModal .select2-results__option img{
    width: 25px;
    
}

.companyDetailModal .select2-results__option span{
    display: inline-block;
    padding-left: 10px;
    width: calc( 100% - 25px );
    line-height: 25px;
    height: 25px;
    
}

.companyDetailModal .select2-results__option[aria-selected="true"]{
    display: none;
}

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: 0 10px 0 0;
    margin: 2px 4px 2px 0;
    border-radius: 25px;
    border: 0;
    position: relative;
}

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li span:not(.select2-selection__choice__remove){
    line-height: 25px;
    height: 25px;
    display: inline-block;
}
/*
.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline{
    padding: 0 10px 0 10px;
    margin: 2px 4px 2px 0;
    border-radius: 25px;
    border: 0;
    position: relative;
    width: 100%;
}*/

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input{

/*width: 100% !important;*/
}

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li img{
    margin-right: 6px;
}

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    position: absolute;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: #e76e66;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    top: 0;
    left: -1px;
    
}

.companyDetailModal .select2-container--default .select2-selection--multiple .select2-selection__rendered li:hover .select2-selection__choice__remove{
    opacity: 1;
}

.companyDetailModal .select2-container--default .select2-selection--multiple{
    border: none;
}

#employeeContainer .select2-dropdown--below {
    margin-top:42px;
    padding: 6px;

    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

#employeeContainer .select2-dropdown--below  .select2-results > .select2-results__options{
    max-height: 156px;
}

#employeeContainer .add{
    margin-top: 15px;
    border-radius: 25px;
    border: none;
    
    padding: 0 10px 0 0;
    margin-left: 5px;
    color: #fff;
    background: #205ba9;
}

#employeeContainer .add i{
    font-size: 13px;
    vertical-align: middle;
    
    margin-right: 9px;
    color: #fff;

    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: left;
    padding-left: 5px;
}


#employeeContainer .add span{
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}

.center{
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
}

/*
.select2-container{
    width: auto !important;
}
*/
