


.small-shadow {
    -moz-box-shadow:    1px 3px 3px rgba(0, 0, 0 , .5);
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0 , .5);
    box-shadow:         1px 3px 3px rgba(0, 0, 0 , .5);
}

.align-middle {
    vertical-align: middle;
    display: inline-block;
}

.round-five {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


input.err {
    border-color: rgba(224, 12, 12, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

input.is-valid {
    border-color: rgba(45, 202, 19, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
}

.select-error {
    border-color: rgba(224, 12, 12, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

.select2-success {
    border-color: rgba(45, 202, 19, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 212, 19, 0.6);
}

.center {
    text-align: center;
}

.inline-select {
    width: auto;
}


.select2-container-multi .select2-choices {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select2-results .select2-highlighted {
    background: #e0f7fe !important;
    color: #00668f;
}

.popover.popover-icon {
    width: auto;
}

.popover-content.no-padding {
    padding: 2px 7px;
}

.popover-content.no-padding p {
    margin:0;
}

.pointer {
    cursor: pointer;
}

.row-pointer tbody tr {
    cursor: pointer;
}

.popover-title {
    font-size: 16px;
}

.close {
    line-height: 13px;
}

.popover form {
    margin-bottom: 0;
}

.popover {
    z-index: 2000;
}

label.group {
    font-weight: bold;
}

label.group.normal {
    font-weight: normal;
}

.group {
    margin-top: 20px;
}


.spinner-top {
    vertical-align: top;
}

.help {
    overflow-y: visible;
    width: 444px;
    position: absolute;
    float: right;
    text-align: right;
    height: 50px;
    line-height: 30px;
}

.fixed {
    position: fixed;
}

.ui-notify {
    z-index: 2000;
}

.invite-count {
    position: relative;
    height: 23px;
    padding: 1px 7px 0 7px;
    background: #25A3D1;
    font-size: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white;
}


.list-item {
    margin: 20px 20px 0 20px;

    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.list-item.hover:hover {
    background-color: rgba(229,242,247, .5);
}
    .list-image {
        height: 45px;
        vertical-align: top;
        border-color: rgba(0, 0, 0, 0.3);
        padding: 3px;
    }

    .list-image.small-shadow {
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0 , .5);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0 , .5);
        box-shadow: 1px 1px 3px rgba(0, 0, 0 , .5);
    }

    .list-grid {
        margin-top: 5px;
        margin-left: 10px;
        display: inline-block;
        max-width: 660px;
    }

    @media (min-width: 1200px) {
        .list-grid {
            max-width: 850px;
        }
    }

    @media (max-width: 979px) and (min-width: 768px) {
        .list-grid {
            max-width: 490px;
        }
    }

    @media (max-width: 550px) {
        .list-grid {
            max-width: 390px;
        }
    }

    @media (max-width: 767px) {
        .list-grid {
            max-width: 560px;
        }
    }

    .list-item button {
        margin-top: 10px;
    }

    .list-item .name {
        font-weight: bold;
        position: relative;
    }

    .list-item .list-grid > .body {
        overflow: hidden;
        white-space: nowrap;
    }

        .list-grid > div {
            margin-top: 5px;
        }

        .list-grid .btn {
            margin-top: 5px;
        }





.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.lineError {
    line-height: 29px;
}



.input-match-select {
    width: 285px;
}

.inline-group {
    margin-top: 10px;
}

.top-ten-margin {
    margin-top: 10px;
}

.medium {
    font-size: 90%;
}

.company-overview {
    margin-top:10px;
}

.commentWidth {
    width: 940px;
}

.regButtonMargin {
    margin-right: 18px;
}

.marginTopCommentBox {
    margin-top: 35px;
}

.tab-pane .no-padding {
    padding: 10px 0  !important;
}

.bold {
    font-weight: bold;
}


#galleria {
    width: 700px;
    height: 400px;
    background: #000000;
}

.galleriaLeft {
    margin-left: -85px;
    margin-bottom: 25px;
}


a:hover {
    text-decoration: none;
}

.popover-form {

}

    .popover-form .form-label {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .location-spinner {
        width: 30px;
    }

    .popover .span-error {
        margin-left: 0;
    }

    .popover .date-input {
        margin-bottom: 10px;
    }

table thead th.active {
    background-color: #d9edf7;

}

.table-spinner {
    height: 35px;
}

tbody tr.tr-loading td {
    text-align: center;
}

.remove-pic {
    height: 15px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -3px;
}

.remove-buddy {
    cursor: pointer;
    height: 10px;
    position: absolute;
    right: -30px;
    text-align: right;
    top: 0;
    vertical-align: top;
}

.table-buttons {
    white-space: nowrap;
}

    .table-buttons a {
        text-align: center;
        display: block;
        margin: 3px 0;
    }

.pref-margin-right {
    margin-right: 10px;
}

.pref-image-margin {
    margin-top: 8px;
}

a {
    cursor: pointer;
}

.align-top {
    vertical-align: top;
}

.spinner {

}

.row.margin-top-10 {
    margin-top: 10px;
}
