﻿body {
   /* background-color : red!important ;*/
}
.navbar {
    min-height :20px;
    /*margin-bottom :20px;*/
    border:1px solid transparent!important;
        text-align: right!important;
     height: 27px!important;
      margin-bottom: 10px!important;
      text-shadow: 0px 0px 0px #fff!important; 
      background-color: #003145!important;
      padding:2px!important;
     
}
.navbar-inverse {
     border-color : #003145!important;
         background-color: #003145!important;
}
.navbar-fixed-top {
    position :fixed !important;
    right :0px!important;
    left :0px!important;
    z-index :1030!important;

}
.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.spinningi {
    background: -webkit-gradient(linear, left top, left bottom, from(#3598dc), to(#fff));
    font-size:18px!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: rotation 0.5s infinite linear;
}





@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

