body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f0f0;
}

h1, h2, h3, h4 {
    font-family: 'Dosis', sans-serif;
}

.infoMsg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    padding-top: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 10000;
}

.infoMsg.ok {
    background: rgba(13,119,204,0.9);
}

.page-error, .page-login {
    background: #d5d5d5 url(../images/login-bg.jpg);
    background-size: cover;
}

.infoMsg.fail {
    background: rgba(143, 29, 29, 0.9);
}

.alert.alert-danger{
    background-color: rgba(143, 29, 29, 0.9);
}

.post .alert.alert-danger {
    border-radius: 0;
    text-align: center;
}

.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.widget {
    margin-top: 20px;
}

/* fix za sticky sidebar */
#sidebar .widget:first-child{
    margin-top: 0px;
    padding-top:20px;
}

.widget-title {
    padding: 5px 20px;
    font-size: 17px;
    font-family: 'Dosis', sans-serif;
    border-bottom: 1px solid #f1f1f1;
}

.theme-orange .theme-text-lighten-1,
.theme-orange aside.sidebar a.collapsible-header:after,
aside.sidebar .theme-orange a.collapsible-header:after {
    color: #F57F20;
}

#loading-bar .theme-orange .bar, #logo .theme-orange .foot2, #logo .theme-orange .foot4, .noUi-range .theme-orange .noUi-origin:first-child, .switch label .theme-orange input[type=checkbox]:checked+.lever:after, .theme-orange #loading-bar .bar, .theme-orange #logo .foot2, .theme-orange #logo .foot4, .theme-orange .btn-primary, .theme-orange .noUi-base, .theme-orange .noUi-handle, .theme-orange .noUi-handle:before, .theme-orange .noUi-range .noUi-origin:first-child, .theme-orange .switch label input[type=checkbox]:checked+.lever:after, .theme-orange .theme, .theme-orange .theme-bg, .theme-orange input[type=checkbox]:checked:after, .theme-orange input[type=radio]:before {
    background-color: #f57f20;
}

input[disabled] {
    border: 1px solid #dddddd !important;
    background: #f0f0f0 !important;
}

select[disabled] {
    border: 1px solid #dddddd !important;
    border-bottom: none !important;
    background: #f0f0f0 !important;
}

.form-control{
    height:32px;
}

.form-control[disabled], fieldset[disabled] .form-control {
     cursor: inherit;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #bbb;
    background-color: #f9f9f9;
    border-color: #F9F9F9;
    cursor: not-allowed;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #f57f20;
    border-color: #f57f20;
    cursor: default;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #767676;
}

#logo {
    display: block;
    width: auto;
}

#postCatMenu {
    list-style: none;
    padding: 0 20px 20px 20px;
}

#postCatMenu li {
    margin-top: 5px;
}

.postCatCount {
    color: #acacac;
}

.sidebar {
    background-image: url(../images/bg.jpg) !important;
    background-size: cover !important;
    z-index: 2000 !important;
}

aside.sidebar .user-logged-in:after{
    opacity:0.1;
}

aside.sidebar ul a.active, aside.sidebar ul a:hover {
    background: rgba(0, 0, 0, 0.35);
}

aside.sidebar .user-logged-in .content {
    padding: 22px;
}

.dataTables_filter input {
    border: 1px solid #ddd;
    padding: 2px 10px;
}

.dataTables_info {
    font-size: 12px !important;
}

.dataTables_wrapper {
    padding-bottom: 20px;
}

.actions-last th:last-child, .actions-last td:last-child {
    text-align: right;
}

.dataTables_length {
    font-size: 12px !important;
}

.dataTables_length select {
    font-size: 14px;
}

a.paginate_button, span.ellipsis{
    padding: 6px 16px;
    line-height: 1.846;
    text-decoration: none;
    color: #f57f20;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    margin-left: -1px;
    cursor: pointer;
}

a.paginate_button:hover, span.ellipsis:hover{
    color: #f57f20;
    background-color: #eee;
    border-color: #F9F9F9;
}

a.paginate_button.current, a.paginate_button.current:hover{
    color: #fff;
    background-color: #f57f20;
    border-color: #f57f20;
}

table.user-management td:not(:first-child), table.user-management th:not(:first-child) {
    text-align: center;
}

a.clientName {
    display: block;
    text-align: center;
    font-size: 16px;
}

.client-details {
    border-top: 1px solid #f1f1f1;
    padding: 5px 15px;
    text-align: center;
}

tr.mine {
    border-left: 3px solid #f57f20;
}

.table-hover>tbody>tr:hover, .table>tbody>tr.active>td,
.table>tbody>tr.active>th, .table>tbody>tr>td.active,
.table>tbody>tr>th.active, .table>tfoot>tr.active>td,
.table>tfoot>tr.active>th, .table>tfoot>tr>td.active,
.table>tfoot>tr>th.active, .table>thead>tr.active>td,
.table>thead>tr.active>th, .table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #fafafa;
}

.table-full tbody>tr>td {
    cursor: default;
}

a.btn-link.btn-round {
    border: none;
    height: 32px;
    width: 32px;
    font-size: 16px !important;
}

.btn-link-grey {
    color: #9E9E9E !important;
}

.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
}

#clientList td:first-child {
    font-weight: 500;
}

.titleAppend {
    display: inline-block;
    float: right;
    margin-top: -2px;
}

.list-group-item-text {
    color: #9d9d9d;
}

.actions-center th:last-child, .actions-center td:last-child {
    text-align: center;
}

.btn-link.btn-round i {
    margin-top: 7px;
    display: block;
}

aside.sidebar .user-logged-in .content{
    text-transform: none;
}

.user-actions {
    text-transform: uppercase;
}

.form-control {
    border: 1px solid #dddddd !important;
    border-bottom: 0 !important;
    padding: 0px 10px 1px 10px !important;
    border-radius: 2px !important;
    font-size:13px !important;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-transition: none;
     transition: none;
}

.file-caption-name {
    height:inherit;
    padding-top: 7px;
}

.user-actions a {
    color: #F57F20 !important;
}

li.menu-divider, li.submenu-divider {
    border-top: 1px dashed #6a6e6a;
}

aside.sidebar a.collapsible-header {
    font-weight: normal;
}

.card {margin-bottom: 15px;}

.card.post {
    padding-top: 15px;
}

.card-title h1 {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    font-weight:300;
}

.card-title {
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
}

.card .list-group .theme-orange .list-group-item:hover,
.theme-orange .card .list-group .list-group-item:hover,
.theme-orange .theme-secondary-bg-lighten-5 {
    background-color: #fafafa;
}

.card .card-header {
    background-color: #ffffff;
}

h4.header-bar {
    background: #6d6e71;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.theme-orange .theme-secondary-text, .theme-orange a {
    color: #6d6e71;
}

.theme-orange .theme-secondary-text-lighten-3,
.theme-orange .theme-template-dark .sidebar .user-logged-in a,
.theme-orange a:focus, .theme-orange a:hover,
.theme-template-dark .sidebar .user-logged-in .theme-orange a {
    color: #f57f20;
}

.bottom-line {
    border-bottom: 1px solid #f1f1f1;
}

a.btn.btn-primary {
    color: #fff;
}

.btn-link.btn-round.btn-sm {
    width: 30px;
    height: 30px;
}

button.btn-link.btn-round i {
    margin: 0;
}

a.btn-default:hover, a.btn-default:focus {
    color: #6d6e71;
}

.btn-danger {background-color: #b80e0e;}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.btn-danger.dropdown-toggle {
    background-color: #a21717;
}

.fileDelButton{margin-bottom:5px;}

.modal{
    z-index: 2300;
}

.modal-header.danger {
    background: #b80e0e;
}

.modal-header.danger h4 {
    color: #fff;
}

.modal-backdrop {
    z-index: 2200;
}

ul.validation-errors {
    list-style: none;
    text-align: center;
    padding: 0;
}

#noTaskAssigned {
    text-align: center;
    background: #b94646;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

label.error {
    position: absolute;
    background: #b94646;
    border: 1px solid #b94646;
    padding: 0 10px;
    margin-top: 10px;
    z-index: 1000;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 10px;
}

label.error:after, label.error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.notificationList {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

select{
    background-image: none !important;
}

label.error:after {
    border-color: #b94646;
    border-bottom-color: #b94646;
    border-width: 7px;
    margin-left: -7px;
}
label.error:before {
    border-color: #b94646;
    border-bottom-color: #b94646;
    border-width: 8px;
    margin-left: -8px;
}

label#category-error {
    margin-top: 45px;
}

#cke_content {
    border: 1px solid #CCCCCC;
    box-shadow: none;
}

.posttext #cke_1_contents {
    min-height: 200px !important;
}

.small-editor #cke_1_contents {
    height: 150px !important;
}

#cke_11, #cke_19, #cke_31 {
    display: none;
}

textarea.form-control {
    padding: 5px 10px !important;
}

.cke_bottom {background: #6D6E71 !important;}

.cke_dialog_body {
    border: 1px solid #6D6E71 !important;
     box-shadow: none !important;
}

.btn{height:37px;}

.btn.btn-sm{height:30px;}

.light-grey {background:#F9F9F9;}

.inner-content {
    padding: 8px 0px 10px 45px;
}

main .main-container .main-content {
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 30px;
}

#contentHeader {
    background-size: cover !important;
    height: 165px;
    margin-top: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bg-keyboard{
    background: url(../images/posts-bg.jpg);
}

#contentHeader.baze-podataka{
    background: url(../images/baze-podataka.jpg);
}

#contentHeader.helpdesk{
    background: url(../images/helpdesk.jpg);
}

#contentHeader.css{
    background: url(../images/css.jpg);
}

#contentHeader.mreze {
     background: url(../images/network.jpg);
}

#contentHeader.urudzbeni {
    background: url(../images/folders.jpg);
}

#contentHeader.telefonija {
    background: url(../images/phone.jpg);
}

#contentHeader.razno {
    background: url(../images/technology.jpg);
}

#contentHeader.php {
    background: url(../images/php.jpg);
}

#contentHeader.results {
    background: url(../images/search.jpg);
}

#contentHeader.wordpress {
    background: url(../images/wordpress.jpg);
}

#contentHeader.c, #contentHeader.plugins{
    background: url(../images/code.jpg);
}

#contentHeader.exchange {
    background: url(../images/exchange.jpg);
}

#contentHeader.servers {
    background: url(../images/servers.jpg);
}

#contentHeader.hdit-aplikacije {
    background: url(../images/hdit-aplikacije.jpg);
}

#contentHeader h1 {
    margin: 62px 20px 0 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
}

/* Posts */

.post .wrap-ut {
    width: 85%;
    border-right: 1px solid #F1F1F1;
}

.post .userinfo {
    width: 20%;
    padding: 20px 15px 15px 15px;
}

.post .avatar {
    text-align: center;
}

.post .avatar img {
    width: 80%;
    max-width: 80px;
    border-radius: 50%;
}

.img-rounded {
    border-radius: 50%;
}

.postContent {
    min-height: 155px;
}

.postContent h1 {
    margin-top: 0;
    font-size: 30px;
    color: #6d6e71;
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 10px;
}

.postContent a {
    color: #f57f20;
    font-weight: 500;
}

.postContent a:hover {
   border-bottom: 1px dashed #f57f20;
}

.post-single .avatar img {max-width: 120px;}


p.postDate {
    margin: 0;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget{
    margin-top: 7px !important;
    z-index: 3500
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #F57F20;
}

.bootstrap-datetimepicker-widget table td.today:before{
    border-bottom-color: #F57F20;
}

.post-single p.username {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

p.username {
    font-size: 12px;
    margin-top: 10px;
    color: #F57F20;
    border-top: 1px solid #ECF0F1;
    padding-top: 5px;
}

.post .posttext {
    width: 80%;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #6D6E71;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

.post .postinfo {width: 15%;}

.post .comments {
    padding: 15px 0 15px;
    text-align: center;
}

.post .comments .commentbg {
    background-color: #bdc3c7;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.post .comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: #bdc3c7;
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.postmeta {
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
    color: #989C9E;
}

h2.topicTitle {
    margin-top: 0;
}

.label-primary {
    background-color: #f57f20;
    font-size:100%;
}

label {
    font-weight: 500;
}

pre {
     padding: 0px;
     background-color: transparent;
     border: none;
}

.orange-border {
    border-color: #f57f20;
}

.devco-orange{color: #f57f20;}
.devco-grey {color: #9E9E9E;}

.devco-lightGrey {
    color: #acacac;
}

.fat{font-weight:500;}

/* Select2 overrides */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none;
}

#hoursFilterWrap span.select2, #hoursFilterWrap input {
    background: #fff;
}

.select2-container--disabled {
    background: #eee;
}

span.select2.select2-container.select2-container--default{
    border: 1px solid #ddd;
    padding: 1px 10px;
    height: 32px;
    border-radius: 2px;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid #ddd;
    border-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f57f20;
    color: #fff;
}

.select2-container--default .select2-selection--single {
     background-color: transparent;
     border: none;

}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 235px;
}

.select2-container {
    font-size: 14px;
}

.select2-dropdown {
    z-index: 9001;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0;
}

ul#select2-category-results li {
    padding-left: 10px;
}

.form-control:focus {
    border-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}

.select2-results__option {
    padding: 6px 15px;
}

.kv-fileinput-caption {
    border: 1px solid #ddd !important;
}

.form-control.file-caption.kv-fileinput-caption {
    height: 37px;
}

ul.postFileList {
    list-style: none;
    padding: 10px 0;
    line-height: 16px;
    font-size: 13px;
    margin:0;
}

ul.notificationList li:before, ul.postFileList li:before {
    content: "\00BB \0020";
}

.postAttachments {
    background: #f0f0f0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.postAttachments h4 {
    margin: 5px 0 0;
}

#login-box .card{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#login-box .card-header {
    border-radius: 3px;
}

#login-box{
    margin-top:50px;
}

.ticketBadge {
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.ticketBadge .working{
    background: #f57f20;
}

.ticketBadge .finished {
    background: #4CAF50;
}

.ticketBadge .canceled{
    background: #b80e0e;
}

.badge i {
    font-size: 12px;
}

.badge-rnd-dashboard {
    border-radius: 2px;
    line-height: 16px;
}

.ticketBadge .finished, .ticketBadge .canceled,
.ticketBadge .waiting, .ticketBadge .working{
    border-radius: 3px;
    margin: auto;
    font-size: 12px;
}

.dot {
    background-image: url(../images/dot.png);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

#dateRange-selector, #dateRangeError {
    display: none;
}

#hourslist p {
    margin:0;
}

#hourslist .panel-footer{
    min-height:55px;
}

.totalHours {
    background: #f57f20;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.panel-footer {
    padding: 14px 15px;
}

#devcoUsers{
    margin-bottom:0;
}

#devcoUsers .card.hovercard {
    position: relative;
    padding-top: 0;
    padding-bottom:10px;
    margin-bottom:0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#devcoUsers .card.hovercard .card-background {
    height: 160px;
}

#devcoUsers .card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

#devcoUsers .card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.memberMeta {
    background: #fff;
    margin: 0;
    padding: 10px;
    height: 80px;
    border-bottom: 1px solid #f1f1f1;
}

.memberActivity{
    background: #fff;
    margin:0 0 20px 0;
}

.memberActivity p {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}

.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

#devcoUsers .card-info .card-title {
    padding: 0 5px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.useravatar img {
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.countbox {
    text-align: center;
    font-size: 20px;
    color: #f57f20;
}

.countSpan {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

#progress-slider {
    margin: 10px 10px 20px 5px;
}

#slider-percents {
    position: absolute;
    right: 0;
    top: -30px;
}

.post .comments .commentbg .mark {
    left:38%;
}

#dateRangeSearch {
    margin-top: 2px;
}

.magicSearch {
    padding: 5px 0;
}

.magicSearch .search {
    width: 100%;
}

.magicSearch .search {
    width: 100%;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px 10px 15px;
}

#notfound {
    padding-top: 30px;
    color: #666;
}

#notfound img {
    margin-top: 40px;
}

#hoursFilterSwitcher {
    text-transform: none;
}

#projectFilesList td {
    vertical-align: initial;
    padding: 5px 0 0 5px;
}

.switch {
    margin-top: 3px;
}

.input-group input.form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group-addon:last-child {
    border: 1px solid #dddddd !important;
    border-left: 0px !important;
}

.input-group-addon{
    padding: 6px;
}

#userTaskList .widget-title:not(:first-child) {
    border-top: 1px solid #f1f1f1;
}

.project-task-list-item {
    padding-top: 15px;
    padding-bottom: 10px;
}

.project-task-list-item input[type="checkbox"] {
    position: absolute;
    margin-top:0;
}

.project-task-list-item label {
    margin-left: 30px;
}

.theme-orange .theme-border, .theme-orange input[type=checkbox]:checked:after, .theme-orange input[type=radio]:checked:after {
    border-color: #f57f20;
}

.project-task-list-item label:hover {
    cursor: pointer;
}

input[type=checkbox]:after {
    border: 1px solid #d2d2d2;
}

.rolesSwitch {
    position: inherit;
    padding: 10px 0 1px 0;
    margin: 10px 0;
    background: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07), 1px 2px 5px 0 rgba(0,0,0,.06);
}

.rolesSwitch .form-group {
    margin-bottom: 10px;
}
span.rolesSwitchLabel {
    width: 55px;
    display: inline-block;
    text-align: right;
}

.user-management i.md-check {
    font-size: 14px;
    color: #000000;
    background: #f0f0f0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.user-management tr:hover i.md-check {
    background: #e2e2e2;
}

.toggle-project-hours {
    position: absolute;
    top: 3px;
    right: 25px;
}

.project-hours-details {
    position: absolute;
    z-index: 100;
    background: #607D8B;
    padding: 5px 10px;
    border-radius: 2px;
    top: 4px;
    color: #fff;
    right: 60px;
    min-width: 170px;
    display: none;
}

#helpdesk {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 20px;
    display: none;
}

#helpdesk-solution {
    background: #f0f0f0;
    padding: 15px 20px 5px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.projectTask-hours {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 11px;
    background: #f57f20;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}

#projectTaskList .sDescription {
    width: 85%;
}

.ticketDesc a {
    color: #f57f20;
}

#piechart{padding-right:5px;}

ul.hdesk-tasks {
    list-style: none;
    padding-left: 23px;
}

ul.hdesk-tasks li{
    display: inline-block;
}

ul.hdesk-tasks li:not(:first-child):before{
    content: '|';
}

.hdesk-project {
    padding-left: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
}

.hdesk-info {
    width: 85%;
    float: left;
}

.hdesk-report-btn {
    text-align: right;
    padding-top: 10px;
    padding-right: 20px;
}

.hdesk-report-btn:after {
    clear: both;
    display: block;
    content: '';
}

aside.sidebar ul ul a {
    padding: 5px 15px 5px 46px;
}

aside.sidebar ul a {
    padding: 10px 0 10px 22px;
}

aside.sidebar a.collapsible-header:after {
    top: 10px;
}

.postContent table{width:100%}

.postContent table, .postContent table th, .postContent table td {
    border: 1px solid #dcdcdc;
}

.postContent table th {background: #f0f0f0;}

.postContent table td, .postContent table th {padding: 0px 5px;}

ul.projectTaskDedicatedUsers {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
}

.ticketFileList{
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.ticketFileList .form-group{
    text-align: left;
}

.ticketFileList .form-group button{
    width: 100%;
    margin: 5px 0 5px 0;
    overflow: hidden;
    padding-right: 27px;
    text-overflow: ellipsis;
}

.ticketFileList button .md{
    position: absolute;
    top: 7px;
    right: 7px;
    color: #b2b2b2;
}

/* ---------- MEDIA QUERIES ---------- */
@media (min-width: 500px){
    img.full-img {
        width: 100%;
    }
}

@media (min-width: 768px){
    .dataTables_length {
        float: left;
        width: 50%;
    }

    .dataTables_filter{
        float: right;
    }

    #hoursFilterSwitcher {
        position: absolute;
        left: 15px;
        z-index: 1000;
        width:175px;
    }

    #login-box {
        display: table;
        width: 400px;
        margin:auto;
        margin-top:150px;
    }

    .modal-content {
         -webkit-box-shadow: none;
         box-shadow: none;
    }

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

@media (max-width: 680px){
    .userinfo, .postinfo {
        display: block;
        float: none !important;
        text-align: center;
        width: 100% !important;
    }

    .wrap-ut {
        width: 100% !important;
    }

    .post .posttext {
        width: 100%;
        padding: 0 25px 20px 25px;
    }

    .postinfo {
        margin-bottom: 20px;
    }

    #clientList .devco-orange {
        display: block;
    }
}

@media (min-width: 1200px){

    #hoursFilterSwitcher {
        top: 20px;
    }
}