.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #214565;
    color: #214565;
    padding-top: 20px;
}

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

.navbar-static-top {
    background: #438bc9;

}

.navbar-static-top a.dropdown-toggle {
    color: #FFF;
}

.navbar-brand {
    color: #FFF !important;
}

.dropdown.open .dropdown-toggle {
    background: white !important;;
    color: #4f4e53;
}

a.dropdown-toggle:hover {
    background: white !important;;
    color: #4f4e53 !important;
}

.navbar-default.sidebar a {
    color: #224464 !important;

}

.long {
    text-align: center;
    vertical-align: middle !important;
}

.h1btn {
    float: right;
}

.fullLinkInTd {
    padding: 0px;
}

.fullLinkInA {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: -10px;
    position: relative;
}

.mbot20 {
    margin-bottom: 20px;
}

.dataTables_length {
    display: none;
}

.dataTables_filter input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.tabbleDataWrapper {
    overflow-x: scroll;
}

.dataTables_paginate {
    text-align: center !important;
    margin-top: 20px !important;
}

.btn-data {
    margin: 5px;
}

h2 {
    font-size: 18px;
}

blockquote {
    font-size: 14px;
}

ul.timeline:before {
    left: 0% !important;
}

ul.timeline li.timeline-inverted .timeline-panel {
    float: right !important;
    padding-left: 20px;
    width: 95%;
}

.timeline li.timeline-inverted .timeline-badge {
    left: 100%;
    margin-top: -20px;
}

.logSuccess {
    color: green;
}

.logError {
    color: #e88888;
}

.logOrange {
    color: orange;
}

.logNeutral {

}

ul.ticketAction {
    margin: 0;
    padding: 0;
}

ul.ticketAction li {
    margin-bottom: 15px;
    list-style: none;
}
.paginate_button.current , .paginate_button:hover {
    background: #428bca;
}
.paginate_button {
    color: #ffffff;
    background-color: #bababa;
    border-color: #bababa;
    margin: 5px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer !important;
}

.paginate_button:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer !important;
}

.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    right: 30px;
    top: 4px;
    position: absolute;
}

.bg-red {
    background: #E74C3C ;
    border: 1px solid #E74C3C ;
    color: #fff;
}

.tt-suggestion {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.tt-suggestion strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #286090;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

ul.notification-dashboard {
    margin: -16px -15px;
    padding: 0;
}

ul.notification-dashboard li {
    list-style: none;
}

ul.notification-dashboard li a {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    padding: 10px;
}

ul.notification-dashboard li:last-of-type a {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

ul.notification-dashboard li a {
    text-decoration: none;
    display: block;
}

ul.notification-dashboard li a:hover {
    background: #eeeeee;
}

ul#productionList {
    padding-left: 15px;
}

ul#productionList li {
    margin-bottom: 10px;
}

ul#productionList li a.deleteLink {
    display: inline-block;
    float: right;
}

.partialTicket a, .partialTicketSmall a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.partialTicket a:hover, .partialTicketSmall a:hover {
    background: #eeeeee;
}

.partialTicketSmall:first-of-type {
    margin-top: -15px;
}

.partialTicketSmall:last-of-type {
    margin-bottom: -15px;
    border-bottom: transparent 0px solid;
}

.partialTicketSmall {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0px;
    border-bottom: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
}

.partialTicket {
    margin-bottom: 15Px;
    border: #dddddd 1px solid;
    border-radius: 5px;
}

.partialTicketSmall .title {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.partialTicket .title, .partialTicketSmall .title {
    font-weight: bold;
    display: block;
}

.partialTicket .title span {
    font-weight: normal;
    float: right;
}

.partialTicket .details, .partialTicket .date,
.partialTicketSmall .details, .partialTicketSmall .date {
    display: block;
}

.subh1 {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

.subh1Status {
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 10px;
}

#bigrow select {
    height: 200px;
}

@media screen and (max-width: 1024px) {
    .timeline {
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: visible;
    }
}

#form_calendar_done .thisIsADay {
    cursor: pointer;
}

.overflowWrap {
    overflow-wrap: break-word;
}

.resumeTodo {
    color: #FFF !important;
    background: #428bca !important;
}

.resumeProgress {
    color: #FFF !important;
    background: #8A2BE2 !important;
}

.resumeBlocked {
    color: #FFF !important;
    background: red !important;
}

.resumeToBeChecked {
    background: #ffe51e !important;
}

ul#side-menu.nav li.active {
    border-right: 4px #428bca solid;
    border-radius: 4px;
    margin-right: -4px;
}

.dropdown-custom-base li a:hover {
    border-radius: 4px;
    margin-left: -4px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 10px 20px;
}

.dropdown-custom-default li a:hover {
    border-left: 4px #428bca solid;
}

.dropdown-custom-checked li a:hover {
    border-left: 4px #ffe61e solid;
}

.dropdown-custom-blocked li a:hover {
    border-left: 4px red solid;
}

.thisIsADayCursored .thisIsADay {
    cursor: pointer;
}

.dropdown-envir {
    margin-top: 50px;
}

.dropdown-envir li {
    border-right: 5px solid;
    margin: -5px 0;
}

.dropdown-envir li a {
    padding: 8px 15px;
    margin: 0;
}

.page-header > i {
    color: #438bc9;
}

.dropdown-pole-switcher .info-number .badge {
    position: initial;
    float: right;
    margin-left: 10px;
}