/*! Angular dialogs v0.93 | Rafael Hernandez | MIT license */ .modal-error .modal-header{background:#d2322d;color:#fff}.modal-error .modal-body{color:#a9211e}.modal-info .modal-header{background:#428bca;color:#fff}.modal-success .modal-header{background:#5cb85c;color:#fff}.modal-warn .modal-header{background:#f0ad4e;color:#fff}.modal-confirmation .modal-header{background:#286090;color:#fff}.glyphicon-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}