body.authenticate {
    /*background-image: url('../images/wallpaper.jpg');*/
    /*background-size: cover;*/
    background-color: whitesmoke;
}

.authentication-card {
    margin : auto;
    margin-top : 5%;
}

#logo {
    display : block;
    margin : auto;
}

.modal_bg {
    cursor : pointer;
    display : none;
    position : absolute;
    min-height: 1px;
    z-index : 999;
    width : 100%;
    height : 100%;
    background-color : rgba(0,0,0,0.5);
}

.modal_wdw {
   display : none;
   position : relative;
   margin : auto;
   top : 20%;
}

.modal_wdw__cancel_button{
    margin-right: 20px;
    margin-top: 10px;
}

.button_restore_cancel{
    margin-bottom: 5px;
}

.divCancelRestoreButton{
    display: flex;
    justify-content: end;
}

.modal_wdw.mdl-card {
   display: flex;
    align-items: end;
    max-height: 650px;
}

.divBackups{
    display: block;
    overflow-y: auto;
}

.mdl-card__title{
    width: 100%;
    justify-content: center;
}

.modal_wdw__backupFile{
    width: 800px;
    height: 50px;
    border-top: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_wdw__backupFile:hover{
    background-color: rgba(0,0,0,0.1);
}

.modal_wdw__NoDataFound{
    width: 95%;
    height: 99px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}


.mdl-layout__container.modal_blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#instances {
    width : 100%;
}

#instances tr {
    cursor : pointer;
}

.bottomright_button_list{
    position : fixed;
    bottom : 3%;
    right : 2%;
}

.im_btn_action {
    cursor: pointer;
}

td p{
    white-space: pre-wrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
 color: #333 !important;
  border: 1px solid rgba(0,0,0,.12);
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {

}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.rotate { animation: 1.5s rotate infinite linear; }

.button_top, .button_bottom {
    margin : 24px 0 0 24px;
    float : right;
}

.error_message {
    font-size: 0.9em;
    color : red;
    font-style: italic;
}

/* Resolve blurry tooltips bug in google chrome */
.mdl-tooltip.is-active {
    animation: none;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.buttons_actions{
    height: 66px;
    position: absolute;
    bottom: 18px;
    right: 35px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.bottomright_button_detail{
    margin-right: 10px;
}

.mdl-data-table td p, ol, ul {
    text-align: left;
}