@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: local('SourceSansPro-Light'),
    local('Source Sans Pro'),
    url('../fonts/source-sans-pro/SourceSansPro-Light.eot') format('embedded-opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Light.otf.woff') format('woff'),
    url('../fonts/source-sans-pro/SourceSansPro-Light.otf') format('opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: local('SourceSansPro-Regular'),
    local('Source Sans Pro'),
    url('../fonts/source-sans-pro/SourceSansPro-Regular.eot') format('embedded-opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Regular.otf.woff') format('woff'),
    url('../fonts/source-sans-pro/SourceSansPro-Regular.otf') format('opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: local('SourceSansPro-Semibold'),
    local('Source Sans Pro Semibold'),
    url('../fonts/source-sans-pro/SourceSansPro-Semibold.eot') format('embedded-opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Semibold.otf.woff') format('woff'),
    url('../fonts/source-sans-pro/SourceSansPro-Semibold.otf') format('opentype'),
    url('../fonts/source-sans-pro/SourceSansPro-Semibold.ttf') format('truetype');
}

#wrap > .container {
    padding-bottom: 40px;
}

.navbar-brand {
    background: none;
    width: 100%;
}

.btn-label span {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    left: -14px;
    line-height: 14px;
    padding: 9px 12px;
    position: relative;
    width: 40px;
}

.btn-label {
    padding: 0 20px 0 14px !important;
}

.timeline > li .timeline-header span.author {
    display: block;
}

.breadcrumb .fa {
    margin-right: 5px;
    font-size: 10px;
}

.right5 {
    margin-right: 5px;
}

.right5i {
    margin-right: 5px !important;
}

.right10 {
    margin-right: 10px;
}

.left5 {
    margin-left: 5px;
}

.subtile-default {
    background-color: #e6e7e8;
    border-color: #e6e7e8;
    color: #333;
}

.subtile-info {
    background-color: #2bbce0;
    border-color: #2bbce0;
    color: #fff;
}

.subtile-success {
    background-color: #85c744;
    border-color: #85c744;
    color: #fff;
}

.subtile-danger {
    background-color: #e73c3c;
    border-color: #e73c3c;
    color: #ffffff;
}

.subtile {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 5px;
    padding: 7px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 60px;
    border-width: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    font-family: 'Source Sans Pro','Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
    margin-right: 5px;
}

.dashboard {
    visibility: hidden;
}

.dashboard-loading {
    width: 51px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
}

td.task-status {
    width: 25px;
    padding-right: 0 !important;
}

td.task-status > span {
    padding: 5px 8px 5px 7px;
}

td.task-status > span > i {
    width: 10px;
}

.dropzone {
    padding: 9px !important;
    min-height: 130px !important;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    margin: 5px 10px 5px 5px !important;
}

.dropzone .fa {
    position: absolute;
    font-size: 64px;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    cursor: pointer;
}

.dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
    top: 60px !important;
}

.dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
    height: 60px !important;
    width: 60px !important;
}

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
    width: 60px !important;
    height: 60px !important;
}

.fileinput-preview img {
    width: 100%;
}

.navbar-brand {
    float: none;
    padding: 0;
    line-height: 22px;
}

.navbar-header {
    padding-top: 8px;
}

.navbar-header img {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.5;
}

.navbar-header:hover img {
    opacity: 1;
}

.ui-pnotify-icon span {
    font-size: 15px;
    padding: 3px;
}

.dropdown-menu.notifications {
    width: 320px !important;
    font-size: 12px !important;
}

.dropdown-menu.notifications i {
    font-size: 14px !important;
}

.dropdown-menu.notifications li a {
    opacity: 0.3;
}

.dropdown-menu.notifications li a.active {
    opacity: 1;
}

.navbar-header {
    width: 205px;
}

#tasks-list label {
    margin-bottom: 0;
}

#tasks-list input {
    margin-right: 5px;
}

#tasks-list li.closed label {
    text-decoration: line-through;
    color: rgba(0,0,0,0.3);
}

.timeline > li .timeline-body {
    padding: 14px;
}

.timeline-success .timeline-content {
    text-decoration: line-through;
}

.dropdown-menu.userinfo {
    width: 220px;
}

.dropdown-menu.userinfo li.username .pull-left img {
    width: 34px;
}

.dropdown-menu.userinfo li.username .pull-right {
    min-width: 142px;
}

#sidebar ul .badge {
    top: 6px;
}

.label-indigo {
    background-color: #9358ac;
}

.dropdown-menu {
    position: absolute;
}

.btn.dropdown-toggle {
    min-width: 0;
}

.dropdown-menu.notifications li .notification-default i {
    background-color: #e6e7e8;
    color: #3f444c;
}

.dropdown-menu.notifications li .notification-inverse i {
    background-color: #f5259;
}

.fa-loader {
    font-size: 24px;
    padding: 40px;
    text-align: center;
}

#page-content {
    padding-bottom: 50px;
}

.loading {
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
}

.select2-container {
    border: none;
    padding: 0;
    box-shadow: none;
}

.list-users li {
    margin-bottom: 3px;
}

.list-users {
    margin-top: 3px;
}

.navbar-header a {
    width: auto;
}

.navbar-header img {
    max-width: 22px;
}

.label .fa {
    display: inline;
}

.subtile .fa {
    margin-right: 5px;
}

.timeline-description textarea {
    height: 78px;
}

.panel-accordion .accordion-item .accordion-title h4 {
    margin: 0;
    border-radius: 0;
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
}

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