﻿/* Tabs
====================================*/
.tabs-nav {
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tabs-nav a {
        color: #000066;
    }

    .tabs-nav li {
        float: left;
        line-height: 55px;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 0 -1px 0;
        width: 50%;
    }

        .tabs-nav li a {
            background-color: #fff;
            border: 1px solid #72c02c;
            border-right: none;
            border-bottom: 1px solid #DDDDDD;
            display: block;
            letter-spacing: 0;
            outline: none;
            text-decoration: none;
            border-top: 1px solid #DDDDDD;
            font-size: 1.1em;
            padding: 0 5px;
            cursor: pointer;
            text-align: center;
            font-weight: bold;
        }

    .tabs-nav.labels li a {
        background-color: #f5f5f5;
        border: 0px solid #f5f5f5;
        border-right: none;
        border-bottom: 0px solid #f5f5f5;
        display: block;
        letter-spacing: 0;
        outline: none;
        text-decoration: none;
        border-top: 0px solid #DDDDDD;
    }

.ie7 .tabs-nav li a {
    height: 35px;
}

.tabs-nav li:first-child a {
    border-left: 1px solid #ddd;
}

.tabs-nav li:last-child a {
    border-right: 1px solid #ddd;
}

.tabs-nav.labels li:first-child a {
    border-left: 1px solid #f5f5f5;
}

.tabs-nav.labels li:last-child a {
    border-right: 1px solid #f5f5f5;
}

.tabs-nav li.active a {
    color: #404040;
    font-weight: bold;
}

.tabs-nav li {
	float:left;
	line-height:55px;
	overflow:hidden;
	padding:0;
	position:relative;
	margin:0 0 -1px 0;
	width:50%;
}

    .tabs-nav li a {
        background-color: #fff;
        border: 1px solid #72c02c;
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
        display: block;
        letter-spacing: 0;
        outline: none;
        text-decoration: none;
        border-top: 1px solid #DDDDDD;
        font-size: 1.1em;
        padding: 0 5px;
        cursor: pointer;
        text-align: center;
        font-weight:bold;
    }

.tabs-nav.labels li a {
	background-color:#f5f5f5;
	border:0px solid #f5f5f5;
	border-right:none;
	border-bottom:0px solid #f5f5f5;
	display:block;
	letter-spacing:0;
	outline:none;
	text-decoration:none;
	border-top:0px solid #DDDDDD;
}

.ie7 .tabs-nav li a {height:35px;}

.tabs-nav li:first-child a {border-left:1px solid #ddd;}
.tabs-nav li:last-child a {border-right:1px solid #ddd;}

.tabs-nav.labels li:first-child a {border-left:1px solid #f5f5f5;}
.tabs-nav.labels li:last-child a {border-right:1px solid #f5f5f5;}

.tabs-nav li.active a {	color:#404040; font-weight:bold;}
.tabs-nav li.active a i {opacity:1; filter:alpha(opacity=100);}
.tabs-nav li i {opacity:0.5; filter:alpha(opacity=50);}

.tabs-nav li a:hover {
    background: #DDDDDD;
}

.tabs-nav li.active a {
    background: #72c02c;
    border-top: 2px solid #72c02c;
    margin-left: -15px;
  
    color: #FFF;
    border-left: 1px #72c02c;
}

.tabs-nav.labels li.active a {
    background: #f5f5f5;
    border-top: 0px solid #f5f5f5;
}

.tabs-container {
    border-top: 1px solid #d6d6d6;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}

    .tabs-container.labels {
        border-top: 0px solid #d9d5d2;
        margin: -1px 0 0px;
        overflow: hidden;
        width: 100%;
    }

.tab-content {
    padding: 0;
    display: none;
}

/*  Small devices (tablets, 768px and up)  */
@media only screen and (min-width:768px) {
    .tabs-nav {
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

        .tabs-nav li a {
            padding: 0 16px;
        }
}

@media only screen and (max-width:480px) {
    .tabTitle {
        font-size: 12px;
        font-weight: bold;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 766px) and (min-width: 250px) {
    .tabTitle {
        font-size: 12px !important;
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 980px) and (min-width: 767px) {
    .tabTitle {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
}

/*Alerts Page*/

.breadcrumbs-v3.img-v10 {
    background: url(../images/alerts-header.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

/*Alerts Page*/

.breadcrumbs-v3.img-v10 {
    background: url(../images/alerts-header.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


    .breadcrumbs-v3.img-v10:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.2);
    }

    .breadcrumbs-v3.img-v10 p {
        color: #FFF;
        font-size: 1.4em;
        line-height: 32px;
        margin-bottom: 2px;
        margin-top: 2px;
        font-weight: 500;
        text-shadow: 2px 2px 12px #000000;
    }

