html,
body {
  min-height: 100vh;
  height: auto;
}
html,
body,
#aspnetForm,
[role="main"],
.cr-page-root,
.csod-page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  /*height: auto;*/
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#aspnetForm,
[role="main"],
.cr-page-root,
.csod-page-container {
  min-height: 100%;
}
.csod-page-container {
  width: 100%;
}
body {
  background-color: #f2f2f2;
}
.csod-page-container {
  max-width: none;
  min-width: 0;
}
#ctl00_pnlBR {
  display: none;
}
.cr-page-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
}
.cr-page-header {
  width: 100%;
}
.cr-content-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.cr-page-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  padding: 0 10px;
}
.cr-page-content.full-width {
  padding: 0;
}
.cr-flex-container {
  padding: 0 10px;
}
@media only screen and (min-width: 62em) {
  .cr-page-content {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .cr-page-content.full-width {
    width: 100%;
  }
  .cr-flex-container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .cr-page-content {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
  }
  .cr-page-content.full-width {
    width: 100%;
  }
  .cr-flex-container {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
  }
}
/* 
    The following has been added to ../../css/csod_controls.css (because less doen't compile it)

    @-moz-document url-prefix() {
        @media print {
            html,
            body,
            #aspnetForm,
            [role="main"],
            .cr-page-root,
            .csod-page-container,
            .cr-page-wrapper,
            .cr-content-layout,
            .cr-page-content {
                display: block !important;
            }
        }
    }

    Firefox print bug fix - FF prints only first page with flex
    This is added to fix a Dev Plans page print link issue
    * Once FF patches the bug, this can be removed.
*/

@media only screen and (min-width: 48em) {
  
}
@media only screen and (min-width: 62em) {
  
}
@media only screen and (min-width: 75em) {
  
}
@media only screen and (max-width: 990px) {
  .modal {
    position: fixed;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: 20px;
  }
  .modal.small,
  .modal.default,
  .modal.medium,
  .modal.large,
  .modal.block,
  .modal.fullscreen,
  .modal.spellcheck,
  .modal.xlarge,
  .modal.largemaxheight85percent {
    width: auto;
    margin-left: 0;
  }
  .modal.fullscreen {
    top: 20px !important;
    bottom: auto;
    left: 20px;
    right: 20px;
  }
  .modal.fade {
    top: -25%;
  }
  .modal.fade.in {
    top: 20px;
  }
  .modal .modal-body .min-height {
    min-height: 0;
  }
  .modal.scrollbar {
    max-height: -webkit-fill-available;
  }
}
