/* Main Navigation Menu */

.header .dropdown-menu .span3,
.header .dropdown-menu .span6 {
    padding: 0 !important;
}

    .header .dropdown-menu .span6:first-child {
        padding-right: 7px !important;
    }

    .header .dropdown-menu .span6:nth-child(2) {
        padding-left: 7px !important;
    }

    .header .dropdown-menu .span3:first-child {
        padding-right: 10px !important;
    }

    .header .dropdown-menu .span3:nth-child(2) {
        padding-left: 5px !important;
        padding-right: 7px !important;
    }

    .header .dropdown-menu .span3:nth-child(3) {
        padding-left: 7px !important;
        padding-right: 5px !important;
    }

    .header .dropdown-menu .span3:nth-child(4) {
        padding-left: 10px !important;
    }

/* Contents */

i.icon.icon-plus,
i.icon.icon-minus,
i.fa.fa-plus,
i.fa.fa-minus {
    position: relative;
    top: 5px;
}

.main-feature {
    border-top: 0 !important;
}

#accordionForHealthCareReformBlogPosts .accordion-heading .accordion-toggle .icon,
#accordionForSpecialUpdates .accordion-heading .accordion-toggle .icon,
#accordionForFAQ .accordion-heading .accordion-toggle .icon,
#accordionForHealthCareReformBlogPosts .accordion-heading .accordion-toggle .fa,
#accordionForSpecialUpdates .accordion-heading .accordion-toggle .fa,
#accordionForFAQ .accordion-heading .accordion-toggle .fa {
    padding: 0 !important;
    margin-right: 10px;
    width: 15px;
}

#accordionForHealthCareReformBlogPosts .accordion-heading .accordion-toggle,
#accordionForSpecialUpdates .accordion-heading .accordion-toggle,
#accordionForFAQ .accordion-heading .accordion-toggle {
    display: inline-flex;
    width: 100%;
    color: #fff;
    background-color: #0094d9;
}

    #accordionForHealthCareReformBlogPosts .accordion-heading .accordion-toggle.collapsed,
    #accordionForSpecialUpdates .accordion-heading .accordion-toggle.collapsed,
    #accordionForFAQ .accordion-heading .accordion-toggle.collapsed {
        color: #777 !important;
        background-color: #fff !important;
    }

a.accordion-toggle span.su-blg-title:hover {
    text-decoration: none !important;
}

.main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv {
    background-color: #f7f7f7;
}

    .main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv h1,
    .main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv h2,
    .main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv h3,
    .main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv p {
        padding-left: 10px;
        padding-right: 10px;
    }

.panel-group .panel + .panel {
    margin-top: -1px !important;
}

.main-feature #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentDiv > h1 {
    margin-top: 0;
    padding-top: 5px;
    border-top: 4px solid #8cc73f;
}

#mainTools {
    margin-left: 0;
    margin-right: 0;
}

#otherTools > .row-fluid > .row-fluid {
    margin-left: 15px;
    margin-right: 15px;
}

.container.content table td {
    padding: 8px;
}

    .container.content table th,
    .container.content table td.header {
        background-color: #f9f9f9;
    }

    .container.content table td p {
        /*margin: 0;*/
    }

.well {
    background-color: #f7f7f7;
}

#ctl00_ContentPlaceHolder2_ucMainContent1_divContentLeftPanel {
    padding-right: 15px;
    padding-left: 15px;
}

/* End Contents */

/* Home page*/

.feature-well {
    border-top: 4px solid #8cc73f;
    margin-top: 15px;
}

.state-law-finder .sky-form .select {
    margin-top: 5px;
    margin-bottom: 10px;
}

.magazine-posts {
    padding-left: 0;
    padding-right: 0;
}

.state-search-icon, .hr-hotline-call-icon {
    position: relative;
    top: 10px;
}

#ctl00_ContentPlaceHolder3_ToolsList1_uxToolList li a i {
    position: relative;
    top: 3px;
}

    #ctl00_ContentPlaceHolder3_ToolsList1_uxToolList li a i + i {
        position: relative;
        top: -32px;
        font-size: 13px;
    }

#ctl00_ContentPlaceHolder3_ToolsList1_uxToolList li a .link-txt {
    position: relative;
    top: -2px;
    font-size: 15px;
}

#live-support {
    margin: 0 !important;
}

.alert-warning {
    margin-bottom: 15px !important;
}

#ctl00_ContentPlaceHolder7_uxStateLawWarningDiv {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pull-left-email {
    float: left;
    margin: 0;
    text-align: left;
    width: 62%;
}

.pull-right-email {
    display: inline-block;
    margin-top: -12px;
    text-align: left;
    width: 38%;
}

.modal, .modal-footer, .modal-body, #statesModal label, #statesModal input, #statesModal .btn-success {
    font-size: 13px !important;
}

.modal-body {
    /* max-height: 420px; */
    overflow-y: auto;
}

@media screen and ( max-width: 991px ) {
    .modal-body {
        /* max-height: 420px; */
        overflow-y: auto;
    }
}

@media screen and ( max-height: 736px ) and (orientation : portrait) {
    .modal-body {
        max-height: 320px;
        overflow-y: auto;
    }

    .modal-dialog {
        margin-right: 20px;
    }
}


@media screen and ( max-width: 480px ) {
    .modal-footer {
        text-align: left !important;
    }
}

@media screen and ( max-height: 400px ) and (orientation : landscape) {
    .modal-body {
        max-height: 100px !important;
    }
}

@media screen and (max-width:380px) and (orientation : portrait) {
    #ctl00_ContentPlaceHolder5_uxSaveContactState {
        margin-top: 2px !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width:598px) {
    .pull-left-email {
        display: block;
        text-align: left;
        float: none;
        width: auto;
    }

    .pull-right-email {
        display: block;
        text-align: left;
        float: none;
        width: auto;
    }
}

.modal.fade.in {
    top: 0px !important;
}

/* Home page end */

/* Flowchart */

.flow_chart {
    position: relative;
}

    .flow_chart ul {
        right: -80% !important;
        width: 85% !important;
        margin: 0 !important;
    }

        .flow_chart ul li {
            width: 140%;
        }

.flow_chart_content > ul > li {
    width: 45%;
}

    .flow_chart_content > ul > li.flow_chart {
        margin-bottom: -25px;
    }

@media (max-width: 1199px) {
    .flow_chart ul {
        right: -79% !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 980px) {
    .flow_chart_content {
        width: 80% !important;
    }
}

@media screen and (max-width: 979px) and (min-width: 241px) {
    .flow_chart_content {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) and (min-width: 241px) {
    .flow_chart_content .flow_chart ul li a {
        padding: 10px;
    }
}

@media screen and (max-width: 320px) and (min-width: 241px) @media screen and (max-width: 400px) and (min-width: 321px) @media screen and (max-width: 480px) and (min-width: 401px) @media screen and (max-width: 568px) and (min-width: 481px) @media screen and (max-width: 685px) and (min-width: 569px) @media screen and (max-width: 768px) and (min-width: 686px) @media screen and (max-width: 1024px) and (min-width: 769px) {
    .flow_chart_content .flow_chart ul {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .flow_chart:after {
        content: "";
        background: url(/subscriptions/img/arrow-connector-single-mobile.png) no-repeat 0 center !important;
    }

    .flow_chart ul li {
        width: 158%;
    }
}

/* End Flowchart */

/* Blog pages */

#side-nav li.nav-header,
.nav-list > li > a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-family: "Open Sans", Arial, Sans-Serif !important;
    font-size: 15px !important;
    font-weight: 400;
    padding: 10px 30px 10px 15px !important;
    border-bottom: 1px solid #ddd !important;
}

#side-nav {
    /* border: 1px solid #ddd !important; */
    border-bottom: none !important;
}

.navbar-collapse {
    border: 0;
}

.header-v7-2 .navbar-collapse.in, .header-v7-2 .collapsing {
    position: relative;
    top: -1px;
}

.i-bg-primary, .i-bg-secondary {
    width: 40px !important;
}

    .i-bg-primary > i.icon-white, .i-bg-secondary > i.icon-white {
        color: #fff;
    }

#recent-posts a {
    color: #555;
}

/* End Blog pages */

/* Global Styles */
body {
    font-size: 15px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 145%;
}

h3 {
    font-size: 16.5px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 115%;
}

h6 {
    font-size: 105%;
}

h1, h2, h3, h4, h5, h6 {
    color: #0094d9;
    line-height: 1.2em;
}

p, li {
    color: #666666;
}

.blog-block hr {
    margin: 35px 0;
}

.bevel-edge {
    background: url(/subscriptions/img/bevel-edge.png) no-repeat 0 0 #8cc73f;
}

.link-block h3 {
    line-height: 30px;
    border-bottom: 4px solid;
    border-color: #8cc73f;
}

#home-feature h2 {
    line-height: 30px;
    border-bottom: 4px solid;
    border-color: #8cc73f;
}

#feature-well {
    margin: 0;
    background-color: #d7eaf8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 19px;
    overflow: hidden;
}

.control-label-new {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8CC73F;
    *background-color: #8CC73F;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #8CC73F, #8CC73F);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        color: #ffffff;
        background-color: #508B03;
        *background-color: #508B03;
        background-image: -moz-linear-gradient(top, #508B03, #508B03);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#508B03), to(#508B03));
        background-image: -webkit-linear-gradient(top, #508B03, #508B03);
        background-image: -o-linear-gradient(top, #508B03, #508B03);
        background-image: linear-gradient(to bottom, #508B03, #508B03);
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #8CC73F \9;
    }

.get_started_txt {
    float: none !important;
    text-align: right;
}

.control-label-new + .controls .input-large {
    float: right;
}

.cke_dialog_ui_input_text .cke_dialog_ui_input_text {
    margin-bottom: 0;
}

/*Ask An Expert*/
.ask_expert li:first-child {
    margin-right: 10px;
}

.ask_expert li.fl input {
    margin-right: 5px;
}

.fl {
    float: left;
}

.edit-acc-req-fld {
    background-color: #ffffcc !important;
    border-left: 3px solid #bd362f !important;
    outline: 0 none;
}

/*icon styling*/
ul.i-list {
    margin: 0;
    padding: 0;
}

    ul.i-list li {
        list-style-type: none;
    }

        ul.i-list li a {
            display: block;
            min-height: 50px;
            color: #0094d9;
            border-bottom: 1px solid;
            border-color: #EBEBEB;
            font-weight: bold;
            margin: 5px 0;
            padding: 5px 0;
        }

span.link-txt {
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 18px;
}

.i-bg-primary, .i-bg-secondary {
    display: block;
    width: 30px;
    height: 40px;
    padding: 0 5px;
    position: relative;
}

.i-bg-primary {
    background-color: #0094d9;
}

.i-bg-secondary {
    background-color: #8cc73f;
}

.i-heading {
    position: relative;
}

.rss, .speech, .note, .chart, .calc, .fix-it, .magnifying-glass, .download {
    background: url(/Subscriptions/img/sprites.png) no-repeat;
    position: absolute;
    top: 0;
}

.i-heading .fix-it, .i-heading .calc, .i-heading .chart, .i-heading .note, .i-heading .speech, .i-heading .rss, .i-heading .magnifying-glass, .i-heading .download {
    right: -2px;
    top: 2px;
}

.i-heading .bevel-edge {
    background-color: #8CC73F;
    height: 24px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 41px;
}

.i-heading-text .bevel-edge {
    background-color: #8CC73F;
    height: 24px;
    position: absolute;
    right: 0;
    top: 6px;
}

.i-heading-text .dropdown-menu {
    left: -66px;
}

span.i-text {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 0;
}

.i-heading .bevel-edge .rss {
    top: 4px;
    right: 5px;
}

.i-heading .bevel-edge .download {
    top: 5px;
    right: 5px;
}

.i-bg-primary .calc, .i-bg-primary .rss, .i-bg-primary .fix-it, .i-bg-primary .note, .i-bg-primary .magnifying-glass, .i-bg-primary .download, .i-bg-secondary .calc, .i-bg-secondary .rss, .i-bg-secondary .fix-it, .i-bg-secondary .note, .i-bg-secondary .magnifying-glass, .i-bg-secondary .download {
    top: 6px;
    left: 7px;
}

.i-bg-primary .chart, .i-bg-secondary .chart {
    top: 6px;
    left: 3px;
}

.i-bg-primary .speech, .i-bg-secondary .speech {
    left: 3px;
    top: 4px;
}

.rss {
    background-position: -258px -9px;
    width: 17px;
    height: 17px;
}

.speech {
    background-position: 0 0;
    width: 34px;
    height: 32px;
}

.note {
    background-position: -56px 0;
    width: 30px;
    height: 30px;
}

.chart {
    background-position: -104px -2px;
    width: 33px;
    height: 29px;
}

.calc {
    background-position: -155px -3px;
    width: 25px;
    height: 27px;
}

.fix-it {
    background-position: -200px -1px;
    width: 33px;
    height: 33px;
}

.magnifying-glass {
    background-position: -295px -1px;
    width: 29px;
    height: 32px;
}

.download {
    background-position: -348px -7px;
    width: 19px;
    height: 18px;
}

.i-text {
    font-size: 10px;
    color: #fff;
}

.i-bg-primary > i {
    position: absolute;
    top: 12px;
    left: 12px;
}

/*end icon styling*/

/*blog list styles*/
ul.b-list {
    margin: 0;
    padding: 0;
}

    ul.b-list li {
        display: block;
        list-style-type: none;
        border-bottom: 1px solid;
        border-color: #EBEBEB;
        /* margin: 5px 0; */
        padding: 5px;
        font-size: 15px;
    }

        ul.b-list li:hover {
            background: #f1f1f2;
        }

        ul.b-list li a {
            min-height: 50px;
            color: #0094d9;
            font-weight: bold;
        }

.navbar .nav > li > .dropdown-menu:before {
    border: none;
}

.navbar .nav > li > .dropdown-menu:after {
    border: none;
}

/* .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
} */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    /* background-color: #0094d9; */
}

    .dropdown-menu > .active > a > label,
    .dropdown-menu > .active > a:hover > label {
        color: #fff;
    }

.last-child a {
}

.last-child .dropdown-menu {
    left: inherit;
    right: 0;
}

.mega > li {
    width: 200px;
    display: block;
}

.bevel-menu li a {
    font-size: 14px;
}

/*Desktop and Tablet Main Nav Styles*/

#main-nav .navbar-inner {
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #006d90;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: bold;
    color: #fff;
    background-color: #0094d9;
}

#mobile-nav .navbar-inner {
    background-color: #fff;
}

.navbar .nav > li > a {
    color: #fff;
}

#mobile-nav .nav > li > a {
    color: #0094D9;
    padding: 10px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    text-decoration: none;
}

.navbar .nav > li:hover {
    cursor: pointer;
}

    .navbar .nav > li:hover > a {
        text-decoration: none;
    }

#mobile-nav .nav > li > a:focus, #mobile-nav .nav > li > a:hover {
    color: #fff;
}

#mobile-search {
    display: none;
}
/* These styles create a hover dropdown on the bootstrap nav*/

#main-nav .sidebar-nav {
    padding: 9px 0;
}

#main-nav .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

#main-nav .dropdown-menu li:hover > .sub-menu {
    visibility: visible;
}

#main-nav .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

#main-nav .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

#main-nav .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/*End hover event nav styles*/

/*Sidebar Nav Styles*/

/* #side-nav li.nav-header {
	background-color: #8cc73f;
	color: #ffffff;
	margin: 0 -15px 0 -15px;
	font-size: 18px;
	padding: 10px;
	text-shadow: none;
}

#side-nav li a:hover,
#side-nav li a.active,
#side-nav li a.focus {
	background-color: #8cc73f;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

#side-nav li a.accordion-toggle {
	display: block;
	line-height: 25px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px;
}

.nav.nav-list {
    border: 1px solid #ddd !important;
    border-bottom: none !important;
} */

/*Sidebar item styles*/

#quickfinder {
    background: #0094D9;
    overflow: hidden;
}

    #quickfinder #leftform {
        width: 300px;
        margin: 5% auto;
    }

        #quickfinder #leftform label {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            float: left;
            padding-right: 15px;
            padding-top: 4px;
            width: 15%;
        }

#live-support {
    padding: 10px;
    margin: 10px 0;
}

    #live-support h4 {
        margin: 0;
    }

    #live-support p {
        line-height: 16px;
        font-size: 12px;
        margin-top: 10px;
    }

#support-number {
    color: #8cc73f;
    font-size: 16px;
    font-weight: bold;
}

#live-support img {
    margin: 5px 10px 10px 0;
}

/*Sidebar Productivity Navigation*/

/*Content Styles*/

/*Inside Page Styles*/

.bc-home {
    background: url(/Subscriptions/img/icon-home.png) left 3px no-repeat;
    text-indent: -99999px;
    display: inline-block;
    width: 17px;
    height: 20px;
}

.bc-chevron-right {
    background: url(/Subscriptions/img/bread-chev.png) center center no-repeat;
    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.breadcrumb {
    padding: 7px 15px;
    /*Joebet:Added to make the bradcrumb nearly touch the bottom*/
    margin: 0 0 5px;
}

.intro-feature {
    background-color: #f1f1f1;
    border-top: 4px solid;
    border-color: #8cc73f;
    padding: 10px;
}

.no-border {
    border: none;
}

.main-feature {
    border-top: 4px solid;
    border-color: #8cc73f;
}

.special-feature {
    background-color: #cbfc87;
    padding: 10px;
    color: #666666;
}


.txt-block {
    padding: 5px;
}

    .txt-block ul li {
        list-style-type: disc;
        color: #8CC73F;
    }

    .txt-block a {
        color: #8cc73f;
    }

.news-reel {
    background-color: #fff;
    border: 4px solid;
    border-color: #d7eaf8;
}

    .news-reel h3 {
        background-color: #d7eaf8;
        margin: 0;
        font-size: 100%;
        padding: 5px 8px;
    }

    .news-reel p {
        margin: 5px 10px;
    }

/*blog page styles*/
.sub-heading {
    color: #4D4D4D;
    font-size: 125%;
    margin-bottom: 25px;
}

.blog-block small a {
    color: #8cc73f;
}

    .blog-block small a:hover {
        color: #0094d9;
    }

.blog-block .read-on {
    padding: 10px 10px;
    color: #8CC73F;
}

    .blog-block .read-on:hover {
        color: #0094D9;
    }

/*end blog page styles*/

/*flow chart styles*/

ul.flow-chart {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}


.flow-chart li {
    text-align: center;
}

    .flow-chart li a {
        display: block;
        padding: 10px 25px;
        margin: 15px 0;
        color: #fff;
        background: #0094d9;
    }

.flow-chart > li > a {
    font-weight: bold;
    font-size: 110%;
}

.flow-chart > li > ul > li > a {
    font-weight: bold;
    background: #8cc73f;
}

    .flow-chart > li > ul > li > a:hover {
        background: #0094d9;
    }

.flow-chart li a:hover {
    text-decoration: none;
    background: #8cc73f;
}

.flow-chart li ul {
    list-style-type: none;
    margin: 15px 0;
}

    .flow-chart li ul li {
        display: inline-block;
        vertical-align: top;
    }

.flow-chart > li > ul > li > ul > li > a {
    background: #006d90;
}

.flow-chart li ul li ul li {
    display: list-item;
}

/*end flow chart styles*/
/*my account styles*/

#my-account {
    border: 4px solid;
    border-color: #0094d9;
}

    #my-account .form-actions {
        margin-bottom: 0;
    }

    #my-account legend {
        background-color: #0094d9;
        color: #fff;
        width: auto;
        padding-left: 5px;
    }

/*end my account styles*/
/*search results styles*/

.search-results thead {
    background-color: #006d90;
    color: #fff;
}

#searchTabs {
    margin-bottom: 0;
}

    #searchTabs li {
        background-color: #8cc73f;
        margin-right: 5px;
    }

        #searchTabs li.active {
            background-color: #ffffff !important;
            border-radius: none;
            border: none;
        }

            #searchTabs li.active a {
                color: #555;
            }

        #searchTabs li a {
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
        }

#search-quantity, .wiz-tab-heading {
    /* background-color: #0094d9; */
    /*margin-bottom: 15px;*/
    padding: 5px;
}

    #search-quantity p, .wiz-tab-heading p {
        /* color: #fff; */
        /* padding: 5px; */
    }
/*end search results styles*/

/*wizard tool styles*/

.dimmed {
    color: #888888;
}

.wizard-tabs {
    margin-bottom: 0;
}

    .wizard-tabs li {
        background-color: #8cc73f;
        margin-right: 5px;
    }

        .wizard-tabs li.active {
            background-color: #0094d9;
            border-radius: none;
            border: none;
            color: #fff;
        }

            .wizard-tabs li a, .wizard-tabs li.active a {
                color: #fff;
                padding-top: 5px;
                padding-bottom: 5px;
            }

.wage-table {
    border: 4px solid #0094D9;
}

    .wage-table thead {
        background-color: #0094D9;
        color: #fff;
    }

    .wage-table > tbody > tr > th, .wage-table > tbody > tr > td {
        vertical-align: middle;
        border-left: 1px solid #dddddd;
    }

        .wage-table > tbody > tr > td > table.table {
            margin-bottom: 0;
        }

        .wage-table > tbody > tr > td > table > tbody > tr > th, .wage-table > tbody > tr > td > table > tbody > tr > td {
            border-top: none;
        }


/*end wizard styles*/
/*map styles*/

#mapwrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 0;
    background-color: #ffffff;
    min-width: 220px;
}

svg {
    max-height: 100%;
}


.flow_chart {
    position: relative;
}

    .flow_chart:after {
        content: "";
        background: url(/subscriptions/img/arrow-connector-single.png) no-repeat 0 center;
        height: 9px;
        position: absolute;
        right: -49px;
        top: 14px;
        width: 49px;
    }

.flow_chart {
    position: relative;
}

    .flow_chart ul {
        background: url(/subscriptions/img/arrow-line.png) repeat-y 39px 0;
        position: absolute;
        right: -332px;
        text-align: left;
        top: 0;
        width: 332px;
        margin: 0 !important;
        padding-left: 19px;
    }

        .flow_chart ul li {
            display: block !important;
            padding: 0 0 0 56px;
        }

            .flow_chart ul li a {
                margin: 0 0 15px 0 !important;
            }

            .flow_chart ul li.connector {
                /*background: url(/subscriptions/img/arrow-connector.png) no-repeat 0 center; */
            }

            .flow_chart ul li.first-leaf {
                background: url(/subscriptions/img/arrow-right-top.png) no-repeat 20px -202px;
            }

            .flow_chart ul li.middle-leaf {
                background: url(/subscriptions/img/arrow-right-middle.png) no-repeat 20px center;
            }

            .flow_chart ul li.last-leaf {
                background: url(/subscriptions/img/arrow-right-bottom.png) no-repeat 20px -7px;
                padding-bottom: 0;
            }

                .flow_chart ul li.last-leaf a {
                    margin-bottom: 0 !important;
                }

        .flow_chart ul.leaf_1 {
            background: none;
            top: 0;
        }

            .flow_chart ul.leaf_1 li.connector {
                /*background: url(/subscriptions/img/arrow-connector-single.png) no-repeat 0 center; */
            }

        .flow_chart ul.leaf_2 {
            top: -90px;
        }

            .flow_chart ul.leaf_2 li.connector {
                background: url("/subscriptions/img/second-leaf.png") no-repeat 0 center;
            }

        .flow_chart ul.no-leaf, .flow_chart ul.no-leaf li.first-leaf {
            background: none;
        }

.salary_benchmarking {
    margin-top: 15px;
}

    .salary_benchmarking .controls {
        margin-top: 5px;
    }

    .salary_benchmarking .control-group {
        margin-bottom: 0;
    }

    .salary_benchmarking .subscriptions input[type="radio"], input[type="checkbox"] {
        margin-top: 3px !important;
    }

.chek_text .row-fluid .span1 {
    margin-left: 0 !important;
    width: 2.983%;
}

.chek_text .row-fluid .span2 {
    padding-top: 0;
}


/*---report filter---*/
.report_filter {
}

.date_picker {
    float: left;
    padding-bottom: 15px;
    margin-right: 15px;
}

    .date_picker label {
        display: inline-block;
        width: 70px;
    }

    .date_picker input[type="text"] {
        width: 95px;
        margin: 0;
    }

    .date_picker .calendarDatePickerButtonDefault {
        vertical-align: middle;
    }

.cnt_sortby {
    margin-top: -10px;
}

    .cnt_sortby strong {
        display: block;
        margin-bottom: 6px;
    }

    .cnt_sortby span {
    }

    .cnt_sortby input {
        float: left;
        margin-right: 5px;
        margin-top: 3px;
    }

    .cnt_sortby label {
        float: left;
        margin-right: 16px;
    }

.error_txt {
    padding: 15px 40px 15px;
    text-align: center;
    color: #ff0010;
    font-size: 13px;
    font-weight: bold;
}

.upload_file_container {
    background: #eaedf0;
}

    .upload_file_container h3 {
        background-color: #B7C2CC;
        padding: 5px 10px 5px 10px;
        margin: 0;
    }

    .upload_file_container p {
        text-align: center;
        padding: 0 10px;
    }

    .upload_file_container input[type="checkbox"], .upload_file_container input[type="radio"] {
        margin-right: 5px;
        margin-top: -2px !important;
    }

    .upload_file_container h3.btn-area {
        text-align: right;
        padding-right: 10px;
    }


/*--edit email template---*/
.emailTemplate {
}

    .emailTemplate h5 li {
        color: Red;
        font-weight: normal;
    }

    .emailTemplate ul {
        margin: 0;
    }

        .emailTemplate ul > li {
            list-style-type: none;
            display: inline-block;
            width: 49%;
            vertical-align: top;
        }

        .emailTemplate ul li label {
            font-weight: bold;
        }

        .emailTemplate ul li.small-width {
            width: 21%;
        }

        .emailTemplate ul li.medium-width {
            width: 29%;
        }

        .emailTemplate ul li.full-width {
            width: 100%;
        }

            .emailTemplate ul li.full-width input[type="text"] {
                width: 95.8%;
            }

        .emailTemplate ul li select {
            margin-bottom: 10px;
            width: 200px\0/;
        }

        .emailTemplate ul li input[type="text"] {
            width: 95%;
        }

.editor_area {
    width: 74%;
    display: inline-block;
}

.quick_save {
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 22%;
}

.editor_area .order_ct {
    float: right;
    padding-top: 20px;
}

.editor_area .btn-area {
    float: left;
    padding-top: 20px;
}


/*---my setting---**/
.browse_upload {
    /*float: left;*/
}

.upload_other {
    /*float: left;*/
}

.restrictioned {
    padding-top: 8px;
}

    .restrictioned ul {
        margin: 0 0 0 15px;
    }

.select_logo {
    padding: 15px 15px 0 0;
}

.upload_img {
    padding-top: 10px;
}

.template_list ul {
    margin: 0;
}

    .template_list ul li {
        list-style-type: none;
        display: inline-block;
        width: 100%;
    }

        .template_list ul li input {
            float: left;
        }

        .template_list ul li label {
            float: left;
            margin: 0 10px;
        }

.modal_custom {
    margin-left: 0;
}


/*--move from theme.css----*/
.main-feature {
    border-color: #8cc73f;
}

.special-feature {
    background-color: #cbfc87;
    color: #666666;
}

.edit_info .form-horizontal {
    border: 4px solid #0094D9;
    margin-bottom: 15px;
    /*padding-left:10px;*/
}

.margin-bot15 {
    margin-bottom: -15px;
}
/*---Added by Somnath on 30/12/2013 for email send templete-*/
.sendEmail_list.fromtopmr {
    margin-top: 10px;
}

.frompadd {
    padding: 10px 0;
}

.btn-edit {
    vertical-align: top;
    padding: 6px 12px;
}

.searchwidth {
    width: 55%;
}

.clear {
    clear: both;
}

.row-fluid .sendTemplate {
    margin: 0;
}

.row-fluid .newsletter_content {
    margin: 10px 0 0 0;
}

.sendEmail_list {
    margin: 0;
}

    .sendEmail_list li {
        list-style-type: none;
    }

        .sendEmail_list li label {
            display: inline-block;
            min-width: 100px;
            margin: 4px 0 0;
            vertical-align: top;
        }

    .sendEmail_list select {
        margin-bottom: 10px;
    }

.txtSub {
    width: 68%;
}

.email_accpt {
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.placeholder .ob_gMCont {
    margin: 15px 0 20px 104px;
}

.sendEmail_list li .ob_gMCont {
    display: inline-block;
    width: 91% !important;
}

.croptoolTranslayer {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 991;
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

.top_btn {
    margin: 0 0 10px 0;
}

.top_btn_top {
    margin: 10px 0 0 10px;
}

.email_temp_list {
    padding: 0px 0 8px 0;
}

    .email_temp_list .ob_gMCont {
        width: 1170px !important;
    }

.email-table .ob_gMCont {
    width: auto !important;
}

.send_list {
    margin: 10px 20px 5px 20px;
}

    .send_list li {
        list-style-type: none;
    }

        .send_list li span {
            float: right;
        }

            .send_list li span:first-child {
                float: left;
            }

.btn_area {
    display: inline-block;
}

.remaining_acc {
    float: right;
    margin-top: 9px;
}

.ob_gMCont input {
    border: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    line-height: normal;
    cursor: pointer;
}

.ob_gMCont {
    line-height: normal;
}

.ob_gFBSp {
    display: none;
}

.subscriptions {
    padding: 0 0 15px 0;
}

    .subscriptions input[type="radio"], input[type="checkbox"] {
        margin: -1px 0 0 0;
    }

.user_lbl span {
    line-height: 29px;
}

.submit_form {
    border: 0;
    border: 0 !important;
    margin: 0 !important;
}

.small_ddl {
    width: 100px;
    vertical-align: top !important;
}

.big_txtarea {
    width: 50%;
    max-width: 50%;
}

.txt-hints {
    display: inline-block;
}

.username-mobile {
    position: relative;
    display: block;
    margin-top: 5px;
}

    .username-mobile label {
        color: #fff;
        margin: 0;
        float: right;
        text-align: right;
        width: 84%;
    }

        .username-mobile label strong {
        }

    .username-mobile .dropdown-menu {
        border-color: #0094D9;
        right: 0;
        top: 78%;
        left: 0;
        position: static;
    }

        .username-mobile .dropdown-menu li a:hover {
            background-color: #0094D9 !important;
        }

        .username-mobile .dropdown-menu li a:focus {
            background-color: #0094D9 !important;
        }

    .username-mobile .btn {
        margin-top: 0;
        background: #0094D9;
        margin-top: -3px !important;
        padding: 5px 12px;
    }

    .username-mobile label .icon-off {
        margin-top: 0;
    }

    .username-mobile label small {
        margin-left: 5px;
    }

    .username-mobile label .btn {
        margin-left: 5px;
        float: right;
    }

.btn-gen-pdf {
    margin-top: 109px;
}

.img-uploaded {
    max-width: 900px;
}

.user-logedin {
    float: right;
    width: 205px;
    text-align: right;
}

    .user-logedin .btn-primary {
    }

    .user-logedin .caret {
        margin-left: 5px;
    }

.btn-sub-child {
    float: left;
    margin: 0 !important;
    padding: 6px 11px !important;
    background: #0094D9 !important;
}

.username-mobile .caret {
    margin-left: 5px;
}

/* menu dropdown width */
.dbline .dropdown-menu {
    min-width: 578px;
}

.state-law-menu .dropdown-menu {
    min-width: 631px !important;
}

.state-law-menu-hotline .dropdown-menu {
    min-width: 631px !important;
}

.other-header-menus .dropdown-menu {
    min-width: 810px !important;
}

.last-child-resource .dropdown-menu {
    right: 0;
}

.last-child-safety .dropdown-menu {
    right: 0;
}


.admin-manage-grid {
    margin: 5px;
    width: 99%;
    /* overflow: auto; */
}

.adminmanage_client .remaining_acc {
    width: 226px;
}

    .adminmanage_client .remaining_acc label {
        display: inline-block;
        line-height: 27px;
        margin-bottom: 5px;
        margin-right: 5px;
        vertical-align: top;
    }
/*--move from theme.css-- end--*/

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.tip {
    display: none;
    padding: 5px;
    border: 1px solid #EBECED;
    color: #edeef0;
    font-weight: bold;
    z-index: 1000;
    float: left;
    position: absolute; /*gradient color*/
    background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565')"; /* IE8 */
    background-image: linear-gradient(to bottom, #494949 0%, #656565 100%); /* IE10 */
    background: -moz-linear-gradient(top, #494949,#656565); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#656565));
    word-break: keep-all;
    white-space: nowrap;
}


/*end map styles*/
/*Footer Styles*/

#footer {
    padding: 20px 0;
    border-top: 4px solid;
    border-color: #006d90;
    background-color: #d7eaf8;
    margin-top: 10px;
}

    #footer .text-center p {
        text-align: center;
    }

#copyright {
    color: #0094d9;
    padding: 5px;
}

#trademark {
    font-size: 80%;
    color: #666666;
    padding: 5px;
}

#contact {
    color: #0094d9;
    padding: 5px;
}


@media (min-width: 992px) {
    .copyright .container {
        width: 100%;
    }
}

/*Global Helpers*/

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.primary-txt {
    color: #0094D9;
}

.secondary-txt {
    color: #8CC73F;
}

.block-center {
    display: block;
    margin: 0 auto;
}

/*end global helpers*/
.single_menu .dropdown {
    position: static;
}

/*State Laws - tables */
.postersTable tbody {
    vertical-align: baseline;
}

.postersTable th, .postersTable td {
    border-bottom: 1px solid #CCCCCC;
}

    .postersTable th:last-child, .postersTable td.last {
        border-bottom: medium none;
    }

    .postersTable td:first-child, .postersTable td.first {
        border-left: medium none;
    }

.postersTable tr.header-column-title {
    background-color: #B0B0B0;
}

.postersTable tr.header-section-title {
    background-color: #DDDDDD;
}
/*State Laws - tables */
.lblAcc {
    float: left;
}

.acc_type {
    margin: 0 0 0 183px;
    width: 150px;
    float: left;
}

    .acc_type li {
        list-style-type: none;
    }

        .acc_type li lable {
            line-height: 21px;
            margin-bottom: 5px;
        }

        .acc_type li input[type='radio'] {
            float: left;
            margin-right: 5px;
        }

.left-mobilemenu-hld {
    background: #8CC73F;
}

    .left-mobilemenu-hld .nav-collapse {
        background: #fff;
    }

.left-mobilemenu {
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .left-mobilemenu span.list-title {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        line-height: 23px;
        width: 82%;
        color: #FFFFFF;
        margin: 3px 0 0 10px;
    }

    .left-mobilemenu .btn-navbar {
        float: right;
        margin: 0;
        padding: 6px 5px 0 0;
        background: none !important;
        border: 0;
    }

#side-nav-mob {
    border: 4px solid #8CC73F;
}

    #side-nav-mob li.nav-header {
        background-color: #8CC73F;
        color: #FFFFFF;
        font-size: 18px;
        margin: 0 -15px;
        padding: 10px;
        text-shadow: none;
    }

    #side-nav-mob li a.accordion-toggle {
        display: block;
        line-height: 25px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        text-decoration: none;
    }

    #side-nav-mob li.nav-header, #side-nav-mob li a:hover, #side-nav-mob li a.active {
        background-color: #8cc73f;
        color: #fff;
    }

.logoLMargin {
    margin-left: 241px !important;
}

.autouHr input[type="checkbox"] {
    margin-top: -3px !important;
}

.mainMobileMenu {
}

    .mainMobileMenu .btn-navbar {
        margin-left: 0 !important;
        padding: 7px 12px;
        height: 17px;
    }

    .mainMobileMenu .navbar-responsive-main #side-nav_mob_top {
        border: 4px solid #0088CC;
        display: block;
    }

.userLogInfo .btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

.navbar .userLogInfo .nav-list2 {
    border: 3px solid #0094D9;
    display: block;
    width: auto;
}

    .navbar .userLogInfo .nav-list2 > li a {
        margin: 0 !important;
        padding: 5px 10px !important;
        border-radius: 0;
    }

        .navbar .userLogInfo .nav-list2 > li a:hover, .navbar .userLogInfo .nav-list2 > li a:focus {
            background: #0094D9 !important;
        }

.userLogInfo .btn-addPadd {
    margin: -3px 0 0 !important;
    padding: 10px 12px;
}

.nav-collapse #side-nav_mob_top {
    width: auto;
}

    .nav-collapse #side-nav_mob_top > li a {
        padding: 3px 15px;
        font-weight: normal;
        color: #0088CC;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-shadow: inherit;
    }

    .nav-collapse #side-nav_mob_top li a:hover, .nav-collapse #side-nav_mob_top li a.active {
        background: #8CC73F;
        color: #fff;
        text-decoration: none;
        border-radius: 0;
    }

    .nav-collapse #side-nav_mob_top .icon-chevron-down {
        float: right;
    }
/*#side-nav-mob .icon-chevron-down{ float:right;}*/
#side-nav-mob .icon-chevron-down {
    display: inline-block;
    float: right;
    vertical-align: top;
    height: 30px;
    width: 46px;
    background: url("/Subscriptions/img/arrow-down.png") 21px center no-repeat;
    margin-top: 0;
}

#side-nav_mob_top .icon-chevron-down {
    display: inline-block;
    float: none;
    vertical-align: top;
    height: 30px;
    width: 46px;
    background: url("/Subscriptions/img/arrow-down.png") 21px center no-repeat;
    margin-right: -15px;
    margin-top: -3px;
}

.nav-collapse #side-nav_mob_top div li a {
    display: block;
    padding: 3px 15px;
    text-shadow: none;
    color: #0088CC;
    font-weight: normal;
}

#side-nav_mob_top li a.accordion-toggle {
    display: block;
    line-height: 25px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

#side-nav .icon-chevron-down {
    float: right;
    margin-top: 4px;
}

.align-right {
    text-align: right;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
}
/*.form-search button.btn, input.btn[type="submit"] { vertical-align: top;}*/
/*Joebet: Destroys the Multistatelawcomparisontool (overrides bootstrap)*/
.form-search button.btn {
    vertical-align: top;
}

.admin-man-hld {
    margin: 0;
    overflow: auto;
    width: 1170px;
}

table.breakWord {
    table-layout: fixed;
    word-wrap: break-word;
}

.hint-txt1 {
    display: inline-block;
    width: 13%;
    vertical-align: middle;
    text-align: center;
}

.hint-txt2 {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

    .hint-txt2 label {
        display: inline;
    }

    .hint-txt2 input[type="checkbox"] {
        margin: -2px 5px 0 0 !important;
    }

.hint-txt3 {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
}

.txt-hld {
    width: 206px !important;
}

.hint-txt1 > strong {
    line-height: 31px;
}

.set-align {
    float: left;
    padding-right: 4px;
}

.btn-yes-modal {
    color: #fff !important;
    text-shadow: inherit;
    background-color: #8CC73F !important;
    *background-color: #8CC73F !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #8CC73F, #8CC73F) !important;
    border-left-color: #51a351 !important;
    border-right-color: #51a351 !important;
    border-top-color: #51a351 !important;
    border-bottom-color: #387038 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CC73F', endColorstr='#51a351', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

    .btn-yes-modal:hover,
    .btn-yes-modal:focus,
    .btn-yes-modal:active,
    .btn-yes-modal.active,
    .btn-yes-modal.disabled,
    .btn-yes-modal[disabled] {
        background-color: #508B03 !important;
        *background-color: #508B03 !important;
        background-image: -moz-linear-gradient(top, #508B03, #508B03) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#508B03), to(#508B03)) !important;
        background-image: -webkit-linear-gradient(top, #508B03, #508B03) !important;
        background-image: -o-linear-gradient(top, #508B03, #508B03) !important;
        background-image: linear-gradient(to bottom, #508B03, #508B03) !important;
    }

#liMyProfileSection .caret {
    border-top: 4px solid #fff;
    text-decoration: none;
}

#liMyProfileSection a:hover {
    text-decoration: none;
}

    #liMyProfileSection a:hover > span {
        text-decoration: underline;
    }

.state-law {
    font-size: 1.1em;
}

.tagline-hld {
    margin-right: 3 !important;
    vertical-align: middle;
    display: inline-table;
    width: 47.3%;
}

.logo-hld {
    display: inline-table;
    vertical-align: middle;
    width: 25%;
}

.form-search-new {
    width: 24%;
    margin-left: 2.5641%;
    display: inline-table;
    vertical-align: middle;
}

    .form-search-new .searchwidth {
        width: 210px;
    }

.end-date-hld .controls, .start-date-hld .controls {
    margin-top: 4px;
}

.my-settings-hld .control-label {
    text-align: left;
}

.default-text-h2 {
    color: #006d90 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.manageclient-btn-area {
    width: 100%;
}

    .manageclient-btn-area .expiration-btn {
        float: right;
    }

.manageclient-expire-modal {
    max-width: 405px;
    width: 90%;
    margin-left: -202px;
}

.manageclient-date {
    width: 80px;
}

.get-started-center-text {
    height: 212px;
    display: table;
    text-align: center !important;
    width: 100%;
}

/*Responsive*/

@media (min-width: 1200px) {
    #main-nav .navbar .nav {
        height: 46px;
    }

    #main-nav ul.nav > li > a {
        width: 95px;
        text-align: center;
        line-height: 1.2em;
        height: 37px;
    }

    .navbar .divider-vertical {
        border-left: 1px solid #006d90;
        border-right: 1px solid #006d90;
        height: 46px;
        margin: 0;
    }

    .mega {
        width: 1164px;
        left: -1px;
        margin: 0;
    }

        .mega > li > ul > li > ul > li > ul {
            left: auto !important;
            right: 0 !important;
            top: 20px !important;
        }

    .other-header-menus .dropdown-menu {
        min-width: 99.5% !important;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }

    #main-nav ul.nav > li > a {
        text-align: center;
        line-height: 1.2em;
        font-size: 0.9em;
        padding: 10px;
        vertical-align: middle;
        display: table-cell;
    }

    .navbar .divider-vertical {
        border-left: 1px solid #006d90;
        border-right: 1px solid #006d90;
        margin: 0;
    }

    .nav .dropdown {
        /* position: relative !important; */
    }

    .mega {
        width: 930px;
        left: 0;
        margin: 0;
    }

        .mega > li > ul > li > ul > li > ul {
            left: auto !important;
            right: 0 !important;
            top: 20px !important;
        }
}

@media (max-width: 980px) {
    body {
        font-size: 15px;
    }

    label, input, button, select, textarea, .emailTemplate ul li input[type="text"] {
        font-size: inherit;
    }

    legend {
        font-size: 117%;
    }

    #main-nav .navbar .nav {
        height: 52px;
    }

    .search_box {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
    }

        .search_box .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
            width: 84%;
        }

    #main-nav ul.nav > li > a {
        text-align: center;
        line-height: 1.2em;
        font-size: 0.8em;
        padding: 10px 10px;
    }

    .navbar .divider-vertical {
        border-left: 1px solid #006d90;
        border-right: 1px solid #006d90;
        margin: 0;
    }

    .wage-table th, .wage-table td {
        padding: 2px;
    }

    .nav .dropdown {
        /* position: static; */
    }

    .mega {
        width: 718px;
        left: 0;
        margin: 0;
    }

        .mega > li > ul > li > ul > li > ul {
            left: auto !important;
            right: 0 !important;
            top: 20px !important;
        }
}

/*end responsive*/

@media screen and (max-width: 240px) {
    #map_base {
        height: 150px;
        width: 98%;
        margin: 0px;
    }
}

@media screen and (max-width: 320px) and (min-width: 241px) {
    #map_base {
        height: 204px;
        width: 98%;
        margin: 0px;
    }

    .report_filter {
        padding-bottom: 15px;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li, .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
        width: 100%;
    }

    .editor_area, .quick_save {
        width: 100%;
        margin: 0;
    }

    .template_list ul li {
        clear: both;
    }

    .flow_chart_content {
        width: 50% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }

            .flow_chart_content .flow_chart ul li a {
                padding: 10px;
            }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #map_base {
        height: 266px;
        width: 98%;
        margin: 0px;
    }

    .report_filter {
        padding-bottom: 15px;
    }

    .date_picker {
        float: none;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li, .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
        width: 100%;
    }

    .editor_area, .quick_save {
        width: 100%;
        margin: 0;
    }

    .template_list ul li {
        clear: both;
    }

    .flow_chart_content {
        width: 50% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #map_base {
        height: 310px;
        width: 98%;
        margin: 0px;
    }

    .report_filter {
        padding-bottom: 15px;
    }

    .date_picker {
        float: none;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li, .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
        width: 100%;
    }

    .editor_area, .quick_save {
        width: 100%;
        margin: 0;
    }

    .template_list ul li {
        clear: both;
    }

    .flow_chart_content {
        width: 50% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #map_base {
        height: 370px;
        width: 98%;
        margin: 0px;
    }

    .flow_chart_content {
        width: 50% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
    #map_base {
        height: 456px;
        width: 98%;
        margin: 0px;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li {
        width: 100%;
    }

        .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
            width: 47%;
        }

    .editor_area, .quick_save {
        width: 100%;
        margin: 0;
    }

    .template_list ul li {
        clear: both;
    }

    .flow_chart_content {
        width: 50% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 768px) and (min-width: 686px) {
    #map_base {
        height: 502px;
        width: 98%;
        margin: 0px;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li {
        width: 100%;
    }

        .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
            width: 35%;
        }

    .flow_chart_content {
        width: 32% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #map_base {
        height: 672px;
        width: 98%;
        margin: 0px;
    }

    .cnt_sortby {
        margin-top: 0;
    }

    .emailTemplate ul li {
        width: 100%;
    }

        .emailTemplate ul li.small-width, .emailTemplate ul li.medium-width {
            width: 25%;
        }

    .editor_area, .quick_save {
        width: 100%;
        margin: 0;
    }

    .flow_chart_content {
        width: 32% !important;
    }

        .flow_chart_content .flow_chart ul {
            width: 100%;
            right: -100%;
            top: 0;
        }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    #map_base {
        height: 842px;
        width: 98%;
        margin: 0px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1281px) {
    #map_base {
        height: 1056px;
        width: 98%;
        margin: 0px;
    }
}

@media screen and (min-width: 1601px) {
    #map_base {
        height: 1322px;
        width: 98%;
        float: left;
    }
}

/*-----------------------------------------------------------------*/
/* 10. Responsive Design
/*-----------------------------------------------------------------*/
@media only screen and (min-width:992px) and (max-width:1024px) {
}


@media only screen and (min-width:992px) and (max-width:1366px) {
    .last-child-resource .dropdown-menu
    /*{
        right: 15.7%;
    }*/
    .last-child-safety .dropdown-menu {
        right: 5.2%;
    }

    .state-law-menu-hotline .dropdown-menu {
        min-width: 631px !important;
    }
}


/*------------------------------------------------*/
/* layouts for 1280px, Desktop */
@media screen and (max-width: 1280px) and (max-height:1024px) {
    .navbar .nav {
        width: 100%;
    }
}


/* TABLET LAYOUT (PORTRAIT/768PX) 
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .navbar .nav {
        width: 100%;
    }

    .state-law-menu-hotline .dropdown-menu {
        left: 0;
    }

    .other-header-menus .dropdown-menu {
        min-width: 717px !important;
    }

    .manageclient-btn-area {
        width: auto;
    }

        .manageclient-btn-area .expiration-btn {
            float: none;
        }

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
    .navbar .nav {
        width: 100%;
    }

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}


/*------------------------------------------------*/
/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */
@media only screen and (min-width:480px) and (max-width:767px) {
    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}


/*------------------------------------------------*/
/* layouts smaller than 600px, iPhone and mobiles */
@media only screen and (max-width:480px), screen and (max-device-width:480px), screen and (max-width:600px) {
}


/*------------------------------------------------*/
/* WIDE MOBILE LAYOUT (PORTRAIT/320px) 
----------------------------------------------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {

    .txtSub {
        padding: 4px 4% !important;
        width: 92%;
    }

    .total_email td {
        display: block;
    }

    .placeholder, .placeholder_content {
        overflow-x: auto;
    }

    .newsletter_content {
        overflow-x: auto;
    }

    .placeholder .ob_gMCont {
        margin-left: 0;
    }

    .sendEmail_list li .ob_gMCont {
        width: auto !important;
    }

    .email_content {
        overflow-x: auto;
        padding: 0 0 20px 0;
        width: 100%;
    }

    .manage_client .top_btn .btn {
        margin: 5px 0;
    }

    .remaining_acc {
        float: none;
    }

    .small_ddl {
        margin-bottom: 5px !important;
    }

    .big_txtarea {
        width: 76%;
        max-width: 76%;
    }

    .btn-gen-pdf {
        margin-top: 0;
    }

    .img-uploaded {
        max-width: 100%;
    }

    .form-horizontal .control-group {
        padding: 0 6%;
    }

    .adminmanage_client .remaining_acc label {
        display: block;
    }

    .manageclient-btn-area {
        width: auto;
    }

        .manageclient-btn-area .expiration-btn {
            float: none;
        }

    .manageclient-expire-modal {
        max-width: 405px;
        width: 90%;
        margin-left: 0;
        left: 5%;
        right: auto;
    }

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .add-set {
        margin-left: 0 !important;
    }

    .hint-txt1 {
        text-align: left;
    }

    .tagline-hld {
        width: 43.8%;
        margin-left: 2% !important;
    }

    .form-search-new .searchwidth {
        width: 55%;
    }
}

/* TABLET LAYOUT (PORTRAIT/768PX) 
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .add-set {
        margin-left: 0 !important;
    }

    .hint-txt1 {
        text-align: left;
    }

    #main-nav ul.nav > li > a {
        padding: 10px 5px;
    }

    .tagline-hld {
        width: 37.7%;
        margin-left: 5% !important;
    }

    .form-search-new {
        width: 19%;
    }

        .form-search-new .searchwidth {
            width: 53%;
        }
}


.hotline-frm {
    padding: 0 15px;
    color: #000;
    background-color: rgb(248, 248, 248);
}

    .hotline-frm input[ type="text"] {
        width: 95%;
    }

    .hotline-frm select {
        width: 99%;
    }

    .hotline-frm textarea {
        width: 96% !important;
        height: 114px;
    }

    .hotline-frm input[ type="radio"] {
        margin-top: 3px;
        margin-right: 5px;
        float: left;
    }

.private-ht-frm {
    width: 25%;
    float: left;
    display: inline-block;
}

.union-ht-frm {
    width: 15%;
    float: left;
    display: inline-block;
}

.emp-hot-frm {
    width: 25% !important;
}

.hotline-frm ol {
    border: 0px !important;
}

/* Form Search */

.quick-search-box {
    background: #f1f1f1;
    margin-bottom: 20px;
    padding: 15px 15px;
    border-top: 4px solid #8cc63f !important;
}

.sort-by-section {
    font-size: 13px;
    padding: 0 0 14px;
    letter-spacing: 0.5px;
}

    .sort-by-section a {
        color: #000;
    }

        .sort-by-section a.curr {
            color: #0088cc;
        }

#search-quantity {
    /* background-color: #0094d9; */
}

    #search-quantity span {
        /* color: #fff; */
    }

.srchhead {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.i-bg-primary {
    display: block;
    background-color: #0094d9;
    height: 40px;
    padding: 0 5px;
    position: relative;
    width: 30px;
}

.margin20 {
    margin: 0;
    margin: 20px 0;
    text-align: right;
}

.search-downld-icon img {
    width: 50px;
    height: auto;
}

#ctl00_ContentPlaceHolder1_uxTopicSearchButton i {
    padding-top: 4px;
    padding-bottom: 5px;
    height: 21px;
}

.quick-search-box .input-group {
    width: 100%;
}

@media (max-width: 767px) {
    #ctl00_ContentPlaceHolder1_uxMobileDownloadImageDiv img {
        width: 100% !important;
    }
}

/* Subscription EBooks */

#uxCategory_chosen {
    width: 100% !important;
}

#uxSorting {
    width: 100%;
}

/*chosen dropdown*/
.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 26px !important;
    position: relative;
    top: -2px;
    padding: 0 !important;
}

.chosen-single {
    border-radius: 0px !important;
}


#uxItemDiv .Preview-Button {
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    border: 0;
    width: 250px;
    margin-bottom: 15px;
}

#uxItemDiv .promotional-img {
    color: #fff;
    background: rgba(24,171,155,0.5);
    position: absolute;
    padding: 3px 8px;
    font-weight: 600;
    opacity: 100;
    z-index: 1000;
}

.product-description .product-ratings {
    overflow: hidden;
}

ul.list-inline {
    margin-left: 0;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.product-ratings li {
    padding: 0;
}

.list-inline > li {
    display: inline-block;
}

.product-ratings li .rating-selected {
    color: #18ba9b;
    font-size: 14px;
}

.product-ratings li:hover {
    color: #18ba9b;
}

@media only screen and (max-width:767px) {
    .portfolio-4-columns .span3 {
        float: left;
    }

    .portfolio-4-columns .view img {
        display: inline-block;
        left: 0;
        margin-left: 0;
    }
}

/* Q and A Database */

#accordionForSpecialUpdates .accordion-inner table tr td:first-child {
    width: 80px;
}

/*Multiselect dropwnlist with checkbox for this: http://screencast.com/t/AFgGBuZgeIn8*/
.multiselect-container .checkbox {
    margin-left: 15px;
    margin-bottom: 0px;
}

/* LMS */

.get-started {
    background-image: url(/Subscriptions/img/hr360-state-law-map-bkg.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.chosen-choices {
    min-height: 34px !important;
    padding: 6px 8px;
}

.chosen-container-multi {
    width: 100% !important;
}

.paginate_button {
    border-color: #ddd !important;
    margin-left: 0 !important;
}

#uxLMSCourses .btn {
    margin-right: 10px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

button.moveall, button.removeall {
    position: relative;
    left: 15px;
}

.CustomLabel {
    margin-top: 5px;
}

.form-horizontal > legend {
    margin-bottom: 0px !important;
}

#uxPendingCourses_wrapper, #uxCompletedCourses_wrapper {
    width: 99%;
}

ul.dropdown-menu {
    text-align: left !important;
}

.AddEmpBtn {
    position: absolute !important;
    left: 0;
    top: -15px;
}

#uxEmployerTable_length {
    position: absolute;
}

/* Data Table */

.dataTables_wrapper tfoot input {
    width: 100% !important;
}

.dataTables_length {
    margin-top: 2px;
}

    .dataTables_length label,
    .dataTables_filter,
    .dataTables_filter label,
    .dataTables_paginate {
        /*margin-bottom: 10px;*/
        text-align: right;
    }

    .dataTables_length .form-control {
        display: initial;
    }

    .dataTables_length select,
    .dataTables_filter input {
        height: 34px;
        padding: 6px 12px;
        border: 1px solid #ccc;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #8cc73f !important;
    background: #8cc73f !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border-color: #ddd !important;
    background: #fff !important;
}

#CNGContacts_wrapper .dataTables_paginate .paginate_button,
#BftNoticesContacts_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 15px;
    border: 1px solid #ddd;
    cursor: default;
    color: #777;
}
#CNGContacts_wrapper .dataTables_paginate .paginate_button a:hover,
    #BftNoticesContacts_wrapper .dataTables_paginate .paginate_button a:hover {
        text-decoration: none !important;
    }

 #CNGContacts_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    #BftNoticesContacts_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #777 !important;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 2px;
    }
}


/* Vertical Tabs */
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
    color: #fff;
    background: #bbb;
    border: solid 1px #b3b3b3;
}

.tab-v3 .nav-pills li a {
    color: #777;
    font-size: 17px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fff;
    border: solid 1px #eee;
}

/*Multiselect dropdown*/
.multiselect {
    width: 204px !important;
}

    .multiselect.dropdown-toggle.btn {
        text-align: left !important;
    }

.multiselect-container.dropdown-menu > li > a {
    border-bottom: none;
}

/* Margins and Spaces*/
.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.offset8 {
    margin-left: 830px;
}

.offset7 {
    margin-left: 730px;
}

.offset6 {
    margin-left: 630px;
}

.offset5 {
    margin-left: 530px;
}

.offset4 {
    margin-left: 430px;
}

.offset3 {
    margin-left: 330px;
}

.offset2 {
    margin-left: 230px;
}

.offset1 {
    margin-left: 130px;
}


.margin-top-bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-bottom-20 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Sky Forms */
.sky-form section {
    margin-bottom: 5px;
}

.sky-form fieldset {
    padding: 5px 20px 20px 20px;
}

.sky-form .note {
    font-weight: bold;
    color: #478fca;
}


/* Apps and Tools */
.select-occupation, .search-occupation, .get-started-select-box {
    min-height: 212px;
}

blockquote .response {
    font-size: 15px;
}

/* Login Box Generator */
#LoginBox {
    max-width: none;
    border-collapse: separate;
    line-height: 20px;
    border-spacing: 2px 2px;
    padding: 15px 20px 20px 20px;
}

/* Miscellaneous */
.help-button {
    font-size: 17px;
    /* color: #478fca; */
    color: #3498db;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.message-container {
    margin: 10px 0px;
}

.message-label {
    /*line-height:45px;*/
}

/* Benefits Notices */

.ebook-chklist-equalhgt {
    list-style-type: none;
    padding-left: 0;
}

    .ebook-chklist-equalhgt .thumbnail {
        padding: 10px;
    }

#CNGContacts_length, 
#BftNoticesContacts_length {
    position: absolute;
}

/* Dashboard */

#EmailStatisticsDiv .ibox-content {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #EmailStatisticsDiv .ibox-content:first-child {
        border-top: none;
        padding-top: 0px;
    }

    #EmailStatisticsDiv .ibox-content:last-child {
        padding-bottom: 0px;
    }

/* Content Tables */

#ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentView table {
    width: 100% !important;
    /*overflow-x: auto;*/
    /*display: block;*/
    /*display: table;*/
    /*border: none;*/
}

    #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentView table,
    #ctl00_ContentPlaceHolder2_ucMainContent1_uxLeftContentView table td {
        /*border: 1px solid gray;*/
    }


/*Unify-Bootbox*/

.btn-u.btn-u-success-modal {
    background: #8cc73f !important;
    color: #fff !important;
    border: 0 !important;
    margin-right: 5px;
}

.btn-u.btn-u-ok {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}

    .btn-u.btn-u-ok:hover,
    .btn-u.btn-u-ok:focus,
    .btn-u.btn-u-ok:active,
    .open .dropdown-toggle.btn-u.btn-u-ok {
        background: #ebe9e9 !important;
        color: #333 !important;
        border: 1px solid #ccc !important;
    }

btn-u.btn-u-close {
    background: #95a5a6 !important;
    color: #fff !important;
    border: 0;
}

.btn-u.btn-u-close:hover,
.btn-u.btn-u-close:focus,
.btn-u.btn-u-close:active,
.open .dropdown-togglebtn-u.btn-u-close {
    background: #687074 !important;
    color: #fff !important;
    border: 0;
}


/*Please do not modify this settings unless discussed. 
  We need to ensure modal popup consistency throughout the application. */
.modal-title, .modal-header, .modal-header h3, .modal-header h4 {
    color: #555!important;
    font-size: 18px!important;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.bootbox-body, .generic-modal-dialog-body {
    font-size: 13px!important;
    color: #555;
}

/*Support Tools*/
 #TwoColumnMasterContentDiv .back-link { color:#0094d9 !important; padding: 0; padding-bottom:10px; margin:0; }

.main-footer-fixed {
    background-color: #1F2532;
    height: 90px;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.main-footer-relative {
    background-color: #1F2532;
    height: 90px;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    position: relative;
}