/**
 * Generic elements
 */
.contain-partial-lg {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.label {
    font-weight: normal;
}

.card-body.small-heading {
    padding: 3px 24px;
}

.disabled {
    cursor: not-allowed;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.disabled,
.disabled * {
    color: #afb2b5!important;
    pointer-events: none!important;
    cursor: default!important;
}

/* Custom section-header-large */
.section-header-large {
    min-height: 164px;
}

.custom-card-body {
    padding: 5px 12px 5px 12px;
    text-align: center;
}

.hour-registration-blocks .col-lg-3:first-child {
    padding-left: 0px;
    padding-right: 12px;
}

.hour-registration-blocks .col-lg-3:last-child {
    padding-left: 12px;
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {

    .hour-registration-blocks .col-lg-3:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .hour-registration-blocks .col-lg-3:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .hour-registration-blocks .col-lg-3 {
        padding-left: 0;
        padding-right: 0;
    }

}

/**
 * Top navigation
 */
.dropdown-menu form.logout button {
    background: none;
    border: 0;
    padding: 5px 20px;
    display: block;
    width: 100%;
    text-align: left;
}

.dropdown-menu form.logout button:hover {
    color: #252727;
    background-color: #f5f5f5;
}

/**
 * Top brand
 */
.menubar-fixed-panel {
    text-transform: uppercase;
    background: #0cb4ce;
    color: white;
}

.menubar-fixed-panel .text-primary {
    color: white;
}

.menubar-fixed-panel .menubar-toggle {
    color: white;
}

.text-uppercase {
    text-transform: uppercase;
}

.customExpanded {
    float: left;
    margin-top: 17px;
    margin-left: 27px;
}

/**
 * Form elements
 */
.form-group label.default-green {
    color: #0cb4ce;
    opacity: 1;
}

.checkbox-styled:not(ie8).disabled:checked ~ span:before, .radio-styled:not(ie8).disabled:checked ~ span:before, .checkbox-styled:not(ie8) input[disabled]:checked ~ span:before, .radio-styled:not(ie8) input[disabled]:checked ~ span:before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span:before, .radio-styled:not(ie8) input[readonly]:checked ~ span:before {
    border-color: #0cb4ce;
}

/**
 * Modals
 */
.modal-header .btn-close {
    float: right;
}

/**
 * Custom elements
 */
.obfuscated {
    visibility: hidden;
}

/**
 * Cards
 */
.card-footer {
    padding: 11px 24px;
}

/**
 * Dashboard
 */
.dashboard-card .stick-bottom-left-right {
    right: 85px;
}

.dashboard-map {
    height: 650px;
}

.dashboard-map-users .card-head button {
    margin: 10px;
}

.dashboard-map-users .tile.default {
    background: #e5e6e6;
}

.tile-maps-marker-icon i {
    padding: 5px;
    border-radius: 4px;
    color: white;
}

.tile-maps-marker-icon .marker-1 {
    background: #0cb4ce;
}

.tile-maps-marker-icon .marker-2 {
    background: #9c27b0;
}

.tile-maps-marker-icon .marker-3 {
    background: #000000;
}

.tile-maps-marker-icon .marker-4 {
    background: #2196f3;
}

.tile-maps-marker-icon .marker-5 {
    background: #4caf50;
}

.tile-maps-marker-icon .marker-6 {
    background: #ff9800;
}

.tile-maps-marker-icon .marker-7 {
    background: #f44336;
}

/**
 * Google Maps (info window)
 */
.card.infowindow {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    min-width: 360px;
}

/**
 * Google Maps user form
 */
.list .tile .tile-icon img {
    width: auto;
    height: auto;
}

.list .tile.sessions {
    display: none;
}

.maps-form {
    position: absolute;
    z-index: 999999;
    background: white;
    right: 0;
    padding: 20px;
}

.maps-form .form-collapse {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}

.maps-form.collapsed .form-collapse {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

/**
 * Emergency styling
 */
#header.emergency {
    /* Important because we *really* want the background color here even if hell freezes over */
    color: #ffffff !important;
    background: #f44336 !important;
}

@-webkit-keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    25% {opacity: 1.0;}
    50% {transform: scale(1.0, 1.0); opacity: 1.0;}
    100% {transform: scale(1.0, 1.0); opacity: 0.5;}
}

#header .emergency-notification a, .lock-screen-emergency-notification {
    display: block;
}

.lock-screen-emergency-notification {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    border-radius: 30px !important;
    z-index: 999 !important;
    background: #f44336 !important;
    color: white !important;
}

#header .emergency-notification a i, .lock-screen-emergency-notification i {
    color: white;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

.emergency-ok i {

}

.emergency-danger td {
    color: #ffffff;
    /* Important because we *really* want the background color here even if hell freezes over */
    background: #f44336 !important;
}

x.emergency-danger td i {
    color: #ffffff;
    background: #f44336;
}

.emergency-modal h4 {
    font-size: 28px;
}

/**
 * Off canvas messages
 */
.offcanvas-body .fa-spinner {
    top: 50px;
    position: relative;
    left: 50%;
    margin-left: -30px;
    color: #0cb4ce;
}

.list-chats .chat-body {
    word-break: break-all;
}

.tab-pane .list-chats {
    background: #f2f3f3;
    padding: 10px;
}

.tab-pane .list-chats .chat-body {
    min-width: 70%;
}

/**
 * Project styling
 */
.project-table .progress {
    margin-bottom: 0;
    overflow: visible;
}

.project-table .progress-bar {
    float: none;
}

.projectTitle {
    color: black!important;
    border: none!important;
    vertical-align: unset!important;
    font-size: 20px;
    padding: 0px!important;
    padding-bottom: 5px!important;
    padding-top: 30px!important;
}

#firstTH {
    padding-top: 0px!important;
}

/**
 * Planning overview
 */
.plov_arrow,
.plov_circle,
.plov_times {
    font-size: 22px;
    vertical-align: bottom;
}

.plov_circle {
    color: green;
}

.plov_times {
    color: #f44336;
}

.plov_add {
    color: #b2b2b2;
}

.plov_add:hover {
    cursor: pointer;
}

.progress_add {
    color: #b2b2b2;
}

.progress_add:hover {
    cursor: pointer;
}

.progress_add_onHold {
    color:#f44336;
}

.plov_arrow:hover {
    cursor: pointer;
}

.plov_progress {
    cursor: pointer;
}


#planning-table > thead > tr > th {
    border-top: 0px;
}


.changeDeadline {
    color: black;
}

.changeDeadline:active {
    color: grey;
}

.changeDeadline:hover {
    cursor: pointer;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.prio-icon {
    color: #b2b2b2;
}

.prio-icon:hover {
    cursor: pointer;
}

.prio .prio-icon {
    color: #f44336;
}

.helpiconlink,
.helpiconlink:hover,
.helpiconlink:active {
    text-decoration: none!important;
    border: 0!important;
}

/* FONT AWESOME FAST SPIN */
.fast-spin {
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}

/* BTN-HALF */
.btn-half {
    width: 49%;
    margin-top: 0!important;
    display: inline-block;
}

.btn-right {
    float: right;
}

.planningPrint:hover {
    cursor: pointer;
}

.planningPrint:active {
    color: grey;
}

.date-primary {
    font-size: 14px;
}

/* PRINT PDF */
@media print {

    .planningPDF .md-alarm,
    .planningPDF .md-flag {
        display: none;
    }

    .planningPDF .active {
        display: inherit;
    }

    .planningPrint p, .planningPrint a, .planningPrint div {
        font-size: 12px;
    }

    .planningPDF .projectTitle {
        font-size: 15px;
    }

    .planningPDF th,
    .planningPDF td {
        font-size: 12px;
    }

    .planningPDF td,
    .planningPDF th {
        border: 0px!important;
    }

    .planningPDF th {
        padding-bottom: 2px!important;
        padding-top: 10px!important;
    }

    .planningPDF .prio-icon:hover {
        cursor: default;
    }

    .planningPDF .table > thead > tr > th,
    .planningPDF .table > tbody > tr > th,
    .planningPDF .table > tfoot > tr > th,
    .planningPDF .table > thead > tr > td,
    .planningPDF .table > tbody > tr > td,
    .planningPDF .table > tfoot > tr > td {
        padding: 4px 8px;
        line-height: 1.846153846;
        vertical-align: top;
        border-top: 1px solid rgba(189, 193, 193, 0.2);
    }

    .planningPDF .projectTitle {
        padding-top: 50px!important;
    }

}

/* CC ADDON */
.selectizeList:hover {
    color: #0cb4ce;
}

.selectizeCaption {
    font-size: 12px;
    color: grey;
}

/* INPUT FOR CC */
.selectizeEmail {
    font-size: 12px;
    color: grey;
}

.selectizeEmail:before {
    content: '<';
}

.selectizeEmail:after {
    content: '>';
}

.selectize-control.multi .selectize-input > div.active {
    background: #0cb4ce;
}

.selectize-control.multi .selectize-input > div.active > .selectizeEmail {
    color: #e4e4e4;
}

.selectize-control.multi .selectize-input.has-items {
    padding-top: 8px;
}

.extraHeight {
    height: 37px;
}

.selectize-input {
    height: inherit;
    min-height: 37px;
}

/* TOOLTIPS */
.tooltip{
    z-index: 1151 !important;
}

/* EDIT INVOICE PAGE */
.editInvoiceDeleteRow,
.createActivityDeleteRow {
    color: #f44336;
}

.editInvoiceDeleteRow:hover,
.createActivityDeleteRow:hover {
    color: #e11b0c;
}

.editInvoiceAddRow,
.createActivityAddRow {
    color: green;
}

.editInvoiceAddRow:hover,
.createActivityAddRow:hover {
    color: darkgreen;
}

.editInvoiceDeleteRow,
.editInvoiceAddRow,
.createActivityAddRow,
.createActivityDeleteRow {
    font-size: 2em!important;
    vertical-align: middle;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.editInvoiceDeleteRow:hover,
.editInvoiceAddRow:hover,
.createActivityAddRow:hover,
.createActivityDeleteRow {
    cursor: pointer;
}

.editInvoiceTable > tbody > tr > td {
    border-top: 0px!important;
}

/* INVOICE OVERVIEW */
.custom-card-body .fa-eur {
    font-size: 125%!important;
}

/* Project Status */
.highlight {
    color: #0cb4ce;
}

.highlight-danger {
    color: #f44336;
}

/* Hour registration */
.createActivity td {
    vertical-align: inherit!important;
}

.createActivityProject .select2-search-choice-close {
    display: none!important;
}

.createActivityTable > tbody > tr > td {
    border-top: 0!important;
}

.createActivityTable thead th {
    border-bottom: 0!important;
}

/*
.hourregistration .card {
    border: 1px solid #0cb4ce;
}

.hourregistration .expanded {
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.33)!important;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.33)!important;
}

.hourregistration .card-head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hourregistration .card-body {
    border: 1px solid #e5e6e6!important;
    border-top: 0!important;
}
*/

/* Login screen */
.login-input {
    padding-left: 5px;
}

/* Project Dropzone */
.dz-icon {
    font-size: 25px;
}

.dropzone-body {
    background-color: #e7e7e7;
    border-radius: 5px;
}

#uploadDescription {
    resize: vertical;
}

/* web UI popover */
.webui-popover-title {
    background-color: #e5e6e6;
    border: 0!important;
}

.webui-popover {
    padding: 0!important;
}

.webui-popover-content {
    max-width: 500px;
}

.webui-popover {
    max-width: 500px;
}

/* Table Options */
.tableOptions,
.disabledTableOptions {
    font-size: 18px!important;
    color: #484746;
    width: 1.5em!important;
    text-align: center;
}

.tableOptions:hover {
    cursor: pointer;
}

.tableOptions:active {
    color: grey;
}

.disabledTableOptions {
    color: grey;
}

/* CHAT */
@media screen and (max-width: 1200px) {
    #offcanvas-chat {
        padding-left: 0!important;
    }
}

#offcanvas-chat {
    padding-left: 10%;
}

.offcanvas-body {
    background: none!important;
}

.offcanvas-body .list-chats {
    background: none!important;
}

.chat-header {
    padding: 10px;
    background-color: #f9f9f9;
}

.chat-header h1 {
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.list-header {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
}

.list-header a {
    right: 26px;
    position: relative;
    top: 30px;
}

.list-header .icon-chat {
    margin: 0;
    color: #E61712;
    font-size: 20px;
}

.list-header a,
.list-header a:hover{
    text-decoration: none;
}

.btn-place-chat {
    padding: 1px 12px;
}

.chat-post {
    padding: 20px 26px 0 26px;
    margin: 0 0 -15px 0;
}

.chat-post .chat-input {
    width: 100%;
    padding: 8px 0 0 8px;
    border: 0;
    resize: none;
}

.list-chats .chat-reply .chat-input {
    width: 100%;
    padding: 8px 0 0 8px;
    border: 0;
    resize: none;
    margin-top: 10px;
}

.list-chats {
    padding-left: 0;
    list-style: none;
    background-color: #f4f4f4;
    /* padding-top: 5%; */
    padding-bottom: 10%;
    text-align: center;
    margin: 0 auto;
}

.list-chats .chat {
    position: relative;
    min-height: 40px;
    margin: 30px 0 0px 0;
    padding: 0 26px;
    text-align: right;
}

.list-chats .chat:before,
.list-chats .chat:after {
    content: " ";
    display: table;
}

.list-chats .chat:after {
    clear: both;
}

.list-chats .reply {
    position: relative;
    min-height: 40px;
    margin: 10px 0 0 0;
    padding: 0 26px;
    text-align: right;
}

.list-chats .reply:before,
.list-chats .reply:after {
    content: " ";
    display: table;
}

.list-chats .reply:after {
    clear: both;
}

.list-chats .chat-body {
    position: relative;
    display: inline-block;
    float: right;
    clear: both;
    padding: 12px;
    margin-bottom: 2px;
    text-align: left;
    color: #313534;
    background: #ffffff;
}

.list-chats .chat-body small {
    display: block;
    margin-bottom: -4px;
    opacity: 0.7;
    font-style: italic;
}

.list-chats .chat .chat-body p {
    margin: 0;
}

.list-chats .chat .chat-body small {
    color: #E61712;
}

.list-chats .chat .chat-body i {
    color: black; /* #0cb4ce */
    font-size: 20px;
    float: right;
}

.list-chats .chat .chat-body i:hover {
    cursor: pointer;
    color: #525252!important; /* #0793a9 */
}

.list-chats .reply .chat-body i {
    color: black; /* #0cb4ce */
    font-size: 20px;
    float: right;
}

.list-chats .reply .chat-body i:hover {
    cursor: pointer;
    color: #525252!important; /* #0793a9 */
}

.list-chats .chat .chat-reply {
    display: inline-block;
    width: 100%;
}

.list-chats .chat-avatar + .chat-body:after {
    position: absolute;
    content: '';
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    right: -12px;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent transparent #ffffff;
}

.list-chats .chat-left .chat {
    text-align: left;
}

.list-chats .chat-left .chat-avatar {
    left: 0;
    right: auto;
}

.list-chats .chat-left .chat-body {
    float: left;
    background-color: #ffffff;
    color: black;
}

.list-chats .chat-left .chat-avatar + .chat-body:after {
    top: 0;
    left: -12px;
    border-width: 0 12px 12px 0;
    border-color: transparent #ffffff transparent transparent;
}

.list-chats .chat-right .chat {
    text-align: right;
}

.list-chats .chat-right .chat-avatar {
    right: 0;
    left: auto;
}

.list-chats .chat-right .chat-body {
    float: right;
}

.list-chats .reply .chat-body {
    background-color: #e6e6f4;
    color: black;
}

.list-chats .btn-reply {
    padding: 1px 12px;
    float: right;
    margin-top: 5px;
}

.list-chats .btn-place-reply {
    padding: 1px 12px;
}

.list-chats .chat-right .reply .chat-body {
    max-width: 270px;
}

.list-chats .chat .chat-body {
    max-width: 100%;
    width: 100%;
    background-color: #f2f3f3;
}

.list-chats .chat-right .chat .chat-body:after {
    position: absolute;
    content: '';
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
    right: -12px;
    border-width: 12px 0 0 12px;
    border-color: #ffffff #f2f3f3 #ffffff #f2f3f3;
    /* border-color: transparent transparent transparent #ffffff; */
}

.list-chats .chat-left .chat .chat-body:after {
    position: absolute;
    content: '';
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
    left: -12px;
    border-width: 12px 0 0 12px;
    border-color: #ffffff #f2f3f3 #ffffff #f2f3f3;
    /* border-color: transparent transparent transparent #ffffff; */
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.list-chats .chat-right .chat .chat-body {
    /* text-align: right; */
}

.top-right {
    position: absolute;
    padding: 12px;
    right: 0;
    top: 0;
}

.messageIcons i {
    padding-left: 5px;
}

#deleteMessage {
    color: #f44336;
}

#deleteMessage:hover {
    color: #f22314!important;
}

/* EDGE ONLY */
@supports (-ms-ime-align:auto) {
    .list-chats .btn-place-reply,
    .btn-place-chat {
        margin-top: 5px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-chats .btn-place-reply,
    .btn-place-chat {
        margin-top: 5px;
    }
}

.no-shadow {
    box-shadow: none;
}

.dropzone {
    max-height: 120px;
}

.dz-preview {
    margin: -5px 15px -5px -5px!important;
}

.dropzone .dz-preview.dz-image-preview {
    background: none!important;
}

.dz-filename {
    padding-top: 30px;
}

.dz-error {
    display: none!important;
}

.autoExpand {
    resize: none;
}

#s2id_uploadType .select2-search-choice-close {
    display: none!important;
}

.activity-header:hover {
    cursor: pointer;
}

/* Accordion */
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    border-radius: 3px;
    background: #f7f7f7;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #333;
    transition: all linear 0.15s;
    font-size: 1.200em;
    text-shadow: 0 1px 0 #1a1a1a;
    color: #fff;
}

.accordion-section-title.active {
    text-decoration: none;
    color: white;
}

.accordion-section-title:hover {
    background: #4c4c4c;
    text-decoration: none;
    color: white;
}

.accordion-section-title:focus {
    text-decoration: none;
    color: white;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 15px;
    display: none;
    /* background-color: white; */
}

.accordion-mindwarp .accordion-section-title {
    background: #0cb4ce;
    text-shadow: none;
}

.accordion-mindwarp .accordion-section-title:hover {
    background: #0ba0b7;
    text-decoration: none;
    color: white;
}

.accordion-light .accordion-section-title {
    background: #e5e6e6;
    text-shadow: none;
    color: black;
}

.accordion-light .accordion-section-title:hover {
    background: #d6d7d7;
    text-decoration: none;
    color: black;
}

.paragraph {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.inline-block {
    display: inline-block;
}

.right {
    float: right;
}

.progress-relapse {
    background-color: #f44336;
}

.relapse {
    color: #f44336;
}

.hourregistration-bars {
    list-style: none;
}

.hourregistration-bar {
    width: 95%;
}

.uploadResults {
    list-style: none;
    padding: 0;
}

.uploadResults li {
    padding-left: 1.3em;
    display: table;
}

.uploadResults li:before {
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.uploadResults .error:before {
    content: "\f06a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
}

.uploadResults .success:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
}

.extended-modal {
    width: 100%;
    max-width: 1000px;
}

.json .xdebug-var-dump{
    display: block;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.846153846;
    color: #313534;
    background-color: white!important;
    border: none!important;
}

.no-margin {
    margin: 0;
}

.json-header {
    padding-bottom: 10px;
}

.check-green {
    color: green;
}

.header-nav-profile .dropdown.open > a {
    margin-top: 0;
    padding: 12px 12px 12px 12px;
    min-height: 64px;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu .divider {
    margin: 0;
}

/* Custom sidebar */
.gui-controls > li ul > li:only-child:before,
.gui-controls > li ul > li.only-child:before {
    content: "";
    left: 30px;
    top: 0;
    bottom: 15px;
    position: absolute;
    display: block;
    width: 1px;
    z-index: 1;
}

.clickable:hover {
    cursor: pointer;
}

.PO-item,
.invoice-item,
.bundle-item,
.quotation-item {
    vertical-align: middle;
    font-size: 15px;
}

.invoice-item:hover,
.PO-item:hover,
.bundle-item:hover,
.quotation-item:hover {
    cursor: pointer;
}

.text-right:before {
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 2px 6px;
}

/* Morris */
#morris-bar-legend,
#morris-area-legend {
    text-align: right;
    margin: 5px 12px;
}

.morris-bar-legend-description,
.morris-area-legend-description {
    vertical-align: middle;
    color: black;
    font-weight: 500;
    margin-right: 12px;
}

.morris-bar-legend-icon,
.morris-area-legend-icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 3px;
}

#morris-bar-title,
#morris-area-title {
    font-size: 18px;
}

.createActivityProject,
.createActivityProjectItem,
.createActivityDate,
.createActivityHours {
    min-width: 100px;
}

.webui-popover-content {
    /* overflow: scroll!important; */
    max-height: 500px;
}

.shortMessage .fa-exclamation-triangle {
    color: #e61712;
    font-size: 24px;
    vertical-align: initial;
    padding: 0 5px 0 0;
}

.shortMessage {
    border-bottom: 1px solid #e61712;
    padding: 5px;
}

.form-short-message:focus {
    border-color: #e61712!important;
}

.form-group .form-short-message:focus ~ label {
    color: #e61712!important;
}

.form-group .form-short-message ~ label:after, .form-group .form-short-message ~ .form-control-line:after {
    background-color: #e61712!important;
}

.progressInput{
    margin-left: 50px;
}
.progressList{
     margin-left: 50px;
     width: 1000px;
 }

.text{
    margin-left: 20px;
}



.progressButtons{
    margin-left: 50px;
}