/* Style Adaptations */

/*************** Industry Classification Tags START ***************/
.tags-basic {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags-basic li, .tags-basic a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
}
.tags-basic li {
    padding: 0px;
    margin-bottom: 10px;
}
.tags-basic a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags-basic a:hover {
    background: #555;
    color: white;
}
.tags-basic a:hover:before {
    border-color: transparent #555 transparent transparent;
}

/*************** Tags Color Variants START ***************/
.tags-danger {
    background: #E9573F;
}
.tags-danger :before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #E9573F transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags-danger :after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #e92d11;
    -webkit-box-shadow: -1px -1px 2px #e92d11;
    box-shadow: -1px -1px 2px #e92d11;
}
.tags-info {
    background: #63D3E9;
}
.tags-info :before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #63D3E9 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags-info :after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #00a5d2;
    -webkit-box-shadow: -1px -1px 2px #00a5d2;
    box-shadow: -1px -1px 2px #00a5d2;
}
.tags-warning {
    background: #F6BB42;
}
.tags-warning :before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #F6BB42 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags-warning :after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #f6b623;
    -webkit-box-shadow: -1px -1px 2px #f6b623;
    box-shadow: -1px -1px 2px #f6b623;
}
/*************** Tags Color Variants END ***************/
/*************** Industry Classification Tags END ***************/


/*************** Slider Colors START ***************/
.slider-lower { background: #f6b623; }
.slider-upper { background: #f6b623; }
.slider-middle { background: #81b71a; }
/*************** Slider Colors END ***************/

/*************** Text Colors START ***************/
.text-gray {
    color: #a7a7a7 !important;
    font-style: italic;
}
/*************** Text Colors END ***************/

/*.tooltip-inner {*/
    /*max-width: 500px;*/
    /*!* If max-width does not work, try using width instead *!*/
    /*width: 500px;*/
    /*!*position: fixed;*!*/
/*}*/


/* ========================================================================
 * MINI STAT SMALL
 * ======================================================================== */
.mini-stat-small {
    padding: 7px;
    margin-bottom: 10px;
}

.mini-stat-chart-small {
    width: auto;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.mini-stat-icon-small {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
    color: #FFF;
}

.mini-stat-info-small {
    font-size: 12px;
    padding-top: 2px;
}
.mini-stat-info-small span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 3px;
}

.popover {
    max-width: 800px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.codefont {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 0.8em;
}

.ace_search_field {
    color: black;
}
