/* custom.css */

body {
    font-family: 'Montserrat', sans-serif !important;
}
.container {border: 0px solid #dbdbea;}
.form-top {
	overflow: hidden;
	background: #fff;
	text-align: left;
    vertical-align: middle !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0.75rem 0;
}
.form-top-left {
	float: left;
        vertical-align:inherit;
	width: 75%;
        valign: inherit;
}
.form-top-right {
	float: left;
	width: 25%;
        padding-right: 10px;
        valign:inherit;
	color: #ddd;
	text-align: right;
        /*border: Solid 1px green;*/
        vertical-align: middle !important;
}
.footer-row {
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 100%;
	margin: 0px ;
}

.footer a:focus {
    outline: 1px dotted #fff;
}

h1 { 
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 45px !important;
}
h2 { 
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    line-height: 35px !important;
	margin-bottom:2rem;
}  
h3 {font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 27.5px !important;
	margin-bottom:2rem;
} 
h4 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    line-height: 22.5px !important;
} 
h5, h6 {
    font-size:  1rem !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

a {
    color: #002664;
	background-color: inherit;
}
a:hover {
    color: #002664;
	background-color: inherit;}
a:visited {
    color: #551a8b;
	background-color: inherit;
}
a[target=_blank]:after {
    background: none;
    height: 0;
    width: 0;
    margin-left: 0;
    top: 0;
}
.red {
     color: #002664 !important;
}
.red:hover {
     color: #003182 !important;
}
	.footer p   { margin: 10px 0 10px 0 !important;}
	.footer hr {border-color: white; margin-top:1rem; margin-bottom: 1rem;}

@media only screen and (min-width: 768px) {
     header {
         border-bottom: 1px solid #A0A5AE;
    }
     .footer {
         border-top: 1px solid #e4e4e4;
         background: #333!important;
         color: #fff;
		 max-width: 100%;
    }
	.footer p   { margin: 10px 0 10px 0 !important;}
	.footer hr {border-color: white; margin-top:1rem; margin-bottom: 1rem;}
}
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
     background: #002664;
}
 .page-link {
     color: #002664;
}
 .bg-info {
     background: #002664 !important;
}
 .btn_secondary {
     background: #002664;
     border-color: #002664;
}
 .btn_secondary:hover {
     background: #003182;
     border-color: #003182;
}
 *:focus, .alert-warning a:focus {
     outline: 1px dotted #002664;
}
.btn.focus, .btn:focus {
	outline: 1px dotted #002664 !important;
}
.list-group-item.active, .list-group-item-action:hover {
    background: #002664;
}
.alert {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left-width: 6px;
}
.alert-warning {
    color: #000;
    background: #fbeee5;
    border-color: #dc5800;
}
.alert-info {
    color: #000;
    background: #eaedf4;
    border-color: #2e5299;
}
.alert-success {
    color: #000;
    background: #e5f6e6;
    border-color: #00a908;
}
.alert-danger {
    color: #000;
    background: #f7e7eb;
    border-color: #b81237;
}
.footer {
    border-top: 1px solid #e4e4e4;
    background: #333!important;
    color: #fff;
	max-width: 100%;
}
.footer a {
	color: #fff;
    text-decoration: underline
}

.footer a:hover {
	color: #fff;
}

/* button.css */

.btn-results .fa {
    color: #002664;
}
.btnpop {
    color: #002664;
}
.btnpop:hover, .btnpop:focus {
    color: #003182;
}
.btnpop:active {
    color: #0085b3;
}
.btn {
	font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    margin: 1.5rem 1rem 1rem 0;
    border-radius: .25rem;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: .75rem 1.5rem;
    cursor: pointer;
    min-width: 7.75rem;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary {
    background: #002664;
}
a.btn-primary {
	color: white;
    background: #002664;
}
a.btn-primary:link, a.sub-button:link {
    text-decoration: none;
}
a.btn-primary:hover, a.sub-button:hover {
    text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #0085b3;
    border-color: #0085b3;
}
.btn.disabled, .btn:disabled, .btn-primary.disabled, .btn-primary:disabled {
    opacity: 1 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #003182;
    border-color: #003182;
}
.btn-primary:active, .btn-default:active, .sub-button:active {
    background: #0085b3;
    border-color: #0085b3;
}
.btn-primary:visited, .btn-default:visited {
    color: #fff !important;
    text-decoration: none;
}
.btn-primary.remove {
    background: #fff;
    border: 2px solid #002664 !important;
    color: #002664;
    padding-top: 13px;
    padding-bottom: 13px;
}
.btn-primary.remove:hover {
    background: #003182;
    border-color: #003182;
    color: #fff;
}
.btn-primary.remove:active {
   background: #026688;
    border-color: #026688 !important;
    color: #fff;
}
.btn-default {
    background: #d7153a;
    border-color: #d7153a;
}
.btn-default:hover, .btn-default:focus {
    background: #d7153a;
    border-color: #d7153a;
}
.radiobutton2 label.btn.btn-radio {
    border: 2px solid #002664 !important;
    border-radius: .25rem;
}
.radiobutton2 label.btn.btn-radio:hover {
    border: 2px solid #002664 !important;
    background: #002664;
}
.radiobutton2 label.btn.btn-radio.active {
   background: #026688 !important;
    border: 2px solid #026688 !important;
}
.radiobutton4 label.btn.btn-radio:hover {
    background: #002664  !important;
    border: 2px solid #002664 !important;
}
.button2 .btn-primary {
    border: 2px solid #002664 !important;
}
.button2 .btn-primary:hover {
    background: #002664;
}
.button2 .btn-default {
    color: #fff;
    background: #D7153A;
    border: 2px solid #D7153A
}
.button3 .btn-primary {
    background: #002664;
    border:2px solid #002664;
}
.button3 .btn-primary:hover {
    background: #002664;
}
.button3 .btn-default {
    color: #fff;
   background: #D7153A;
    border:2px solid #D7153A;
}

a.sub-button {
	text-decoration: none;
}

a.sub-button:hover, a.sub-button:focus, a.sub-button:active {
	color: #fff;
}

.sub-button {
    background: #fff;
    color: #000;
    border: 2px solid #002664;
    padding: 0.8125rem 0.6875rem;
	font-weight: 600;
	border-radius: 0.25rem !important;
}
.sub-button:hover, .sub-button:focus {
    background: #002664;
    color: #fff;
    border-color: #002664;
}
.sub-button:active {
    background: #002664;
    color: #fff;
    border-color: #002664;
}
.sub-button:visited {
    text-decoration: none;
}
/* check buttons */
.btn-check {
    border: 2px solid #002664;
    padding-top: 13px;
    padding-bottom: 13px;
}
.alert .btn-check {
    color: #002664;
}
.btn-check:hover, .btn-check.active:hover {
    color: #fff!important;
    background: #003182!important;
    border-color: #002664!important;
}
.btn-check:focus {
    color: #fff !important;
    background: #002664 !important;
    border-color: #002664 !important;
}
.btn-check:active {
    color: #fff !important;
    background: #026688 !important;
    border-color: #026688 !important;
}
.btn-check.active {
    color: #fff !important;
    background: #026688 !important;
    border-color: #026688 !important;
}
.btn-radio.active {
    background: #026688 !important;
    border-color: #026688 !important;
}
.btn-radio:hover {
    background: #003182 !important;
    border-color: #002664 !important;
}
.resp-tabs-list li.resp-tab-active > label {
     background: #002664 !important;
}
.input-group .btn.choose-file {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin: 0;
}
.input-group .btn.remove {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin: 0;
}

/* component.css */

.pagination > li a {
    border: 2px solid #fff !important;
}
.pagination > li.active {
    background: transparent !important;
    color: #333;
}
.pagination > li.active a {
    border: 2px solid #fff !important;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(51,51,51,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(51,51,51,1);
    box-shadow: inset 0px -2px 0px 0px rgba(51,51,51,1);
}
.pagination > li > a:hover {
    background: #c3deea !important;
    color: #333 !important;
    border: none;
}
.pagination > li > a:focus {
    border: 2px solid #026688 !important;
}

h2.resp-accordion {
    font-size: 1em !important;
}
h2.resp-accordion > label {
    background: #fff !important;
    color: #002664 !important;
}
h2.resp-accordion > label {
    background: #fff !important;
    border-top: 1px solid #dbdbea;
    color: #002664 !important;
}
h2.resp-tab-active {
    font-size: 1em;
    xborder-bottom: 0px solid #dbdbea!important;
    xmargin-bottom: 0px !important;
    xpadding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    font-size: 1em;
    xborder-bottom: 12px solid #dbdbea!important;
}
h2.resp-tab {
    xbackground: #fff !important;
    xcolor: #fff !important;
}
h2.resp-tab-active {
    background: #002664 !important;
    xcolor: #fff !important;
}
h2.resp-tab-active:hover {
    background: #003182 !important;
    xcolor: #FFFFFF !important;
}
h2.resp-tab:hover {
    background: #003182 !important;
    xcolor: #FFFFFF !important;
}
.resp-arrow {
    color: #002664 !important;
}

/* general.css */

.modal-header button.close:hover {
	background: #003182 !important;
}
.req_info:after {
	color: #2e5299;
}
.req_history:after {
	color: #2e5299;
}
.alert-danger h3, .alert-warning h3, .alert-info h3, .alert-success h3 {
	color: #000!important;
}
.alert-danger a:link, .alert-warning a:link, .alert-info a:link, .alert-success a:link {
	color: #002664!important;
}
.alert a:hover {
	color: #002664!important;
}

/* layout.css */

.sidebar-nav > .navbar > .navbar-header {
     background: #002664!important;
}

/* media.css */

 /*==========  for standard navigation setting for all devices   ==========*/

.navbar-default .navbar-nav {
     background: #002664!important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
     background: #003182!important;
     color: #fff!important 
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background: #002664!important;
}
header {
/*b4*/
    border-bottom: 1px solid #A0A5AE;
}

/* modal.css */

.modal-header button.close {
	background: #002664!important;
}

/* table.css */

.btn-default {
     background: #d7153a;
}
.btn-default:hover, .btn-default:focus {
      background: #d7153a;
}
.btn-default:active {
    background: #026688;
}

/* element.css */

.info_box {
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left-width: 6px;
     color: #000;
     background: #eaedf4;
     border-color: #2e5299;
}
.info_success {
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left-width: 6px;
     color: #000;
     background: #e5f6e6;
     border-color: #00a908;
}
.info_warning {
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left-width: 6px;
     color: #000;
     background: #fbeee5;
     border-color: #dc5800;
}
.info_warning a:focus {
    outline: 1px dotted #002664;
}
.info_danger {
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left-width: 6px;
     color: #000;
     background: #f7e7eb;
     border-color: #b81237;
}

/* dtree-styles.css*/

.decisionTree .info_box, .decisionTree .alert-success, .decisionTree .alert-warning {
    padding-bottom: 6px !important;
}
.padding-adjustment {
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
}
.checklist table .info_danger, .checklist .info_success, .checklist .info_warning {
     border-left-width: 6px !important;
}
.checklist .info_success {
     border-color: #00a908 !important;
}
.checklist .info_warning {
     border-color: #dc5800 !important;
}
.checklist table .info_danger {
    border-color: #b81237 !important;
}

/* add */

input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

/* error message */
.has-error .form-control {
    border-color: #B81237;
}
.required .invalid-feedback { 
	color: #262626 ; 
}
/* //
.has-error .help-block:before, .required .invalid-feedback:before { 
	content: '\f060'; 
	font-family: FontAwesome; 
	color: #B81237;
}
*/
.has-error .help-block, .required .invalid-feedback { 
	padding: .5rem 1rem .5rem .5rem; 
	margin-top: .4rem; 
	background-color: #f7e7eb;
}
.checkbox .has-error { 
	border: 1px #B81237 solid !important; 
	padding: .5rem 1rem .5rem .5rem;
}
.has-error label.btn.btn-radio {
    border-width: 2px !important;
    border-color: #B81237 !important;
}

div.required label:after {
	content: '\f069';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d9534f;
    font-size: .8571em;
	vertical-align: super;
}

table {
	width: 100%;
}

.table-striped thead tr td {
	padding-left: 10px;
}

.table-stripped {
	width: 100%;
	max-width: 100%;
}
.table-striped thead tr {
    border-bottom:  2px solid #333;
    font-weight:bold;
    font-size: 1rem;
	background-color: white!important;
	width: 100%;
	max-width: 100%;
}

.table-striped tr td {
    padding: 10px;
}

.table-striped tbody tr {
    border-top: 0px Solid black;
	width: 100%;
	max-width: 100%;
}

.table-striped tbody tr td {
    border-top: 0px Solid black;
}
.table-striped tbody tr:nth-of-type(even) {
   background: #f4f4f7;
}

.table-striped tbody tr:nth-of-type(odd) {
   background: #fff;
}
h4.panel-title {
	background-color: white;
}
.adv_search h4 a {
	text-decoration: underline;
	font-size: 1.5rem;
	background-color: white;
	margin-left: 20px;
}

div.radio-group label {
	margin-right: 20px;
	overflow-wrap: break-word;
}
/*
div.radio-group input[type=radio] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    box-sizing: border-box;
	margin-right:10px;
    padding: initial;
    transform:scale(2)
                
}*/
/*
input[type="checkbox"] {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 0;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  min-height: 48px;
  padding-right: 10px;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: #fff;
  border: 2px solid black;
  z-index: 11;
  content: '';
}

input[type="checkbox"]:checked + label:before {
  background: #002664;
  border-color: #002664;
}
input[type="checkbox"]:checked + label:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  font-family: 'osr_icons';
  content: '\e914';
  font-size: 24px;
  color: #fff;
  z-index: 12;
}

input[type="checkbox"]:focus + label,
input[type="checkbox"]:active + label {
  outline: 1px dashed #000;
  outline-offset: 2px;
}

input[type="radio"] {
  position: relative;
  -ms-transform: scale(2) \9;
  -moz-transform: scale(2);
  transfom: scale(2);
  outline: none\9;
  cursor: pointer;
  margin-right: 20px;
}
input[type="radio"]:before {
  visibility: visible;
  position: absolute;
  top: -10px;
  left: -5px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: #fff;
  border: 2px solid black;
  z-index: 11;
  content: '';
}
input[type="radio"]:checked:before {
  background: #002664;
  border-color: #002664;
}
input[type="radio"]:checked:after {
  display: block;
  visibility: visible;
  position: absolute;
  left: 4px;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  content: '';
  z-index: 12;
}
*/
.nsw-form-checkbox,.nsw-form-radio{clear:left}
.nsw-form-checkbox__input,.nsw-form-radio__input
{position:absolute;opacity:0}
.nsw-form-checkbox__input:hover+.nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:hover+.nsw-form-radio__label:before,
.nsw-form-radio__input:hover+.nsw-form-checkbox__label:before,
.nsw-form-radio__input:hover+.nsw-form-radio__label:before
{background-color:rgba(0,133,179,.2)}
.nsw-form-checkbox__input:checked+.nsw-form-checkbox__label:after,
.nsw-form-radio__input:checked+.nsw-form-checkbox__label:after
{background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg'width='32' height='32'%3E%3Cpath d='M29.362 3.742L10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
background-color:#002664}
.nsw-form-checkbox__input:checked+.nsw-form-radio__label:after,
.nsw-form-radio__input:checked+.nsw-form-radio__label:after
{background-color:#002664}
.nsw-form-checkbox__input:disabled+.nsw-form-checkbox__label,
.nsw-form-checkbox__input:disabled+.nsw-form-radio__label,
.nsw-form-radio__input:disabled+.nsw-form-checkbox__label,
.nsw-form-radio__input:disabled+.nsw-form-radio__label
{cursor:not-allowed}
.nsw-form-checkbox__input:disabled+.nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:disabled+.nsw-form-radio__label:before,
.nsw-form-radio__input:disabled+.nsw-form-checkbox__label:before,
.nsw-form-radio__input:disabled+.nsw-form-radio__label:before
{border-color:#a0a5ae;background-color:#f4f4f7}
.nsw-form-checkbox__input:disabled:checked+.nsw-form-checkbox__label:after,
.nsw-form-checkbox__input:disabled:checked+.nsw-form-radio__label:after,
.nsw-form-radio__input:disabled:checked+.nsw-form-checkbox__label:after,
.nsw-form-radio__input:disabled:checked+.nsw-form-radio__label:after
{background-color:#a0a5ae}
.nsw-form-checkbox__input:focus+.nsw-form-checkbox__label:before,
.nsw-form-radio__input:focus+.nsw-form-checkbox__label:before
{outline:3px solid #0085b3;outline-offset:0;outline-offset:3px}
.nsw-form-checkbox__input:focus+.nsw-form-radio__label:before,
.nsw-form-radio__input:focus+.nsw-form-radio__label:before
{box-shadow:0 0 0 3px #fff,0 0 0 6px #0085b3}
.nsw-form-checkbox__input.has-error+.nsw-form-checkbox__label:hover:before,
.nsw-form-checkbox__input[aria-invalid=true]+.nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input.has-error+.nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input[aria-invalid=true]+.nsw-form-checkbox__label:hover:before
{background-color:#f7e7eb}
.nsw-form-checkbox__input.has-error+.nsw-form-checkbox__label:before,
.nsw-form-checkbox__input[aria-invalid=true]+.nsw-form-checkbox__label:before,
.nsw-form-radio__input.has-error+.nsw-form-checkbox__label:before,
.nsw-form-radio__input[aria-invalid=true]+.nsw-form-checkbox__label:before
{border-width:2px;border-color:#b81237}
.nsw-form-checkbox__label,.nsw-form-radio__label
{font-family:Montserrat,Arial,sans-serif;-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:1rem;
line-height:1.25;margin-top:1rem;padding-left:3rem;padding-top:.5rem;
min-height:2rem;display:block;position:relative}

@media (min-width:62em){.nsw-form-checkbox__label,.nsw-form-radio__label{font-size:1rem}}
.nsw-form-checkbox__label:before,.nsw-form-radio__label:before
{margin-right:1rem;content:"";width:2rem;height:2rem;
border:1px solid #4c4f55;background:#fff;top:0;left:0;display:inline-block;
vertical-align:middle;background-color:#fff;position:absolute}
.nsw-form-checkbox__label:after,.nsw-form-radio__label:after
{content:"";position:absolute;width:1.375rem;height:1.375rem;background-repeat:no-repeat;
background-position:50%;background-size:1rem auto;left:.3125rem;top:1.125rem;
transform:translateY(-50%);margin-top:-.125rem}.nsw-form-checkbox__label:before
{border-radius:.25rem}
.nsw-form-radio__label:after,.nsw-form-radio__label:before
{border-radius:50%}

@media print {
*{
	 -webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
}
.nsw-form-checkbox__input:checked+.nsw-form-checkbox__label:after,
.nsw-form-radio__input:checked+.nsw-form-checkbox__label:after
{background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg'width='32' height='32'%3E%3Cpath d='M29.362 3.742L10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
background-color:#002664;
z-index: 1000;}
}
