html{
    font-size: 16px;
}
body {
    background: #f9f9f9;
    font-family: opensans;
    min-height: 100%;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    font-weight:400;

}
@font-face {
  font-family: opensans;
  src: url(../fonts/OpenSans-Regular.ttf);
}
header {
    background: #007DBC;
    min-height: 50px;
    position: relative;
}
header .brand a {
    min-height: 24px;
}
@media screen and (max-device-width: 480px) {
    body{
   background-color: white;
   }
  .brand img.logo {
    display: none;
  }
  .wfp--modal-header__heading {
    font-size: 1.25rem;
}
  .wr-login{
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
  }
  .container-fluid {
     padding-right: 0px; 
     padding-left: 0px; 
     margin-right: 0px; 
     margin-left: 0px; 

}
.row {
    margin-right: -15px;
    margin-left: -15px;
    background-color: white;
}
h2 {
    text-align: left;
}
.wfp--modal-container{
    animation: none;
    box-shadow: none;
    position: inherit;
    margin: inherit;
    display: inherit;
    display: inherit;
    -webkit-flex-direction: column;
    flex-direction: inherit;
    background-color: white;
    border-top: inherit;
    min-width: inherit;
    height: inherit;
    padding: inherit;
}
.padding-double {
    padding: 10px;
}
header{
    padding: 20px;
    border-bottom: 1px inset #e7e7e7;
    background: white;
}
header .brand em {
    color: #0b77c2;
}
.logo-text{
    font-weight: bold;
}
}
@media screen and (min-device-width: 481px) {
.logo-text{
    display: none;
}
  .wr-login{
    padding-top: 50px;
    padding-bottom: 50px;
  }

h2 {
    text-align: center;
}
.padding-double {
    padding: 20px;
}
header .brand em {
    color: #ffffff;
}
}


header .brand img.logo {
    height: 70px;
    padding: 6px;
}
header .brand h1 {
    margin: 0 0 0 5px;
    display: inline-block;
    line-height: 1;
}
header .brand h1 em {
    font-size: 17px;
    margin: 0;
    padding: 3px 0 0 0;
    font-style: normal;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    color: #cbcbcb;
    background: #222222;
}
footer > .container, footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
footer > .container p, footer > .container-fluid p {
    line-height: 40px;
    margin-bottom: 0;
}
footer a, footer a:hover {
    color: #cbcbcb;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.boarder-bottom-blue {
    border-bottom: 2px solid #006596;
}

.white {
    color: #FFF;
}
.blue-bg {
    background-color: #0A6EB4 !important;
}
.uppercase {
}
.boarder-all {
    border: 1px solid #d8d8d8;
    background: #FFF;
    margin-top: -10px;
}
.font-large {
    font-size: 16px;
}
.wr-input-control {
    margin-bottom: 20px;
}


.wr-login input[type=text], .wr-login input[type=password]{
    border: 1px #d2d2d2 solid;
    width: 100%;
    padding: 6px 10px;
    z-index: 1;
    -webkit-appearance: none;
    line-height: 30px;
    border-radius: 0px;
}
.wr-btn {
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    background: #0b77c2;  
    
    border-width: 2px;
    border-style: solid;
    border-color: #0b77c2;

    font-family: opensans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition-duration: 50ms;
    transition-timing-function: ease-in;
    white-space: nowrap;
    line-height: 16px;
}
button.grey-bg:hover {
    background-color: #085992;
    border-color: #085992;
}

.wr-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0b77c2;
    border-color: #0b77c2;
}
button.grey-bg {
    background-color: #0b77c2;
}
button.font-extra-large {
    font-size:  0.875rem;
}
img.idp-image {
    padding: 3px 2px;
}


.padding-left {padding-left:10px;}
.padding-right {padding-right:10px;}
.padding-top {padding-top:10px;}
.padding-bottom {padding-bottom:10px;}
.padding{padding:10px;}
.padding-none{ padding:0px !important;}

.padding-left-double {padding-left:20px;}
.padding-right-double {padding-right:20px;}
.padding-top-double {padding-top:20px;}
.padding-bottom-double {padding-bottom:20px;}

.margin-left {margin-left:10px;}
.margin-right {margin-right:10px;}
.margin-top {margin-top:10px;}
.margin-bottom {margin-bottom:10px;}
.margin-bottom-half {margin-bottom:5px;}
.margin{margin:10px;}
.margin-none{margin: 0px !important;}

.margin-left-double {margin-left:20px;}
.margin-right-double {margin-right:20px;}
.margin-top-double {margin-top:20px;}
.margin-bottom-double {margin-bottom:20px;}
.margin-double{margin:20px;}
.font-small{font-size:12px;}
.font-medium{font-size:16px;}
.font-large{font-size:1.3em;}
.font-extra-large{font-size:0.875rem !important;}

.error-alert{
    background-color: #FFE7E8;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}
span.required{
    color: red;
    vertical-align: middle;
}
span.mandatory{
    color: red;
    vertical-align: middle;
    font-size: 12px;
}
span.mandatory-msg{
    color: red;
}
.select-all .checkbox{
    padding: 10px;
}
.claim-list{
    max-height: 225px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.claim-list .checkbox{
    background: #d9edf7;;
    padding: 4px 10px;
    margin-bottom: 2px;
}


.claim-list .checkbox label{
    display: block;
}

.border-top{
    border-top: 1px solid #d8d8d8;
}
.padding-bottom-100{
    padding-bottom: 100px;
}
.padding-10{
    padding: 10px;
}
.margin-bottom-3{
    margin-bottom: 3px;
}
.table-of-contents {
    margin-top: 50px;
    background: #eeeeee;
    border: 1px solid #d8d8d8;
    padding: 1em 2em;
}
.table-of-contents ul {
    padding: 0;
}
.table-of-contents li {
    margin: 0 0 0.25em 0;
}
.table-of-contents li.sub{
    text-indent: 20px;
    list-style-type: circle;
    list-style-position: inside;
}
.table-of-contents a {
    text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:active {
    text-decoration: underline;
}

h2:target {
    animation: highlight 2s ease;
}

@keyframes highlight {
    from { background: #eeffa0; }
    to { background: #fff; }
}

.border-blue{
    border:1px solid #bce8f1;
}
.border-gray{
    border:1px solid #e1e1e1;
}
.claim-alert p{
    margin: 0;
}
.claim-alert{
    padding: 10px;
    color: #666666;
    border-bottom: 1px solid #d8d8d8;
    font-size: 13px;
}
input[type=reset].btn, .btn-primary + .btn{
    border: 1px solid #dadada;
    background: #f7f7f7;
}

.section-heading-5{
    color: #bdbdbd;
    margin-bottom: 5px;
}
.scopes-list{
    margin: 0;
    padding-left: 30px;
}
.scope-approval-container{
    border-top: 1px solid #d8d8d8;
}
.scope-approval-container .radio{
    padding: 4px 10px;
    margin-bottom: 2px;
}

.field-name{
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 600;
}



h2 {
    color: #333;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 600;
}


.form-control{
    font-size: 1rem;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 0.875rem;
}

.form-group{
    font-size: 0.875rem;
}

.little-font{
    font-size: 0.875rem;
}

.a {
    font-size: 1rem;
}

.wfp--link{
    float: center;
}

.box {  
  line-height: 40px; /* Same as height  */
}
