body {
    background: #f5f5f5;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-weight: 400;
    min-height: 100%;
    position: relative;
}
header {
    background: #3a9ecf;
    min-height: 50px;
    position: relative;
}
header .brand a {
    min-height: 24px;
}
header .brand img.logo {
    height: 24px;
}
header .brand h1 {
    margin: 0 0 0 5px;
    display: inline-block;
    line-height: 1;
}
header .brand h1 em {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    color: #ffffff;
    padding: 3px 0 0 0;
    font-style: normal;
    text-transform: uppercase;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    color: #cbcbcb;
    background: #3a9ecf;
}
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;
	border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.padding-double {
    padding: 20px;
}
.white {
    color: #FFF;
}
.blue-bg {
    background-color: #3a9ecf !important;
}
.uppercase {
    text-transform: uppercase;
}
.boarder-all {
    border: 1px solid #d8d8d8;
    background: #FFF;
    margin-top: -10px;
	border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.font-large {
    font-size: 16px;
}
.wr-input-control {
    margin-bottom: 20px;
}
.wr-login {
    padding-top: 50px;
    padding-bottom: 50px;
}

.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;
	border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wr-btn {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    background: #5d81d2;
    padding: 10px 10px;
    display: inline-block;
    border: none;
	border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
button.grey-bg:hover {
    background-color: #3A9ECF;
}
.wr-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #6b94f1;
}
button.grey-bg {
    background-color: #3a9ecf;
}
button.font-extra-large {
    font-size: 20px;
}
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;}
.padding-double{padding: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;text-align: center;}

.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:20px !important;}
.brand.float-remove-xs {margin-top: -5px;}

.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;
}

.scrum-container .container::before, .scrum-container .container::after {
    content: none;
}

.form .submit {
    width: 100%;
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
/* your css rules for ipad portrait */
    #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    /* your css rules for ipad portrait */
    #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}

/* Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
/* your css rules for ipad portrait */
    #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
/* your css rules for ipad portrait */
    #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 264dpi),
  only screen and (                min-resolution: 2dppx) { 
    /* Retina styles here */
      #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) { 
    /* Retina styles here */
      #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 384dpi),
  only screen and (                min-resolution: 3dppx) { 
    /* Retina styles here */
      #divFooter{
     display:none !important;
    }
    #divScrum{
      display:none !important;
    } 
    .header-container{display:none !important;
    } 
}


