
a {
    color: #004F60;
}

.selectize-input {
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.selectize-input.dropdown-active {
    border-radius: 0;
}

.selectize-input.focus {
    box-shadow: none;
    border-color: #004F60;
}

.selectize-control.multi .selectize-input > div {
    background-color: #004F60;
    background-image: -moz-linear-gradient(top, #004F60, #00333e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004F60), to(#00333e));
    background-image: -webkit-linear-gradient(top, #004F60, #00333e);
    background-image: -o-linear-gradient(top, #004F60, #00333e);
    background-image: linear-gradient(to bottom, #004F60, #00333e);
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    padding: 2px 6px;
    margin: 0 3px 3px 0;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #004F60;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.tooltip-inner {
    max-width: none;
    width: 400px !important;
}


.btn-primary {
    background-color: #004F60;
    border-color: #00333e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #00333e;
    border-color: #004F60;
}

.btn-wrapper {
    display: inline-block;
    margin: 0 0 5px 5px;
}

.content-header > h1 {
    padding-bottom: 12px;
}

.button-bar {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 9px 15px;
}

.button-bar-fixed {
    position: fixed;
    background: #ECF0F5;
    width: 100%;
    top: 50px;
    z-index: 99;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    td > div > a {
        cursor: pointer;
    }
.uploader {
    border: 1px dashed #ccc;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    margin-bottom: 10px;
    font-size: 200%;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uploader div.or {
    font-size: 50%;
    font-weight: bold;
    padding: 10px;
}

.uploader div.browser label {
    background-color: #004F60;
    padding: 5px 15px;
    color: white;
    padding: 6px 0px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    margin: 0px auto;
}

.uploader div.browser span {
    cursor: pointer;
}

.uploader div.browser input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: .0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.uploader div.browser label:hover {
    background-color: #00333e;
}

.file-status-success {
    font-weight: bold;
}

.progress-bar {
    background-color: #016fb9
}

.tooltip-inner {
    text-align: left;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.vuetable-pagination-info {
    margin: 15px;
}

.dropdown-menu {
    min-width: 100%;
}

.autocomplete-input {
    position: relative;
}

.autocomplete-input ul {
    list-style-type: none;
    padding: 0;
}

.autocomplete-input li {
    display: inline-block;
    margin: 0 10px;
}

.autocomplete-input ul.options-list {
    display: flex;
    flex-direction: column;
    margin-top: -12px;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.autocomplete-input ul.options-list li {
    width: 100%;
    flex-wrap: wrap;
    background: white;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #363636;
    padding: 7px;
    cursor: pointer;
}

.autocomplete-input ul.options-list li.highlighted {
    background: #f8f8f8
}

.btn:focus,.btn:active {
    outline: none !important;
}

label {
    font-weight: normal;
    text-transform: uppercase;
}