﻿textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

.container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.navbar-right {
    margin-right: 0;
}

.body-content {
    margin-top: 51px;
    padding-top: 15px;
}

.k-textbox,
.k-widget.k-dropdown,
.k-widget.k-datepicker,
.k-widget.k-colorpicker,
.k-widget.k-autocomplete,
.k-widget.k-numerictextbox,
.k-widget.k-timepicker {
    width: 100%;
}

.k-colorpicker .k-selected-color {
    height: 2.3em;
    width: 100%;
}

.field-validation-error {
    color: #a94442;
}

.k-grid td .btn {
    padding: 3px 6px;
}

.doc-type-btn {
    display: inline-block;
    padding: 10px 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bolder;
    margin-bottom: 15px;
}

.doc-type-btn:visited,
.doc-type-btn:focus,
.doc-type-btn:hover {
    text-decoration: none;
    color: white;

}

.status.active > .glyphicon-unchecked,
.status:not(.active) > .glyphicon-check {
    display: none;
}

.status {
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

.color {
    display: inline-block;
    width: 10px;
    height: 10px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 5px;
}

#DocumentsGrid tr[role='row'] {
    color: black;
}

#statuses-list .k-list > .k-item.k-state-selected:not(.k-state-hover) > span {
    color: white !important;
}

#transform-document-modal input[type=checkbox] {
    vertical-align: top;
}

#children {
    margin-top: 15px;
    margin-bottom: 10px;
}

#children .label {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.btn-warning {
    background-image: linear-gradient(to bottom, #EBAF16 0, #ebb416 100%);
    border-color: #EBAA16;
}

.btn-warning.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active:hover,
.btn-warning.active:focus {
    background-color: #ebb416;
    border-color: #EBAA16;
}

.btn-success-alt {
    background-color: #A17C57;
    border-color: #856545;
    color: white !important;
}

#technicians .technician {
    display: inline-block;
    padding: 8px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: black;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    -ms-opacity: .8;
    opacity: .5;
}

#technicians .technician.selected {
    font-weight: bolder;
    opacity: 1;
}

form > .row {
    padding-left: 15px;
}

form h4 {
    color: #4f9fcf;
}

.k-grid > table > tbody > tr > td:last-child {
    text-align: center;
}

.btn.status {
    color: black !important;
    text-shadow: 0 1px 0 #000000 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4) !important;
}

.k-scheduler-table .k-today {
    background-color: whitesmoke;
}

.k-scheduler-times tr, 
.k-scheduler-times th, 
.k-scheduler-table td, 
.k-scheduler-header th, 
.k-scheduler-times {
    border-color: darkgray;
}

.k-grid-toolbar {
    padding-left: 15px;
    padding-right: 15px;
}

.k-grid-filter.k-state-active {
    background-color: burlywood;
}

.label,
.label.label-default[href]:hover {
    color: black;
}

#LogosGrid .logo {
    max-width: 120px;
    max-height: 120px;
}