/* Element */
/*Below is only used if there is a business, if not remove */
.el-button--primary {
  color: #fff !important;
  background-color: #409EFF !important;
  border-color: #409EFF !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C8CED5;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0D76D8;
}
::-webkit-input-placeholder { /* Edge */
  color: #C8CED5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C8CED5;
}
::-ms-input-placeholder {
  color: #C8CED5;
}
::placeholder {
  color: #C8CED5;
}
.el-input__inner {
  border-color: #EEEEEE;
}
.bg-white {
  background: #ffffff;
}
.bg-frostblue {
  background: #0D76D8;
}
.mt-0 {
  margin-top: 0;
}
.mb-3 {
  margin-bottom: 30px;
}
.mr-6 {
  margin-right: 6px;
}
.ml-6 {
  margin-left: 6px;
}
.form-group {
  margin-bottom: 14px;
}
.text-lightgrey {
  color: #B7BCC2;
}
.text-black {
  color: #333333;
}
.text-danger {
  color: #fa5555;
}
.text-success {
  color: #1BBC53;
}
.text-small {
  font-size: 14px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatNone {
  float: none;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.text-center,
.textCenter {
  text-align: center;
}
.padding-b-25 {
  padding-bottom: 25px;
}
.blue {
  color: #0075be;
}
.absolute-v-center {
  top: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #828282;
  font-family: "Proxima-Nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #0D76D8;
}
a {
  outline: none !important;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  color: #0075be;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #00a6ce;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #00a6ce;
}
select {
  outline: none !important;
  font-family: "Proxima-Nova", sans-serif;
}
select:focus {
  outline: none;
  text-decoration: none;
}
button {
  outline: none !important;
  font-family: "Proxima-Nova", sans-serif;
}
button:focus {
  outline: none;
  text-decoration: none;
}
input {
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  color: #5f5f5f;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
section.ptb-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
* {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*Cleafix*/
.clearfix:before,
.clearfix:after, .clear:before, .clear:after {
  content: " ";
  display: table;
}
.clearfix:after, .clear:after {
  clear: both;
}
/* For IE 6/7 only */
.clearfix, .clear {
  *zoom: 1;
}
.clearfix {
  clear: initial;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}
input, textarea {
  outline: none !important;
  font-family: "Proxima-Nova", sans-serif;
}
.clear {
  clear: both;
}
.small {
  font-size: 12px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  color: #72838e;
  float: right;
  padding: 0 10px;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.k-autocomplete, .k-flatcolorpicker .k-color-value, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-textarea, .k-input.k-textbox, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
  border-color: #EEEEEE;
  border-radius: 4px;
}
.k-input::-webkit-input-placeholder { /* Edge */
  color: #C8CED5;
}
.k-input:-ms-input-placeholder { /* Edge */
  color: #C8CED5;
}
.k-input::-ms-input-placeholder { /* Edge */
  color: #C8CED5;
}
.k-input::placeholder { /* Edge */
  color: #C8CED5;
}
.k-dropdown .k-dropdown-wrap.k-state-focused, .k-autocomplete.k-state-focused, .k-autocomplete.k-state-active, .k-combobox > .k-state-focused, .k-combobox .k-state-active, .k-datepicker .k-state-focused, .k-datepicker .k-state-active, .k-timepicker .k-state-focused, .k-timepicker .k-state-active, .k-datetimepicker .k-state-focused, .k-datetimepicker .k-state-active, .k-dateinput .k-state-focused, .k-state-focused > .k-multiselect-wrap, .k-numerictextbox .k-state-focused {
  box-shadow: none !important;
}
.k-autocomplete .k-input, .k-dateinput-wrap .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input {
  height: 38px !important;
  padding: 0 15px !important;
}
.k-autocomplete .k-input::-moz-selection, .k-dateinput-wrap .k-input::-moz-selection, .k-dropdown-wrap .k-input::-moz-selection, .k-picker-wrap .k-input::-moz-selection, .k-multiselect-wrap .k-input::-moz-selection, .k-numeric-wrap .k-input::-moz-selection {
  background-color: #ccc;
  color: #5a5e66;
}
.k-autocomplete .k-input::selection, .k-dateinput-wrap .k-input::selection, .k-dropdown-wrap .k-input::selection, .k-picker-wrap .k-input::selection, .k-multiselect-wrap .k-input::selection, .k-numeric-wrap .k-input::selection {
  background-color: #ccc;
  color: #5a5e66;
}
.k-datepicker .k-picker-wrap {
  position: relative;
}
.k-datepicker .k-picker-wrap .k-input {
  padding-left: 40px !important;
}
.k-datepicker .k-select {
  position: absolute;
  height: 38px;
  top: 0;
  line-height: 38px;
  display: block !important;
  width: 100% !important;
  left: 15px;
  text-align: left !important;
  right: 0;
  background-color: transparent !important;
  background-image: none !important;
}
.k-calendar .k-content .k-today,
.k-icon.k-i-calendar {
  color: #5a5e66 !important;
}
.k-calendar .k-state-selected .k-link {
  border-color: #0075be !important;
  background-color: #0075be !important;
}
.k-calendar .k-footer .k-nav-today, .k-calendar .k-calendar-header .k-today {
  color: #0075be !important;
}
.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-calendar-header .k-today:hover {
  color: #00a6ce !important;
}
kendo-searchbar.k-searchbar ::-webkit-input-placeholder {
  color: blue;
  opacity: 1;
}
kendo-searchbar.k-searchbar :-ms-input-placeholder {
  color: blue;
  opacity: 1;
}
kendo-searchbar.k-searchbar ::-ms-input-placeholder {
  color: blue;
  opacity: 1;
}
kendo-searchbar.k-searchbar ::placeholder {
  color: blue;
  opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
  outline: none !important;
  font-family: "Proxima-Nova", sans-serif;
  margin: 15px 0;
  color: #828282;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 20px;
  color: #333333;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.5em;
}
h6 {
  font-size: 20px;
}
h6 {
  text-transform: uppercase;
  font-size: 13px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #0075be;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  transition: 0.3s;
}
.sidenav .closebtn {
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  margin-left: 0;
}
.sidenav .closebtn:hover {
  color: #95b3c6;
}
ul.nav {
  padding: 75px 0 25px 25px;
}
ul.nav li {
  margin: 0;
  font-size: 21px;
  line-height: 2em;
  font-weight: 600;
  display: block;
}
ul.nav li a {
  color: #ffffff;
  padding: 0 0 0 10px;
}
ul.nav li:hover {
  padding: 0 0 0 12px;
  transition: 0.1s;
}
.grid {
  margin-left: -15px;
  margin-right: -15px;
  height: 100% !important;
  display: flex;
}
.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.cols12 {
  width: 100%;
}
.cols11 {
  width: 91.66666667%;
}
.cols10 {
  width: 83.33333333%;
}
.cols9 {
  width: 75%;
}
.cols8 {
  width: 66.66666667%;
}
.cols7 {
  width: 58.33333333%;
}
.cols6 {
  width: 50%;
}
.cols6-a {
  width: 49%;
}
.cols5 {
  width: 41.66666667%;
}
.cols5-a {
  width: 40%;
}
.cols4 {
  width: 33.33333333%;
}
.cols3 {
  width: 25%;
}
.cols2 {
  width: 16.66666667%;
}
.cols1 {
  width: 8.33333333%;
}
header {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.topbar {
  width: 100%;
  height: 78px;
  float: left;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.topbar .el-row .el-col:first-child {
  padding-left: 20px;
}
.topbar .el-row .el-col:last-child {
  padding-right: 20px;
}
.topbar #top-white {
  padding: 19px 20px;
  background: #ffffff;
  border-bottom: 1px solid #EEEEEE;
}
.topbar #top-white .actions .el-button {
  height: 40px;
}
.topbar #top-frostblue {
  padding: 20px;
  background: #0D76D8;
  border-bottom: 1px solid #0D76D8;
}
.topbar .client-details {
  float: left;
  height: 44px;
  margin-left: 12px;
}
.topbar .client-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
.topbar .user-details {
  line-height: 20px;
  font-size: 14px;
}
.topbar .user-details a, .topbar .user-details a:visited, .topbar .user-details a:hover, .topbar .user-details a:focus {
  color: #ffffff;
}
.topbar .user-details a > span, .topbar .user-details a:visited > span, .topbar .user-details a:hover > span, .topbar .user-details a:focus > span {
  opacity: 0.6;
}
.topbar .user-details a:hover > span {
  opacity: 1;
}
.topbar .user-details i.fa {
  line-height: 20px;
}
.nav_btn {
  float: left;
  min-height: 73px;
  padding: 0 20px;
  margin: 0;
  font-size: 38px;
  color: #0075be;
  line-height: 73px;
  cursor: pointer;
}
.logo {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
}
.logo img {
  width: 44px;
  height: auto;
}
.client-logo {
  max-width: 200px;
  height: auto;
  display: block;
}
.search_input {
  position: relative;
  min-width: 280px;
  margin-right: 10px;
}
.search_input .k-dropdown-wrap .k-input,
.search_input .el-input__inner {
  padding-left: 40px !important;
}
.search_input .k-dropdown-wrap .k-input {
  display: block;
}
.search_input .el-input__suffix {
  right: initial;
  left: 5px;
  z-index: 1000;
}
.search_input .k-combobox {
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  width: 100%;
}
.search_input .k-combobox .k-icon {
  line-height: 38px !important;
  height: 38px !important;
}
.search_input .k-combobox .k-icon.k-clear-value {
  top: 0 !important;
  right: 8px;
}
.search_info_alt {
  width: 66.66666667%;
}
.filter_info {
  width: 33.33333333%;
  float: left;
  padding: 0;
  margin: 11px 0 0 0;
  position: relative;
}
.filter_info i {
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: #95b3c6;
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 1;
}
.filter_info .field {
  width: 100%;
  height: 51px;
  float: left;
  padding: 0 55px 0 15px;
  margin: 0;
  font-size: 18px;
  color: #95b3c6;
  border: 1px solid #d1dfe7;
  border-radius: 0 4px 4px 0;
}
.client-phone {
  font-size: 20px;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.topbar.sticky {
  position: fixed;
  width: 100%;
  text-align: left;
}
section {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.left_height {
  height: 100%;
  width: 100%;
  background: #0D76D8;
}
.left_bar {
  width: 100%;
  float: left;
  padding-top: 14px;
  margin: 0;
}
.left_bar h6 {
  margin-left: 20px;
  color: #ffffff;
}
.request_list {
  width: 100%;
}
.request_list .inline-block {
  display: inline-block;
  float: left;
}
.request_list .request-item {
  padding: 15px 20px;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}
.request_list .request-item:hover {
  opacity: 0.8;
}
.request_list .request-item i {
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px;
}
.request_list .request-item i.fa-star {
  padding-left: 6px;
  color: #ffcf42;
}
.request_list .request-item .name {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.6;
}
.request_list .request-item .timeago {
  font-size: 13px;
  float: right;
  text-align: right;
  opacity: 0.6;
  color: #ffffff;
}
.request_list .request-item .timeago.red {
  opacity: 1;
  color: #ff8042;
}
.request_list .request-item.active {
  opacity: 1;
  background-color: #086ECE;
}
.request_list .request-item.active i, .request_list .request-item.active .name, .request_list .request-item.active .timeago {
  opacity: 1;
}
.request_list .request-item.active .star_info {
  display: inline-block;
}
.request_list i.message-important {
  color: #ffffff;
  padding-right: 8px;
}
.request_list a.request-item-linkblock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
table.request_list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 45px 0;
  border-spacing: 0;
}
table.request_list td {
  padding: 10px;
  margin: 0;
}
table.request_list td:first-child {
  padding-left: 20px;
}
table.request_list td:last-child {
  padding-right: 20px;
}
table.request_list td.timeago {
  color: #C8CED5;
}
table.request_list td.red {
  color: #ff8042;
}
table.request_list td.red a {
  color: #ff8042;
}
table.request_list td.red small {
  color: #ff8042;
}
table.request_list td small {
  min-width: 55px;
  font-size: 12px;
  color: #515456;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
table.request_list td i {
  color: #ffb100;
}
table.request_list td.active .star_info {
  display: inline-block;
}
table.request_list td.numeral {
  text-align: center;
  font-size: 12px;
  color: #515456;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
table.request_list td.name {
  max-width: 80%;
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.oprator_list li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  color: #515456;
  line-height: 1.8em;
}
ul.oprator_list li span {
  float: right;
  padding: 0;
  margin: 0;
}
ul.oprator_list li span img {
  margin: 0 0 0 2px;
}
ul.oprator_list li a {
  color: #515456;
}
ul.oprator_list li a:hover {
  color: #0075be;
}
.operator_details {
  width: 100%;
  background-image: -ms-linear-gradient(left, #e4ebf0, #e4ebf0 25%, #ffffff 25%, #ffffff 100%);
}
.operator_details #requests-bar {
  color: #ffffff;
}
.operator_details #requests-bar, .operator_details #messages {
  padding-top: 79px;
  height: 100vh;
  border-right: 1px solid #086ECE;
  position: relative;
}
.operator_details #requests-bar#requests-bar, .operator_details #messages#requests-bar {
  background: #0D76D8;
}
.email-message-btn {
  margin-left: 40px;
}
.guest_header {
  height: 40px;
}
.guest_header > span {
  display: block;
}
.guest_header > span span {
  display: inline-block;
  margin-right: 10px;
}
.guest_header > span.guest-name {
  font-size: 18px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
}
.guest_header > span.guest-subdetails {
  line-height: 18px;
  color: #B7BCC2;
  font-size: 15px;
}
#messages {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
#right-panel,
#message-area {
  height: 100vh;
  position: relative;
  background: #ffffff;
  margin-top: -79px;
}
.cmt_block {
  width: 100%;
  position: absolute;
  z-index: 999;
  padding: 15px;
  background: #ffffff;
  /*  border-top: 1px solid $bordercolor;*/
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.cmt_block .cmt_box {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.cmt_block .cmt_box .icon {
  float: left;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 12px;
}
.cmt_block .field {
  width: 100%;
  padding: 5px 0;
  padding-right: 100px;
  margin: 0;
  color: #515456;
  background: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
}
.cmt_block .field textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  height: 40px;
}
.cmt_block .send-btn {
  position: absolute;
  top: 14px;
  width: 78px;
  right: 15px;
  z-index: 10;
  padding: 12px 4px;
}
.cmt_block .cmt_btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 100px;
  top: 14px;
  z-index: 10;
}
.cmt_block .cmt_btn a {
  text-align: center;
  color: #B7BCC2;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  /*
  width: 35px;
  min-height: 25px;
  display: block;
  padding: 5px 0 0 5px;
  margin: 0;
  color: @color_9;
  text-align: center;
  border-left: 1px solid #d1dfe7;
  */
}
.cmt_block .cmt_btn a:hover {
  color: #0D76D8;
}
.cmt_block .cmt_inner {
  padding: 0;
  margin: 0;
  position: relative;
}
ul.jq-dropdown-menu {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0 !important;
}
ul.jq-dropdown-menu li {
  color: #999999 !important;
}
ul.jq-dropdown-menu li:last-child {
  border-bottom: none;
}
ul.jq-dropdown-menu li > a {
  color: #999999 !important;
  padding: 15px !important;
}
.jq-dropdown.jq-dropdown-tip {
  left: 70px !important;
}
.jq-dropdown.jq-dropdown-tip::after, .jq-dropdown.jq-dropdown-tip::before {
  display: none !important;
}
#jq-dropdown-3 {
  position: absolute;
  top: 0 !important;
  margin-top: -200px;
  border-radius: 64px;
  right: 15px !important;
}
.template-select {
  background: #ffffff;
  border: solid 1px #fafafa;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: visible;
  padding: 5px;
  margin: 0;
  font-size: 14px;
  width: 100%;
}
.template-select .content {
  height: 150px;
}
.template-select ul li {
  display: block;
  padding: 6px 4px;
  margin: 0;
}
.cmt_detail_2 {
  width: 100%;
  min-height: 30px;
  padding: 0;
  margin: 0;
  background: #fafafa;
  border: 1px solid #EEEEEE;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.cmt_detail_2 .priority {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #d1dfe7;
}
.cmt_detail_2 .priority .btn {
  padding: 0 10px;
  margin: 0;
  color: #71838e;
  line-height: 35px;
}
.cmt_detail_2 .priority .btn i {
  float: right;
  padding: 0;
  margin: 0;
  color: #bbc7ce;
  line-height: 35px;
}
.cmt_detail_3 {
  width: 100%;
  min-height: 35px;
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
}
.tag_info {
  float: left;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #999999;
}
.tag_info i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.tag_info input {
  -webkit-appearance: none;
  border: none;
  font-size: 13px;
}
.cmt_done_info {
  float: right;
  margin: 0;
  font-size: 14px;
}
.cmt_done_info span {
  margin-left: 30px;
  padding: 0 15px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  /*
  padding: 0;
  margin: 0 10px 0 0;
  color: @color_13;
  font-weight: 600;
  line-height: 35px;
  strong {
    color: @color_14;
    font-weight: 600;
  }*/
}
.cmt_done_info .done_btn {
  height: 25px;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  background: #0075be;
  cursor: pointer;
}
.cmt_done_info .done_btn:hover {
  color: #ffffff;
  background: #1a93de;
}
.message_group {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d1dfe7;
}
.message_group span {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #72838e;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.right_details {
  width: 100%;
  padding: 0;
  height: 100vh;
  padding-top: 79px;
  font-size: 14px;
  overflow-y: scroll;
  border-left: 1px solid #EEEEEE;
}
.cmt_list {
  width: 100%;
  padding: 0;
  height: calc(100vh - 132px);
  max-height: calc(100vh - 194px);
  margin: 0;
  margin-top: 79px;
  position: relative;
}
.cmt_list .request-divider {
  font-family: "Proxima-Nova-Semibold", sans-serif;
  text-align: center;
  position: relative;
  line-height: 30px;
  height: 30px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 0;
  background: #ffffff;
  /*
  border-bottom: 1px solid $bordercolor;
  border-top: 1px solid $bordercolor;*/
}
.cmt_list .request-divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #EEEEEE;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}
.cmt_list .request-divider span {
  font-size: 13px;
  color: #B7BCC2;
  background: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 4px;
  margin: auto;
  line-height: 30px;
  height: 30px;
}
.cmt_list .request-divider:after {
  /*
  content:"";
  display: block;
  position: absolute;
  left:0;
  right:0;
  height:1px;
  z-index: -1;
  top: 14px;
  background: @bordercolor;
  */
}
.cmt_list .block {
  position: relative;
  padding: 20px;
  padding-left: 74px;
  margin: 0;
}
.cmt_list .block .currentLanguage {
  color: #B7BCC2;
  font-size: 12px;
}
.cmt_list .block .el-collapse {
  border-top: 0;
}
.cmt_list .block .el-collapse-item__header {
  color: #0075be;
  height: 30px;
  line-height: 30px;
  border-bottom: 0;
  display: inline-block;
  border-top: 0;
  position: relative;
  padding-right: 13px;
  font-size: 12px;
}
.cmt_list .block .el-collapse-item__header .el-collapse-item__arrow {
  line-height: 30px;
  position: absolute;
  right: 0;
  float: none;
  margin-right: 0;
}
.cmt_list .block .el-collapse-item__wrap {
  border: 1px solid #EEEEEE;
  border-radius: 6px;
}
.cmt_list .block .el-collapse-item__content {
  padding-bottom: 0;
  padding: 10px;
}
.cmt_list .block img.via-icon {
  position: absolute;
  top: 46px;
  width: 16px;
  height: 16px;
  left: 48px;
}
.cmt_list .block figure {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
}
.cmt_list .block figure img {
  display: block;
  width: 100%;
  height: auto;
}
.cmt_list .block .top_info {
  /*
  .key_info {
    float: left;
    padding: 0;
    font-size: 14px;
    color: @color_15;
    font-weight: 600;
    i {
      margin-right: 3px;
    }
  }*/
}
.cmt_list .block .top_info h6 {
  color: #333333;
  float: left;
  text-transform: none;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  display: inline-block;
  margin-right: 8px;
}
.cmt_list .block .top_info span {
  font-size: 12px;
  line-height: 18px;
  margin: 0 6px;
  float: left;
  display: inline-block;
  color: #B7BCC2;
}
.cmt_list .block .top_info span.timestamp {
  color: #B7BCC2;
}
.cmt_list .block .block-message {
  line-height: 1.4;
  font-size: 14px;
}
.cmt_list .block .block-tags {
  margin-top: 4px;
}
.cmt_list .block .block-tags span.displayTag {
  float: left;
  width: 20px;
  line-height: 28px;
  color: #B7BCC2;
}
.cmt_list .block .block-tags .service_tag {
  height: 28px;
  background-color: #1BBC53;
  border-color: #1BBC53;
  color: #ffffff;
}
.cmt_list .block .detail_2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.cmt_list .block .detail_2 .language_info {
  float: right;
  padding: 0;
  margin: 0;
}
.cmt_list .block .detail_2 .language_info select {
  padding: 6px 10;
  color: #72838e;
  font-size: 15px;
}
.cmt_list .block .detail_2 .busy_info {
  float: left;
  padding: 0;
  margin: 5px 15px 0 0;
  font-size: 12px;
  color: #ff8042;
}
.cmt_list .block .detail_2 .tag_info {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #72838e;
}
.cmt_list .block .detail_2 .tag_info i {
  margin-right: 5px;
}
.right_space {
  padding-right: 0;
}
.left_space {
  padding-left: 0;
}
.guest_detail .k-multiselect.k-state-disabled .k-multiselect-wrap {
  border-color: transparent;
}
.guest_detail .k-multiselect.k-state-disabled .k-multiselect-wrap .k-button .k-select {
  display: none;
}
.guest_detail h3 {
  width: 100%;
  padding: 14px 20px;
  padding-bottom: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-weight: 600;
  background: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.guest_detail h3 .right-actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 20;
}
.guest_detail .card-icon-btn,
.guest_detail .edit {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: right;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.guest_detail .card-icon-btn:hover,
.guest_detail .edit:hover {
  color: #0D76D8;
}
.guest_detail .card-icon-btn.save-btn,
.guest_detail .edit.save-btn {
  right: 60px;
}
.guest_detail .accordion-section-content,
.guest_detail .details {
  width: 100%;
  padding: 10px 20px;
  padding-top: 0;
  margin: 0;
  color: #828282;
}
.guest_detail .accordion-section-content .col,
.guest_detail .details .col {
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  display: inline-block;
}
.guest_detail .accordion-section-content span.icon,
.guest_detail .details span.icon {
  min-width: 24px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
}
.guest_detail .accordion-section-content span.icon i,
.guest_detail .details span.icon i {
  line-height: 18px;
  color: #C8CED5;
}
.guest_detail .accordion-section-content span.icon i.fa-trash,
.guest_detail .details span.icon i.fa-trash {
  color: #fa5555;
}
.guest_detail .accordion-section-content span.icon i.fa-check-square,
.guest_detail .details span.icon i.fa-check-square {
  color: #1BBC53;
}
.guest_detail .accordion-section-content span.subtitle,
.guest_detail .details span.subtitle {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #333333;
}
.guest_detail .accordion-section-content p, .guest_detail .accordion-section-content .form-group,
.guest_detail .details p,
.guest_detail .details .form-group {
  line-height: 18px;
  padding: 8px 0;
  margin-bottom: 0;
}
.guest_detail .accordion-section-content p input, .guest_detail .accordion-section-content .form-group input,
.guest_detail .details p input,
.guest_detail .details .form-group input {
  width: calc(100% - 34px);
}
.guest_detail .accordion-section-content p input:focus, .guest_detail .accordion-section-content .form-group input:focus,
.guest_detail .details p input:focus,
.guest_detail .details .form-group input:focus {
  border: 1px solid #0075be;
}
.guest_detail .linked-customer-item {
  border-bottom: 1px solid #EEEEEE;
}
.guest_detail .attributes a.green {
  background: #28a745;
}
.language_field {
  width: 100%;
}
.multi-input {
  position: relative;
}
.multi-input i {
  position: absolute;
  color: #95b3c6;
  top: 10px;
  right: 5px;
}
.add_guest_label {
  font-size: 12px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  color: #72838e;
  text-transform: uppercase;
  padding: 5px 0;
  border-top: 1px solid #d1dfe7;
  position: relative;
}
.add_guest_label i {
  float: right;
  color: #95b3c6;
  background: #efefef;
  font-size: 14px;
  padding: 3px;
  border-radius: 2px;
  top: -5px;
  margin: 0 0 0 2px;
}
.add_guest_label i:hover {
  color: #fff;
  background: #0075be;
}
.varify_details {
  width: 100%;
  float: left;
  padding: 5px 15px;
  margin: 0;
}
.varify_details p {
  padding: 0;
  margin: 0 0 3px 0;
  clear: both;
  font-size: 13px;
  color: #515355;
  display: inline-block;
}
.varify_details span {
  float: right;
  padding: 0;
  margin: 0;
}
.varify_details a.link {
  width: 19px;
  height: 19px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  color: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
  line-height: 17px;
}
.varify_details a.link:hover {
  color: #0f7dc1;
  border: 1px solid #0f7dc1;
}
.varify_details a.link.active {
  color: #0f7dc1;
  border: 1px solid #0f7dc1;
}
.additional_info {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion {
  box-sizing: border-box;
  overflow: hidden;
}
.accordion * {
  box-sizing: border-box;
}
.accordion-section-title {
  width: 100%;
  padding: 5px 40px 5px 15px;
  display: inline-block;
  border-top: 1px solid #EEEEEE;
  position: relative;
  /*
  background: @lightestgrey url(../images/plus.png) no-repeat right center;*/
}
.accordion-section-title h3 {
  border-bottom: 0;
}
.accordion-section-title:after {
  font-family: "FontAwesome";
  content: "\f078";
  color: #C8CED5;
  text-align: center;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  top: 0;
}
.accordion-section-title.active:after {
  content: "\f077";
}
.accordion-section-title:hover {
  color: #fff;
}
.accordion-section-title.active {
  background: #b5cad7 url('minus.png') no-repeat right center;
  text-decoration: none;
}
.accordion-section-alt-title {
  width: 100%;
  padding: 5px 40px 5px 15px;
  display: inline-block;
  background: #fff url('plus-fff.png') no-repeat right center;
  font-size: 12px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  color: #72838e;
}
.accordion-section-alt-title:hover {
  color: #ffffff;
}
.accordion-section-alt-title.active {
  background: #fff url('minus-fff.png') no-repeat right center;
  text-decoration: none;
}
.accordion-section-content {
  border-bottom: 1px solid #EEEEEE;
}
.accordion-section-content .authorise_main p i {
  padding: 0;
  margin: 0 5px 0 0;
  color: #95b3c6;
}
.authorise_info {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 5px 0;
}
.authorise_info h5 {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #515355;
  font-weight: 400;
}
.authorise_info h5 i {
  margin: 0 0 0 5px;
}
.authorise_info .guest_link {
  height: 25px;
  float: right;
  padding: 0 15px;
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 25px;
  border-radius: 4px;
  background: #0075be;
}
.authorise_info .guest_link:hover {
  background: #b5cad7;
}
.notes_details {
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
  margin: 0;
}
.notes_details .notes_block {
  padding: 13px 40px 13px 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.notes_details .notes_block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notes_details .notes_block span {
  font-size: 12px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.notes_details .notes_block .more_info {
  float: right;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 16px;
}
.notes_details .notes_block .more_info a {
  height: 14px;
  padding: 0 3px;
  margin: 0;
  display: block;
  line-height: 12px;
  font-size: 12px;
  color: #94b3c5;
  border: 1px solid #d1dfe7;
  border-radius: 2px;
}
.notes_details .notes_block .busy_info {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #ff8042;
  position: absolute;
  right: 24px;
  top: 16px;
}
.notes_field {
  width: 100%;
  height: 70px;
  padding: 8px;
  margin: 0;
  font-size: 14px;
  color: #95b3c6;
  background: #fffcf4;
  border: 1px solid #d1dfe7;
  border-radius: 4px;
}
#change-password-form {
  padding: 0;
}
#change-password-form .grid {
  display: inline;
}
#change-password-form .logo {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
#change-password-form .logo img {
  width: 40px;
}
#change-password-form p {
  text-align: center;
  padding: 25px 0;
  line-height: 1.8em;
}
#change-password-form h2 {
  text-align: center;
  line-height: 1.3em;
}
#change-password-form form {
  padding: 15px 20px;
  margin: 0 auto;
}
#change-password-form form label {
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 13px;
  color: #72838e;
  padding: 0 10px;
}
#change-password-form form input {
  padding: 8px 10px;
  width: 100%;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0 0 10px 0;
  border-radius: 3px;
  height: 40px;
}
#change-password-form form input:checkbox {
  width: 20px !important;
  padding: 0 10px 0 0;
  background: red;
}
#change-password-form form .button {
  text-align: center;
}
#change-password-form form button {
  margin: 25px auto;
  padding: 8px;
  width: 40%;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background: #0075be;
  border: 0;
  border-radius: 4px;
}
#change-password-form form button:hover {
  background: #00a6ce;
}
#change-password-form form .form_field {
  position: relative;
}
#change-password-form form .form_field i {
  position: absolute;
  color: #00a6ce;
  font-size: 21px;
  top: 28px;
  right: 25px;
}
#change-password-form form .guest_link_form {
  float: right;
  padding: 6px 20px;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 25px;
  border-radius: 4px;
  background: #0075be;
}
#change-password-form form .guest_link_form:hover {
  background: #b5cad7;
}
.checkbox {
  padding: 10px 0;
}
.checkbox label {
  font-size: 16px !important;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.checkbox label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
  border: 2px solid #0075be;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
}
.checkbox label span:before {
  content: "";
  width: 0px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.checkbox label span:after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.checkbox label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
.checkbox label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label span {
  background-color: #ffffff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.checkbox input[type=checkbox]:checked + label span:after {
  width: 10px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
.checkbox input[type=checkbox]:checked + label span:before {
  width: 5px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
.checkbox input[type=checkbox]:checked + label:hover span {
  background-color: #ffffff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.checkbox input[type=checkbox]:checked + label:hover span:after {
  width: 10px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
.checkbox input[type=checkbox]:checked + label:hover span:before {
  width: 5px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
.height-100vh {
  height: 100vh;
  position: relative;
}
#login {
  overflow-y: hidden;
}
#login #login-aside {
  padding: 20px 36px;
}
#login .el-button {
  width: 100%;
  font-size: 16px;
}
.box {
  width: 100%;
  left: 0;
  right: 0;
}
.box .el-card__header {
  border-bottom: 0;
}
.box .el-card__header h2 {
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
}
.box .el-card {
  border: 0;
  box-shadow: none;
  color: #333333;
}
form label {
  color: #333333;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
.general-page {
  width: 100%;
  padding: 100px 0 0 0;
}
.general-page h2 {
  text-align: center;
  margin: 30px 0 60px 0;
}
.change_avatar {
  position: relative;
  padding: 0;
  text-align: center;
  width: 80px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.change_avatar figure {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  background: #B7BCC2;
  border: 1px solid #EEEEEE;
}
.change_avatar figure img {
  width: 100%;
  height: auto;
}
.change_avatar .el-button {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  text-align: center;
}
.admin_button {
  color: #95b3c6;
  background: #ffffff;
  border: 1px solid #95b3c6;
  border-radius: 4px;
  margin: 25px auto;
  padding: 8px 20px;
  font-size: 15px;
}
.admin_button:hover {
  color: #ffffff;
  background: #95b3c6;
}
.account-settings {
  width: 100%;
}
.account-settings td {
  padding: 5px 0;
  color: #000;
}
.account-settings .input-line-height,
.account-settings label {
  line-height: 40px;
}
.account-settings input {
  padding: 8px 10px;
  width: 100%;
  font-size: 15px;
  color: #000;
  margin: 0 0 10px 0;
  border-radius: 3px;
}
.account-settings .form_field {
  position: relative;
}
.account-settings .form_field i {
  position: absolute;
  color: #00a6ce;
  font-size: 21px;
  top: 25px;
  right: 25px;
}
.language-tag {
  height: 29px;
  float: left;
  padding: 0 10px;
  margin: 3px 3px 5px 0;
  font-size: 14px;
  color: #333333;
  line-height: 27px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.language-tag i {
  margin: 0 0 0 7px;
}
.language-tag:hover {
  color: #ffffff;
  background: #0075be;
  border-color: none;
}
.privacy {
  padding: 15px;
  text-align: center;
}
.statistics {
  width: 100%;
  padding: 73px 0 0 0;
}
.statistics h2 {
  margin: 30px 0;
}
.statistics h2 span {
  color: #72838e;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 15px;
}
.filters {
  width: 100%;
  height: 38px;
  font-size: 15px;
}
.stats-input {
  width: 50%;
  height: 38px;
  font-size: 15px;
}
.panel {
  padding: 10px 15px;
  border: 1px solid #d1dfe7;
  border-radius: 7px;
  position: relative;
  text-align: center;
  color: #0075be;
  font-size: 55px;
  line-height: 1.8em;
}
.panel h4 {
  font-size: 30px;
  color: #72838e;
  margin: 0;
}
.panel i {
  display: block;
  font-size: 50px;
  line-height: 1em;
}
.panel-alt {
  color: #00a6ce;
}
.panel-alt h4 {
  color: #72838e;
}
.chart {
  padding: 20px;
  overflow: hidden;
  float: left;
  background: #fffcf4;
  width: 100%;
}
.chart h2 {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  color: #72838e;
  display: block;
  width: 100%;
}
.progress-bar {
  float: left;
  height: 300px;
  width: 80px;
  margin-right: 25px;
}
.progress-track {
  position: relative;
  width: 80px;
  height: 100%;
  background: #ebebeb;
  text-align: center;
}
.progress-track span {
  text-transform: uppercase;
  font-size: 12px;
}
.progress-fill {
  position: relative;
  background: #00ceff;
  height: 60%;
  width: 80px;
  color: #fff;
  text-align: center;
  font-family: "Lato", "Verdana", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.time {
  text-transform: uppercase;
  font-size: 12px;
}
.time span {
  padding: 0 10px;
}
.success {
  background-color: #28a745;
  height: 40px;
  padding-top: 10px;
  padding-left: 10px;
  color: white;
  border-radius: 5px;
}
#change-password-form .alert.alert-danger p {
  padding: 5px 0px;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  font-weight: bold;
  font-family: "Lato", "Verdana", sans-serif;
}
div .error-wrapper {
  padding: 8px;
  background: #fa5555;
  display: block;
  margin: 8px 0;
  border-radius: 4px;
}
div .error {
  color: white;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  font-weight: bold;
  font-size: 14px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
div .error > p {
  padding: 0px !important;
  line-height: 0px !important;
  text-align: left !important;
}
@media (max-width: 1200px), screen and (max-device-width: 1200px) {
  #account {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-device-width: 767px) {
  .el-col[class*=el-col-offset-] {
    margin-left: 0;
  }
  .absolute-v-center {
    top: initial;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }
  .account-settings .input-line-height {
    line-height: initial;
  }
}
/************ Main **************/
/************ iphone **************/
/************ Responsive **************/
/*@media screen and (max-height: 450px) {
.sidenav { padding-top:15px;}
.sidenav a { font-size:18px;}
}*/
@media (max-width: 1200px) {
  .container {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1048px) {
  table.request_list td.name {
    max-width: 110px;
  }
}
@media (max-width: 990px) {
  .operator_details .cols9 {
    width: 70%;
  }
  .operator_details .cols3 {
    width: 25%;
  }
  .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  left_bar {
    width: 90%;
    padding: 25px 0;
    overflow: hidden;
  }
  table.request_list td.name {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: none;
  }
  .grid {
    display: inline;
  }
  .topbar {
    padding-bottom: 8px;
  }
  .welcome_user {
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .operator_details {
    padding-top: 136px;
  }
  .operator_details .cols9 {
    width: 100%;
  }
  .operator_details .cols3 {
    width: 100%;
  }
  .operator_details .container-fluid {
    padding-left: 0px;
  }
  .search_info_alt {
    width: 100%;
  }
  .filter_info {
    display: none;
  }
  table.request_list td.name {
    max-width: 140px;
  }
  .sidenav {
    top: 144px;
  }
  .right_details {
    border-left: none;
  }
  .right_space {
    padding-left: 0;
    padding-right: 0;
  }
  .cols12 {
    width: 100%;
  }
  .cols11 {
    width: 100%;
  }
  .cols10 {
    width: 100%;
  }
  .cols9 {
    width: 100%;
  }
  .cols8 {
    width: 100%;
  }
  .cols7 {
    width: 100%;
  }
  .cols6 {
    width: 100%;
  }
  .cols5 {
    width: 100%;
  }
  .cols4 {
    width: 100%;
  }
  .cols3 {
    width: 100%;
  }
  .cols2 {
    width: 100%;
  }
  .cols1 {
    width: 100%;
  }
  .col {
    padding-left: 0;
    padding-right: 0;
  }
  .login-form {
    width: 100%;
  }
  .operator_details .cols-6 {
    padding-left: 0 !important;
  }
  #register-form form button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  html {
    -webkit-text-size-adjust: none;
  }
  .welcome_user .user_link span {
    display: none;
  }
}
.el-button {
  text-transform: uppercase;
  color: #333333;
  border: 0;
}
.el-button.green {
  background-color: #1BBC53;
  color: #ffffff;
}
.el-button.green:hover {
  background-color: #1ece5b;
}
.el-button.el-button--success {
  background-color: #1BBC53;
  border-color: #1BBC53;
  color: #ffffff;
}
.el-button.el-button--success:hover {
  background-color: #1ece5b;
}
.el-button.is-plain {
  border-color: #ffffff;
}
.el-button.is-plain:hover {
  color: #333333;
  border-color: transparent;
}
.el-button.el-button.is-disabled, .el-button.el-button.is-disabled:focus, .el-button.el-button.is-disabled:hover, .el-button.el-button.is-disabled.is-plain, .el-button.el-button.is-disabled.is-plain:focus, .el-button.el-button.is-disabled.is-plain:hover {
  color: #B7BCC2;
  border-color: transparent;
  background-color: #fafafa;
  opacity: 0.6;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #ffffff;
  opacity: 0.5;
}

/*# sourceMappingURL=jeeves.css.map*/