/*CONFIG AND GENERAL STYLE*/
/*General colors palette*/
/*General elements*/
/*colors palette*/
/*social colors*/
/*Functions*/
html {
  height: 100%;
}
body {
  position: relative;
  padding: 0px;
  /*background-color: #F6F6F6;*/
  background-color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  /*font-size: 14px;*/
  font-size: 10pt;
  color: #555;
  /*opacity: 0;*/
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Arial', sans-serif;
  font-weight: 300;
}
a {
  color: #3380FF;
  text-decoration: none;
  outline: 0 none;
}
a:focus,
a:hover,
a:active {
  outline: 0 none;
  text-decoration: none;
  color: #3078ef;
}
p {
  /*font-size: 14px;*/
  font-size: 11pt;
  line-height: 22px;
}
b {
  font-weight: 400;
}
blockquote p {
  font-size: 15px;
}
ul {
  padding-left: 30px;
}
.overflow-hidden {
  overflow: hidden;
}

.no-padding {
  padding: 0 !important;
}
.clear {
  clear: both;
}
/*Text Colors*/
.color-primary {
  color: #3078EF;
}
.color-primary.fa {
  color: #4C94FF;
}
.color-success {
  color: #5FBF5F;
}
.color-warning {
  color: #FC9700;
}
.color-danger {
  color: #ee5037;
}
/*HEADER*/
/*navigation*/
.navbar {
  border: 0;
  background-color: #01183a;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px;
  border-radius: 0px;
}
.navbar-brand {
  padding-left: 25px;
  text-align: left;
  min-width: 400px;
  color: #FFF;
  /*background: url(../images/logo.png) no-repeat 0 11px;*/
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 24px;
  line-height: 18px;
  height: auto;
}

/*BODY*/
.cl-mcont {
  background-color: #F6F6F6;
  color: inherit;
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
  padding: 15px 30px 30px 30px;
  margin-top: 0;
}

/*Forms*/
label {
  /*font-weight: 600;*/
  font-weight: normal;
  margin-left:15px;
  margin-bottom: 7px;
}
.form-group {
  margin-top: 10px;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
}
.form-control {
  padding: 6px 8px;
  margin-top: 10px;
  font-size: 11pt;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}
.form-control:focus {
  border-color: #2598f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
select.form-control,
textarea.form-control {
  padding: 6px 8px;
}
.input-group {
  margin-bottom: 15px;
}

/*PAGES*/
/*Login*/
#cl-wrapper.login-container,
#cl-wrapper.error-container {
  margin: 0;
}
.login-container .middle-login {
  width: 1200px;
  left: 50%;
  top: 40%;
  position: absolute;
  margin-top: 20px;
  margin-left: -600px;
}
.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  background-color:#fff;
}
.login-container .block-flat .header {
  padding: 9px 20px;
  border-bottom: 1px solid #2082D5;
}
.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.login-container .header .logo-img {
  margin-right: 3px;
}
/*Login*/
#cl-wrapper.sign-up-container,
#cl-wrapper.error-container {
  margin: 0;
}
.sign-up-container .middle-sign-up {
  width: 470px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -282px;
  margin-left: -235px;
}
.forgotpassword-container .middle {
  width: 470px;
  margin: 20px auto 0 auto;
}
/*404 Page*/
.page-error {
  margin-top: 80px;
  margin-bottom: 40px;
}
.page-error .number {
  color: #FFF;
  font-size: 150px;
  font-family: Arial;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error .description {
  color: #FFF;
  font-size: 40px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error h3 {
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.error-container .copy,
.error-container .copy a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
body.texture {
  background: url(../images/bg-blue.jpg);
}

/*ELEMENTS*/
/*table thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 200;
}
table tbody td {
  padding: 7px 8px;
  font-size: 12px;
}*/
/*table .primary-emphasis,
table .primary-emphasis-dark {
  background: #4D90FD;
  color: #FFF;
  border-color: #4D90FD;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark {
  background-color: #437edd;
}
table .success-emphasis,
table .success-emphasis-dark {
  background: #60C060;
  color: #FFF;
  border-color: #60C060;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
  background-color: #58b058;
  border-color: #58b058;
}
table .warning-emphasis,
table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis,
table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table {
  border-collapse: collapse;
  width: 100%;
}*/
table.no-border {
  border: 0;
}
table .right {
  text-align: right;
}
table .left {
  text-align: left;
}
.red thead th {
  color: #d36442;
}
.blue thead th {
  color: #3078EF;
}
.violet thead th {
  color: #8b12ae;
}
.green thead th {
  color: #4da60c;
}
/*table thead th span {
  color: #333;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
  font-weight: bold;
}
table thead th:last-child {
  border-right: 1px solid #DADADA;
}
table thead span {
  font-size: 15px;
  display: block;
}*/
/*table td {
  border-left: 0px solid #DADADA;
  border-bottom: 0px solid #dadada;
  padding: 7px 8px;

}*/
table.padding-sm td {
  padding: 4px 6px;
}
table td .progress {
  margin: 0;
}
/*table.hover tbody tr:hover {
  background: #f3f3f3;
}
table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}*/
/*table td:last-child {
  border-right: 1px solid #dadada;
}
table tr:nth-child(2n) {
  background: #f8f8f8;
}*/
table.no-strip tr:nth-child(2n) {
  background: transparent;
}
/*No-Internal borders in thead*/
table .no-border th {
  border-left: 0;
}
table .no-border tr th:first-child {
  border-left: 1px solid #dadada;
}
/*No-Internal borders in tbody x and y*/
table .no-border-x td {
  border-bottom: 0;
}
table .no-border-x tr:last-child td {
  border-bottom: 1px solid #dadada;
}
table .no-border-y td {
  border-left: 0;
}
table .no-border-y tr td:first-child {
  border-left: 1px solid #dadada;
}
/*No-External borders general table*/
table.no-border tr th {
  border-top: 0;
}
table.no-border tr th:first-child {
  border-left: 0;
}
table.no-border tr th:last-child {
  border-right: 0;
}
table.no-border tr td:first-child {
  border-left: 0;
}
table.no-border tr td:last-child {
  border-right: 0;
}
table.no-border tr:last-child td {
  border-bottom: 0;
}
/*No-External borders when .no-padding in block*/
/*.no-padding table th:first-child {
  border-left: 0;
}
.no-padding table th:last-child {
  border-right: 0;
}
.no-padding table tr td:first-child {
  border-left: 0;
}
.no-padding table tr td:last-child {
  border-right: 0;
}
.no-padding table tr:last-child td {
  border-bottom: 0;
}
table tbody .toggle-details {
  cursor: pointer;
}
table tbody .details {
  background: #FFF;
}
table tbody td .btn {
  margin-bottom: 0 !important;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
table td .flag {
  text-align: center;
  padding: 0 4px;
}
table td .legend {
  width: 10px;
  height: 10px;
  background: #efefef;
}
div.dataTables_length label select {
  display: inline !important;
}
.table td .btn i {
  width: inherit;
}*/
/*Wizard*/
.wizard-row {
  position: relative ;
  width: 100%;
  margin: 0;
}
.wizard-row .fuelux {
  padding: 0;
  position: absolute;
  width: 100%;
}
.block-wizard {
  padding: 0;
}
.block-wizard .step-content {
  padding: 20px 20px;
}
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  background: #FFF;
}
.fuelux .wizard ul li.active {
  background: #FFF;
  color: #01183a;
}
.fuelux .wizard ul li.complete {
  color: #fff;
  background: #01183a;
}
.fuelux .wizard ul li.complete:hover {
  background: #1399e6;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left-color: #1399e6;
}
.fuelux .wizard ul li.complete .chevron {
  border-left-color: #0d5d8c;
}
.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #01183a;
}
.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #FFF;
}
.fuelux .wizard ul li:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.fuelux .wizard ul li {
  font-size: 15px;
}
@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
/*Alerts*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}
.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: #569745;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
}
.alert-warning {
  color: #C09853;

}
.alert-warning.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-danger {
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border-color: #e0b1b8;
  color: #B94A48;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border-top-color: #e0b1b8;
  border-bottom-color: #e0b1b8;
  border-left-color: #e0b1b8;
  border-right-color: #e0b1b8;
  color: #B94A48;
  /*padding-left: 61px;*/
  position: relative;
}
.alert-danger.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white {
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  /*padding-left: 61px;*/
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3A8ACE;
  background: #4D90FD;
}
.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #D68000;
  background: #FC9700;
}
.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54A754;
  background: #60C060;
}
/*Labels*/
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 95%;
}
.label-default {
  background-color: #a1a1a1;
}
.label i {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}
.label-success {
  background-color: #60C060;
}
.label-primary {
  background-color: #4D90FD;
}
.label-warning {
  background-color: #fcad37;
}
.label-danger {
  background-color: #ED5B56;
}
.label-info {
  background-color: #5DC4EA;
}
/*Bagde*/
.badge {
  font-weight: normal;
  font-size: 95%;
  padding: 4px 6px;
  background-color: #a1a1a1;
}
.badge-primary {
  background-color: #4D90FD !important;
}
.badge-success {
  background-color: #60C060 !important;
}
.badge-info {
  background-color: #5DC4EA !important;
}
.badge-warning {
  background-color: #fcad37 !important;
}
.badge-danger {
  background-color: #ED5B56 !important;
}
/*Progress*/
.progress {
  height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.progress .progress-bar {
  font-size: 11px;
  line-height: 17px;
}
.progress-bar-info {
  background-color: #4D90FD;
}
.progress-bar-success {
  background-color: #60C060;
}
.progress-bar-warning {
  background-color: #FC9700;
}
.progress-bar-danger {
  background-color: #DA4932;
}
/*Pagination*/
.pagination {
  margin: 18px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2083D6;
}
/*Nav Pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #4D90FD;
}
/*List Group*/
.list-group-item:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4D90FD;
}
.list-group-item i {
  min-width: 15px;
  display: inline-block !important;
  text-align: center;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 17px;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.list-group-item {
  font-size: 12px;
  padding: 13px 15px;
  line-height: 22px;
}
a.list-group-item:hover {
  border-left: 5px solid #4D90FD;
  border-color: #4D90FD;
  padding-left: 11px;
}
a.list-group-item:hover + a.list-group-item {
  border-top-color: #4D90FD;
}
.list-group .active:hover {
  padding-left: 15px;
  border-left: 1px solid #428BCA;
}

/*Buttons*/
.btn {
  border-color: #CCCCCC;
    color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  /*margin-left: 4px;*/
  font-size: 10pt;
  padding: 7px 11px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.btn-default,
.btn-default:focus {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #333333;
  background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
}
.btn-default i {
  color: #444;
}
.btn-primary {
  color: #fff;
  background-color: #01183a;
  border-color: #01183a;
}
.btn-primary,
.btn-primary:focus {
  background-color: #01183a;
  border-color: #01183a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #0073ae;
  border-color: #0073ae;
  color: #fff;
}
.btn-primary:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  color: #fff;
}
.btn-success,
.btn-success:focus {
  background-color: #60C060;
  border-color: #54A754;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #65ca65;
  border-color: #54A754;
}
.btn-info,
.btn-info:focus {
  background-color: #5BC0DE;
  border-color: #28a1c4;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #5fc8e7;
  border-color: #28A1C4;
}
.btn-warning,
.btn-warning:focus {
  background-color: #FF9900;
  border-color: #E38800;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffa800;
}
.btn-danger,
.btn-danger:focus {
  background-color: #DF4B33;
  border-color: #CA452E;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #e64d35;
}
.btn-rad {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn i {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  min-width: 10px;
}
.btn-group-vertical {
  margin: 3px 3px;
}
/*Specific icons size*/
.btn-lg {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 300;
}
.btn-lg i {
  font-size: 18px;
}
.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.btn-sm i {
  font-size: 14px;
}
.btn-xs {
  padding: 2px 6px;
  font-size: 11px;
}
.btn-xs i {
  font-size: 12px;
}
.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
.btn-shadow.btn-success {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-primary {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-warning {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-danger {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-info {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-flat,
.btn-flat:focus {
  box-shadow: none;
}
.btn-flat.btn-default {
  background: #fff;
}
.btn-flat:active.btn-default,
.btn-flat.btn-default.active,
.btn-flat.open .dropdown-toggle.btn-default {
  background: #f5f5f5;
}
.btn-flat:active.btn-primary,
.btn-flat.btn-primary.active,
.btn-flat.open .dropdown-toggle.btn-primary {
  background: #4785ea;
}
.btn-flat:active.btn-success,
.btn-flat.btn-success.active,
.btn-flat.open .dropdown-toggle.btn-success {
  background: #5db95d;
}
.btn-flat:active.btn-info,
.btn-flat.btn-info.active,
.btn-flat.open .dropdown-toggle.btn-info {
  background: #56b7d3;
}
.btn-flat:active.btn-warning,
.btn-flat.btn-warning.active,
.btn-flat.open .dropdown-toggle.btn-warning {
  background: #ff9600;
}
.btn-flat:active.btn-danger,
.btn-flat.btn-danger.active,
.btn-flat.open .dropdown-toggle.btn-danger {
  background: #d04630;
}
.btn-group-vertical > .btn {
  margin-bottom: 0 !important;
}
.btn-group-vertical > .btn:first-child {
  margin-left: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

/* ****************************************************************************************************************** */
/* Other Custom - Not based on Bootstrap */
/* ****************************************************************************************************************** */

.marginb10 {
	margin-bottom:10px;
}

.marginb20 {
	margin-bottom:20px;
}

.margint5 {
	margin-top:5px;
}

.margint10 {
	margin-top:10px;
}

.margint20 {
	margin-top:20px;
}

.paddinglr20 {
	padding-left:20px;
	padding-right:20px;
}

.marginlr10 {
	margin-left:10px;
	margin-right:10px;
}

.marginlr20 {
	margin-left:20px;
	margin-right:20px;
}

.highlightcolumn {
	color: #C30;	
}

.inlinebtn {
	margin-bottom: 0px !important;
	margin-left: 0px;
}

.badge50 {
	width:50px;
}


.row.flush-col > [class*="col-"] {padding:0;}


.surveygrid .col-md-1 { width: 30%; }
.surveygrid .col-md-2 { width: 10%; }

.brandcolorbox {
    border-radius: 3px;
    font-weight: 600;
    margin-top: 20px;  
    padding: 5px;  
    /*width: 190px;*/
    text-align:center; 
    font-size: 1em;

    background-color: #2ecc71;
    color: #fff;
	vertical-align:middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.navbar.jnj {
  border: 0;
  background-color: #ffc60a;
  color: #FFF;
  padding-left: 10px;
  padding-right: 25px;
}

.main {
  width:97%;
  padding: 20px;
  margin: 20px;
  border:0px;
}
.content {
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 0px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.footer {
    padding-left:30px;
    line-height:30px;
}
.pagefooter {
    font-size: 10pt;
    margin:20px;
    padding:20px;
    padding-left:0px;
    margin-left:0px;
}

.headrow th 
{
    padding: 10px;
    border: 1px solid #000;
}

.altrow 
{
    background-color:#f8f8f8;
    font-size: 14pt;
    border: 0px solid #e2e2e2;
}

.headrow 
{
    font-size: 10pt;
    color: #01183a;
    font-weight: bold;
    border:0px solid #000;
}

.headrow th a 
{
    color: #000;
}

.table td {
  /*font-size: 14px;*/
  font-size: 10pt;
}

td {
  /*font-size: 14px;*/
  font-size: 10pt;
  padding: 5px;
}

#ctl00_CP1_tabQ_ctl02_Resp span {
    padding-top:0px;
}
#ctl00_CP1_tabQ_ctl02_Resp label {
        padding: 0px;
}

.no-padding td {
  padding: 0px;
}

span {
    font-size: 10pt;
    text-align: left;
    padding: 0px;
}

span .left {
  text-align: left;
}

.header h3 {
font-family: 'Arial', sans-serif;
color: #01183a;
font-weight: bold;
}

.btn100 {
	width: 100px;	
}

.btn200 {
	width: 200px;	
}

.btn300 {
	width: 300px;	
}

#ctl00_CP1_tabStatus {
       border: 1px solid #e2e2e2;
}
#ctl00_CP1_tabStatus td {
       border: 1px solid #e2e2e2;
}
.checkbox {
    margin-left: 20px;
    border: 1px solid black;
}

.question {
    font-weight: bold;
}
.radioanswer {
    font-weight: normal;
    padding-left:10px;
}

.pageheader {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 16pt;
  color: #01183a;
}
.breadcrumbs {
    border: 1px solid #e2e2e2;
}



.xofy {
    font-size: 11pt;
    margin-top:-2px;
    color:#01183a;
    font-weight:bold; 
}

small {
   font-size: 10pt;
}

.required {
    font-size: 34pt;
    font-weight: bold;
    color:#B94A48;
    line-height:1px;
    position: relative;
    top:17px;
}
.reqd 
{
    color:Red;
}
.centered 
{
    text-align:center;
}

/* get rid of bootstrap */
.breadcrumb {
  border: none;
  padding: 0;
  margin: 0px;
  margin-left:15px;
  border-radius: 0;
  font-size:11pt;

}

.breadcrumb>li+li:before {
  display: none;
}


/* below is relevant */
.breadcrumb > li {
  display: inline;
}

.breadcrumb > li.active a {
  color: #fff;
  font-size:11pt;
  background-color: #0478a3;
}

.breadcrumb > li a {
  display: block;
  float:left;
  position: relative;
  background-color: #01183a;
  padding: 0;
  padding-left: 55px;
  padding-right: 55px;
  line-height: 40px;
  margin-right: 10px;
  color: white;
}

ul.breadcrumb li a:before,
ul.breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 20px;  /* half the height of the li a */
  border-style: solid;
  border-color: transparent;
  border-right: none;
}

ul.breadcrumb li a:after {
  right: -19px; /* same as border-width */
  border-left-color: #0478a3; /* match the li a background */
  z-index: 1;
}

ul.breadcrumb li a:before {
  border-left-color: #fff; /* match the background color of (li a)'s parent */
  left: 0;
}

.breadcrumb li:first-child a {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.breadcrumb li:first-child a:before {
  display: none;
}

.breadcrumb li:last-child a {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ebebeb;
  color: #363636;
}

.breadcrumb li:last-child a:after {
  display: none;
}

.breadcrumb li:last-child.active a {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #0478a3;
  color: #fff;
}

.breadcrumb li:last-child.active a:after {
  display: none;
}

.breadcrumb > li.past a {
  color: #fff;
  font-size:11pt;
  background-color: #01183a;
}



.breadcrumb > li.past a {
  color: #fff;
  font-size:11pt;
  background-color: #01183a;
}

ul.breadcrumb li.past a:after {
  right: -19px; /* same as border-width */
  border-left-color: #01183a; /* match the li a background */
  z-index: 1;
}

ul.breadcrumb li.past a:before {
  border-left-color: #fff; /* match the background color of (li a)'s parent */
  left: 0;
}

.breadcrumb > li.off a {
  color: #363636;
  font-size:11pt;
  background-color: #ebebeb;
}

ul.breadcrumb li.off a:after {
  right: -19px; /* same as border-width */
  border-left-color: #ebebeb; /* match the li a background */
  z-index: 1;
}

ul.breadcrumb li.off a:before {
  border-left-color: #fff; /* match the background color of (li a)'s parent */
  left: 0;
}


.butpro {
  vertical-align: top;
}
.butstyle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top, #ffffff 50%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ffffff 50%, #f8f8f8 100%);
  border-color: #DEDFE0 #C8C8C8 #C8C8C8;
  border-image: none;
  border-right: 1px solid #C8C8C8;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  color: #333333;
  /* cursor: pointer; */
  display: inline-block;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 11px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 18%;
  padding: 6px 9px 4px;
  /* transition: border-color 0.21s ease-out 0s; */
}
.butpro .sub h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.butpro .sub span {
  color: #434D55;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}
.butpro .stat {
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
  border:1px solid #ccc;
}
.pagination-ys {
    width:20%;
}
th {
    padding: 8px;
}