form .help-block-error:empty{
    display: none;
}

.nav button[type=submit].link{
    background:none!important;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    cursor: pointer;
    color: #777;
}

.content-box-header form{
    font-size: 12px;
}

/*loading icon*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.loading-overlay{
    z-index: 1;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    display: inline;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.loading-icon{
    z-index: 1;
    margin-right: 5px;
}

.loader-overlay{
    z-index: 1;
    background-color: grey;
    opacity: 0.2;
    position: absolute;
    display: inline;
    height: 100%;
    width: 100%
}

.loader-icon {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 43%;
    left: 47%;
    z-index: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.control-toggle{
    display: inline-block;
}

.cruises-history table tr, [data-widget="map"] table tr{
    cursor: pointer;
}

li[onclick]{
    cursor: pointer;
}

.ui-menu .ui-menu-divider {
    display: none;
}

.text-confirm .btn.ai-btn{
    margin-left: 0px;
}

.konvajs-content{
    border: thick solid #0000FF;
}

.google-maps .form-horizontal .form-group {
     margin-right: 0px;
     margin-left: 0px;
}

.full-width .alert{
    margin-bottom: 0px;
}

.page-content .top-content .content-left{
    width: 400px;
}

.map-content .table-striped tr.active td{
    background-color: #a7d2ed;
}