﻿/* Map seat color - #00cbff*/

/* ------------------------- Telerik Overrides Start ---------------------------------*/

.k-datepicker .k-input, .k-timepicker .k-input, .k-dropdown-wrap {
    background-color: #e6e1e1 !important;
}

.k-rtl .k-dropdown-wrap .k-select, .k-rtl .k-numeric-wrap .k-select, .k-rtl span.k-picker-wrap .k-select {
    background-color: #fff;
}
.k-tabstrip .k-content.k-state-active {
    border-color: #ccc;
}
.k-tabstrip .k-content.k-state-active {
    background-color: #dedede;
}
/*Active*/
.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
    background-color: #00B5C4 !important;
}
.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-color: #00939E;
}
.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #00939E;
}
/*Hover*/
.k-tabstrip-items .k-item.k-state-hover {
    background: #00B5C4;
    border-color: #00B5C4;
}
/*Active Border*/
.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
    border-bottom-color: #feaaff;
}
.k-gantt-toolbar .k-button, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
    background-color: #9b2e9d;
    border-color: #9b2e9d;
}
.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    background-color: #00B5C4;
    border-color: #00B5C4;
}
    /*Hover*/
    .k-gantt .k-gantt-toolbar .k-button:hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .km-pane-wrapper .k-header .k-button:hover {
        background-color: #00B5C4;
        border-color: #00B5C4;
    }
/*Active Border*/
.k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-selected.k-state-hover, .k-gantt-toolbar > .k-gantt-views > li.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected.k-state-hover, .k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
    border-bottom-color: #feaaff;
}
.k-pager-wrap, .k-grid-header {
    background-color: #fff;
}
.k-upload {
    background: none;
}
.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
    background-color: #dadada !important;
    border-color: #dadada !important;
    color: #000000;
}
table.k-selectable tr {
    cursor:pointer;
}
.k-operator-hidden {
    padding:0 !important;
}
.k-filtercell > span > .k-button
{
    display:none;
}
.k-multiselect.k-header, .k-multiselect.k-header:hover {
    border-color: #8c8c8c;
    cursor:pointer;
}
/* ------------------------- Telerik Custom End ---------------------------------*/
/* ------------------------- General Start ---------------------------------*/
body {
    background-color: #e8e8e8;
}
.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
#content {
    position: relative;
    margin-top: 30px;
}
.btn-red, .btn-red:hover {
    color: red;
}
.cl1 {
    background-color: #00b5c4;
}
.cl2 {
    background-color:#00939E;
}
fieldset {
    border: none;
}
#slide-out {
    overflow: auto;
}
#ccTestMode {
    text-align: center;
    background-color: red;
    color: white;
}
#header span.header-search-input {
    display: block;
    background: none;
    border: none;
}
    #header span.header-search-input.k-state-focused ~ i {
        color: #000;
    }
/*.card {
    background-color: #fff;
}*/
h2 {
    font-size: 1.5rem;
}
#breadcrumbs-wrapper {
    width: 100%;
    height: 60px;
    z-index: 10;
}
.developer {
    margin-top: 20px;
    text-align: center;
}
    .developer span {
        color:#2727db;
    }

.preloader-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.66);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
    .preloader-bg p {
        opacity: 0.8;
    }
.preloader-wrapper {
    direction: ltr;
}
.blinking {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.spinner-blue,
.spinner-blue-only {
    border-color: #3090b3;
}
.swal-button {
    background-color: #7cd1f9 !important;
}
.swal-button--confirm {
    background-color: #54ca81 !important;
}
.swal-button--cancel {
    color: #fff;
    background-color: #ca5454 !important;
}

.progress .indeterminate {
    background-color: #26a69a;
}
.bot-fab {
    bottom: 50px;
    right: 19px;
}
.breadcrumbs-title {
    color:#fff;
}
.checkbox {
    margin: 0;
    padding: 5px 0;
}
div {
    outline:none;
}
a, a:hover {
    text-decoration: none;
    /*color: #fff;*/
}
.dropZone {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    font-size: 2em;
    width: 100%;
    height: 400px;
    text-align: center;
}
    .dropZone p {
        padding-top: 30%;
        text-align: center;
    }
    .dropZone span {
        font-size: 3em;
    }
.dz-img {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.card .card-image {
    background-color: #adadad;
    height: 170px;
}
    .card .card-image img {
        height: 100%;
    }
.card .card-title {
    font-size: 20px;
}
.input-field label, label {
    color: #000;
}
.k-filtercell input {
    margin: 0 !important;
    height: 2.3em !important;
}
.k-rtl .k-filtercell > span {
    padding-left: 1.8em;
}
.k-rtl .k-filter-row .k-dropdown-operator {
    left: 0;
    margin: 0 -13px;
}
.k-rtl .k-filtercell > span > .k-button {
    margin: 0px -5px;
}
  .dropdown-header {
        border-width: 0 0 1px 0;
        text-transform: uppercase;
    }
        .dropdown-header > span {
            display: inline-block;
            padding: 10px;
        }
            .dropdown-header > span:first-child {
                width: 50px;
            }

    .dd-img-sel {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background-size: 100%;
        margin-right: 15px;
        border-radius: 50%;
    }
.dd-img {
    display: table;
}
    .dd-img div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 5px 0;
        margin-left:15px;
    }
    .dd-img span {
        display: table-cell;
        vertical-align: middle;
    }

.field-validation-error {
    color: red;
    font-size: 0.7em;
}
.indent {
    margin-left: 20px;
}
.coll-header {
    background: #00939E !important;
    color: #fff;
}
.toast-error {
    background-color :#B71C1C !important
}
.su-visible {
    background-color: #eacba3 !important;
}
    .su-visible:hover {
        background-color: #f5e8ac !important;
    }
    .su-visible a span::after {
        float:left;
        font-family: 'Material Icons';
        content: "visibility_off";
        -webkit-font-feature-settings: 'liga';
    }

.vert-hr {
    max-width: 0;
    height: 21vh;
    border-width: 2px;
    border-color: #b7b7b7;
    border-style: solid;
}
.horiz-hr {
    max-width: 81%;
    border-width: 2px;
    border-color: #b7b7b7;
    border-style: solid;
}
.InvalidRed {
    background-color: red !important;
}
.big-hr {
    margin: 25px -10px;
    border: solid 1.5px silver;
    width: 103%;
}
.k-grid-content .check-box {
    opacity: 1;
    position: relative;
     pointer-events: auto; 
}
.ui-state-highlight {
    height: 3.5em;
    line-height: 2.5em;
    background-color: #00b5c4;
}
.sort-handle {
    cursor:move;
}
.qr-print {
    padding: 15px 10px !important;
    height: 230px;
    text-align: center;
}
.qr-print div[data-role="surface"] {
    margin: 0 auto;
}
.qr-card-print {
    height: 14.8cm;
    float: left;
    border: 0.025cm solid #000;
    width: 50%;
    text-align: center;
    background: url('../images/wave.svg') no-repeat bottom;
    position:relative;
}
    .qr-card-print .print-cont {
        width: 200px;
        display: inline-block;
    }
    .qr-card-print .race-logo {
        margin-top: 10px;
        height: 100px;
    }
.print-carzylogo, .print-gologo {
    position: absolute;
    width: 115px;
    bottom: .5cm;
}
.print-carzylogo {
    right: 1cm;
}
.print-gologo {
    left: 1cm;
}

.brand-sidebar .logo-wrapper a.navbar-toggler i {
    color: #00939e;
}
/* ------------------------- General End ---------------------------------*/
/* ------------------------- Race Start ---------------------------------*/
.race-warn {
    position: absolute;
    right: 275px;
    float: right;
    background-color: red;
    padding: 0 15px;
    font-size: 20px;
}
#raceLogo {
    background: no-repeat center;
    background-size: contain;
    width: 100%;
    height: 150px;
    margin-top: 15px;
}
#raceLogoDel {
    cursor:pointer;
    user-select:none;
}
.race-card-title {
    text-align: center;
    background-color: #01b5c3;
    margin: 5px 0;
    color: #fff;
}
/* ------------------------- Race End ---------------------------------*/
/* ------------------------- Title Start ---------------------------------*/
.bar-cl {
    background-color: #00B5C4 !important;
}
#breadcrumbs-wrapper {
    background-color: #00939E !important;
}
.toolsBtns {
    position: absolute;
    left: 30px;
    top: -60px;
    z-index: 150;
}
/* ------------------------- Title End ---------------------------------*/
/* ------------------------- login Start ---------------------------------*/
#login {
    width:350px;
}

    /* Change autofill background and text color ;) */
    #login input:-webkit-autofill {
        -webkit-text-fill-color: #000 !important;
    }
/* ------------------------- login End ---------------------------------*/

/* ------------------------- Chat start ---------------------------------*/
.chat {
    position: fixed;
    bottom: 0;
    left: 10px;
    width: 300px;
    height: 400px;
    background: #fff;
    z-index: 99999;
}
    .chat:focus > .chat-title, .chat-focus {
        background-color: #00B5C4 !important;
    }
    .chat .chat-title {
        width: 100%;
        height: 35px;
        color: #fff;
        margin: 0;
        background-color: #005b63;
    }
    .chat .chat-title i {
        cursor: pointer;
        user-select:none;
    }
    .chat .chat-body {
        overflow:scroll;
        overflow-x:hidden;
        height: 81%;
        width: 100%;
    }
        .chat .chat-body div {
            width:100%;
            clear:both;
            /*direction:ltr;*/
        }
        .chat .chat-body p {
            background-color: #00939e;
            color: #fff;
            border-radius: 10px;
            margin: 10px 6px;
            padding: 8px;
            max-width: 65%;
            width: fit-content;
            float: left;
            word-break: break-word;
        }
        .chat .chat-body div.msg-admin {
            text-align: -webkit-right;
            text-align: right;
        }
            .chat .chat-body div.msg-admin p {
                background-color: #27c282;
                float: right;
            }

    .chat .chat-input-cont {
        width: 100%;
        height: 40px;
        border-top: 2px solid #bbb;
    }
        .chat .chat-input-cont i {
            margin-top: 5px;
            cursor: pointer;
            transform: rotate(180deg);
            font-size: 20px;
        }
    .chat-btn-active {
        color: #00b5c4;
    }
    .chat-minimized {
        height: 35px;
    }
/* ------------------------- Chat End ---------------------------------*/
/* ------------------------- Control start ---------------------------------*/
.control-card .card {
    height: 750px;
}
@media only screen and (max-width: 767px) {
    #card-map {
        height: 550px;
    }
        #card-map .card-content {
            padding: 10px;
        }
    #map {
        height: 490px !important;
    }
}
#card-map .card-content {
    min-height: calc(100% - 50px);
}
#map {
    height: 650px;
}
.marker-cont {
    color: #000;
    line-height: 1.4em;
    width: 200px;
}
    .marker-cont h3 {
        color: #4070b2;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin: 0 10px 0 0;
    }
    .marker-cont .sensor .name {
        font-weight: bold;
    }
    .marker-cont .sensor .value {
        direction: ltr;
        display: inline-block;
    }
    .marker-cont .sensor.warning {
        color: red;
        font-weight: bold;
    }
#client-cont li {
    cursor: pointer;
    background-color: rgb(93, 93, 93);
    padding: 12px 7px 20px;
}
    #client-cont li:hover {
        background-color: #676767;
    }
#client-cont div {
    margin-top: 7px;
}
#client-cont i {
    font-size: 20px;
}
.led {
    width: 12px;
    height: 12px;
    background-color: gray;
    border-radius: 50px;
}
.dangerIndi {
    color: #dc6464;
}
.activeIndi {
    color: #00b5c4;
}
.inActiveIndi {
    color: #fff !important;
}
.miss-cont {
    margin-top: 15px;
}
.miss-done {
    background-color: #c9ffdb !important;
}
.miss-inf img {
    height:100px;
}
.miss-lvl {
    background-color: #e6e1e1;
    padding: 9px;
    font-weight: bold;
}
.miss-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    margin: 0 auto;
    cursor: pointer;
}
#client-inf .card {
    overflow: scroll;
}
.indi {
    cursor:default;
}
.check-box-white{
    color:#fff;
}
[type="checkbox"]:checked + label.check-box-white:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
[type="checkbox"] + label.check-box-white:before, [type="checkbox"]:not(.filled-in) + label.check-box-white:after {
    border: 2px solid #fff;
}

/* ------------------------- Control end ---------------------------------*/
/* ------------------------- Levels Start ---------------------------------*/
.delMission, .delMission:hover {
    color: red;
}
/* ------------------------- Levels End ---------------------------------*/

/* ------------------------- Mission Start ---------------------------------*/
#add-submission {
    margin-bottom: 15px;
}
.mission-part-cont {
    border: solid 1px #b7b7b7;
    float: right;
    margin-left: 2%;
    padding: 20px;
    width: 28%;
    margin-bottom: 20px;
    padding-top: 0;
}
    .mission-part-cont h5 {
        margin-bottom: 30px;
    }
    .mission-part-cont .input-field {
        margin-bottom:40px;
    }

.mc-quest-rb {
    padding-left:21px !important;
    margin-top: 15px;
}
/* ------------------------- Mission End ---------------------------------*/
/* ------------------------- Users Start ---------------------------------*/
.user-pic {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50px 50px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}
    .user-pic img {
        width: 24px;
        height: 24px;
        bottom: -30px;
        right: 35px;
        position: relative;
    }
/* ------------------------- Users End ---------------------------------*/
/* ------------------------- Events Start ---------------------------------*/
#eve-agents img {
    width: 50px;
}
/*#eve-agents td:nth-child(2) {
    width: 50%;
}*/
#eve-agents input[type=number] {
    width: 40px;
}
.mission-imgs img {
    max-height: 100px;
    max-width: 100%;
}
.mission-imgs li {
    height: 170px;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
}
    .mission-imgs li:hover {
        background-color: #eae9e9;
    }
.delProd {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 23px;
    cursor: pointer;
}
    .delProd i, .delProd i:hover {
        color: #fff;
        font-size: 20px;
    }
.delSubProd {
    cursor: pointer;
}
    .delSubProd i {
        color: #ff4a4a;
    }
.prod-title {
    text-align: right;
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: bold;
}
.eve-badge img {
    width: 32px;
}
.eve-badge label {
    margin: 0 25px;
}
.prod .card-content {
    padding: 25px 35px;
}
.prod hr {
    margin: 25px -10px;
    border: solid 1.5px silver;
    width: 107%;
}
.plat-visible {
    position: absolute;
    top: 0;
    /*left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    background-color: rgba(0, 0, 0, 0.79);
    z-index: 1;
}
    .plat-visible i {
        color: #4caf50;
        margin: 9px;
        font-size: 19px;
    }
/* ------------------------- Events End ---------------------------------*/
/* ------------------------- Map Start ---------------------------------*/
#MapEditTb {
    height: 50px;
    margin-bottom: 20px;
    clear: both;
}
    #MapEditTb div {
        background-color: #29e;
        text-align: center;
        font-size: 2.5em;
        cursor: pointer;
        color: #fff;
        float: left;
        width: 100px;
        height: 50px;
    }

#MapEditor {
    /*background-size: contain;*/
    background-color: #808080;
    max-height: 554px;
    width: 100%;
    overflow: scroll;
    /*position: absolute;*/
    /*transform-origin: 0 0;*/
}
.imgTb {
    width: 36px;
    cursor: pointer;
    margin-top: 10px;
}
.imgTb:hover {
    fill: #6e2fb4;
}
.tabTb {
    height:50px;
}
.mapTb a {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    height: 50px;
}
.mapTb a i {
    position:relative;
    top: calc(50% - 17px); /* 50% - 3/4 of icon height */
    right: calc(50% - 10px); /* 50% - 3/4 of icon width */
}
#MapBg {
    position: relative;
    background: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    top: 0;
    left: 0;
    width: 2805px;
    height: 1262px;
    direction: ltr;
}
.sel svg {
    border:1px solid blue !important;
}
.rect {
    z-index: 999;
    cursor: move;
    width: 50px;
    height: 50px;
    background-color: #29e;
    color: white;
    border-radius: 10%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: center;
    border: 1px solid #fff;
}

.ui-selecting, .ui-selected {
    border: 1px solid #00ff21;
}
/* ------------------------- Map End ---------------------------------*/

/* ------------------------- Flags Start ---------------------------------*/

/* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) */
.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/images/flags.png') no-repeat
}

.flag.flag-fr {
    background-position: -32px 0
}
.flag.flag-ru {
    background-position: 0 -32px
}
.flag.flag-us {
    background-position: -32px -32px
}
.flag.flag-de {
    background-position: 0 0
}
.flag.flag-il {
    background-position: -64px 0
}
/* ------------------------- Flags End ---------------------------------*/

/* ------------------------- Validation Start ---------------------------------*/

.btnValid {
    background-color: #54ca81 !important;
}

.btnInvalid {
    background-color: #ca5454 !important;
}
/* ------------------------- Validation End ---------------------------------*/

/* ------------------------- Effects Start ---------------------------------*/
@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}
/* ------------------------- Effects End ---------------------------------*/

/* ------------------------- Materializecss Start ---------------------------------*/
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default), input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default), textarea.materialize-textarea {
    margin: 0;
}
.input-field {
    margin-bottom: 6%;
}
ul.card-action-buttons {
    margin: -20px 0 0 0;
    text-align: right;
    padding: 0 20px;
    background-color: #fff;
}
ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px;
}
.collapsible-header {
    justify-content: space-between;
}
.switch label input[type=checkbox]:checked ~ .lever {
    background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked ~ .lever:after {
    background-color: #26a69a;
}
.switch label .lever.sex {
    background-color: #f859ff;
}
.switch label input[type=checkbox]:checked ~ .lever.sex {
    background-color: #598fff;
}
.switch label input[type=checkbox]:checked ~ .lever.sex:after {
    background-color: #fff;
}
.switch label input[type=checkbox]:checked ~ .lever:before, .switch label input[type=checkbox]:checked ~ .lever:after {
    left: 18px;
}
.switch input[type=checkbox][disabled] ~ .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] ~ .lever:after,
.switch label input[type=checkbox][disabled]:checked ~ .lever:after {
    background-color: #949494;
}
#toast-container {
    /*top: auto !important;*/
    right: auto !important;
    bottom: 10%;
    left: 7%;
}
.switch label .lever {
    margin: 0;
}

li.tab, li.tab a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs {
    margin-bottom: 30px;
}
/* ------------------------- Materializecss End ---------------------------------*/
/* ------------------------- Cart Start ---------------------------------*/
.cart {
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
}
/* ------------------------- Cart End ---------------------------------*/

/* ------------------------- Messages Start ---------------------------------*/
#email-list {
    overflow-y: scroll;
    margin-bottom: 35px;
}
#email-list p {
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
}
#email-details {
    display: none;
    position: relative;
}
    #email-details img {
        width: 64px;
        height: 64px;
    }
#email-list, #email-details {
    height: 500px;
}
.msg-footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    padding: 15px;
}
    .msg-footer a i {
        font-size: 2rem;
    }
    .msg-footer a {
        color: #757575;
    }
.msg-unread {
    font-weight:bold;
}
/* ------------------------- Messages End ---------------------------------*/

/* ------------------------- Orders Start ---------------------------------*/
.user-pic-med {
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 180px;
    height: 180px;
}

.ord-field {
    margin-bottom:5px;
}

#prods input[type="number"] {
    text-align: center;
}
/* ------------------------- Orders End ---------------------------------*/

.bordered {
    border:1px #000 solid;
}

#client-grid, #client-grid th, #client-grid td {
    border: 1px solid #000 !important;
    font-weight: bold;
}
    #client-grid, #client-grid th {
        border: 1px solid #048690 !important;
    }
    #client-grid tr > th {
        background-color: #00B5C4;
        padding-right:10px;
        color: #fff;
    }
    #client-grid td, #client-grid th {
        text-align: center;
    }
        #client-grid tbody tr th:first-child {
            text-align: right;
        }
.pointer {
    cursor:pointer;
}