.eidLogin #login_box {
    background-color: #fff;
}
.eidLogin #login_logo {
    background:none;
    background-color:#FFF;
    width:209px;
}
body.eidLogin  {
    background-image: none;
    background-color: #F7F7F7;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust:100%;
    /* Font variant */
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
/*IE specific fixing text cut off*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .html {
        text-shadow: none;
    }
}

label {
    font-weight: 600;
}

.normalWeightedLabels label {
    font-weight: inherit;
}


body {
    margin: 0;
    font-family: "roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.cursorPointer {
    cursor: pointer;
}

.noSelect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.horizontal-padding {
    padding-left:10px;
    padding-right:10px;    
}

.vertical-padding {
    padding-top:10px;
    padding-bottom:10px;    
}

 .form-horizontal .control-label {
    text-align: left;
}
.form-horizontal .control-label-right {
    text-align: right;
}
@media (max-width: 769px) {
  .form-horizontal .control-label-right {
    text-align: left;
  }
}

.tight .input-append.datepicker {
  margin-bottom: -2px;
}
.tight .form-group {
  margin-bottom: 2px;
}

.tight .form-control {
  margin-bottom: 2px;
}

.clearFix {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}


.text-overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.accordionCustomHeading {
    display:inline-block;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 80%;
    text-overflow: ellipsis;    
}

.dynamicHeightAccordionHeadings .panel-heading {
    overflow:   auto;
    height:     1%;
    margin:     0 auto;
}

.no-bottom-margin .panel-group{
    margin-bottom: 0px;
}

.overlay
{
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
}

.authentication-signup-flow .loadingContainer,
#routeContent .loadingContainer
{
    position: fixed;
    left: 48%;
    top: 45%;
    z-index: 1000;
    border-radius:5px;
    height: 92px;
    width: 92px;     
}
.loading {
    display: block;
}


.error-text 
{
    font-weight:bold;
}

.menu_item .icon {
  margin-left: auto;
  margin-right: auto;    
  background-position : 8px 2px;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;      
}


.fileinput-button 
{
    position: relative;
    overflow: hidden;
}

.fileinput-button input 
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.uploadFileButton .multi .btn.fileinput-button     {
    position:absolute;
    bottom:10%;
}

.uploadFileButton .multi .fileUploadDropTarget {
    width:100%;
    height:128px;
}


.fileUploadDropTarget {
    padding: 19px;
    display: inline-block;   
}

.fileDragInProgress .fileUploadDropTarget {
    border:4px #ababab dashed;
    background-color:#ececec;
}

.tiny-text, .tiny-text > a {
    font-size: 12px;
    line-height: 15px;
}

.outline-for-visibility {
    outline: 4px red dotted;
    outline-offset: 10px;
    outline-style: dashed;
}

p span.outline-for-visibility {
    outline-offset: 6px;
    display:inline-block;
}

#processFormComments {
    position:fixed;
    max-height: 70%;
    right:0px;
    width:90%;
    z-index: 3;    
}
.miqOverLay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
    overflow-y: hidden;
    z-index: 2;
}

#processFormListTypeIcon {
    display:inline-block;
    margin-left: 10px;
    margin-right: -10px;    
}


.listing_top_icon_refresh_active {
    -webkit-animation: webKitRotatePlay .7s steps(10) infinite;
    -ms-animation: msRotatePlay .7s steps(10) infinite;
    -moz-animation: mozRotatePlay .7s steps(10) infinite;
    animation: rotatePlay .7s steps(10) infinite;
}

@-webkit-keyframes webKitRotatePlay { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@-ms-keyframes msRotatePlay { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } }
@-moz-keyframes mozRotatePlay { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
@keyframes rotatePlay { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }


.toned-down {
    font-weight:normal; 
}


ol, ul {
    list-style: none outside none;
}

    .arrow-up {
        width: 0; 
        height: 0; 
        position: absolute;
        top: -8px;
        left: 52%;
    }
    

/* ng-grid */

.rightAlignedHeader 
{
    text-align: right;
}

.fieldHelp {    
    border-bottom: 0px solid transparent;
    border-right-width:24px;
    border-right-style:solid;    
    border-top: 24px solid transparent;
    height: 0px;
    position: absolute;
    width: 0px;
    cursor: pointer;
    z-index:2;
    right: 3px;
    bottom: -1px;    
}

.input-append .fieldHelp {
    right: 0px;    
    bottom: 0px;    
}

.input-append.datepicker input {
    max-width:128px;    
}

.form-horizontal .control-group {
    margin-bottom: 5px;
    margin-top: 2px;
}

.multiSelect li.active:hover {
    text-decoration:underline;  
}

.uploadedFileItem {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 3px 0px;
    max-width: none !important;
    font-size: 13px;
}

.removeButtonCustom{
    border-width:1px;
    border-style:solid;
    width: auto;
    height: 23px;
    float: right;
    padding: 4px 8px 0px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    margin-top: -5px !important;
}

.notificationBadge,
.filesUploadedCounter {
   position: absolute;
    top: 3px;
    right: 10px;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    border-width:1px;
    border-style:solid;
}

.notificationBadge.tasklist {
    color:#FFF!important;
    top: 12px;
    right:20px;
    line-height: 20px;
    border:0px;
}

.modal-body ul li  {
    border-left: 0 !important;    
}

.modal-header button {
    height: 20px !important;
    width: 20px !important;
    padding-left: 0 !important;    
}


/* MODAL CONTAINER - EMAIL */

.modal-body ul .emailListItem {
    overflow: hidden;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;    
    padding: 15px 0 0 0;
    padding-bottom: 10px;
    background: url('/content/img/motioniq/mail.png') no-repeat 15px 24px #fff;
    padding: 15px 20px 20px 20px;
}


.emailListItem_expanded {
    height: auto !important;    
}

.modalListHeader {
    min-width: 95px;  
}

.modalListValue {
    font-weight: bold;
    margin-left: 55px;
}

.messageRecipientContainer {
  margin-top: 7px;
  margin-left: 55px;
  height: 25px;
  max-width: 625px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

.recipientHeader {
    margin-top: 3px;
    font-weight: bold;    
    float: left;
}

.recipientItem {
  padding: 1px 2px;
  border-width:1px;
  border-style:solid;
  margin: 0px 5px 5px 5px;    
}

.messageRecipientContainer_showAll .recipientItem {
   margin-left: 31px;
   margin-top: 4px;
}

.messageRecipientContainer_showAll .recipientItem_0 {
   margin-left: 5px !important;
}


.showMoreRecipients {
  display: inline;
  position: relative;
  top: 7px;
  font-style: normal;
  cursor: pointer;
}

.messageRecipientContainer_showAll {
  width: 300px;
  max-height: 220px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.modalListMsgBtn {
    margin-left: 15px;
}

.messageStatusBtn {
    padding: 3px 4px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}


.messageStatusBtn_8 {/*Everything is ok!*/
    visibility: hidden;    
}

/* Email attachments */

.attachmentsContainer {
    height: 40px;
}

.attachmentsContainer_showAll {
    height: auto;
}

.attachmentsContainer {
    margin-left: 50px;
    margin-top: 2px;    
}

.messageAttachmentsIcon {
  background : url('/content/img/motioniq/clip.svg') no-repeat;
  float: left;
  background-size: 19px;
  padding: 0 0 0 25px;
  margin-left: 55px;
  width: 150px;
  cursor: pointer;
}

.messageAttachmentsIcon:hover {
    text-decoration: underline;    
}

.messageAttachments {
    padding: 3px;
}

/* END Email attachments*/
    
.modalListShowMore{
    margin-top: 7px;
    cursor: pointer;
}

.modalListShowMore:hover{
    text-decoration: underline;
}

.modalListMinor{
    font-size: 13px;
}

.emailListBodyContent {
    display: none;    
}

/* GRID CONTEXT MENU */

.gridContextMenu > .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}

.gridContextMenu > .dropdown-menu > li:hover,
.gridContextMenu > .dropdown-menu > li:focus {
    background: none !important;
}

.context-menu-instructions {
    padding: 5px 10px 4px 10px;
    border-style:solid;
    border-width:1px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.carousel-inner > .item {
    padding-top:40px;           /* Make room foor carousel controls */
    padding-bottom:55px;        /* Make room foor carousel caption */
}

.carousel {
    margin-bottom:0px;
}

select {
    height: auto;
}

.json-formatter-row .string {
    white-space: inherit;
}

.currentAndAvailableValuesSelectionButtonPanel {
    text-align: center;
    height: 64px;
    margin-top: 24px;
    margin-bottom: 24px;
    width:128px;
    margin-left: auto;
    margin-right: auto;
}

h2.rowHeading {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;    
}

.sectionPanel {
    margin-bottom: 5px;
    padding-bottom:10px;
}

.centerContentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .centerContentContainer {
        display: block;
    }
}

.centerContent {
    white-space: nowrap;
    text-align: center;
}


#printablePDF .page-break-before-always {
    page-break-before: always;
}


input[type="text"].plainText,
input[type="text"]:focus.plainText {
    border:0;
    background-color: transparent;
    box-shadow:none;
}

.miqTimePeriodNavigator .display {
    display:inline-block;
}

.miqTimespanPicker .input-timeline {
    width: 100%;
}

.miqTimespanPicker .input-timeline input {
    width: 18em;
}

@media (min-width: 992px) {
  .currentAndAvailableValuesSelectionButtonPanel {
        margin-top: 132px;
  }
}

.miq-checkbox-group-optionIsHovered {
    background-color:#ebebeb;
    color:black;
}

.miq-checkbox-group {
    margin-top:1em;
}

.miq-vertical-formgroup-nolabel {
    color: rgba(0, 0, 0, 0.0);
}

.form-group div.intl-tel-input {
    display:block;
    max-width:191px;
}

.active {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}


.eidLoginAwaitFullscreenUI {
    min-height:256px;
}
