.signin {
    margin-top: 22%;
}

a {
    color: #2c3e50;
}

a:hover,
a:focus {
    color: #17202f;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #2c3e50;
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #2c3e50;
}

.nav-tabs > li > a:hover {
    border-color: #ecf0f1 #ecf0f1 #2c3e50;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar {
    border: solid 1px #c80120;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.51);
    -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.51);
    box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.51);
}

.logout_button {
    background: #c80120;
    color: #fff !important;
}

.logout_button:hover,
.logout_button:focus {
    background: #9f0120 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #c80120;
    border-color: #dfdfdf;
    cursor: default;
}

.pagination > li > a {
    color: #333;
    background-color: #eee;
    border-color: #dfdfdf;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #c80120;
    border-color: #dfdfdf;
}

.remove_order,
.edit_order {
    cursor: pointer;
}

.remove_order:hover {
    color: #c80120;
}

.remove_order {
    cursor: pointer;
}

.table > thead > tr > th {
    border-bottom: 2px solid #c80120;
}

.label input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.padd {
    padding: 0px 2%;
}

.to_pay {
    color: #c80120;
    text-decoration: underline;
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-top: 5px;
}

#search_tbody {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 90px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 61px;
    background-color: #2c3e50;
}

.has-error .form-control-feedback {
    color: #E74C3C;
}

.has-success .form-control-feedback {
    color: #18BCA0;
}

.container-fluid .text-muted {
    margin: 20px 0;
    padding: 0 30px;
}

.modal-header {
    padding: 15px;
    background: #c80120;
    border-bottom: 3px solid #2c3e50;
    color: #fff;
    min-height: 16.42857143px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal {
    overflow-y: auto !important;
}

textarea {
    resize: vertical;
}

.well-info {
    background: #D4ECF1;
    position: relative;
    font-size: large;
    border: dashed 2px #88A3C5;
}

.well-stats {
    background: #7af1ac;
    position: relative;
    font-size: large;
}

.delete_attachement,
.delete_item {
    cursor: pointer;
    margin-left: 10px;
}

.attachement a {
    color: #fff !important;
}

.delete_attachement:hover,
.delete_item:hover {
    color: #c80120;
}

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

.client-close {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    color: #c80120;
    top: -5px;
    right: -5px;
}

.client-close:hover {
    opacity: 1;
    color: #c80120;
}

.c_pointer {
    cursor: pointer;
}

.alert-sm {
    padding: 1px 21px !important;
    margin-bottom: 5px;
}

.btn-action:hover {
    color: #f2f2f2;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

.search_wrapper {
    background: #F2F3FF;
    position: absolute;
    max-height: 500px;
    overflow-y: auto;
    top: 61px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    left: 0;
    right: 0;
    padding: 5px;
    border-bottom: solid 4px #333;
    display: none;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
}

.to_snd {
    display: block;
    font-size: small;
}

.to_snd:nth-child(even) {
    background: #f4f3eb;
}

.remove_from_recepients {
    text-decoration: underline !important;
    color: darkred !important;
    cursor: pointer;
    margin-left: 10px;
}

#selected-recepients {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search_help {
    background: #ffe5ed;
    position: absolute;
    top: 61px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    left: 0;
    right: 0;
    padding: 5px;
    border-bottom: solid 4px #333;
    display: none;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
}

.up {
    width: 0px;
    height: 0px;
    border-style: inset;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffac1b transparent;
    float: left;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.up p {
    color: #000;
    /* font-weight: bold; */
    text-align: center;
    top: 3px;
    left: -11px;
    position: relative;
    width: 20px;
    height: 15px;
    margin: 0px;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=span],
.bootstrap-select.btn-group[class*=col-] {
    margin-bottom: 0px !important;
}

.search-client {
    padding: 0px;
    margin: 0px;
}

.move_history_block {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.day_note {
    border-color: #ffcf81;
}

.day_note > .panel-heading {
    color: #333;
    background-color: #ffcf81;
    border-color: #ffcf81;
}
