@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* buttons */
body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #58666e;
}

.custom-error {
    padding: 6px 10px;
    margin-top: 5px;
}

.btn-success {
    background-color: #27c24c;
    border-color: #fff;
}

.btn-success:focus, .btn-success:active, .btn-success:hover {
    background-color: #22ad43;
    border-color: #22ad43;
}

.btn-info {
    background-color: #00ccff;
    border-color: #14c0ea;
}

.btn-info:focus, .btn-info:active, .btn-info:hover {
    background-color: #0fb1da;
    border-color: #14c0ea;
}

/* progressbar */
.progress-bar-success {
    background-color: #7dba5c;
}

.i-switch {
    background-color: #7dba5c;
}

.text-success {
    color: #2373a9;
}

/* paginations colors */
.pagination > li > a, .pagination > li > span {
    color: #00ccff;
}

.pagination > .active > a, .pagination > .active > span {
    background-color: #00ccff;
}

.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus.pagination > .active > a, .pagination > .active > span {
    background-color: #0fb1da;
    border-color: #14c0ea;
}

.pagination > .active > a, .pagination > .active > span {
    border-color: #14c0ea;
}

/* backgrounds and text colors */
.bg-red {
    background-color: #ee3939;
}

.text-red {
    color: #ee3939;
}

.bg-yellow {
    background-color: #d8a053;
}

.text-yellow {
    color: #d8a053;
}

.bg-yellow2 {
    background-color: #FFDE00;
}

.text-yellow2 {
    color: #FFDE00;
}

.bg-green {
    background-color: #7dba5c;
}

.text-green {
    color: #7dba5c;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.text-white {
    color: #fff;
}

.bg-purple {
    background-color: #b02e98;
}

.text-purple {
    color: #b02e98;
}

.bg-grey {
    background-color: #C0C0C0;
}

.text-grey {
    color: #C0C0C0;
}

.bg-blue {
    background-color: #00ccff;
}

.text-blue {
    color: #00ccff;
}

/* checkbox colors */
.i-checks > i {
    background-color: rgba(125, 186, 92, 0.25);
}

.i-checks input:checked + i {
    border-color: #b02e98;
    background-color: transparent;
}

.i-checks input:checked + i:before {
    background-color: #b02e98;
}

/** * Nestable */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dd-handle:hover {
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/** * Nestable Extras */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
    .dd + .dd {
        margin-left: 2%;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/** * Nestable Draggable Handles */
.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 40px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #ccc;
    font-size: 15px;
    font-weight: normal;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    opacity: 0.5;
}

.dd3-handle:hover {
    background: #f7f7f7;
}

.dd3-handle:hover:before {
    opacity: 1;
}

.dd-list > li:first-child .dd3-content {
    margin-top: 0;
}

.container-highgauge {
    cursor: pointer;
}

.container-highgauge.blue .current-value {
    color: #c3c8d5;
}

.container-highgauge.blue .current-value span:first-child {
    color: #00ccff;
}

.container-highgauge.blue .current-value span:last-child {
    color: #00ccff;
}

.container-highgauge.green .current-value {
    color: #c3c8d5;
}

.container-highgauge.green .current-value span:first-child {
    color: #7dba5c;
}

.container-highgauge.green .current-value span:last-child {
    color: #7dba5c;
}

.container-highgauge.yellow .current-value {
    color: #c3c8d5;
}

.container-highgauge.yellow .current-value span:first-child {
    color: #d8a053;
}

.container-highgauge.yellow .current-value span:last-child {
    color: #d8a053;
}

.container-highgauge.progress-yellow .progress-bar-success {
    background-color: #d8a053;
}

.container-highgauge.progress-red .progress-bar-success {
    background-color: #f21b1b;
}

.container-highgauge .inner-container {
    max-width: 355px;
    margin: 0 auto;
}

.container-highgauge .current-value {
    width: 100%;
    padding-left: 33%;
    white-space: nowrap;
}

.container-highgauge .current-value span:first-child {
    line-height: 1;
    font-size: 64px;
}

.container-highgauge .current-value span:last-child {
    font-size: 18px;
}

.container-highgauge .progress-container {
    max-width: 300px;
    margin: 0 auto;
}

.container-highgauge .progress-container .progress {
    height: 13px;
    border: 1px solid #c3c8d5;
    padding: 1px;
    border-radius: 13px;
    margin-bottom: 0;
}

.container-highgauge .progress-container .progress .progress-bar {
    height: 9px;
    border-radius: 9px;
}

.container-highgauge .progress-container .values {
    color: #b1b8c8;
    line-height: 1;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 500;
}

.container-highgauge .gaugetitle {
    color: #b1b8c8;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px;
}

.highgauge-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

.highgauge-row > div {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    flex-grow: 1;
    width: 33.333%;
    margin-bottom: 40px;
}

@media (max-width: 1500px) {
    .app-aside-folded .highgauge-row > div {
        width: 33.333%;
    }

    .highgauge-row > div {
        width: 50%;
    }
}

@media (max-width: 1270px) {
    .app-aside-folded .highgauge-row > div {
        width: 50%;
    }
}

@media (max-width: 1170px) {
    .app-aside-folded .highgauge-row > div {
        width: 50%;
    }

    .highgauge-row > div {
        width: 100%;
    }
}

@media (max-width: 920px) {
    .app-aside-folded .highgauge-row > div {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .highgauge-row > div {
        transform: scale(0.7);
        width: 355px;
        margin-bottom: -30px;
    }
}

.line-chart-container .inline-box {
    float: none;
    width: auto;
}

.box-wrapper {
    display: flex;
    flex-direction: row;
}

section.box {
    transition: all .1s ease;
    flex-grow: 1;
    text-align: center;
    background-color: whitesmoke;
    border-right: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 10px 0;
}

section.box:last-child {
    border-right: none;
}

section.box .value span {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

section.box .description span {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
}

section.box.blue.active, section.box.blue:hover {
    background: #00ccff;
    color: #fff;
}

section.box.green.active, section.box.green:hover {
    background: #7dba5c;
    color: #fff;
}

section.box.yellow.active, section.box.yellow:hover {
    background: #d8a053;
    color: #fff;
}

#daterange {
    display: none;
}

.dd-collapsed > button {
    display: block !important;
}

.dd-collapsed > button:first-child {
    display: none !important;
}

.dd-handle.dd3-handle {
    color: transparent;
}

.removed-drag .dd3-item > button {
    margin-left: 10px;
}

.removed-drag .dd3-content {
    padding-left: 20px;
}

.special-buttons > button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
    text-align: center;
}

.job-history table > tbody > tr {
    cursor: pointer;
    transition: all .2s ease;
}

.job-history table > tbody > tr:nth-of-type(odd) td {
    background-color: transparent !important;
}

.job-history table > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.job-boxes-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-boxes-list li {
    border: 1px solid #000;
    margin: 0;
    padding: 6px 0 6px 10px;
    color: #fff;
    margin-bottom: 5px;
}

.job-boxes-list li.bg-white {
    color: #000;
}

.job-boxes-list li:last-child {
    margin-bottom: 0;
}

.profile-container .avatar {
    max-width: 130px;
    text-align: center;
    float: left;
}

.profile-container .avatar img {
    max-width: 100%;
}

.profile-container .informations {
    float: left;
    width: calc(100% - 130px);
}

.help .list-group-item {
    padding-left: 30px;
    padding-right: 30px;
}

.container-login {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.container-login .left {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    width: 50%;
    height: 100%;
}

.container-login .left img {
    max-width: 100%;
}

.container-login .left:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.container-login .right {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background: #6BB1E1;
}

.container-login .copyright {
    font-size: 16px;
    color: #bfbfbf;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 50%;
    line-height: 27px;
}

.container-login form {
    width: 100%;
    max-width: 400px;
}

.container-login form > div {
    margin-bottom: 20px;
}

.container-login form > div:last-child {
    margin-bottom: 0;
}

.container-login form input {
    padding: 0 22px;
    color: #fff;
    font-size: 16px;
    background-color: #6BB1E1;
    border: 5px solid #fff;
    width: 100%;
    height: 70px;
}

.container-login form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.container-login form input:-moz-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.container-login form input::-moz-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.container-login form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.container-login form input:focus {
    background-color: #2373a9;
    color: #fff;
}

.container-login form button {
    border: 5px solid #fff;
    outline: none;
    background-color: #6BB1E1;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 70px;
}

.container-login form button .signin {
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 14px;
}

.container-login form button:focus, .container-login form button:active, .container-login form button:hover {
    background-color: #2373a9;
}

@media (max-width: 768px) {
    .loginpage .app-header-fixed {
        padding-top: 0;
    }

    .container-login {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: 100%;
    }

    .container-login .left, .container-login .right {
        width: 100%;
    }

    .container-login .right {
        padding-bottom: 120px;
        flex-grow: 1;
    }

    .container-login .copyright {
        width: 100%;
        color: rgba(255, 255, 255, 0.8);
    }
}

.f-16 {
    font-size: 16px;
}

.sidebar-custom {
    background-color: #ffffff;
}

.sidebar-custom .navi ul.nav li {
    border-left: 12px solid #c3c8d5;
    border-bottom: 1px solid #f2f2f2;
}

.sidebar-custom .navi ul.nav li a, .sidebar-custom .navi ul.nav li a:visited, .sidebar-custom .navi ul.nav li a:link, .sidebar-custom .navi ul.nav li a:active, .sidebar-custom .navi ul.nav li a:focus, .sidebar-custom .navi ul.nav li a:hover {
    background-color: transparent;
}

.sidebar-custom .navi ul.nav li:first-child {
    border-top: 1px solid #f2f2f2;
}

.sidebar-custom .navi ul.nav li.active {
    border-left: 12px solid #7dba5c;
    background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-custom .navi ul.nav li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-custom .navi ul.nav li a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #575757;
    font-weight: lighter;
}

.collapse.box-shadow {
    box-shadow: none;
}

@media (min-width: 768px) {
    .app-aside-fixed .aside-wrap {
        top: 115px;
    }

    .app-aside-folded .aside-wrap {
        top: 50px;
    }

    .sidebar-custom .navi > ul > li > a {
        padding: 14px 35px;
    }

    .app-aside-folded .sidebar-custom .navi > ul > li > a {
        padding: 0;
    }

    .sidebar-custom {
        width: 300px;
    }

    .sidebar-custom .aside-wrap {
        width: 300px;
    }

    .sidebar-custom .aside-wrap .navi-wrap {
        overflow-y: auto;
        width: 300px;
    }

    .sidebar-custom .aside-wrap .navi-wrap > * {
        width: 290px;
    }

    .app-aside-fixed.app-aside-folded .aside-wrap {
        width: 60px;
    }

    .navbar-collapse, .app-content, .app-footer {
        margin-left: 300px;
    }
}

@media (max-width: 767px) {
    .sidebar-custom .aside-wrap {
        height: 100%;
    }
}

.custom-logo {
    background-color: #fff;
    width: 300px;
    padding-top: 70px; /*padding: 30px; */
}

.custom-logo .show-mobile {
    display: none;
}

.navbar-brand .show-folded {
    display: none;
}

.app-aside-folded .custom-logo {
    padding: 0;
    width: 60px;
    height: 50px;
    padding: 10px;
}

.app-aside-folded .custom-logo img {
    max-width: 90%;
}

.app-aside-folded .custom-logo .navbar-brand {
    line-height: 0;
}

.app-aside-folded .navbar-brand .show-folded {
    display: inline-block;
}

.navbar-brand {
    text-align: center;
}

.navbar-brand img {
    margin: 0;
    max-height: none;
    max-width: 100%;
}

.bg-light.lter.b-b {
    background-color: #f0f3f4;
    border: none;
    padding-bottom: 0;
}

.bg-light.lter.b-b h1 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 32px;
    color: #2373a9;
}

.collapse.pos-rlt.navbar-collapse.box-shadow.bg-white-only {
    background-color: #f6f8f8;
}

@media (max-width: 767px) {
    .custom-logo {
        width: auto;
        padding: 0;
    }

    .custom-logo .show-mobile {
        display: inline-block;
    }

    .custom-logo .hidden-folded {
        display: none;
    }

    .bg-light.lter.b-b .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 470px) {
    .bg-light.lter.b-b .col-sm-6 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .bg-light.lter.b-b .col-sm-6:last-child {
        margin-bottom: 0;
    }

    .bg-light.lter.b-b .col-sm-6:last-child button {
        float: none !important;
    }
}

table.planning-board {
    table-layout: fixed;
    min-width: 1000px;
}

table.planning-board a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
}

table.planning-board tbody tr > td:first-child {
    padding: 8px 0 8px 10px;
}

table.planning-board tbody tr > td {
    padding: 0;
}

td .green-item {
    background-color: #7dba5c;
    padding: 8px 15px;
}

td .red-item {
    background-color: #ee3939;
    padding: 8px 15px;
}

td .yellow-item {
    background-color: #d8a053;
    padding: 8px 15px;
}

.classic-mode > div {
    margin-bottom: 30px;
}

.classic-mode .media-body ul {
    min-height: 50px;
}

.classic-mode .list-group-item {
    border: none;
}

.classic-mode .panel {
    height: 100%;
    margin-bottom: 0;
}

.classic-mode a {
    color: #fff;
    display: block;
    padding: 5px;
}

.classic-mode a.green-item {
    background-color: #7dba5c;
}

.classic-mode a.red-item {
    background-color: #ee3939;
}

.classic-mode a.yellow-item {
    background-color: #d8a053;
}

.loadingdata {
    width: 100%;
    padding: 50px;
    text-align: center;
}

.container-text-formatter > a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.5);
    transition: color .1s ease;
}

.container-text-formatter > a:last-child {
    margin-right: 0;
}

.container-text-formatter > a:hover {
    color: black;
}

.text-formatter-top {
    position: absolute;
    top: 125px;
    right: 30px;
}

.app-content-body {
    padding-bottom: 30px;
}

.inline-box {
    display: inline-block;
    vertical-align: middle;
}

.m-w-50 {
    max-width: 50px;
}

.m-w-70 {
    max-width: 70px;
}

.b-t {
    border-top: 1px solid #eaeff0;
}

.clearbox:after {
    content: '';
    display: block;
    clear: both;
}

.h-20 {
    height: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.connected .list-group .list-group-item {
    padding: 5px 10px 5px 0;
}

.p-l-r-md {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog.modal-sm {
        width: 300px;
    }
}

.i-switch i:before {
    background-color: #f05050;
    transition: none;
}

.panel {
    margin-bottom: 30px;
}

.tab-container .tab-content, .wrapper-md {
    padding: 30px;
}

.p-l-r {
    padding-left: 30px;
    padding-right: 30px;
}

.m-b-n {
    margin-bottom: 0;
}

.table.row-v-middle tbody tr td {
    vertical-align: middle;
}

.bg-light {
    background-color: #f6f8f8;
}

.p-l-24 {
    padding-left: 24px;
}

.flex-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.panel-body {
    padding: 30px;
}

/* custom */
.sidebar-custom {
    float: left;
}

.app-header {
    margin: 0;
}

.wrapper-md {
    background-color: #f0f3f4;
}

.m-n.font-thin.h3 {
    margin-bottom: 0;
}

.top-bar {
    position: fixed;
    z-index: 10;
    top: 0;
    width: calc(100% - 300px);
}

.custom-logo {
    position: fixed;
}

body {
    background-color: #f0f3f4;
}

.app-aside .navi-wrap {
    position: fixed;
    top: 150px;
    background-color: #fff;
    height: 100%;
    padding-top: 20px;
}

.tab-content {
    background-color: #fff;
    border: none;
}

.nav.nav-tabs {
    border: none;
}

.fa-plus:before {
    content: "\f067";
}

.btn.btn-md.btn-success.btn-addon.pull-right.btn-logout {
    background-color: #2373a9;
}

.btn.btn-md.btn-success.btn-addon.pull-right.btn-logout:focus, .btn.btn-md.btn-success.btn-addon.pull-right.btn-logout:active, .btn.btn-md.btn-success.btn-addon.pull-right.btn-logout:hover {
    background-color: #1f6696;
    border-color: #1f6696;
}

.pagination {
    padding-left: 15px;
}

.wrapper-md .panel {
    border-radius: 0;
}

.tab-content {
    border: 1px solid #dee5e7;
}

.nav-tabs > li > a {
    border: none;
}

.tab-pane.active {
    padding-top: 10px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.btn.btn-sm.btn-danger.btn-delete {
    margin-top: 15px;
}

.btn.btn-md.btn-success.btn-addon.btn-logout {
    border: none;
    background: transparent;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #575757;
    font-weight: lighter;
    position: relative;
    top: 7px;
    width: 100%;
    text-align: left;
    text-indent: 23px;
}

/*.btn-addon i {*/ /**/ /*background-color: rgba(0, 0, 0, 0.1);*/ /*border-radius: 2px 0 0 2px;*//*}*/
.btn-addon {
    border: none;
}

.btn-addon i {
    width: 34px;
    height: 33px;
    margin: -6px 12px -6px -12px;
    border-radius: 3px 0 0 3px;
}

.btn.btn-sm.btn-info.editmodal.btn-green {
    background-color: #22ad43;
    border-color: #22ad43;
}

@media (max-width: 767px) {
    a.navbar-brand {
        float: left;
        width: 200px;
    }

    a.navbar-brand img {
        max-width: 100%;
    }

    #header {
        position: fixed;
        width: 100%;
        height: 70px;
        background-color: #fff;
        z-index: 999;
        top: 0;
    }

    .custom-logo {
        width: 100%;
    }

    .open-mobile-menu {
        position: absolute;
        top: 18px;
        right: 15px;
        padding: 10px 17px;
        font-size: 16px;
        line-height: 30px;
        text-decoration: none;
        background-color: transparent;
        border: none;
        outline: none;
    }

    #aside {
        left: -250px;
        display: block !important;
        position: fixed;
        top: 70px;
        bottom: 0;
        background-color: #fff;
        width: 250px;
        z-index: 999;
        transition: all .1s ease;
    }

    .menu-is-open #aside {
        display: block !important;
        left: 0;
    }

    html {
        padding-top: 50px;
    }

    #content {
        left: 0;
        transition: all .1s ease;
    }

    .menu-is-open #content {
        position: fixed;
        left: 250px;
        top: 70px;
    }

    .app-aside .navi-wrap {
        top: 110px;
        width: 250px;
    }
}

label {
    margin-bottom: 0;
    margin-top: 5px;
}

.upload-photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 18px;
}

.boat-modal-img {
    height: 60px;
    max-width: 25%;
}

.add-upload-photo {
    margin-bottom: 33px;
}