.btn-span {
	padding: 6px 30px;
}

.eventoPersonalizado {
	padding-top: 3px;
	padding-bottom: 3px;
    color: #ffffff;
    background-color: #555555;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

ng-message {
	color: red;
	font-size: .85em;
}

.is-invalid {
	color: red;
	padding-right: 16px !important;
	border-color: red !important;
}

.swal-large {
	width: 850px !important;
}

.is-success {
	color: green;
}

.is-success .form-control {
	color: green;
	border: solid 1px green;
}

.is-error {
	color: red;
}

.eventoConcluido {
	opacity: 0.6;
	color:black;
}

.colorGoogle {
	width:20px; 
	height:20px;
}

.letraBranca a {
    color: white !important;
  }

.modal-1000 .modal-dialog {
    width: 1000px;
}
.clicavel { cursor: pointer; }
.scroll-pane {
    height: 700px;
    overflow-y: scroll;
    width: 100%;
}

.textoGrande {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-100 .modal-dialog {
    width: 100%;
}

.detalhesTrabalho {
    font-size: 15px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
    border-radius: 3px;
}

.permissoesQuebraPagina {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.vermelho .ui-grid-cell-contents {
    background-color: #FFE0E0;
}

.verde .ui-grid-cell-contents {
    background-color: #E0FFE1;
}

.amarelo .ui-grid-cell-contents {
    background-color: #f5f57a;
}

.semFalta .ui-grid-cell-contents {
    background-color: violet;
}

.urgente .ui-grid-cell-contents {
    background-color: rgb(247, 113, 113);
}

.deixarPronto .ui-grid-cell-contents {
    background-color: rgb(255, 255, 92);
}

.maisPrazo .ui-grid-cell-contents {
    background-color: white;
}

.aguardando .ui-grid-cell-contents {
    background-color: rgb(112, 204, 144);
}

.selecionado .ui-grid-cell-contents {
    background-color: #C0C0C0;
   /* border-top: solid 1px black;
    border-bottom: solid 1px black; */
}

.desativado {
    color: gray;
}


/* Absolute Center CSS Spinner */

.grid-align {
    text-align: center;
}

a {
    cursor: hand;
    cursor: pointer;
}

.legenda {
    width: 50%;
    height: 80%;
    border: solid 1px black;
    margin-bottom: 3px;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.textoLegenda {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.selecionada .ui-grid-cell-contents {
    background-color: blue;
}

.botaoAcao {
    color: black;
}

.botaoAcao:link,
.botaoAcao:visited {
    text-decoration: none;
    color: black
}

.botaoAcao:hover {
    text-decoration: none;
    color: black
}

.botaoAcao:active {
    text-decoration: none;
    color: black
}

.botaoModal {
    font-size: 35px;
    margin-left: 5px;
}

.control-label {
    margin-top: 3px;
}

.btn-procura {
    margin-top: 10px;
}

.buttonCromia {
    border-radius: 50px;
    border-right-color: rgba(0, 0, 0, 1);
    border-top-color: rgba(200, 0, 106, 1);
    border-bottom-color: rgba(236, 223, 0, 1);
    border-left-color: rgba(0, 146, 221, 1);
    border-width: 11px;
    border-style: solid;
    height: 0px;
    width: 0px;
    /* To ratate  rgba(1,1,1,1) */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.grid {
    width: 99.8%;
    background-color: white;
}

.ui-grid-header-cell-wrapper {
    height: 0%;
}

.tabDesativada {
    background-color: gray;
}

.loading {
    position: fixed;
    z-index: 10000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.numCor {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 12px;
}

.watermark {
    position: absolute;
    top: 80px;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.yesNo {
    text-align: center;
    font-size: 18px;
}

.modal-backdrop.am-fade {
    opacity: .5;
    transition: opacity .15s linear;
    &.ng-enter {
        opacity: 0;
        &.ng-enter-active {
            opacity: .5;
        }
    }
    &.ng-leave {
        opacity: .5;
        &.ng-leave-active {
            opacity: 0;
        }
    }
}

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
}

.grid-loading {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
  text-align: center;
}

.grid-msg-overlay .msg {
    opacity: 1;
    position: absolute;
    top: 37%;
    left: 33%;
    width: 35%;
    height: 25%;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #555;
    text-align: center;
    font-size: 24px;
    display: table;
}

.grid-msg-overlay .msg span {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    text-align: left;
}

margem-bottom {
    margin-top: 5px;
    margin-bottom: 4px;
}

.cinza {
    background-color: #545454;
}

.branco {
    background-color: #fff;
}

.tituloDiv {
    background-color: #333333;
    color: white;
    width: 100%;
    height: 30px;
    display: block;
    padding: 0px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tituloGrid {
    background-color: #333333;
    color: white;
    width: 100%;
    height: 30px;
    display: block;
    padding: 0px;
    font-size: 15px;
}

.infoDiv {
    border-top: 3px solid #545454;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.principal {
    background-color: #337ab7;
    color: white;
}

.setor {
    padding-left: 25px;
    padding-right: 25px;
}

.tablescroll {
    height: 575px !important;
    overflow: auto;
}

.linhaPequena {
    max-height: 35px !important;
    height: 35px !important
}

.btn-clicheria {
    background: rgba(255, 113, 48, 0.98);
    color: #fff;
}

.iconeLaranja {
    color: rgba(255, 113, 48, 0.98);
}

.btn-clicheria:hover {
    background: #fe5000;
    color: #fff;
}

.requerido {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.background {
    height: 100%;
    width: 100%;
    background: black url(background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.popover {
    min-width: 350px;
}

.bg_cinza {
    background: #DCDCDC
}

.bg_escuro {
    background: #666
}

.fill-height {
    height: 100%
}

#menuHidden {
    height: 765px;
    width: 25px;
    background-color: purple;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.iconeMenu {
    float: right;
    margin-right: 5px;
    height: 115%;
}

.white {
    color: #FFF
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.rowNoMargin {
    margin-left: 0px;
    margin-right: 0px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for vh unit */
    min-height: 100vh;
    /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.selecionarEmpresaCentralizado {
    padding: 10px;
    border-radius: 10px;
    overflow-x: scroll;
    width: 500px;
    height: 175px;
    margin-left: -250px;
    /* metade da largura */
    margin-top: -87px;
    /* metade da altura */
    position: absolute;
    top: 50%;
    left: 50%;
    background: #849199;
    overflow-x: auto;
}

.empresaOpcao {
    padding: 20 20;
    display: inline;
    position: relative;
    top: 50%;
    transform: translateY(-45%);
    /* etc */
    -webkit-transform: translateY(-45%);
}

.empresa {
    font-size: 17px;
}

.empresaOpcao:hover {
    background: rgba(255, 255, 255, 0.2);
}

.a {
    font-family: Roboto, sans-serif;
    font-size: 20px
}

.a:link {
    text-decoration: none;
    color: white;
}

.text_filter {
    width: 100%;
    min-width: 80px;
}

.dataTable {
    min-width: 1490px;
}

.tabelaPequena {
    min-width: 400px;
    max-width: 700px;
}

.tabelaPedidos {
    min-width: 400px;
    max-width: 700px;
}

.aberta dataTables_scrollBody {
    max-height: 500px;
}

.modalPedidos {
    borda: solid 1px red;
    width: 45%;
}

.tabelaMedia {
    min-width: 350px;
    max-width: 950px;
}

.a:active {
    text-decoration: none;
}

.a:visited {
    text-decoration: none;
    color: white;
}

.a:hover {
    text-decoration: none;
    color: white;
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

.well_branco {
    background: #545454;
    border: 0px solid red;
}

.borda {
    border: solid 1px red;
}

.fundoCinzaClaro {
    background: #333
}

.fundoCinzaClaro:hover {
    background: black
}

.modalGrande {
    width: 50%;
}

.modal1000 {
    width: 800px;
}

.modalConfirmacao {
    width: 25%;
}

.tamanho-modal-pesquisa {
    width: 600px;
}

.modalRestricao {
    width: 40%;
}

.avisos,
.avisos li {
    font-weight: bold;
    margin-left: 0px;
    font-size: 14px;
    line-height: 15px;
}

.avisos li span {
    color: black;
    text-align: center;
}

body {
    font-size: 11px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/Sappi/resources/imagens/loading.gif) center no-repeat #fff;
}

th,
td {
    text-align: center;
    font-size: 14px;
}

.dataTables_wrapper {
    max-width: 1650px;
}

tr>td {
    white-space: nowrap;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }
    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }
    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }
    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }
    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}


/*INICIO LOADING*/


/* Absolute Center CSS Spinner */

.loading {
    position: fixed;
    z-index: 10000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not (:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not (:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@ -webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (360deg);
        -moz-transform: rotate (360deg);
        -ms-transform: rotate (360deg);
        -o-transform: rotate (360deg);
        transform: rotate (360deg);
    }
}

@ -moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (360deg);
        -moz-transform: rotate (360deg);
        -ms-transform: rotate (360deg);
        -o-transform: rotate (360deg);
        transform: rotate (360deg);
    }
}

@ -o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (360deg);
        -moz-transform: rotate (360deg);
        -ms-transform: rotate (360deg);
        -o-transform: rotate (360deg);
        transform: rotate (360deg);
    }
}

@ keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (360deg);
        -moz-transform: rotate (360deg);
        -ms-transform: rotate (360deg);
        -o-transform: rotate (360deg);
        transform: rotate (360deg);
    }
}
