body {
    background: #fff;
}

a {
    cursor: pointer;
}

input,
input[type=text],
input[type=password],
input[type=email],
select {
    outline: 1px solid #ededed;
    padding: 5px;
    padding-bottom: 2px;
    font-size: 13px;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
    outline: none;
    border-bottom: 3px solid #28aae1 !important;
}

.button {
    background: #ededed;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .3);
}

.button:hover {
    background: #E8E8E8;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .3);
}

.button:active {
    background: #ededed;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .3);
}

.header {
    font-size: 0;
    padding-bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: .5s;
}

.ships_filter {
    padding: 0 25px !important;
    z-index: 2;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

.ships_filter.open {
    max-height: 1000px;
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.title_logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #849AB7;
    -webkit-transition: .3s;
    transition: .3s;
}

.header {
    font-size: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.header.shrink {
    position: fixed;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.title_logo b {
    font-size: 25px;
    color: #406597;
    -webkit-transition: .3s;
    transition: .3s;
}

.header.shrink .title_logo b {
    font-size: 20px;
}

.top_header {
    background: #fff;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header.shrink .top_header {
    padding: 10px;
}

.top_header a {
    color: #406597;
}

.main_logo {
    display: inline-block;
    vertical-align: middle;
}

.main_title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.main_logo img {
    height: 60px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.header.shrink .main_logo img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.header_nav {
    background: #ededed;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 20px;
}

.header_nav .collapse .nav {
    display: block;
    float: none;
}

.header_nav .collapse .nav a {
    color: #9B9B9B;
    border-top: 3px solid rgba(0, 0, 0, 0);
    text-transform: uppercase;
    padding: 20px 3px;
    margin: 0 40px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

.header.shrink .header_nav .collapse .nav a {
    padding: 10px 3px;
    margin: 0 20px 0 0;
}

.header_nav .collapse .nav a i {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

.header.shrink .header_nav .collapse .nav a i {
    font-size: 0;
    margin-bottom: 0;
}

.header_nav .collapse .nav a:hover {
    color: #000 !important;
    border-top: 3px solid #28aae1 !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.header_nav li.active a {
    color: #000 !important;
    border-top: 3px solid #28aae1 !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.header_nav .collapse {
    float: none;
    padding: 0
}

.main_container {
    position: relative;
}

.main_map {
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.map_wrapper {
    position: relative;
}

.map_search_div {
    position: absolute;
    right: 0;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.map_search_div.open {
    display: block;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.user_section {
	position: fixed;
	right: 250px;
	top: 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    z-index: 3;
}

.user_section a {
    display: inline-block;
    padding: 10px;
}

.ship_reg_btn {
	position: fixed;
	right: 0px;
	top: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 0 0 0 5px;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.ship_reg_btn a{
    display: inline-block;
    padding: 10px;
    background: #28aae1;
}

.header_nav {
	position: relative;
}

.header_nav .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
}

.header_nav .dropdown.open .dropdown-menu {
    display: block;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.login_div {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

.login_div.open {
    display: block;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            transform: perspective(400px) rotate3d(0, 0, 0, 0);

}

.change_pass_div {
    position: absolute;
    right: 0;
    top: 100%;
    left: auto;
    width: auto;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

.change_pass_div.open {
    display: block;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            transform: perspective(400px) rotate3d(0, 0, 0, 0);

}

.login_div input {
    margin: 5px;
}

.login_div .button {
    margin: 5px;
}

.login_btn {
    font-size: 13px;
    color: #A9A9A9 !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.login_btn:hover {
    color: #000 !important;
    text-decoration: none;
}

.reg_div {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: block;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

.reg_div.open {
    display: block;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.reg_div input {
    margin: 5px;
}

.reg_div .button {
    margin: 5px;
}

.reg_btn {
    font-size: 18px;
    color: #fff !important;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.reg_btn:hover {
    background: #58BCE7;
    text-decoration: none;
}

.ships_container {
    border-top: 20px solid #fff;
}

.ships_container table {
    background: #ededed;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border: 10px solid #ededed;
}

.ship {
    background: #fff;
    padding: 10px;
}

.ship > td {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    border-bottom: 10px solid #ededed;
}

.ship_header th {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    background: #28aae1;
    color: #fff;
    border-bottom: 10px solid #ededed;
}

.ships_filter input {
    display: inline-block;
    vertical-align: middle;
}

.ships_filter input[type=range] {
    width: 100%;
}

.ships_filter select {
    width: 100%;
}

.ships_filter {
    font-size: 0;
}

.ships_filter div {
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.more_filters {
    font-size: 0 !important;
    width: 100% !important;
}

.ships_filter_div {
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    border-radius: 5px;
    background: #ededed;
    margin: .25%;
    width: 12%;
    vertical-align: middle;
    border: 3px solid rgba(0, 0, 0, 0);
    height: 92px;
}

.ships_filter_div .button {
    float: right;
    height: 28px;
}

.ships_filter_div:first-child {
    margin: .25%;
    width: 24.5%;
}

.ships_filter_div.active {
    border: 3px solid #28aae1;
}

.ships_filter_div.active .irs-to,
.ships_filter_div.active .irs-from {
    background: #28aae1;
}

.ships_filter_div.active .irs-to:after,
.ships_filter_div.active .irs-from:after {
    border-top-color: #28aae1;
}

.ships_filter_div.active .irs-bar {
    background: #28aae1 !important;
}

.ships_filter_div.active i {
    display: inline-block !important;
}

.irs-bar {
    background: #AEAEAE !important;
}

.irs-slider {
    cursor: col-resize !important;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .ships_container table,
    .ships_container thead,
    .ships_container tbody,
    .ships_container th,
    .ships_container td,
    .ships_container tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .ships_container thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .ships_container tr {
        border: 5px solid #ededed;
    }
    .ships_container td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .ships_container td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    .ships_container td:nth-of-type(1):before {
        content: "ID";
    }
    .ships_container td:nth-of-type(2):before {
        content: "LMMSI";
    }
    .ships_container td:nth-of-type(3):before {
        content: "Name";
    }
    .ships_container td:nth-of-type(4):before {
        content: "Photo";
    }
    .ships_container td:nth-of-type(5):before {
        content: "Type";
    }
    .ships_container td:nth-of-type(6):before {
        content: "Location";
    }
    .ships_container td:nth-of-type(7):before {
        content: "Port";
    }
    .ships_container td:nth-of-type(8):before {
        content: "Last port";
    }
    .ships_container td:nth-of-type(9):before {
        content: "Last location";
    }
    .ships_container td:nth-of-type(10):before {
        content: "Destination";
    }
    .ship .ship_img {
        text-align: left !important;
    }
    .ships_filter div {
        margin: .5%;
        width: 49%;
    }
}

.ship .ship_img {
    text-align: center;
}

.ship_img img {
    max-height: 100px;
}


/* Special styling for WebKit/Blink */

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -2px;
}


/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}


/* All the same stuff for IE */

input[type=range]::-ms-thumb {
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: #F8F8F8;
    border-radius: 10px;
    border: 0.2px solid #eee;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #F8F8F8;
    border-radius: 10px;
    border: 0.2px solid #eee;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

.ship_search {
    width: 99% !important;
    margin: .3%;
}

.ship_search input {
    display: inline-block;
    vertical-align: middle;
}

.ship_search .button {
    height: 29px;
    margin-left: -5px;
    margin-top: 1px;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    width: 28px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    height: 26px;
    position: absolute;
    margin-top: -26px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    color: #7D7D7D;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
}

.album .item {
    height: 500px;
    background: #fff;
}

.album .item img {
    height: 100%;
    margin: auto;
}

.contact_div {
    padding: 20px;
}

.photo_grid {
    padding: 8px;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    /* or space-around */
}

.photo_grid a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-right: 8px;
    border-bottom: 3px solid #ededed;
    -webkit-transition: .3s;
    transition: .3s;
    color: #9B9B9B;
}

.photo_grid a:hover {
    border-bottom: 3px solid #28aae1;
    text-decoration: none;
    color: #000;
}

.photo_grid a:nth-of-type(2n) {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .photo_grid a {
        width: -webkit-calc(25% - 6px);
        width: calc(25% - 6px);
    }
    .photo_grid a:nth-of-type(2n) {
        margin-right: 8px;
    }
    .photo_grid a:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .photo_grid a {
        width: -webkit-calc(20% - 10px);
        width: calc(20% - 10px);
    }
    .photo_grid a {
        margin-right: 10px;
    }
    .photo_grid a:nth-of-type(2n) {
        margin-right: 10px;
    }
    .photo_grid a:nth-of-type(4n) {
        margin-right: 10px;
    }
    .photo_grid a:nth-of-type(5n) {
        margin-right: 0;
    }
}

.photo_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.photo_grid div {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0,.3);
}

.photo_grid a:hover img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.photo_grid figcaption {
    padding: 10px 0;
}

.photo_grid i {
    width: 20px;
    text-align: center;
    font-size: 16px !important;
}

.photo_grid span {
    display: block;
}

.photo_grid .caption_name {
    font-size: 18px;
    font-weight: bold;
}

.photo_grid .caption_position,
.photo_grid .caption_time {
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .header .title_logo {
        font-size: 0;
    }
    .header .title_logo b {
        font-size: 18px !important;
    }
    .header .top_header {
        padding: 10px;
    }
    .ships_filter .more_filters > .ships_filter_div:first-child {
        width: 99%;
    }
    .header .main_logo img {
        height: 40px !important;
        width: 40px !important;
        margin-right: 10px;
    }
    .collapse {
        display: block !important;
    }
    .header .header_nav {
        padding: 0;
        background: #28aae1;
    }
    .header .header_nav .collapse .nav {
        margin: 0;
    }
    .header .header_nav .collapse .nav a {
        padding: 10px 3px;
        margin: 0 10px 0 10px !important;
        font-size: 0 !important;
        height: 50px !important;
        background: none !important;
    }
    .header .header_nav .collapse .nav a i {
        font-size: 25px !important;
        margin-bottom: 0;
        color: rgba(0, 0, 0, .15);
    }
    .header .header_nav .collapse .nav li.active a i {
        color: rgba(255, 255, 255, 1);
    }
    .header .header_nav .collapse .nav > li {
        display: inline-block;
    }

    .ship_reg_btn .reg_btn{
        font-size: 13px !important;
    }
    .user_section {
        top: 30px;
        right: 0;
    }
    .reg_btn span {
        display: none;
    }
}

.user_registration {
    text-align: center;
    font-size: 0;
}

.user_info {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    max-width: -webkit-calc(40% - 20px);
    max-width: calc(40% - 20px);
    font-size: 13px;
    padding: 10px;
    background: #ededed;
    margin: 10px;
}

.user_info .user {
    padding: 3px;
}

.user_info .button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.user_list {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.user_info .new {
    text-align: center;
    font-weight: bold;
    background: #28aae1;
    color: #fff;
    padding: 10px;
}

.user_list table {
    background: #ededed;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border: 10px solid #ededed;
    font-size: 13px;
    z-index: 1;
}

.user_list tr {
    background: #fff;
    padding: 10px;
}

.user_list td {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    border-bottom: 10px solid #ededed;
    text-align: left;
}

.user_list th {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    background: #28aae1;
    color: #fff;
    border-bottom: 10px solid #ededed;
}

.filter_active {
    color: #28aae1 !important;
}

.ships_filter_div i {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #747474;
    cursor: pointer;
    display: none;
}

.ships_filter_div i:hover {
    color: #000;
}

.new_ship {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.new_ship .fa-plus {
    position: absolute;
    font-size: 15px;
    top: 10px;
    right: 15px;
}

.new_ship .fa:first-child {
    position: absolute;
    font-size: 25px;
    top: 20px;
    right: 20px;
}

.new_ship span {
    font-size: 13px;
    position: absolute;
    right: 90px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    line-height: 1;
    text-align: center;
    trasition: .3s;
    pointer-events: none;
    opacity: 0;
}

.new_ship:hover span {
    opacity: 1;
}

.new_ship:hover .round_button {
    width: 140px;
}

.new_ship .round_button {
    overflow: hidden;
}

.round_button {
    height: 60px;
    width: 60px;
    background: #28aae1;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 15px;
    box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 99999;
}

.round_button:hover {
    box-shadow: 4px 5px 5px 0px rgba(41, 41, 41, .3);
    background: #58BCE7;
}

.round_button:active {
    box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
    background: #28aae1;
}

.ship_registration {
    text-align: center;
}

.ship_registration div {
    display: inline-block;
}

.ship_registration table {
    background: #ededed;
    border: 10px solid #ededed;
    display: inline-block;
}

.ship_registration td {
    padding: 5px;
    text-align: right;
    border-bottom: 2px solid rgba(0, 0, 0, .02);
}

.ship_registration th {
    padding: 10px;
    background: #28aae1;
    color: #fff;
    border-bottom: 20px solid #ededed;
    text-align: center;
}

.ship_registration thead {
    margin-bottom: 20px;
}

.ship_registration tr:last-child .button {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.ship_registration.info img {
    width: 200px;
}

.ship_registration li {
    display: inline-block;
    float: none;
    font-weight: bold;
}

.ship_registration li a {
    color: #bbb;
}

.ship_registration li.active a {
    background: #ededed !important;
    border: 0 !important;
}

.ship_registration li.active a:focus {
    background: #ededed !important;
    border: 0 !important;
}

.ship_registration ul {
    text-align: center;
    display: block;
    margin-top: 20px;
    border-bottom: 0;
}

.button {
    position: relative;
}

.button.next:after {
    font-family: FontAwesome;
    content: "\f061";
    color: #333;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.button.saved {
    color: #4DBA4A;
}

.button.saved:after {
    font-family: FontAwesome;
    content: "\f058";
    color: #4DBA4A;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.button.not_saved {
    color: #BF3E3E;
}

.button.not_saved:after {
    font-family: FontAwesome;
    content: "\f057";
    color: #BF3E3E;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.right_input {
    background: #fff !important;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-name: right;
            animation-name: right;
}

@-webkit-keyframes right {
    from,
    to {
        outline: 0;
    }
    20%,
    80% {
        outline: 3px solid #00D700;
        color: #00d700;
    }
}

@keyframes right {
    from,
    to {
        outline: 0;
    }
    20%,
    80% {
        outline: 3px solid #00D700;
        color: #00d700;
    }
}

.wrong_input {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-name: wrong;
            animation-name: wrong;
}

@-webkit-keyframes wrong {
    from,
    50%,
    to {
        outline: 3px solid rgba(255, 50, 50, 0.85);
        color: #E31D1D;
    }
    25%,
    75% {
        outline: 3px transparent;
    }
}

@keyframes wrong {
    from,
    50%,
    to {
        outline: 3px solid rgba(255, 50, 50, 0.85);
        color: #E31D1D;
    }
    25%,
    75% {
        outline: 3px transparent;
    }
}

.filter_toggle {
    float: right !important;
    padding-left: 5px;
}

.filter_toggle a {
    font-size: 10px !important;
    text-align: right !important;
    position: relative !important;
    margin: 0 !important;
    padding: 5px !important;
    padding-right: 30px !important;
    line-height: 1 !important;
    background-color: #28aae1;
    border-radius: 0 0 5px 5px;
}

.filter_toggle span {
    color: #fff;
}

.filter_toggle:hover a {
    background-color: #7dc1de !important;
}

.filter_toggle i {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    right: 6px;
    font-size: 20px !important;
    color: #fff;
}

.add_ship {
    float: right !important;
}

.add_ship a {
    font-size: 10px !important;
    text-align: right !important;
    position: relative !important;
    margin: 0 !important;
    padding: 5px !important;
    padding-right: 35px !important;
    line-height: 1 !important;
    background-color: #cc3131;
    border-radius: 0 0 5px 5px;
}

.add_ship:hover a {
background-color: #d08585 !important;
}

.add_ship span {
    color: #fff;
}

.add_ship i {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 6px;
    font-size: 20px !important;
    color: #fff;
}


.ship_request_modal .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.ship_request_modal .modal-header {
    background: #28aae1;
    color: #fff;
    border: 10px solid #fff;
    border-bottom: 0;
    text-align: center;
}

.ship_request_modal .modal-body {
    text-align: center;
}

.ship_request_modal .modal_choice .button {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px;
    margin: 20px;
}

.ship_request_modal .modal-body .button i {
    font-size: 30px;
    margin: 5px;
}

.ship_registration .old tr.approved {
    color: #40AB1F !important;
}

.ship_registration .old tr {
    color: #BFBFBF !important;
}

.ship_registration .old table {
    display: inline-block;
}

.ship_registration_id {
    width: 100%;
    padding: 20px;
}

.carousel_modal {
	position: fixed;
}

.carousel_modal .modal-dialog {
	height: 100vh;
	width: 100vw;
	margin:  0;
}

.carousel_modal .modal-content {
	height: 100%;
	width: 100%;
	background: none;
	border:  0;
}

.carousel_modal .modal-body {
	height: 100%;
	background: rgba(0, 0, 0, .9);
}

.carousel_modal button {
	position: fixed;
	font-size: 30px;
	opacity: 1;
	color: #fff;	
	right: 15px;
	top: 15px;
	z-index: 99999;
}

.carousel_modal .carousel-inner {
	height: 100%;
}

.carousel_modal .carousel-control {
	background: none;
}

.carousel_modal .item {
	height: 100%;
}

.carousel_modal .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-height: 100%;
	max-width:  100%;
}
.contact {
	padding: 20px;
}
.contact img {
	max-width: 30%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.contact p {
	padding:  20px;
	text-align: justify;
}
.request_sent {
	padding:  20px;
}

.main_container {
    position: relative;
}
.lang {
    display: inline-block;
    width: 40px;
    vertical-align: top;
}

.lang_mon, .lang_eng {
    font-size: 12px;
    padding: 1px !important;
    opacity: .4;
    text-align: center;
    width: 40px;
    height: 20px;
    display: inline-block;
    background-color: #fff !important;
}

.lang_mon.active, .lang_eng.active {
    opacity: 1;
}

.lang_mon:hover, .lang_eng:hover {
    opacity: 1;
}

.user_name {
    font-size: 13px !important;
    height: 40px;
    margin-left: 1px;
}

.user_name:first-child {
    margin-left: 0;
}

.user_name:first-child:hover {
    background-color: #28aae1;
    cursor: initial;
}

.change_pass, .log_out, .pass_ok, .pass_cancel  {
    font-size: 12px;
    padding: 5px;
    color: #58BCE7;
    cursor: pointer;
}

.change_pass_div input {
    margin-bottom: 5px;
}

.admin_btn  i, .admin_btn  span {
    color: #a63c3c;
}

body.full_map .main_container {
    margin-top: 0;
    transition: .5s;
}

body.full_map .main_map {
    height: 100vh !important;
}

body.full_map .header {
    transform: translateY(-100%);
    position: fixed;
}

body.full_map .ship_reg_btn, body.full_map .lang, body.full_map .login_btn  {
    display: none;
}

body.full_map .full_map_btn, .full_map_btn_exit {
    display: none;
}

body.full_map .full_map_btn_exit {
    display: block;
}

.map_control {
    font-size: 15px;
    position: absolute; 
    right: 10px;
    top: 10px;
}

.map_control div {
    background-color: #fff;
    padding: 8px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3)
}

.ship-title {
    font-size: 13px;
    background-color: #ddd;
    padding: 5px;
}

.ship-name {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold; 
}

.ship-title span {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.loader {
  border: 10px solid #fff;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading {
    padding: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header.shrink + .main_container {
    margin-top: 194px;
}

input[type="date"] {
    line-height: 13px;
}

.header.shrink + .main_container .ship-title {
    position: fixed;
    top: 119px;
    width: 100%;
}

