﻿.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.tab-container ul.tabs li {
    float: left;
    padding-right: 4px;
}
.tab-container.style1 ul.tabs li {
    padding-right: 10px;
}
    .tab-container.style1 ul.tabs li a {
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
        padding: 8px 18px;
        color: #9e9e9e;
        font-size: .9167em;
        font-weight: 700;
    }
    .tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
        color: #fff;
        background: #01b7f2;
        position: relative;
    }
        .tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            margin-left: -10px;
            border-top: 5px solid #01b7f2;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            content: "";
        }

section#content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #f5f5f5;
}
.tab-container .tab-content {
    background: #fff;
}
    .tab-container .tab-content .tab-pane {
        padding: 20px;
        line-height: 1.7em;
    }
.alert.alert-notice {
    background: #f5cf77;
    color: #fff;
    font-weight: 600;
}
#main {text-align:left;}

.alert.alert-notice:before {
    content: "\f129";
    font-family: FontAwesome;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0 12px;
}

.policy h2 {
    font-size: 18px;
    font-weight: 600;
}
.policy {
    padding: 0 10px;
    margin: 40px 0;
}
.tab-container .tab-content .tab-pane p {
    font-size: 13px;
    color: #838383;
}
ul.lower-latin {
    padding-left: 1.25em;
    list-style: lower-latin;
}
    ul.lower-latin.bullet-colored li, ul.upper-latin.bullet-colored li, ul.upper-roman.bullet-colored li {
        color: #01b7f2;
    }
        ul.lower-latin.bullet-colored li > *, ul.upper-latin.bullet-colored li > *, ul.upper-roman.bullet-colored li > * {
            color: #838383; font-size:12px;
        }
        ul.lower-latin.bullet-colored li h5 {
            font-size: 1.1666em;
            line-height: 1.1428em;
        }
ul.circle li:before {
    content: "\f111";
    margin-right: 10px;
    color: #01b7f2;
    display: block;
    float: left;
    font-size: 5px;
    font-family: FontAwesome;
}
ul.circle.bullet-yellow li:before {
    color: #fdb714;
    
}
ul.circle.bullet-yellow li.col-sm-6:before {
    padding-top: 7px;
}
.skin-color {
    color: #01b7f2;
}

.circle.skin-color.bullet-yellow.box {font-size:12px;}