/*!
 * ASIL Bootstrap Theme
 * Custom styles for the Skiner module
 * Designed and built by Systems Solutions Inc.
 * Last Update: 7/21/13
 */

/******* BOOTSTRAP SKINNER STYLES *******/

/******* Custom ASIL blocks *******/
.asil-dark-blue {
    background-color: #013763;
    padding: 20px;
    color:#fff;
}
.asil-dark-blue a{
    color: #fff;
}
.asil-dark-blue a:focus,
.asil-dark-blue a:hover{
    color: #fff;
    text-decoration: underline;
}

/* Text and link colors */
.white,.link-white a{
    color:#fff;
}
.gold, .link-gold a, a.link-gold{
    color: #AB8422;
}
.blue,.link-blue a{
    color:#049cdb;
}
.green,.link-green a{
    color:#46a546;
}
.red,.link-red a{
    color:#9d261d;
}
.yellow,.link-yellow a{
    color:#ffc40d;
}
.orange,.link-orange a{
    color:#f89406;
}
.pink,.link-pink a{
    color:#c3325f;
}
.purple,.link-purple a{
    color:#7a43b6;
}
.black,.link-black a{
    color:#000;
}
.gray,.link-gray a{
    color:#555;
}
.dark-gray,.link-dark-gray a{
    color:#333;
}
.light-gray,.link-light-gray a{
    color:#999;
}

/* Block padding */
.padding-top,.bootstrap-padding-top{
    padding-top:1em;
}
.padding-bottom,.bootstrap-padding-bottom{
    padding-bottom:1em;
}
.padding-top-bottom,.bootstrap-padding-top-bottom{
    padding-top:1em;
    padding-bottom:1em;
}

/* Block clears */
.bootstrap-clear{
    clear:both;
}
.bootstrap-clear-right,
.clear-right{
    clear:right;
}
.bootstrap-clear-left,
.clear-left{
    clear:left;
}

/* Single line menu with separators */
.bootstrap-inline-menu h2.block-title{
    display: none;
}
.bootstrap-inline-menu ul li{
    float: left;
    list-style: none outside none;
    border-right-style: solid;
    border-right-width: 1px;
    display: inline;
    margin: 0;
    padding:0;
    white-space: nowrap;
}
.bootstrap-inline-menu ul li a{
    padding: 0 8px;
}

.bootstrap-inline-menu ul li.last{
    border: medium none;
}

.bootstrap-inline-menu .nav > li > a:hover{
    text-decoration: underline;
    background-color: transparent;
}
/* Menu no bullets and extra spacing */
.bootstrap-list-vertical-spacing .inner ul,
.fusion-list-vertical-spacing div.views-row-first {
    margin-left: 0;
    margin-top: 10px;
}

.bootstrap-list-vertical-spacing  ul li,
.bootstrap-list-vertical-spacing div.views-row {
    line-height: 133.3%; /* 16px/12px */
    margin-bottom: 7px;
    padding: 0;
}

.bootstrap-list-vertical-spacing ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.bootstrap-list-vertical-spacing ul li ul {
    margin-left: 10px; /* LTR */
}
.bootstrap-list-vertical-spacing ul > li > a:hover,
.bootstrap-list-vertical-spacing ul > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}

/*** NAV TABS ***/
.bootstrap-nav-tabs h2.block-title,
.bootstrap-nav-pills h2.block-title{
    display: none;
}

.bootstrap-nav-tabs ul,
.bootstrap-nav-pills ul {
    *zoom: 1;
}

.bootstrap-nav-tabs ul:before,
.bootstrap-nav-pills ul:before,
.bootstrap-nav-tabs ul:after,
.bootstrap-nav-pills ul:after {
    display: table;
    line-height: 0;
    content: "";
}

.bootstrap-nav-tabs ul:after,
.bootstrap-nav-pills ul:after {
    clear: both;
}

.bootstrap-nav-tabs ul > li,
.bootstrap-nav-pills ul > li {
    float: left;
}

.bootstrap-nav-tabs ul > li > a,
.bootstrap-nav-pills ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.bootstrap-nav-tabs ul {
    border-bottom: 1px solid #ddd;
}

.bootstrap-nav-tabs ul > li {
    margin-bottom: -1px;
}

.bootstrap-nav-tabs ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.bootstrap-nav-tabs ul > li > a:hover,
.bootstrap-nav-tabs ul > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}

.bootstrap-nav-tabs ul > .active > a,
.bootstrap-nav-tabs ul > .active > a:hover,
.bootstrap-nav-tabs ul > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.bootstrap-nav-pills ul li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bootstrap-nav-pills ul > .active > a,
.bootstrap-nav-pills ul > .active > a:hover,
.bootstrap-nav-pills ul > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}
/******* END BOOTSTRAP SKINNER STYLES *******/