
/* --------------------------------------CONTENT---------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "noto_sansregular", Verdana, Geneva, sans-serif !important;
}

body {
    background-color: #fff;
    font-family: "noto_sansregular", Verdana, Geneva, sans-serif !important;
}

a {
    color: #006EAB;
}

a:hover, a:focus {
    color: rgb(0, 38, 76);
    text-decoration: underline;
}

strong {
    font-weight: 900;
}

ul.dropdown-menu {
    z-index: 9999;
}

h1 {
    padding: 10px;
    margin: 0px;
    font-weight: 100;
}

h2 {
    padding: 0 0 20px 0;
    margin: 0px;
}

h3 {
    padding: 0 0 20px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(0, 38, 76);
    font-size: 39px;
}

h4, .h4 {
    font-size: 24px;
    color: #006EAB;
}

h5 {
    font-size: 18px;
}


p {
    font-size: 14px !important;
}

abbr[title="required"],
span[title="required"] {
    color: red;
}

fieldset legend.section-title {
    margin-top: 20px;
    padding-bottom: 15px;
    color: #006EAB;
    font-size: 30px;
}

fieldset legend.section-title h3 {
    margin-top: 0px;
    padding-bottom: 0px;
    color: #006EAB;
    font-size: 28px;
    font-weight: normal;
}

fieldset legend.section-title h3 span.text-primary {
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
}

.crmEntityFormView .cell {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.crmEntityFormView .cell:first-child {
    padding-left: 0;
}

.crmEntityFormView .cell .picklist.horizontal input[type="radio"] {
    margin-left: 10px !important;
}

.crmEntityFormView .cell .picklist input[type="radio"]:first-child
{
    margin-left: 0px !important;
}

.info {
    padding-bottom: 0px;
}

@media (max-width: 991px) {
    .crmEntityFormView div.above.description {
        clear: both;
        color: #999999;
        margin: 0 0 10px 0;
    }
}

@media (min-width: 992px) {
    .crmEntityFormView div.above.description {
        color: #999999;
        clear: none;
        margin: 0 0 5px 0;
        text-indent: 5px;
    }
}

span#tgaIdentiferValue,
span#senderIdentiferValue {
    color: #002c47;
}

/* --------------------------------------CONTENT ELEMENTS---------------------------------------------- */

hr {
    border-top: 2px solid #cccccc;
    margin: 40px 0 40px 0;
}

div.radio-inline > label {
    font-weight: normal !important;
}

.panel, .alert {
    border: 0;
    -webkit-box-shadow: 0 3px 52px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 52px rgba(0,0,0,0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.text-primary {
    color: #006eab;
    font-size: 16px;
}

.text-primary:hover {
    color: #006eab;
}

div.alert > p {
    margin-left: 30px;
    font-size: 15px;
}

div.alert > h2 {
    font-size: 14px !important;
    font-weight: bold;
}

div.alert-info2 {
    background-color: #9954bb;
    border-color: #7643a8;
    color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 0 rgba(0,0,0,0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

div.alert a {
    color: rgba(256, 256, 256, 0.9) !important;
    text-decoration: underline;
}

div.alert a:hover {
    color: rgba(256, 256, 256, 0.7) !important;
    text-decoration: underline;
}

#accordion .panel {
    border: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* Hides modal icon */
h4.modal-title span.fa {
    display: none;
}

.panel-warning > .panel-heading {
    border-color: #ff7518;
}

.panel-warning .panel-body {
    background: rgba(255, 237, 224, 1);
    color: rgba(224, 90, 0, 1);
}

.panel-info > .panel-heading {
    border-color: #9954bb;
}

.panel-info .panel-body {
    background: rgba(240, 229, 245, 1);
    color: rgba(122, 61, 153, 1);
}

.panel-primary .panel-body {
    background: #eff6ff;
    color: #006EAB;
}

div.bootstrap-datetimepicker-widget {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #333 !important;
}

div.datetimepicker {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #333 !important;
}

span.fa.fa-info-circle.fa-lg.pull-left {
    font-size: 16px;
}

span#tgaIdentifer,
span#senderIdentifer {

    @media (max-width : 480px) {
        display: block;
    }
}

/* ---------------------------------------DESIGN FRAMEWORK----------------------------------------- */


span.weblink-image.fa.fa-dashboard {
    top: 2px;
}

.breadcrumb2 {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}

.jumbotron {
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@Media (max-width: 767px) {
	div#formInformation {
		padding-bottom: 10px;
}	
}

/* ---------------------------------------FORM ELEMENTS--------------------------------------------*/

.dropdown-menu {
    background-color: rgb(0, 38, 76);
    border-top: 1px solid rgb(0, 38, 76);
    color: #fff;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000000;
    background-color: #9FCF67;
}

.dropdown-menu > p {
    color: #cccccc;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

span.combodate select {
    width: 15.3% !important;
    margin-right: 2%;

    @media only screen and (max-width : 480px) {
        width: 33%!important; margin-right: .5%;
    }
}

select.day,
select.month,
select.year {
    width: 16% !important;

    @media only screen and (max-width : 480px) {
        width: 33%!important;
    }
}

select.day,
select.month {
    margin-right: 1%;

    @media only screen and (max-width : 480px) {
        margin-right: .5%;
    }
}

.form-readonly .form-control, .crmEntityFormView [readonly][disabled].form-control, .crmEntityFormView .readonly.form-control {
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

div.control div.text-muted {
    padding-left: 18px;
    top: 10px !important;
}

input[readonly="readonly"] {
    pointer-events: none;
}

div.validators span[style="visibility: hidden;"] {
    display: none;
}

/* --------------------------------------------------------BUTTONS------------------------------------------------------------*/

li.picker-switch.accordion-toggle > .btn {
    display: none;
}

a#PreviousButton {
    background: #abcc59 !important;
    color: #333;
}

a#PreviousButton:hover {
    background: #8db036 !important;
    color: #333;
}

button#dropdownUser {
    background: #fff !important;
    color: #333;
}

button#dropdownUser:hover {
    background: #ccc !important;
    color: #333;
}

button#dropdownUser:focus,
button#dropdownUser:active {
    color: #333;
}

.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.focus.btn-default {
    color: #333 !important;
}

button#dropdown-toggle .btn-default:focus,
button#dropdown-toggle .focus.btn-default {
    color: #333 !important;
}

button#dropdownUser ul.dropdown-menu {
    right: 0px !important;
    top: 40px !important;
}

a.btn-primary {
    background: #006eab;
}

a.btn-primary:hover {
    background: #005380;
}

#signin, #register, #reportEvent {
    color: #ffffff;
    background: #006eab;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 150px;
}

#signin:hover, #register:hover, #reportEvent:hover {
    color: #ffffff;
    background: #005380;
}

.div-center {
    text-align: center;
}

.form-nav {
    padding-bottom: 40px;
}

div.entity-action-button input.next {
    background-image: url("nav-icon-right.png") !important;
    padding-right: 35px;
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

div.entity-action-button input.previous {
    color: #333;
    background: #abcc59;
    background-image: url("nav-icon-left-dark.png") !important;
    padding-left: 35px;
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 15px center;
}

div.entity-action-button input.previous:hover {
    background: #8db036;
    color: #333;
    background-image: url("nav-icon-left-dark.png") !important;
    padding-left: 35px;
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 15px center;
}
	
span[title="Choose a Date"] {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}	

/* --------------------------------------PROGRESS BAR EPMMA---------------------------------------------- */

ol.progress {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

li.list-group-item span.glyphicon {
    display: none;
}

ol.progress li.list-group-item {
    width: 100%;
    border-right: solid 2px #fff;
    padding: 10px;
    align-self: stretch;
    line-height: 1.2em;
    counter-increment: step-counter;
    padding-right: 50px;
    font-size: 14px;
}

ol.progress li.list-group-item span.steplabel {
    font-size: 15px;
}

ol.progress li.list-group-item:last-child {
    border-right: solid 0px #fff;
}

ol.progress li.list-group-item:nth-child(2) {
    border-left: solid 0px #fff;
}

li.list-group-item-success {
    background-color: #abcc59;
    color: #333;
    background-image: url(tick-icon-grey-dark.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    padding-right: 50px;
}

ol.progress li.list-group-item.incomplete {
    background-color: #CCCCCC;
    color: rgba(255,255,255,0.5);
    background-image: url(icon-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    padding-right: 50px;
}

ol.progress li.list-group-item.active {
    background-color: #006EAB;
    color: #fff;
    font-weight: bold;
    background-image: url(edit-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    padding-right: 50px;
    display: block;
}

@media (max-width : 768px) {
    ol.progress li.list-group-item-success {
        background-position: 8px bottom;
        padding-right: 0px;
    }
}

@media (max-width : 768px) {
    ol.progress li.list-group-item.incomplete {
        background-position: left bottom;
        padding-right: 0px;
    }
}

@media (max-width : 768px) {
    ol.progress li.list-group-item.active {
        background-position: right bottom;
        padding-right: 50px;
        min-width: 200px;
    }
}


@media (max-width : 768px) {
    ol.progress li.list-group-item.incomplete,
    ol.progress li.list-group-item-success,
    ol.progress li.list-group-item.incomplete span.steplabel,
    ol.progress li.list-group-item-success span.steplabel {
        font-size: 0px !important;
        padding-top: 20px !important;
    }
}

@media (max-width : 768px) {
    ol.progress li.list-group-item.incomplete span.steplabel:after,
    ol.progress li.list-group-item-success span.steplabel:after {
        content: counter(step-counter);
        padding-left: 5px;
        font-size: 16px;
    }
}

/* ---------------------------------------------------TABS---------------------------------------------------------- */

ul.nav-tabs li.active {
    font-weight: bold;
}

#exTab1 .tab-content {
    color: white;
    border: 5px solid #006EAB;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #bbb;
    padding: 5px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #006EAB;
    color: #fff;
    font-weight: bold;
}

#exTab1.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-pills > li + li {
    margin-left: 2px;
    background: #eee;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

ul[id="dropdownUser"] {
    top: 38px;
    left: auto;
    right: -1px !important;
}

.btn-default:hover:active, .active.btn-default:hover, .open > .btn-default.dropdown-toggle:hover, .btn-default:focus:active, .active.btn-default:focus, .open > .btn-default.dropdown-toggle:focus, .focus.btn-default:active, .focus.active.btn-default, .open > .focus.btn-default.dropdown-toggle {
    color: #000;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

/* -------------------------------------------------GRIDS-----------------------------------------------------*/

th.sort-disabled span {
    color: #006eab;
}

.searchtip {
    padding-top: 11px;
    padding-right: 20px;
    cursor: pointer;
}

table.section td.subgrid-cell {
    border: 5px solid #eee;
    padding: 15px !important;
}

div.view-toolbar div.toolbar-actions {
    float: left !important;
/* 	padding-left: 10px; */
}

div.view-toolbar div.toolbar-actions a.action.btn {
    margin-left: 0px;
}

/* i.glyphicon.glyphicon-list {
    color: #006eab;
} */

.fa-arrow-up::before,
.fa-arrow-down::before {
    text-decoration: none;
}

/* step2 space*/
table[data-name="sectionRelevantMedicalHistory"] td.form-control-cell {
    padding-top: 20px;
}

div#DraftTab div.entity-grid div.view-toolbar,
div#SubmittedTab div.entity-grid div.view-toolbar {
	padding-top: 20px;
}

/* ------------------------------------------------HELPERS--------------------------------------------------- */

.landingspace {
    margin-left: -15px;
}

/* OVERRIDES */

body[data-sitmap-state~="dashboard"] .page-heading {
    padding-top: 0px !important;
}

/* Entity search tooltip hide */

div[class~="entitylist-search"] div[class~="tooltip"] {
	display: none!important;
}

div#draftVersionsLoading,
div#submittedVersionsLoading {
	padding: 30px;
	width: 100%;
	text-align: center;
}

/* -------Landing page button space--------- */

div[data-name="tabPrivacyRegisteredSummary"] {
	margin-bottom: 0px!important;
}

div[data-name="tabPrivacyRegisteredSummary"] div.tab-column {
	height: 0px!important;
}

form[action="/privacy-registered/"] div.page-copy {
	margin-bottom: 0px;
}

 div.modal-body > div.entity-grid > div.view-toolbar.grid-actions.clearfix > div > div {
	width: 100%;
}

.crmEntityFormView table.table td,
.entitylist table.table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}