html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div.required label:after {
    content: " *";
    color: red;
}

.nav-tabs-custom > .tab-content {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
}

.nav-tabs > .tab-content {
    padding: 10px;
}

.yii-logo {
    width: auto;
    height: 32px;
    float: left;
    padding-right: 10px;
}

.profile-user-img {
    margin-left: auto;
    margin-right: auto;
}


/*footer {*/
/*  width:100vw;*/
  /*position:fixed;*/
/*  bottom:0px*/
/*}*/
/*footer div {*/
/*  background-color:#4478e3;*/
/*  margin: -5px 0px 0px 0px;*/
/*  padding:0px;*/
/*  color: #fff;*/
/*  text-align:center;*/
/*}*/
svg {
  display:block;
  margin: auto;
}
#sea01, #sea02{
        transform: translate(0px,0px);
        animation: seamove 7.5s linear infinite;
        }
 
    @keyframes seamove{
        0% {transform:translate(0px,0px)}
        25% {transform:translate(-150px,-15px)}
        50% {transform:translate(-300px, 0px)}
        75% {transform:translate(-450px,-8px)}
        100%{transform:translate(-600px,0px)}
        }

    
    #boat {
        transform-origin: 500px 500px;
        animation: boatmove 4s infinite;
        animation-delay:0.25s;
        }
    @keyframes boatmove{
        0% {transform: rotate(1deg)translate(0px,0px)}
        25% {transform:rotate(-1deg) translate(0px,-25px)  }
        50% {transform:rotate(1deg) translate(0px, 0px) }
        75% {transform:rotate(-1deg) translate(0px,-20px)}
        100%{transform:rotate(1deg) translate(0px,0px)}
        }
    #fume {
        opacity: 0.0;
        animation: fume_appears 4s infinite;
        animation-delay:0.4s;
        }
    #fume02 {
        opacity: 0.0;
        animation: fume_appears 4s infinite;
        animation-delay:0.7s;

        }
    @keyframes fume_appears {
        0% { opacity:0.0; transform: translate(0px,0px);}
        25% { opacity:1.0;}
        50% { opacity:0.0; transform: translate(-50px,-25px); }
        51% { transform: translate(0px,0px); }
        75% { opacity:1.0; }
        99% { opacity:0.0; transform: translate(-50px,-25px);}
        
        }
