﻿

.readonlyTextBox {
    font-size: 95%;
    color: #616161;
    border: 0;
    overflow: auto;
}


.linkButton {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    font-size: 100%;
    color: #154e73; /*1F70A7*/
    text-decoration: none;
    cursor: pointer;
    text-align: left;
}

    .linkButton:hover {
        text-decoration: underline;
    }



.main-primary .tab-group {
    position: relative;
}

    .main-primary .tab-group [class^="ca-gov-icon-"] {
        margin-left: -40px;
        font-size: 2.1em; /*Modified for accessibility issues 31.5px;*/
        position: absolute;
        top: 2px;
    }

@media (max-width:991px) {
    .main-primary .tab-group [class^="ca-gov-icon-"] {
        display: none;
    }
}

.ie7 .main-primary .nav-tabs {
    border-width: 2px;
}

.main-primary .nav-tabs:after {
    content: "";
    /*background: #ccc;
    background: -moz-linear-gradient(left, #fff 0, #ccc 15%, #ccc 85%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0, #ccc 15%, #ccc 85%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #ccc 15%, #ccc 85%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0, #ccc 15%, #ccc 85%, #fff 100%);
    background: linear-gradient(left, #fff 0, #ccc 15%, #ccc 85%, #fff 100%);*/
    height: 2px;
    width: 100%;
}

.main-primary .nav-tabs > li > a {
    padding-bottom: 0;
}

.main-primary .nav-tabs > li.active > a {
    border: none !important;
}

.main-primary .nav-tabs > li.active {
    /*background-color: red;*/
}

    .main-primary .nav-tabs > li.active > a:after {
        content: "";
        position: absolute;
        top: 39px;
        left: 50%;
        margin-left: -22px;
        height: 16px;
        width: 44px;
        /*background: url("../images/StateTemplate2014/template2014/nav-down-arrow.png") no-repeat;*/
    }

.main-secondary .nav-tabs {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

    .main-secondary .nav-tabs > li > a {
        color: #fff;
        padding: 5px 15px;
    }

.oldie .main-secondary .nav-tabs > li > a {
    padding: 5px 10px;
}

.main-secondary .nav-tabs > li.active > a:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -16px;
    height: 21px;
    width: 32px;
}



.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}


/*
Tabpanel
Version 2012.04.25
*/

ul.tabpanel_list {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    height: 19em; /*Changed from 22em*/
    position: relative;
}

.ie7 ul.tabpanel_list {
    margin-bottom: 2em;
}

.tabpanel_tab.add_icon_blue_star {
    padding: 4px 0 4px 40px;
    background-color: transparent;
}

.ie7 .tabpanel_tab.add_icon_blue_star {
    background-image: none; /* IE7 can't position image correctly */
}

.tabpanel_list li {
    float: left;
    padding: 2px 20px 0 0px;
}

.tabpanel_tab {
    color: #505050;
    background-color: #fff;
    font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 1.4em;
    position: relative;
    z-index: 2; /* needed if tabs wrap to new line */
    cursor: pointer;
}

.ie7 .tabpanel_tab {
    white-space: nowrap;
}

.tabpanel_list li:first-child .tabpanel_tab {
    color: #069; /* highlighted */
}

.tabpanel_panel {
    position: absolute;
    left: 0px;
    padding: 0 0 0 0;
    background: #fff;
    /*height:18.5em;*/
    width: 100%;
    overflow: auto;
    display: none;
}

.ie7 .tabpanel_panel {
    margin-top: 2em;
}

.tabpanel_list li:first-child .tabpanel_panel {
    display: block;
}

.no-js .tabpanel_list li:hover .tabpanel_panel {
    display: block;
}

.no-js .tabpanel_list li:hover .tabpanel_tab {
    color: #069;
}

.tabpanel_panel div.add_padding {
    margin: 0 0 0 0px;
    padding: 0;
    width: auto;
}

.tabpanel_line_and_arrow {
    width: 100%;
    height: 16px;
    position: relative;
}

.tabpanel_d_arrow_container {
    background: transparent url(/images/template2013/nav_down_arrow.png) no-repeat;
    width: 44px;
    height: 16px;
    position: absolute;
    top: -2px;
    margin-left: -22px;
    left: 80px;
}

.tabpanel_line_container {
    width: 95%;
    height: 2px;
    position: absolute;
    top: 0;
    background: #ccc;
    background: -moz-linear-gradient(left, #fff 0%, #ccc 15%, #ccc 85%, #fff 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); /* IE10+ */
    background: linear-gradient(left, #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); /* W3C */
}


/* Tabpanel content */

.tabpanel_panel img {
    float: left;
    padding: 0 8px 0 0;
}

.tabpanel_panel .half_width_column {
}

    .tabpanel_panel .half_width_column li {
        background-image: none;
        float: none;
        background: transparent url(../images/template2013/bullet_blue_disc.png) no-repeat 0px 2px;
        padding: 0 0 16px 18px;
    }

#main_content .tabpanel_panel .add_space_between_li li {
    padding-bottom: 18px;
}


/* CUSTOMIZATIONS */

.tab-group .nav-tabs {
    background-color: transparent;
}


ul.tabpanel_list_static {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    height: 19em; /*Changed from 22em*/
    position: relative;
    padding-left: 5px;
}

.tabpanel_list_static li {
    float: left;
    padding: 5px;
    /*padding:2px 20px 0 0px;*/
    padding-bottom: 20px;
}


    .tabpanel_list_static li:not(.active) .container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 2px dashed #e0dfdf;
        border-bottom: none;
        height: 100%;
        opacity: .65;
    }

    .tabpanel_list_static li.active .container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 2px solid #ccc;
        border-bottom: none;
        color: #374e40;
        text-shadow: 1px 1px #d7e1e1;
        height: 100%;
    }

    .tabpanel_list_static li.active div {
        background: white;
        z-index: 1;
        height: 2px;
        width: 100%;
        background-position: bottom center;
        position: relative;
    }

.tabpanel_line_container_static {
    width: 97%;
    height: 2px;
    position: relative;
    z-index: 0;
    top: -24px;
    background: #ccc;
    /*padding-left: 10px;*/
    /*background: -moz-linear-gradient(left,  #fff 0%, #ccc 15%, #ccc 85%, #fff 100%); 
	background: -webkit-linear-gradient(left,  #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); 
	background: -o-linear-gradient(left,  #fff 0%,#ccc 15%,#ccc 85%,#fff 100%);
	background: -ms-linear-gradient(left,  #fff 0%,#ccc 15%,#ccc 85%,#fff 100%); 
	background: linear-gradient(left,  #fff 0%,#ccc 15%,#ccc 85%,#fff 100%);*/
}



/* For custom tab control buttons */
.clearButton {
    border-color: transparent;
    background-color: transparent;
    font-size: large;
}


/* MORE TABS */
/* THEY WANTED TABS ON THE APPLICANT SIDE - SIMPLY COMMENT OUT THESE STYLES TO UNDO THE TABS*/

ul.nav-tabs li div {
    border-top: 2px dashed rgba(235, 234, 234, 1);
    border-left: 2px dashed rgba(235, 234, 234, 1);
    border-right: 2px dashed rgba(235, 234, 234, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

ul.nav-tabs li.active div {
    border-top: 2px solid rgba(203, 203, 203, 1);
    border-right: 2px solid rgba(203, 203, 203, 1);
    border-left: 2px solid rgba(203, 203, 203, 1);
}

ul.nav-tabs li.active div {
    background-color: #e6e6e6;
    font-weight: bold;
}

.main-primary .nav-tabs > li.active > a::after {
    background: none;
}

.main-primary .nav-tabs::after {
    background: none;
    border-bottom: 2px solid rgba(203, 203, 203, 1);
}

/* END OF TAB STUFF */

ul.tabpanel_vertical_list li.active div input {
    font-weight: bold;
    text-decoration: underline;
}


/* TAB PANEL VERTICAL */

ul.tabpanel_vertical_list {
    padding: 0 5px 0 0;
    margin: 0 0 0 0;
    list-style: none;
    height: 19em; /*Changed from 22em*/
    position: relative;
    border-right: 1px dashed rgb(204,204,204);
}

.tabpanel_vertical_tab {
    color: #505050;
    background-color: #fff;
    font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 1.4em;
    position: relative;
    z-index: 2; /* needed if tabs wrap to new line */
    cursor: pointer;
}

.tabpanel_vertical_list li {
    border-bottom: 1px dashed rgb(204,204,204);
    padding: 10px;
}

.tabpanel_vertical_panel {
    position: absolute;
    left: 0;
    padding: 0 0 0 0;
    background: #fff;
    height: 18.5em;
    /*width:100%;*/
    overflow: auto;
    display: none;
}

.tabpanel_vertical_list li.active span {
    font-weight: bold;
}


/* END TAB PANEL VERTICAL */


.tab-group {
    position: relative;
    border: 0;
}
