﻿@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
}
/*** Reset classes
--------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f1f1f1;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #363636;
    font-size: 16px;
    top:0 !important
}

.font-14 {
    font-size: 14px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

.h1, h1, .h2, h2, .h3, h3 {
    margin-top: 0;
}

.h1, h1 {
    color: #07456b;
    font-size: 30px;
}

.h2, h2 {
    color: #07456b;
    font-size: 24px;
}

.h3, h3 {
    font-family: 'Roboto-Medium';
    font-weight: 500;
    color: #333;
    font-size: 18px;
}

.h4, h4 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

.h5, h5 {
    color: #07456b;
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

ul {
    color: #575759;
    list-style-position: inside;
}

label {
    margin-bottom: 3px;
    font-weight: 500;
}


/*** Bootstrap classes
--------------------------------------------------------*/

.container-fluid {
    max-width: 1280px;
    background: #ffffff;
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    margin-bottom: 0;
    background: #07456b;
    border-radius: 0;
    min-height: auto;
    border: 0 solid transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #0086b8;
    background: #0086b8;
}

    .navbar-inverse .navbar-toggle:hover {
        border-color: #0086b8;
        background: #0086b8;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:active {
        background-color: #00938c;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #0086b8;
}

.dropdown-menu, .dropdown-menu ul {
    padding: 0;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #d0ecf6;
    }

    .dropdown-menu > li .active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #333333;
        background-color: #d0ecf6;
    }

.panel-group .panel {
    color: #575759;
    margin-bottom: 15px;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}

.panel-group .panel-heading {
    background: #0086b8;
    color: #fff;
}

.panel-group .panel-title {
    display: inline-block;
    font-family: 'Roboto-Medium';
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
    padding: 0;
}

.panel-group .table {
    color: #575759;
    margin-bottom: 0;
    font-size: 14px;
}

    .panel-group .table tbody tr td {
        padding: 6px 12px;
    }


        .panel-group .table tbody tr td:first-child {
            color: #363636;
            background: #cfcfcf;
            font-family: 'Roboto-Medium';
            min-width: 150px;
            max-width: 150px;
            width: 150px;
        }


/*date textbox*/
.dateicon-textbox {
    background-image: url('images/dateicon.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

    .dateicon-textbox::-ms-clear {
        visibility: hidden;
        display: none;
    }


/*dataTables*/

.dataTables_wrapper {
    font-size: 14px;
}


table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th, table.dataTable tbody td {
   height:25px
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #ddd;
        font-size: 0.8em;
        padding-top: 0.12em;
        opacity: 0.6;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 5px;
    left: 4px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    color: #00938c;
    border: 0 solid white;
    border-radius: 14px;
    box-shadow: 0 0 0 #fff;
    box-sizing: content-box;
    text-align: center;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    content: '\f13a';
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    color: #e74846;
    content: '\f139';
    background-color: transparent;
}

table.dataTable {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
}

    table.dataTable > tbody > tr.child ul {
        width: 100%;
         margin: 0 5px 0 -10px;
        padding: 0;
    }

    table.dataTable > tbody > tr.child ul li {
       margin-left: 10px;
    }

.table-bordered {
    border: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 1px;
    }

table.dataTable .dtr-title {
    color: #333333;
}

table.dataTable .fa-download {
    cursor: pointer;
}

.dataTables_wrapper {
    margin-bottom: 15px;
}

    .dataTables_wrapper h5 {
        margin-bottom: 0;
    }

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 150px;
}

/*Addded on 23 Jan*/
table.dataTable tr.odd {
    background-color: #E7E8E9;
}

    table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
        background-color: #D1D2D3;
    }
/***********************/


/*Tables*/
.table {
    font-size: 14px;
    color: #575759;
}

    .table > thead > tr > th {
        vertical-align: top;
        background: #07456b;
        color: #fff;
        border-bottom: 1px solid #07456b;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 5px 8px;
}

.table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}

.dataTable h5 {
    margin-bottom: 0;
    margin-top:0;
}

.table-popup h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.table-popup .table {
    margin-bottom: 0;
}

    .table-popup .table > tbody > tr > td {
        border-top: 0 solid #ddd;
        padding: 3px 8px 3px 0;
    }

    .table-popup .table > tbody > tr:last-child {
        border-bottom: 0 solid #ddd;
    }

    iframe{
        border: 0 solid #000;
    }

.close {
    color: #e74846;
    font-size: 24px;
    opacity: 1;
    font-weight: bold;
    padding: 3px 5px !important;
}

    .close:hover, .close:focus {
        color: #aa2927 !important;
        opacity: 1 !important;
        outline: none !important;
    }

.modal-body{
    font-size: 14px;
}

.modal h2 {
    font-family: "Roboto-Medium", Arial, sans-serif;
}

.modal h4 {
    color: #07456b;
    margin-bottom: 0;
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 20px;
}

.modal-body ul li {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0 -15px;
    }

    #accordion .table-responsive {
        margin-bottom: 0;
    }

    .dropdown-submenu > a {
        background: #045e89 !important;
        border-bottom: 1px solid #06456a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #d0ecf6;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: block;
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


/*** Button classes
--------------------------------------------------------*/
.btn-group-lg > .btn, .btn-lg {
    padding: 16px 10px;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    border-color: #07456b;
    color: #fff;
    background: #07456b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #07456b), color-stop(49%, #07456b), color-stop(51%, #1a5477), color-stop(100%, #1a5477));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #07456b 1%, #07456b 49%, #1a5477 51%, #1a5477 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#07456b', endColorstr='#1a5477', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #053755;
        color: #fff;
        text-decoration: none !important;
    }

.btn-green {
    border-color: #00948c;
    color: #fff;
    background: #00948c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00948c), color-stop(49%, #00948c), color-stop(51%, #149c95), color-stop(100%, #149c95));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #00948c 1%, #00948c 49%, #149c95 51%, #149c95 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00948c', endColorstr='#149c95', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background: #00817a;
        color: #fff;
        text-decoration: none !important;
    }


.btn-violet {
    border-color: #4d3f5e;
    color: #fff;
    background: #5b4e6b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4d3f5e), color-stop(49%, #4d3f5e), color-stop(51%, #5b4e6b), color-stop(100%, #5b4e6b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4d3f5e 1%, #4d3f5e 49%, #5b4e6b 51%, #5b4e6b 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d3f5e', endColorstr='#0086b8', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
}

    .btn-violet:hover, .btn-violet:focus, .btn-violet:active {
        background: #3d324b;
        color: #fff;
        text-decoration: none !important;
    }


.btn-pink {
    border-color: #761c4c;
    color: #fff;
    background: #812e5a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #761c4c), color-stop(49%, #761c4c), color-stop(51%, #812e5a), color-stop(100%, #812e5a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #761c4c 1%, #761c4c 49%, #812e5a 51%, #812e5a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#761c4c', endColorstr='#0086b8', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background: #651941;
        color: #fff;
        text-decoration: none !important;
    }

.btn-id {
    float: right;
    margin-bottom: 15px;
}


@media (max-width: 480px) {
    .btn-violet, .btn-pink {
        font-size: 80%;
        letter-spacing: 0;
    }

    .btn-id {
        display: block;
        float: none;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .btn-violet, .btn-pink {
        font-size: small;
        letter-spacing: 0;
    }
}

/*** tab classes
--------------------------------------------------------*/
.nav-tabs {
    background-color: #cccccc;
    border-bottom: 0 solid #ddd;
    margin-bottom: 10px;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            border: 0 solid transparent;
            border-radius: 0;
            color: #363636;
            font-family: 'Roboto-Medium';
            padding: 8px 12px;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            background-color: #ebebeb;
            border: 0 solid #ddd;
            color: #000000;
            text-decoration: none;
            font-family: 'Roboto-Medium';
            font-weight: 500;
        }

.tab-section {
    font-size: 14px;
    color: #575759;
}




/*** Common classes
--------------------------------------------------------*/
.header {
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

.logo-lookup, .logo-benovation {
   /* display: table;*/
}

    .logo-lookup div {
        font-size: 32px;
        /*display: table-cell;
        vertical-align: middle;*/
    }

    .logo-benovation div {
        /*display: table-cell;
        vertical-align: middle;*/
    }


    .logo-benovation img {
        display: inline-block;
        float: right;
        vertical-align: middle;
        max-height: 100px;
    }

.banner {
    min-height: 308px;
    height: auto;
    background: url(images/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.banner-content {
    font-size: 16px;
    max-width: 800px;
    padding: 30px 40px;
    color: #ffffff;
}

    .banner-content h1 {
        margin-top: 0;
        color: #333333;
        font-size: 30px;
    }

    .banner-content ul {
        list-style-position: outside;
        padding-left: 1em;
    }
.banner-unitedag {
    min-height: 308px;
    height: auto;
    background: url("images/img-providerportal-imdex.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    .banner-unitedag .banner-content {
        font-size: 16px;
        max-width: 760px;
        padding: 30px 40px;
        color: #ffffff;
    }

        .banner-unitedag .banner-content h1 {
            margin-top: 0;
            color: #000;
            font-size: 30px;
        }

        .banner-unitedag .banner-content ul {
            list-style-position: outside;
            padding-left: 1em;
            color: #fff;
        }

.content {
    padding: 30px 20px;
    margin-right: 0;
    margin-left: 0;
}

.col-header {
    background-color: #07456b;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 15px;
}

.footer {
    font-size: 12px;
    color: #ffffff;
    background: #07456b;
    padding: 40px 40px;
}

    .footer a {
        font-weight: 500px;
        color: #ffffff;
        text-decoration: underline;
    }

        .footer a:hover, .footer a:focus {
            text-decoration: none;
        }


@media (max-width: 767px) {
    .header {
        /* padding: 5px 0;
        margin-right: 0;
        margin-left: 0;*/
    }

    .logo-benovation img {
        float: left;
    }

    .logo-lookup, .logo-benovation {
     /*display: block;*/
    }

    .logo-benovation {
     /*margin-top: 10px;*/
    }

}
@media (max-width: 600px) {
    .header {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 1050px) {

    .banner-content {
        max-width: 100%;
        min-height: 308px;
        height: 100%;
        background: #fff;
        opacity: .7;
        color: #575759;
    }
}


/*** home classes
--------------------------------------------------------*/

.gray-box {
    background: #ebebeb;
    padding: 15px;
}

    .gray-box li {
        color: #0086b8;
        margin-bottom: 10px;
    }

        .gray-box li a {
            color: #0086b8;
        }

        .gray-box li span {
            display: inline-block;
            border: 2px solid #0086b8;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            margin-right: 8px;
        }

        .gray-box li i {
            font-size: 20px;
            /*line-height: 35px;*/
            margin-right: 8px;
        }

/*** Status Classes
--------------------------------------------------------*/
.captcha-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
    font-size: 14px;
}

.captcha {
    padding: 10px 15px;
    width: 100%;
    background-image: url(images/percentbar-bg.png);
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-style: italic;
}

.gray-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
}


.noResult-bg {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #575759;
    font-size: 14px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .noResult-bg {
        padding: 30px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*
.g-recaptcha > div, .g-recaptcha > div iframe, .g-recaptcha > div iframe .rc-anchor{
	width: 100% !important;
}
*/

/*** Accumulator classes
--------------------------------------------------------*/
.accumulatorMain .panel-default {
    background: #f3f3f3;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.accumulatorMain .panel-heading {
    background: transparent !important;
    color: #07456b;
}

.accumulatorMain .panel-title {
    color: #07456b;
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif, sans-serif;
}

.accumulatorMain .panel-default a, .accumulatorMain .panel-default a:hover {
    color: #07456b !important;
}

.accumulatorMain .panel-collapse {
    padding: 0 10px 10px;
}

.accumulatorMain table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accumulatorMain .dataTables_wrapper, .accumulatorMain table td ul {
    margin-bottom: 0;
}

.accumulatorMain table td li {
    margin-bottom: 5px;
}


.accumulatorMain .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}


.accumulatorMain .panel-group .table tbody tr td:first-child {
    background: transparent;
    width: auto;
}
.accumulatorMain .notes-text {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}


/*** Activities classes
--------------------------------------------------------*/

.lgreen-table table > tbody > tr.child-tr table td:nth-child(1),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(1),
.lblue-table table > tbody > tr.child-tr table td:nth-child(1) {
    width: 36% !important;
}

.lgreen-table table > thead > tr > th,
.lyellow-table table > thead > tr > th,
.lblue-table table > thead > tr > th {
    color: #363636;
    font-weight: bold;
    border-bottom: 0 solid transparent;
}

    .lgreen-table table > thead > tr > th:last-child,
    .lyellow-table table > thead > tr > th:last-child,
    .lblue-table table > thead > tr > th:last-child,
    .lgreen-table table > tbody > tr > td:last-child,
    .lyellow-table table > tbody > tr > td:last-child,
    .lblue-table table > tbody > tr > td:last-child {
        text-align: right;
    }

.lgreen-table table > thead > tr > th {
    background: #99d4d1;
}

.lyellow-table table > thead > tr > th {
    background: #f5d3a3;
}

.lblue-table table > thead > tr > th {
    background: #9cb5c4;
}

.lgreen-table table.table > tbody > tr:nth-child(4n-2),
.lgreen-table table.table > tbody > tr:nth-child(4n-3),
.lyellow-table table.table > tbody > tr:nth-child(4n-2),
.lyellow-table table.table > tbody > tr:nth-child(4n-3),
.lblue-table table.table > tbody > tr:nth-child(4n-2),
.lblue-table table.table > tbody > tr:nth-child(4n-3) {
    background-color: #e3e3e3 !important;
}

.lgreen-table table.table > tbody > tr:nth-child(4n),
.lgreen-table table.table > tbody > tr:nth-child(4n-1),
.lyellow-table table.table > tbody > tr:nth-child(4n),
.lyellow-table table.table > tbody > tr:nth-child(4n-1),
.lblue-table table.table > tbody > tr:nth-child(4n),
.lblue-table table.table > tbody > tr:nth-child(4n-1) {
    background-color: #f3f3f3 !important;
}

.lgreen-table table > tbody > tr.child-tr th,
.lyellow-table table > tbody > tr.child-tr th,
.lblue-table table > tbody > tr.child-tr th {
    background: transparent !important;
    border-bottom: 1px solid #cccccc;
}

.lgreen-table table > tbody > tr.child-tr tr,
.lyellow-table table > tbody > tr.child-tr tr,
.lblue-table table > tbody > tr.child-tr tr {
    border-bottom: 1px solid #e7e7e7;
}

.lgreen-table table > tbody > tr.child-tr table,
.lyellow-table table > tbody > tr.child-tr table,
.lblue-table table > tbody > tr.child-tr table {
    background: #ffffff !important;
}

.lgreen-table table > tbody > tr.child-tr tr:last-child,
.lyellow-table table > tbody > tr.child-tr tr:last-child,
.lblue-table table > tbody > tr.child-tr tr:last-child {
    border-bottom: 0 solid #e7e7e7;
}

.lgreen-table table > tbody > tr.child-tr table td:nth-child(1),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(1),
.lblue-table table > tbody > tr.child-tr table td:nth-child(1) {
    width: 76% !important;
    text-align: left;
    padding: 0 3px;
}

.lgreen-table table > tbody > tr.child-tr table th:nth-child(2),
.lyellow-table table > tbody > tr.child-tr table th:nth-child(2),
.lblue-table table > tbody > tr.child-tr table th:nth-child(2),
.lgreen-table table > tbody > tr.child-tr table th:nth-child(3),
.lyellow-table table > tbody > tr.child-tr table th:nth-child(3),
.lblue-table table > tbody > tr.child-tr table th:nth-child(3),
.lgreen-table table > tbody > tr.child-tr table td:nth-child(2),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(2),
.lblue-table table > tbody > tr.child-tr table td:nth-child(2),
.lgreen-table table > tbody > tr.child-tr table td:nth-child(3),
.lyellow-table table > tbody > tr.child-tr table td:nth-child(3),
.lblue-table table > tbody > tr.child-tr table td:nth-child(3) {
    width: 13% !important;
    text-align: right;
    color: #999999;
    font-style: italic;
    padding: 0 3px;
}





.lgreen-table .fa-info-circle, .lyellow-table .fa-info-circle, .lblue-table .fa-info-circle {
    color: #07456b;
}


.lgreen-table i, .lyellow-table i, .lblue-table i {
    font-size: 1.2em;
}


.lgreen-table .row, .lyellow-table .row, .lblue-table .row,
.lgreen-table .table-responsive,
.lyellow-table .table-responsive,
.lblue-table .table-responsive {
    margin: 0;
}

.lgreen-table .col-xs-3, .lgreen-table .col-xs-9,
.lyellow-table .col-xs-3, .lyellow-table .col-xs-9,
.lblue-table .col-xs-3, .lblue-table .col-xs-9 {
    padding: 0;
}

.lgreen-table .heading,
.lyellow-table .heading,
.lblue-table .heading {
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
}

    .lgreen-table .heading h5,
    .lyellow-table .heading h5,
    .lblue-table .heading h5 {
        color: #fff;
        width: 80%;
        margin: 0;
        font-size: 16px;
    }

.lgreen-table table > tbody > tr.child-tr th, .lyellow-table table thead tr.child-tr th, .lblue-table table thead tr.child-tr th {
    background: #363636 !important;
    font-weight: bold;
    color: #999999;
}

.selected-td {
    font-weight: bold;
}

.child-tr table {
    margin-bottom: 0px;
    width: 100%;
}

.child-tr tbody {
    background: transparent;
}

.child-table-td {
    padding: 4px 8px !important;
}

.goals .width-70 {
    width: 70px;
}

.goals .width-155 {
    width: 155px;
}

.seagreen-bg, .progress-bar-success {
    background: #00948c;
}

.yellow-bg, .progress-bar-warning {
    background: #e59225;
}

.dark-blue-bg {
    background: #07456b !important;
}


.fa-chevron-circle-down {
    color: #00948c;
}

.child-table-td {
    padding: 4px 8px !important;
}
/*------------------ Tasks End ----------------------------*/


/*** mainContent Tabs
----------------------------------------------------------*/
.mainContent .tab-content {
    padding: 10px;
    background: #ebebeb;
}

.mainContent .nav-tabs {
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: 1px solid #b7b3b3;
    padding-left: 10px;
}

    .mainContent .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .mainContent .nav-tabs > li > a {
            margin-right: 1px;
            border-top: 3px solid #ccc;
        }

        .mainContent .nav-tabs > li.active > a, .mainContent .nav-tabs > li.active > a:focus, .mainContent .nav-tabs > li.active > a:hover {
            background-color: #ebebeb;
            border: 1px solid #b7b3b3;
            border-bottom-color: transparent;
            border-top: 3px solid #0086b8;
        }

        .mainContent .nav-tabs > li > a:hover, .mainContent .nav > li > a:focus {
            border-color: #eee;
        }

.mainContent #PlanDocu_1 tbody tr.even {
    background: #d8d8d8;
}

table .fa {
    font-size: 125%;
    cursor: pointer;
}

.fa + .fa {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .mainContent .table-responsive {
        margin-bottom: 20px;
    }
}



/*** Helper classes
--------------------------------------------------------*/

.no-result {
    text-align: center;
    padding-top: 35%;
}

.box-gray-bg {
    padding-bottom: 15px;
    background: #ebebeb;
}

.notes-txt {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.bold {
    color: #363636;
    font-family: 'Roboto-Medium';
}

.text-danger {
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

.text-success {
    color:#33a831
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

.error-msg {
    margin-top: 5px;
    font-size: 12px;
    color: #a94442;
    font-family: 'Roboto-Medium';
}

.font-115 {
    font: normal 115% "Roboto-Medium";
    color: #333;
}

.padd-40 {
    padding: 40px;
}

.marginTop-15 {
    margin-top: 15px;
}

.marginBott-0 {
    margin-bottom: 0 !important;
}
.marginBott-5 {
    margin-bottom: 5px !important;
}
.marginBott-15 {
    margin-bottom: 15px;
}

.marginBott-20 {
    margin-bottom: 20px;
}

.marginBott-30 {
    margin-bottom: 30px;
}

.marginRight-10 {
    margin-right: 10px;
}

.marginRight-20 {
    margin-right: 20px;
}

.marginLeft-8 {
    margin-left: 8px;
}

.seagreen {
    color: #00948c;
}

.fa-refresh {
    color: #9b2872;
}

.fa-download {
    color: #07456b;
}

.fa-chevron-circle-right {
    color: #00938c;
}

.fa-info-circle {
    margin-left: 3px;
    color: #929296;
}

.fa-question-circle {
    color: #fff !important;
}

table .fa-info-circle {
    color: #afafaf;
}

.fa-money {
    color: #0086b8;
}

.disabled-icon {
    color: #bbbbbb;
}

.has-error .help-block{
    margin-bottom: 0;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    /*.row-eq-height {
        display: block;
    }*/

    .no-result {
        text-align: center;
        padding-top: 2%;
    }

    .banner-content .white {
        color: #575759;
    }
}

@media screen and (max-width: 360px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -15px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1250px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(1.20);
        -webkit-transform: scale(1.20);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 30px;
    }
}

/* Spinner Class */
.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}
/* ------------------------------ */

/* Date Picker */
.ui-datepicker {
    font-size: 14px;
}
/*----------------*/

/* Hand Cursor */
.handCursor {
    cursor: pointer;
}
/* -----------*/

.company-logo {
    background-image: url(images/pp_HCIactive_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-width: 250px;
    height: 65px;
    /*float: right;*/
    image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 768px) {
    .header > div {
        width: 33.33%;
    }
}
@media (max-width: 992px) {
    .company-logo {
        height: 45px;
    }
    .logo-lookup div {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .company-logo {
        /*background-position: center left;
        float: left;
        width: 80%;*/
    }
    .logo-lookup div {
        /*font-size: 42px;*/
    }
}

.loadingGif {
    background-image: url(images/loader-square.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 10px;
}

.search-head {
    padding: 10px 15px;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}
.goog-tooltip {display:none !important; }
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
} 
.orange, .fa-close, .fa-times, .fa-minus-circle, .fa-chevron-circle-up, .fa-cloud-download {
    color: #e74846;
}

.googletrans {
    text-align: right;
    /*text-align: right;
    margin: -5px 34px 10px 0;*/
}

.default-cursor {
    cursor: default !important;
}

/***************** START Toggle Password Visibility ****************/
.iconPw {
    position: relative;
    float: right;
    left: -10px;
    top: -25px;
    cursor: pointer;
    color: #ccc;
    font-size: 18px;
    overflow: hidden;
    z-index: 0;
}

    .iconPw.fa-eye-slash::before {
        color: #333;
    }
/***************** END Toggle Password Visibility ****************/