﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

.navbar-mobile {
    width: 95vw;
    float: none;
    padding: 0;
    border: none;
    margin: 0;
}

@media (max-width: 768px) {
    .second-brand {
        display: none;
    }
}

/*textarea {
    min-width: 230px;
    min-height: 60px;
    max-width: none !important;
}
*/
/*.k-grid-header, .k-grid-content {
    font-size: 11px !important;
}

.k-table-md {
    font-size: 11px !important;
}*/
.k-table-td {
    font-size: 11px !important;
}

.k-button-md {
    font-size: 13px !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    white-space: pre-wrap !important;
}

.rowReady {
    background-color: #00ff00 !important;
}



.h2TitleContainer {
    margin: 0;
    /*font-size: 17px;*/
}

.h2ValueContainer {
    margin-left: 5px;
    margin-right: 10px
}

.lblTitleFields {
    margin-left: 10px;
    margin-right: 5px;
}

.k-i-boat {
    background-image: url("../../Content/img/boat.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline list-item;
}

.editable {
    background: url("../../Content/img/editer.png") no-repeat;
    background-size: 10px;
    background-position: 98% 50%;
}

.dateIsActual:after {
    content: url("../../Content/img/check.png");
    color: #78c350 !important;
    margin-left: 5px;
    height: 13px;
    width: 13px;
    display: inline-flex;
}

.dateIsNotActual:after {
    content: url("../../Content/img/warning.png");
    color: #78c350 !important;
    margin-left: 5px;
    height: 13px;
    width: 13px;
    display: inline-flex;
}

.solded:after {
    content: url("../../Content/img/check.png");
    color: #78c350 !important;
    margin-left: 5px;
    height: 13px;
    width: 13px;
    display: inline-flex;
}

.completed {
    background: url("../../Content/img/check.png") no-repeat;
    background-size: 15px;
    background-position: 50% 50%;
    height: 30px;
    margin: 0 !important;
}

.notcompleted {
    background: url("../../Content/img/warning.png") no-repeat;
    background-size: 15px;
    background-position: 50% 50%;
    height: 30px;
    margin: 0 !important;
}

.error {
    color: black !important;
    font-weight: 600 !important;
    background-color: red !important;
}

.bgRed {
    background-color: red !important;
}

.alert {
    margin-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

.container-loader {
    /*display: none;*/
    z-index: 100000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#loader-large {
    width: 100%;
    height: 100%;
}

.k-loader-canvas {
    margin-right: auto;
    margin-left: auto;
    top: 200px;
}

.k-header {
    font-size: 13px;
    font-weight: 600 !important;
}

.k-grid .k-column-title {
    white-space: collapse !important;
    overflow: visible !important;
}
