.idc-entity-map img {
    max-width: none;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #000;
    background-color: white;
}

input,
textarea,
select,
a {
    outline: none!important;
}

a {
    text-decoration: none;
}

#idc-nav-page a {
    text-decoration: none;
}

.hide {
    top: -10000;
}


/* dropdowns are not super high*/

ul.dropdown-menu {
    z-index: 10000;
}

.pageUtil {
    margin-left: 10px;
}

.pageUtil .dropdown-menu {
    left: initial;
    right: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 10px #d4d3d3;
}

.pageUtil .dropdown-menu a{
    margin: 5px 0;
}

.pageUtil .dropdown-menu a:hover{
    background-color: #efefef;
    color:#333333;
    text-decoration: none;
}

.pageUtil .btn-group>.btn:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.dropdown-menu svg.icon{
    vertical-align: bottom;
    margin-right: 5px;
    width:25px;
}

.dropdown-menu svg.icon.twitter path{
   fill:#1da1f2;
}

.dropdown-menu svg.icon.facebook path{
   fill:#3b5998;
}

.dropdown-menu svg.icon.linkedin path{
   fill:#1985bc;
}

.dropdown-menu svg.icon.email path{
   fill:#333;
}

.dropdown-menu svg.icon.word path{
   fill:#0153a4;
}

.dropdown-menu svg.icon.pdf path{
   fill:#ff3501;
}

.pageUtil .dropdown-toggle {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    box-shadow:none;
    -moz-box-shadow :none;
    -webkit-box-shadow:none;
}

.pageUtil .btn-group.open .dropdown-toggle{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pageUtil a.dropdown-toggle
{
    text-decoration: none;
    color:#5f5f5f;
}

.pageUtil a.dropdown-toggle:hover{
    color:#333;
}

.pageUtil a.dropdown-toggle svg path{
    fill:#5f5f5f;
}

.pageUtil a.dropdown-toggle:hover svg path{
    fill:#333;
}

.pageUtil .dropdown-toggle span {
    vertical-align: top;
    line-height: 24px;
}

.pageUtil .btn-group.open a.dropdown-toggle {
    color:#333;
}

.pageUtil .btn-group.open a.dropdown-toggle svg path {
    fill:#333;
}
/* prevents chrome orange thing */


/**:focus
{
    outline: none!important;
}*/


/* Max and min widths for the main containers */

.wrapper>.container-fluid {
    max-width: 1200px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.search-query {
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.alert {
    background-color: #F4F1F0;
    border: 1px solid #D3C7C3;
    color: #000;
}

.alert h4 {
    color: #A61027;
    font-weight: bold;
}

label.btn-label {
    color: #000;
}

a {
    color: #000;
}

.idc-home-erp h3.panel-head {
    color: #A61027;
}

#idc-page-home .alert {
    padding: 10px;
    height: 153px;
    text-align: center;
    color: #333;
}

#idc-page-home .alert p small {
    line-height: normal;
    color: #333;
}

#idc-page-home .alert p .panel-feature,
.panel-feature {
    font-size: 280%;
    line-height: 1.1em;
    display: block;
    color: #000;
}

.idc-feature-smaller {
    font-size: 200%;
    line-height: 1.1em;
}

.idc-page-contentwrapper {
    min-height: 500px;
}

.navbar .nav>li>a {
    padding: 12px 10px 11px;
}

.btn {
    text-shadow: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.btn-primary {
    background-color: #666666;
    background-image: -moz-linear-gradient(top, #666666, #222222);
    background-image: -ms-linear-gradient(top, #666666, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#222222));
    background-image: -webkit-linear-gradient(top, #666666, #222222);
    background-image: -o-linear-gradient(top, #666666, #222222);
    background-image: linear-gradient(top, #666666, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #666666;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #000;
    *background-color: #000;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #000;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 4px 0;
    margin: 1px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    max-height: 300px;
    /*   overflow-y: auto;
    overflow-x: hidden;*/
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
    z-index: 10000;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu li.idc-area-group-name {
    padding: 3px 5px;
    font-weight: bold;
}

.dropdown-menu a {
    display: block;
    padding: 3px 25px 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}

/* Removes blue glow around text input on focus*/

input[type="text"] {
    /*border: 1px solid #cccccc;*/
    /*border:none!important;*/
    height: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #cccccc;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #cccccc;*/
}