﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

html:not(.ismobile) .page-loader .preloader p {
    left: -35px;
}

html, body, #wrapper{
	height: 100%;
}

body {
	margin-top: 0;
}

.logo img {
    width: 20px;
    margin-top: -4px;
}

.logo small {
    font-size: 16px;
    text-transform: lowercase;
}

#footer {
    position: static;
}

#page-wrapper {
	padding-top: 80px;
	min-height: 100%;
}

.navbar.navbar-fixed-top {
	background-color: #222222;
}

.btn.btn-green {
	color: white;
	background-color: #5cb85c;
}

.btn.btn-green:hover {
	color: white;
	background-color: #3d8b3d;
}

.btn.btn-red {
	color: white;
	background-color: #d9534f;
}

.btn.btn-red:hover {
	color: white;
	background-color: #b52b27;
}

.col-md-1.half {
	width: 4.5%;
}

textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Customer List */
.customer-list .panel-heading {
	font-size: 1.4em;
}

.customer-list .panel-heading .btn {
	margin-top: -5px;
}

.customer-list th {
	width: 100px;
}

.customer-list table {
	font-size: 1em;
}

.customer-list .panel > .table + .panel-body {
	border-top: none;
}

.opportunity-list h3, .risk-list h3 {
	margin-top: 0;
}

.opportunity-list .add-btn,
.risk-list .add-btn {
	display: inline-block;
	font-size: 0.9em;
	margin-top: 1.5em;
}

.ng-hide-remove {
  -webkit-transition:0.3s linear opacity;
  transition:0.3s linear opacity;
  opacity:1;
}

.ng-hide {
  opacity:0;
}

.modal-backdrop {
	position: fixed;
}

.btn-circle {
	border-radius: 50%;
}

.has-feedback ng-transclude ~ input-validation-icons .form-control-feedback {
	top: 1px;
}

.has-feedback .form-control {
    padding-right: 12px;
    width: 100%;
}

.has-feedback .form-control-feedback {
    font-size: 1.5em;
    width: 1em;
}

.has-feedback.has-k-widget .form-control-feedback {
    right: 1.1em;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.lighter {
    font-weight: lighter;
}

.has-feedback.has-error .k-widget.ng-invalid > span {
    border-width: 0 0 1px 0;
    border-color: #a94442;
}

.has-feedback.has-error .k-widget.ng-invalid > span.k-state-focused {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #843534;
}

.has-feedback.has-success .k-widget.ng-valid > span {
    border-width: 0 0 1px 0;
    border-color: #3c763d;
}

.has-feedback.has-success .k-widget.ng-valid > span.k-state-focused {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #2b542c;
}

.form-control.k-widget > span.k-state-hover {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control.k-widget > span.k-state-default {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: solid #e0e0e0;
    border-width: 0 0 1px 0;
}

.form-control.k-widget > span,
.k-widget.form-control input.form-control {
    background: #ffffff;
}

form.k-filter-menu > div {
    margin: 10px;
}

td[role='gridcell'] .btn:not(:first-child) {
    margin-left: 0;
}

div.k-grouping-header,
.k-widget.k-calendar > div.k-header,
.k-widget:not(.k-grid) .k-header a.k-link,
.k-widget.k-scheduler .k-header,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-header li {
    background-color: #2196f3 !important;
}

.k-widget.k-scheduler .k-header ul li {
    border-color: #2196f3 !important;
}

.k-scheduler .k-scheduler-toolbar .k-state-selected > a {
    border-bottom: 2px solid white;
}

div.k-group-indicator,
.k-widget:not(.k-grid) .k-header a.k-link:hover {
    background-color: #03a9f4 !important;
    border-color: #03a9f4 !important;
}

.k-list > .k-state-selected,
.k-widget .k-footer a.k-link {
    color: #2196f3 !important;
}

.k-widget.form-control .k-input {
    text-indent: 0
}

.k-pager-numbers .k-state-selected {
    color: #2196f3 !important;
    border-top-color: #2196f3 !important;
}

div.sweet-alert > p {
    font-family: roboto;
    font-size: 13px;
    line-height: 1.42857143;
    color: #5e5e5e;
    font-weight: 400;
}

div.sweet-alert > h2 {
    font-size: 23px;
    line-height: 43px;
    font-family: roboto;
}

div.sweet-alert > hr {
    margin: 10px 0;
}

div.sweet-alert > button {
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
}

.block-header {
    padding: 0 !important;
}

.block-header {
    margin-bottom: 15px !important;
}

.block-header .btn {
    margin-top: 10px !important;
}

.disabled {
    cursor: not-allowed;
}

.row {
    position: relative;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
   text-transform: initial;
}

.header .row {
    margin-bottom: 5px;
    font-weight: bolder;
}

input.filter {
    margin-bottom: 7px;
}

.rows .row {
    padding: 6px 0;
    cursor: pointer;
}

.rows > .row:hover {
    background: #eee;
    transform: translateX(5px);
    transition: transform 0.3s, background 0.3s;
}

.rows > .row[data-selected='selected'] {
    background: #eee;
    transform: translateX(5px);
}

[data-loaded='true'] .buttons {
    display: inline-block;
}

[data-loaded='false'] .buttons {
    display: none;
}

.inline-buttons {
    position: absolute;
    right: 0;
    top: -5px;
}

.inline-buttons .btn {
    transform: scale(0.6);
    margin-left: -20px;
    box-shadow: none;
    background-color: #fff !important;
}

.inline-buttons .btn .zmdi {
    color: lightgray !important;
}

.rows .row:hover .inline-buttons .btn,
.rows .row[data-selected='selected'] .inline-buttons .btn {
    margin-left: -15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
    background-color: #9e9e9e !important;
    transition: background-color 0.3s, box-shadow 0.3s
}

.rows .row:hover .inline-buttons .btn .zmdi,
.rows .row[data-selected='selected'] .inline-buttons .btn .zmdi {
    color: #fff !important;
    transition: color 0.3s
}

.inline-buttons .btn .zmdi {
    transform: scale(1.8);
}

[data-mode='view'] .inline-buttons .btn:not(.an-delete):not(.an-edit),
[data-mode='edit'] .inline-buttons .btn:not(.an-submit):not(.an-cancel) {
    display: none;
}

.table.table-no-padding > thead > tr > th,
.table.table-no-padding > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
}

form .patientTreatmentTarget label {
    display: none;
}

#l-login form label {
    display: none;
}

.actions > li.action-badge > a {
    padding-top: 0;
    vertical-align: middle;
}

.actions > li.action-badge > a > span.badge {
    font-size: 14px;
}


.actions > li.action-badge > a:hover:before,
.actions > li.action-badge.open > a:before,
.actions > li.action-badge > a.open:before {
    -ms-opacity: 0 !important;
    opacity: 0 !important;
}

i.counts {
    position: absolute !important;
    font-size: 15px !important;
    top: -2px !important;
    right: 2px !important;
    color: white !important;
    font-style: normal !important;
    font-weight: bolder !important;
}

#mouth g {
    cursor: pointer;
    fill: white;
}

#mouth g[gold] > path,
#mouth g[gold] > polygon {
    fill: gold;
}

#mouth g[gold='orange'] > path,
#mouth g[gold='orange'] > polygon {
    fill: #FF9800;
}

#mouth g[gold='green'] > path,
#mouth g[gold='green'] > polygon {
    fill: #4CAF50;
}

#mouth g[bluegray] > path,
#mouth g[bluegray] > polygon {
    fill: #607D8B !important;
}

#mouth g[bluegray] > text {
    fill: white !important;
}

#mouth g path,
#mouth g polygon {
    fill: white;
}

#mouth g text {
    fill: black;
    font-family: monospace;
    font-size: 125px;
}

span.datepicker-hidden {
    margin-left: -25px;
}

span.datepicker-hidden > span.k-widget.k-datepicker {
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
}

span.datepicker-hidden > i.zmdi-calendar {
    cursor: pointer;
    font-size: 18px;
    vertical-align: bottom
}

.anduin-form {
    border-left: 5px solid #adadad;
    padding: 5px 10px !important;
    background-color: #eeeeee;
}

.anduin-form label {
    color: #2196f3;
}

.bgm-pink .actions > li > a > i,
.bgm-brown .actions > li > a > i,
.bgm-teal .actions > li > a > i,
.bgm-indigo .actions > li > a > i,
.bgm-purple .actions > li > a > i,
.bgm-cyan .actions > li > a > i,
.bgm-orange .actions > li > a > i,
.bgm-amber .actions > li > a > i,
.bgm-green .actions > li > a > i,
.bgm-blue .actions > li > a > i,
.bgm-bluegray .actions > li > a > i {
    color: white;
}

.bgm-pink .actions > li:hover > a > i,
.bgm-brown .actions > li:hover > a > i,
.bgm-orange .actions > li:hover > a > i {
    color: black;
}

.handhold > div {
    cursor: all-scroll;
    background-color: #adadad;
    padding: 0.4em;
    width: 1.8em;
    height: 2.5em;
    display: block;
    border-radius: 3px;
    text-align: center;
}

.handhold > div > i.zmdi {
    color: white;
    font-weight: bolder;
    font-size: 1.8em;
}


table.table > tbody.body-no-border > tr > td {
    border: none;
}

.k-numerictextbox > .k-numeric-wrap > input {
    text-align: right;
}

ul.seats,
ul.colors {
    padding: 0;
}

ul.seats {
    margin-bottom: 3px
}

    ul.seats > li {
        width: 32px;
        height: 32px;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-right: 3px;
        text-align: center;
        position: relative;
    }

ul.seats > li.new-seat {
    border: 1px dashed #adadad;
    margin-left: -2px;
}

ul.seats > li > img {
    width: 100%;
    max-width: 100%;
    padding: 10%;
}

ul.seats > li > i.zmdi {
    font-size: 24px;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
}

ul.seats > li > i.zmdi.zmdi-check,
ul.seats > li > i.zmdi.zmdi-close {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: white;
    font-size: 11px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-weight: bolder;
    padding: 0 2px;
    border: 1px solid grey;
}

ul.seats > li > i.zmdi.zmdi-check {
    color: #4CAF50;
}

ul.seats > li > i.zmdi.zmdi-close {
    color: #F44336;
    padding: 0 3px;
}

ul.colors > li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: 3px;
    cursor: pointer;
    text-align: center;
    color: white;
}

ul.colors > li > .zmdi {
    font-weight: bolder;
}

.k-scheduler-table .k-today {
    background-color: white !important;
}

.page-loader.ajax-loading {
    background: transparent !important;
}

.page-loader.ajax-loading > p {
    color: black !important;
}

.k-event-actions > .k-event-delete > i.zmdi {
    font-size: 120%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .3);
    padding: 2px 5px;
    border-radius: 100%;
    font-weight: bolder;
    color: white;
}

.link:hover {
    text-decoration: underline;
}

.diary-table td {
    position: relative;
}

.diary-table .actions {
    position: absolute;
    top: 5px;
    right: 0;
}

span.color {
    width: 5px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-left: -8px;
}

.treatment-disabled {
    color: grey;
    text-decoration: line-through;
}

a.k-grid-filter.k-state-active > span.k-filter {
    opacity: 1;
    border-radius: 100%;
    background-color: lightblue;
}

.text-yellow {
    color: #ffa829;
}

.text-blue {
    color: #2196F3;
}

.text-black {
    color: #000000;
}

.choose-patient {
    font-weight: bold;
    cursor: pointer;
    font-size: 110%;
    margin-bottom: 5px;
    display: inline-block;
}

.choose-patient:hover {
    text-decoration: underline;
}

.event-patient {
    padding-left: 10px;
    border-left: 3px solid lightgray;
    margin-bottom: 10px;
}

.text-deleted {
    text-decoration: line-through;
}

#mouth[data-type='1'] g[data-group='0'] {
    display: none;
}

.profile-menu {
    background-color: #000000;
    background-color: rgba(0,0,0,.1);
}

.profile-menu > a {
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
}

.profile-menu > a > .profile-info {
    background: none;
    color: black;
    margin-top: 10px;
}

.profile-menu > .main-menu > li > a:hover {
    color: initial;
    background-color: initial;
}

div.popover {
    z-index: 10;
}

@-webkit-keyframes slow-flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes slow-flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.slow-flash {
    -webkit-animation-name: slow-flash;
    animation-name: slow-flash;
}

.k-link.custom-event-link,
.event-on-hold .remove-event-on-hold {
    display: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .3);
    padding: 2px 5px;
    border-radius: 100% !important;
    font-weight: bolder;
    color: white !important;
    margin-right: 2px
}

.k-link.custom-event-link.move-event {
    padding: 1px 6px;
}

.k-link.custom-event-link > i {
    font-weight: bolder;
}

.k-event:hover .k-link.custom-event-link,
.event-on-hold:hover .remove-event-on-hold {
    display: inline-block;
}

.event-on-hold {
    display: inline-block; 
    min-width: 130px;
    overflow: hidden; 
    height: 30px; 
    margin-right: 4px;
    background-color: #606fc7;
    border-color: #606fc7;
    color: white;
    padding: 2px 3px;
    position: relative;
    -ms-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
}

.event-on-hold:hover {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.75);
    -ms-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.75);
    -webkit-transition: linear .1s;
    -moz-transition: linear .1s;
    -ms-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s;
}

.event-on-hold .remove-event-on-hold {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 120%;
    padding: 0 6px;
}

.k-scheduler-table td, .k-scheduler-table th {
    height: 2em !important
}

#events-area {
    border: 1px dashed #adadad;
    min-height: 71px;
    padding: 4px 0 0 4px;
}

#events-area > i {
    color: #adadad;
    position: absolute;
    z-index: -1;
    width: 90%;
    display: table;
    text-align: center;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flip {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hovered {
    
}

.k-webkit .k-event-actions:first-child {
    margin-top: 0 !important;
}

.k-scheduler .k-middle-row td {
    border-bottom-style: solid !important;
}

.k-colorpicker,
.k-colorpicker .k-selected-color {
    width: 100% !important;
}