/*
Sailing Admin custom css rules
*/

html {
    text-align: justify;
}

body {
    height: 100%;
    background-color: #f9f9ff;
}

table {
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
}

#wrap {
    min-height: 100%;
    margin-bottom: -60px;
    padding: 25px 0 50px 0;
}

#footer {
    width: 100%;
    height: 60px;
    background: #f5f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand {
    padding: 10px 10px;
}

.asteriskField {
    display: none;
}

.center-block {
    float: none;
}

form {
    margin-bottom: 0;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.officer-tooltip.tooltip {
    font-size: 14px;
}

.officer-tooltip .tooltip-inner {
    background-color: #5bc0de;
    color: black;
    border: 1px solid #e7e7e7;
    min-width: 320px;
    text-align: left;
}
.officer-tooltip.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 100;
    padding: 2px;
}
.officer-tooltip h3 {
    margin-top: 5px;
}

.class-logo {
    max-width: 80px;
    height: 40px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 10px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.no-label input[type="checkbox"] {
    margin-left: 0px;
    position: relative;
}

.inline-file {
    margin-top: 6px;
}

.linked-row {
    cursor: pointer;
}

.row-actions {
    cursor: default;
}

.class-tooltip .tooltip-inner {
    background-color: #e7e7e7;
    color: black;
    border: 1px solid #e7e7e7;
    min-width: 320px;
    text-align: left;
}
.class-tooltip.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 100;
    padding: 2px;
}
.class-tooltip h3 {
    margin-top: 5px;
}
