.module h2, .module caption, .inline-group h2 {
    background: #1FC8DB !important; /* For browsers that do not support gradients */
    background: linear-gradient(5deg, #1ed7db 0% #2cb5e8 100%) !important;
    background: -webkit-linear-gradient(5deg, #1ed7db 0% #2cb5e8 100%) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(5deg, #1ed7db 0% #2cb5e8 100%) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(5deg, #1ed7db 0% #2cb5e8 100%) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(5deg, #1ed7db 0%, #2cb5e8 100%) !important; /* Standard syntax */
    font-size: 14px !important;
    padding: 8px 10px !important;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.module #changelist-filter h2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#changelist #toolbar form #searchbar {
    height: 34px !important;
    margin-left: 10px !important;
}

#changelist-search {
    margin-left: 10px;
}

#changelist-search input[type=submit] {
    margin-left: 10px !important;
}

.object-tools a.addlink, input[type=submit] {
    border-radius: 2px;
    height: 28px;
}

.object-tools a.addlink {
    color: #ffffff !important;
    background-color: yellowgreen !important;
    box-shadow: 0 2px 5px rgba(100,100,100,.3);
    font-size: 12px !important;
    transition: all linear .12s;
}

.object-tools a.addlink:hover {
    box-shadow: 0 4px 8px rgba(100,100,100,.3);
}

.object-tools a.viewsitelink, .object-tools a.golink, .object-tools a.addlink {
    padding-top: 4px !important;
}

.object-tools {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 0;
}

#changelist-filter {
    border-radius: 2px;
}

a {
    color: #22c6de !important;
}

thead th a {
    color: #555555 !important;
}

#changelist #toolbar {
    border: none !important;
    border-radius: 2px;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
}

input[type="submit"], #changelist .actions .button, a.button {
    padding: 5px 15px !important;
    display: inline-block;
    height: 28px;
    border-radius: 2px !important;
    border: none !important;
    background-color: #21D0DE !important;
    color: #ffffff !important;
    text-transform: uppercase;
    box-shadow: none !important;
    letter-spacing: 0.5px;
    font-size: 12px !important;
    line-height: 1;
    margin: 0;
}

#changelist .actions .button, #changelist .actions select {
    height: 28px !important;
}

.submit-row {
    text-align: right;
}

.submit-row .deletelink-box {
    float: left;
}

.submit-row .deletelink-box a {
    color: #CC3434 !important;
}

.deletelink {
    padding-left: 20px !important;
}

#changelist .actions .button {
    margin-top: -4px !important;
}

.related-widget-wrapper {
    display: inline-block;
}

.form-row {
    padding: 10px 10px;
    background-color: #fafafa;
}

fieldset .form-row {
    border: 1px solid #eeeeee !important;
}

fieldset .form-row + .form-row {
    border-top: none !important;
}

fieldset h2 + .form-row {
    border-top: none !important;
}

fieldset .form-row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.inline-group h2 + fieldset .form-row:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

fieldset .form-row:last-child, fieldset .form-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-row label {
    width: 200px;
}

fieldset .form-footer {
    border: 1px solid #eeeeee !important;
    border-top: none !important;
    padding: 15px 20px;
    background-color: #fafafa;
}

.breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

input, textarea, select {
    transition: all linear .15s;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-color: #21D0DE !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: none !important;
}

.button.cancel-link {
    background-color: #d3d3d3 !important;
}


#changelist .actions .button {
    padding: 4px 10px !important;
}

li, dt, dd {
    font-size: 14px !important;
}

.navbar ul li {
    padding: 0 !important;
}

.btn, button, input.btn {
    color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(100,100,100,.3) !important;
    font-size: 12px !important;
    transition: all linear .12s;
}

.btn:hover, button:hover, input.btn:hover {
    box-shadow: 0 4px 8px rgba(100,100,100,.3) !important;
}

input.btn-green {
    background-color: yellowgreen !important;
}

.module h2 a, .module caption a, .inline-group h2 a {
    color: #ffffff !important;
}

.module caption, .inline-group h2 {
    text-transform: none;
}

input[type=submit]:not(:last-of-type) {
    margin-right: 10px;
}

.inline-related {
    margin-bottom: 20px;
    /*overflow: hidden;*/
    border-radius: 4px;
}

.inline-related .module {
    margin-bottom: 0;
}

a.description {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.navbar {
    min-height: 80px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-bottom: 0;
    /*border-top: 5px solid #1FC8DB;*/
}

.navbar-brand {
    padding-top: 13px;
}

.navbar-brand img {
    max-height: 56px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.background-grey {
    background-color: #ddd;
}

.background-gradient {
    background: #1FC8DB; /* For browsers that do not support gradients */
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    background: -webkit-linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); /* Standard syntax */
}

.jumbotron {
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px !important;
    padding-top: 50px !important;
    margin-bottom: 0;
}

.jumbotron h1 {
    margin-top: 0;
    font-size: 48px;
    color: #ffffff;
}

.jumbotron li:before
{
    content: '✔';
    margin-left: -1em;
    margin-right: 1em;
}

.jumbotron ul
{
    padding-left: 20px;
    text-indent: 2px;
    list-style: none;
    list-style-position: outside;
}

.jumbotron .btn  {
    margin-top: 10px;
}

.btn {
    border: none !important;
    border-radius: 3px;
}

.btn-primary {
    background-color: #1fc8db;
}

.pb30 {
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

p, li {
    line-height: 1.7;
    color: rgba(51, 51, 51, 0.8);
}

.footer {
    padding-top: 15px;
    text-align: center;
}

.features h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
    padding-bottom: 15px;
    /*border-bottom: 2px solid #1fc8db;*/
}

.features h2:before {
    content: '';
    margin-right: 30px;
    border: 3px solid #1fc8db;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 10px;
}

.customers > div {
    height: 150px;
}

.customers img {
    filter: grayscale(100%);
}

.customers p {
    margin-top: 20px;
}

h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

a {
    color: #1dbed0 !important;
    text-decoration: none;
}

.client-logo {
    margin-bottom: 20px;
}

.client-logo img {
    max-height: 60px;
}

.gallery img {
    margin-bottom: 30px;
}

body {
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
}

.form-inline .form-group {
    margin-right: 20px;
}

.well {
    border: none;
    box-shadow: none;
}

.cell {
    border: 1px solid transparent;
    padding: 0;
    border-left: 1px solid #eeeeee !important;
}

.cell:last-child {
    border-right: 1px solid #eeeeee;
}

.cell.days {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.employee-cell {
    font-weight: bold;
}

.calendar-line {
    display: table;
    margin: 0 auto;
    padding-top: 0;
    border-top: 1px solid #eeeeee;
}

.calendar-line:first-of-type {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 50;
    padding-left: 30px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.filter-opened .calendar-line:first-of-type {
    margin-right: 0 !important;
    padding-left: 60px;
    padding-right: 230px;
}

.cell.days>span.day {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 10px;
    width: auto;
}

.cell.days>span.date {
    font-size: 15px;
    color: #999999;
}

body.fullwidth-page .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.cell.weekend {
    background-color: rgb(249, 249, 249);
}

.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ul li {
    list-style-type: none;
    padding: 0;
}

.h2, h2 {
    font-size: 30px;
}

.half {
    display: block;
    width: 50%;
    float: left;
}

.title {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
}

.title + .object-tools {
    margin-top: -45px;
}

.form-row > div {
    display: table;
    width: 100%;
}

.form-row div label, .form-row div input, .form-row div textarea, .form-row div select {
    display: table-cell;
}

.form-row div input, .form-row div textarea, .form-row div select, .form-row div .related-widget-wrapper {
    width: 100%;
    max-width: 700px;
}

select {
    background-color: #ffffff;
}

.separator {
    margin: 0 15px;
    font-weight: 100;
}

.right {
    float: right;
}

.submit-row {
    margin-bottom: 30px;
}

.left {
    float: left !important;
}

.btn.btn-danger {
    background-color: #dd3543 !important;
}

[data-toggle="collapse"] .fa-chevron-up {
    letter-spacing: 0;
    transition: all linear .15s;
    padding: 10px;
    margin-top: -10px;
    margin-right: -10px;
}

[data-toggle="collapse"].collapsed .fa-chevron-up {
    transform: scale(-1,-1);
    vertical-align: -2px;
}

.markup-field {
    padding: 20px 15px;
    height: 100px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    border: 1px dashed #1FD5DC;
}

.markup-field .markup-label {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 4px 8px;
    background-color: #1FD5DC;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: auto;
    font-weight: 600;
    font-size: 10px;
    color: white;
}

#map {
    margin-top: 15px;
}

#map iframe {
    width: 100%;
    height: 300px;
}

textarea {
    max-height: 100px;
}

.paginator a:link, .paginator a:visited {
    background: transparent !important;
}

#changelist #toolbar {
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-block;
    margin-bottom: 0 !important;
    float: right;
}

#changelist .actions {
    margin-top: 5px;
    display: inline-block;
    background-color: transparent !important;
    margin-right: 0;
}

#changelist .actions select {
    background-color: #ffffff !important;
}

.toolbar-panel {
    background-color: #f7f7f7;
    margin-bottom: 15px;
    min-height: 58px;
}

#toolbar label img {
    display: none;
}

#changelist-filter + *, #changelist-filter + * + *, #changelist-filter + * + * + * {
    margin-right: 280px;
}

.object-tools + #toolbar {
    margin-right: 0 !important;
}

td, th {
    padding: 6px 8px !important;
}

.inline-related > fieldset {
    width: 100%;
}

.uib-datepicker-popup .btn, .uib-datepicker-popup button, .uib-datepicker-popup input.btn {
    color: black !important;
}

.form-control {
    height: 28px;
    margin: 0;
}

.fixed-filter .form-control {
    height: 33px;
    font-size: 14px;
}

.well {
    padding: 12px;
}

.margin-top30 {
    margin-top: 30px;
}

#start_date + div, #end_date + div {
    display: inline-block;
}

.module ul, .module ol {
    margin: 0;
}

.fixed-filter {
    position: fixed;
    right: -200px;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 60px;
    z-index: 999;
    width: 200px;
    transition: all .3s;
    /*border-left: 12px solid #dddddd;*/
}

.filter-opened .fixed-filter {
    right: 0;
}

.calendar-line {
    margin-right: 0;
    transition: all .3s;
}

.filter-opened .calendar-line {
    margin-right: 200px;
}

.fixed-filter + .calendar-line {
    border-top: none;
}

.fixed-filter .filter-button {
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
    background-color: #dddddd;
    content: '';
    top: 0;
    left: -20px;
    cursor: pointer;
}

.fixed-filter .filter-button:hover {
    background-color: #cccccc;
}

.fixed-filter:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 5px dashed;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: -15px;
    position: absolute;
    top: 50%;
    pointer-events: none;
    transition: all linear .3s;
}

.filter-opened .fixed-filter:after {
    transform: rotate(180deg);
}

.fixed-filter .form-group {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}

.fixed-filter .form-group select, .fixed-filter input {
    width: 100%;
}

.toolbar-panel .object-tools {
    padding-top: 15px;
    padding-right: 15px;
}

td, th {
    overflow: hidden;
    text-overflow: ellipsis;
}

#changelist table {
    table-layout: fixed;
}

#changelist table thead th.action-checkbox-column {
    width: 50px !important;
}

@media (max-width: 1600px) {
    #toolbar .small.quiet {
        display: none;
    }
}

@media (max-width: 1450px) {
    #changelist .actions select {
        max-width: 120px;
    }

    #toolbar #searchbar {
        max-width: 180px;
    }

    #changelist .actions span.action-counter {
        display: none !important;
    }
}

.change-related, .add-related {
    display: none;
}

#searchbar + input[type="submit"] {
    height: 34px;
    border-radius: 3px !important;
    margin-right: 20px !important;
}

.today {
    background-color: #fff;
    /*box-shadow: 0 4px 0 0 #e5f7f9, 0 -4px 0 0 #e5f7f9, 5px 0 8px 0 rgba(0, 0, 0, 0.11), -5px 0 10px 0 rgba(0, 0, 0, 0.11);*/
    /*box-shadow: 0 4px 0 0 #fef4b8, 0 -4px 0 0 #fef4b8, 5px 0 8px 0 rgba(0, 0, 0, 0.11), -5px 0 10px 0 rgba(0, 0, 0, 0.11);*/
    position: relative;
    background-image: linear-gradient(90deg, transparent 30%, rgba(33, 208, 222, 0.15)), linear-gradient(-90deg, transparent 30%, rgba(33, 208, 222, 0.15));

}

.cell:hover {
    overflow: visible;
}

.event {
    transition: all 200ms ease-out;
    min-height: 35px;
}

.event .description {
    background-color: transparent;
    font-weight: 400;
}

.event .description .visible-on-hover {
    display: none;
}

.event .description .visible-on-hover .event-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event .description .visible-on-hover .event-description,
.event .description .visible-on-hover .event-what {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 6px;
}

.event:hover {
    position: absolute;
    width: 120%;
    height: 120% !important;
    z-index: 1049;
    top: -10% !important;
    left: -10% !important;
    box-shadow: 0 0 9px rgba(0, 0, 0, .25);
    padding: 8px;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.event:hover .description {
    font-size: 14px;
}

.event:hover .description .visible-on-hover {
    display: block;
}

.event:hover .description .visible-on-hover .event-name {
    text-overflow: ellipsis;
    overflow: hidden;
}

.event:hover .description .invisible-on-hover {
    display: none;
}

.event .description .time {
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 8px;
}

.first-cell.employee-cell {
    line-height: 1;
}

.first-cell.employee-cell .first-name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}

.first-cell.employee-cell .last-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-modal .modal-content {
    border-radius: 0;
}

.event-modal .modal-content .modal-body {
    padding: 0;
}

.event-modal .modal-content .modal-body .modal-body-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title {
    display: table-cell;
    width: 300px;
    padding: 18px;
    position: relative;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title .event-number {
    font-size: 20px !important;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title .title {
    font-weight: 700;
    font-size: 25px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title .workers li {
    font-size: 15px !important;
    line-height: 14px;
    display: table;
    width: auto;
    padding: 4px 8px;
    background-color: #fff;
    color: #222;
    border-radius: 8px;
    margin-bottom: 8px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title .time {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    text-align: right;
    margin-bottom: 20px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-title .event-author {
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-align: right;
    font-size: 14px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-description {
    display: table-cell;
    background-color: #fff;
    padding: 18px;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-description h3 {
    color: #1dbed0;
    font-size: 17px;
    padding-bottom: 6px;
    /*border-bottom: 3px solid #ffdd00;*/
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-description h3::after {
    position: absolute;
    content: none;
    height: 3px;
    background-color: #d4d4d4;
    width: 30px;
    bottom: 0;
    left: 0;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .modal-description .description {
    font-size: 12px;
    padding: 4px 0 8px 0;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .close {
    color: black!important;
    opacity: 1;
    box-shadow: none !important;
    position: relative;
    top: -6px;
    font-size: 25px !important;
}

.event-modal .modal-content .modal-body .modal-body-wrapper .download-attachment {
    position: absolute;
    bottom: 12px;
}

.headerbtn, .headerlabelbtn, .headertodaybtn {
    color: #1dbed0 !important;
}

.headertodaybtn:hover {
    color: #fff !important;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-shrinked {
    min-height: 60px;
    height: 60px;
}

.navbar-shrinked .navbar-brand img {
max-height: 37px;
}

.navbar-shrinked .navbar-nav>li a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-datetime-main-input {
    height: 28px !important;
}

.modal-confirmation-dialog{
    opacity: 10;
    background-color: rgba(0,0,0,0.4);
}

.modal-confirmation-dialog .modal-dialog .modal-content .modal-header .modal-title{
    font-size: 18px;
    font-weight: 600;
}

.modal-confirmation-dialog .modal-dialog .modal-content .modal-header{
    padding-bottom: 0px;
}