/*.tt-class{}*/

/* GENERAL STYLES */
body {
    min-width: 320px !important;
}

textarea {
    resize: none;
}

/* Separators */
.tt-margin-top {
    margin-top: 10px;
}

.tt-margin-right-xs {
    margin-right: 5px;
}

.tt-margin-left-xs {
    margin-left: 5px;
}

.tt-margin-bottom-xs {
    margin-bottom: 5px;
}

.tt-padding-xs {
    padding: 5px;
}

.tt-padding-top-xs {
    padding-top: 5px;
}

.tt-padding-top-lg {
    padding-top: 50px;
}
.tt-padding-left-md {
    padding-left: 20px;
}
.tt-padding-bottom-lg {
    padding-bottom: 50px;
}

.tt-padding-remove {
    padding: 0;
}

.tt-margin-remove {
    margin: 0;
}
.tt-inline-block {
    display: inline-block;
}

/* Translation default table */
.tt-table > thead:first-child > tr:first-child > th {
    border-bottom: none;
    color: #B5B5B5;
    font-weight: normal;
}

.tt-table > thead:first-child > tr:first-child > th:first-child,
.tt-table > tbody > tr > td:first-child,
.tt-table > tbody > tr > td:first-child > span:first-child {
    padding-left: 0;
}

.tt-table > thead > tr > th:last-child,
.tt-table > tbody > tr > td:last-child {
    padding-right: 0;
}

.tt-table > tbody > tr > td {
    border-top: none;
}

/* Modal header */
.tt-modal-title {
    margin-top: 10px;
}

/* Dropdown */
.tt-dropdown .caret {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}

.tt-dropdown .btn {
    text-align: left;
}

.tt-dropdown .dropdown-menu {
    margin-top: 2px;
}

.tt-dropdown .dropdown-menu > li {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.tt-dropdown .dropdown-menu > li:hover,
.tt-dropdown .dropdown-menu > li:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.tt-logo {
    width: 65px;
    height: 50px;
    display: inline;
}
@media (max-width: 767px) {
    .navbar-brand {
        padding-left: 5px;
    }
}

/* Icons */
.tt-icon {
    color: #9A9A9A;
    cursor: pointer;
}

/* Labels */
.tt-label {
    color: #b5b5b5;
}

/* Forms */
.tt-inline-form {
    padding: 15px;
    background-color: #EEF6FB;
}

.tt-translation-container {
    padding: 15px;
}

.tt-error, .tt-error .tags {
    border-color: rgba(204, 0, 0, 0.8);
}

tags-input .tags .tag-item {
    border: none;
    background: none;
    padding: 0;
}

.tt-error:focus {
    border-color: rgba(204, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 0, 0, 0.6);
    outline: 0 none;
}

.tt-error-text {
    color: rgba(204, 0, 0, 0.6);
}

.tt-color-picker-dot {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 2px solid white;
}

.tt-sub-header {
    padding-bottom: 15px;
    margin-bottom: 50px !important;
}

.tt-sub-header-project {
    padding: 9px 9px 9px 0;
    color: #FFFFFF;
    font-weight: 300;
    margin: 5px;
}

.tt-sub-header-item {
    color: #FFFFFF;
    font-weight: 300;
    margin: 5px;
    width: 42px;
    height: 42px;
    line-height: 37px;
}

.tt-border-dot {
    border: 2px dashed #FFFFFF;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    line-height: 38px;
}

.tt-border-solid {
    border: 2px solid #FFFFFF;
}

/* Helper classes*/
.tt-pointer {
    cursor: pointer;
}
.tt-default {
    cursor: default;
}

.tt-selected-color {
    color: #fff;
}

.tt-tag {
    margin: 0 5px 5px 0;
}

.tt-button-controls {
    padding: 10px 0;
}

.tt-text-normal {
    font-weight: normal;
}

.tt-no-selection {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.tt-people-picker .dropdown-menu li {
    padding: 5px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.tt-people-picker .dropdown-menu li:hover, .tt-people-picker .dropdown-menu li.active{
    background-color: #428bca;
    color: #FFFFFF;
}

.tt-people-picker .dropdown-menu {
    left: 0 !important;
    width: 100%;
}

.tt-full-width {
    width: 100%;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #887777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #887777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #887777;
}

:-ms-input-placeholder {
    color: #887777;
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    body {
        min-width: 320px !important;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
}
