
/* DEFAULTS */

body {
	margin: 0;
	padding: 0;
    height: 100%;
    overflow: hidden;
	background-color: rgb(210,210,210);
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}

/* input {
	border: none;
	box-shadow: 0 0 2px 1px rgb(125,125,125);
	padding: 2px 5px;
} */

input.width-400 {
    width: 400px;
}

select {
    border: none;
}

select.select-noback {
    font-size: 12px;
    background: transparent;
    height: 18px;
    outline: 0;
    border: none;
    font-weight: bold;
}

label {
    font-weight: 700;
}

textarea { 
    height: 150px; 
    width: 300px;
    -webkit-user-select: none !important;  /* Chrome all / Safari all */
    -moz-user-select: none !important;     /* Firefox all */
    -ms-user-select: none !important;      /* IE 10+ */
    user-select: none !important; 
    border: 1px solid rgb(200,200,200);
} 

.textlabel * {
    vertical-align: middle;
}

/* button {
    border: none;
    padding: 5px 10px;
    background-color: #f7b330;
    color: white;
    min-width: 75px;
} */

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* input[type="text"] {
	padding: 2px;
} */

/* input[type="date"] {
	height: 19px;
} */

/* DEFAULTS */

div.topnav {
	width: 100%;
	height: 40px;
	background-color: rgb(150,150,150);
	z-index: 1;
    position: relative;
}

div.topnav-left {
    background-image: url('../../assets/image/CardioPulse.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 40px;
    width: 50%;
    float: left;
}

div.topnav-right {
    width: 50%;
    height: 40px;
    float: right;
    text-align: right;
    color: white;
}

div.topnav-left span,
div.topnav-right span {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    background-size: contain;
    color:white;
}

div.subnav {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    top: 0;
    left: 0;
    /*position: absolute;*/
    background-color: rgba(150,150,150,.5);
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

div.subnav label {
    display: inline-block;
    width:  100px;
}

div.subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.subnav ul li {
    display: inline-block;
}

div.subnav input {
    box-shadow: none;
    font-size: 11px;
}

div.subnav input[type='text'] {
    width: 100px;
}

div.subnav input[type='date'] {
    width: 125px;
}

div.subnav.openSub {
    /*top: 0px;*/
}

div.content-container.openSub {
    top: 85px;
    /*top: 40px;
    height: calc(100% - 75px);*/
    height: calc(100% - 85px);
}

div.content-container {
    transition: all 0.25s ease-in-out;
    top: 15px;
    height: calc(100% - 50px);
    width: 100%;
    position: fixed;
    /*top: 5px;*/
    /*display: flex;*/
}

div.content-container.sidebar-open {
    /*padding-left: 300px;
    width: calc(100% - 300px);*/
}

div.content-container.nav-hover {
    padding-right: 225px !important;
}

div.content-container.nav-open {
    padding-right: 40px;

}

div.sidebar {
    /*transform: translateX(-300px);*/
    display: flex;
    flex-direction: column;
    z-index: 2;
    left: -300px;
	/*top: 35px;*/
	/*right: 0;*/
	/*bottom: 0;*/
    height: 100%;
	position: absolute;
	width: 300px;
	/*background-color: #155da1;*/
	transition: all .25s ease-in-out;

}

div.sidebar.openSub {
    /*top: 75px !important;*/
}

div.sidebar-open {
    /*transform: translateX(0);*/
    left: 0;
}

div.sidebar.nav-open {
    left: 50px;
}

div.sidebar-events {
	cursor: default;
	background-color: #f7b330;
	transform: translateY(100%) rotate(-90deg);
	transform-origin: left top 0;
	color: white;
	padding: 5px 25px;
	position: absolute;
	top: calc(50% + 40px);
	left: 300px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 16px;
    width: 100%;
    max-width: 150px;
}

.sidebar-nav {
    right: -225px;
    top: 40px;
    width: 225px;
    position: fixed;
    height: 100%;
    background-color: #004b8d;
    color: white;
    font-size: 14px;
    transition: all .25s ease-in-out;

}

.sidebar-nav.nav-open:hover {
    transform: translateX(-225px);

}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-nav ul li {
    display: block;
    width: 100%;
    height: 55px;
    cursor: pointer;
}

.sidebar-nav path{
    stroke: white;
    fill: white;
}

.sidebar-nav ul li span {
    /*display: block;*/
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    visibility: visible;
}

.sidebar-nav.nav-open {
    transform: translateX(-40px);
}
.sidebar-nav.nav-open.nav-hover {
    transform: translateX(-225px);
}

.sidebar-nav.openSub {
    top: 40px;
}

/* .sidebar-nav ul li {

} */
.sidebar-nav .sidebar-nav-li-div{
    display: block;
    padding: 8px 0px 0px 8px;
}

.sidebar-nav ul li:hover {
    background-color: #f7b330;
}

div.form-nav span {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-size: 36px;
    cursor: pointer;
    margin: 0 5px;
    background-position: center;
}

div.form-nav span.topnav-mode {
    float: none;
    display: inline-block;
    width: 100px;
    height: auto;
}
    
div.form-nav h3 {
    padding: 4px 10px;
    margin: 0 17px 0 17px;
    background-color: rgb(150,150,150);
    font-size: 12px;
    color: white;
}

div.form-nav h3.audit-open {
    background-color: rgb(255,165,0);
}

/* span.generate-event {
    background-image: url('../../assets/image/generate.png');
}

span.audit-event {
    background-image: url('../../assets/image/auditEvent.png');
}

span.save-event {
    background-image: url('../../assets/image/saveEvent.png');
}

span.stay-event {
    background-image: url('../../assets/image/saveEventStay.png');
}

span.close-event {
    background-image: url('../../assets/image/closeEvent.png');
} 

span.help-event {
    background-image: url('../../assets/image/helpEvent.png');
} 

span.open-report {
    background-image: url('../../assets/image/report.png');
}

div.topnav-left span:hover,
div.topnav-right span:hover {
	background-color: rgba(0,0,0,0.1);
}

div.topnav-left span:active,
div.topnav-right span:active {
	background-color: rgba(0,0,0,0.25);
} */

/* span.generate-event:hover,
span.audit-event:hover,
span.save-event:hover,
span.stay-event:hover,
span.close-event:hover,
span.help-event:hover,
span.open-report:hover {
    background-color: #f7b330;
} */

/* span.main-menu:active,
span.control-center:active,
span.erase-search:active,
span.patient-search:active,
span.generate-event:active,
span.audit-event:active,
span.save-event:active,
span.stay-event:active,
span.close-event:active,
span.help-event:active,
span.open-report:active {
    background-color: #dea12b;
} */

/*div.search-fields {
	color: white;
	width: 75%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	transition: margin-top .1s linear;
}

div.search-fields-visible {
	margin-top: 0;
}

div.search-fields label {
	padding-right: 10px;
	font-size: 12px;
}

div.search-fields input:not(:last-child) {
	margin-right: 10px;
}*/

/* div.palette {
    height: calc(100%) !important;
    transition: all .25s ease-in-out;
} */

/* div.palette.openSub {
    height: calc(100%) !important;
} */

/*
div.k-grid-content {
    height: calc(100% - 30px) !important;
}*/

div.form-nav {
    height: 60px;
    /*margin-top: 20px;*/
    /*transition: margin-top 0.25s ease-in-out;*/
}

/* div.form-nav.openSub {
} */

div.form-nav.closed {
    margin-top: 10px;
}

div.form-nav div:not([class*="sk-"]) {
    min-height: 0;
    margin: 0 17px 0 17px;
    background-color: rgb(175,175,175);
    transition: min-height .25s ease-in-out;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

div.form-nav label {
    color: white;
    padding-right: 10px;
}

div.form-nav select {
    border: none;
    padding: 4px 6px;
    margin: 2px 0;
}

div.form-nav div.open {
    min-height: 40px;
}

div.form-patient {
    height: 20px;
    margin: 0 22px 0 20px;
}

div.form-patient div {
    width: 50%;
    float: left;
}

div.form-patient div:last-child {
    text-align: right;
}

/* div.migrate-data {
    margin: 0 22px 0 20px;
    padding-bottom: 10px;
    text-align: right;
} */

div.migrate-data span {
    background-color: #f7b330;
    padding: 4px;
    padding-left: 25px;
    font-size: .8em;
    font-weight: 600;
    background-image: url('../../assets/image/import.png');
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: default;
}

div.migrate-data span:hover {
    background-color: #dea12b;

}

div.form {
	/*background-color: lightblue;*/
    /* width: calc(100% - 59px); */
    height: 100%;
    /*height: -webkit-calc(100% - 122px);*/
    /*margin: 50px auto;*/
    /* margin: 0 auto; */
    margin: 0 15px 0 56px;
    overflow-y: hidden;
    overflow-x: hidden;
    /*padding: 40px 0;*/
    /* padding: 0 0 0 25px; */
    /*transition: height 0.25s ease-in-out;*/
    background-color: rgb(210,210,210);
}

div.form.sidebar-open{
    width: calc(100% - 75px);
    padding: 0 0 0 40px;
}

div.form.openSub {
    /*height: calc(100% - 152px);*/
}

div.form.closed {
    height: calc(100% - 60px);
}

.main {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*width: 95%;*/
    margin: 0 auto;
}

.main-content{
    left: 0;
    top: 15px;
    width: 100%;
    position: relative;
    height: calc(100% - 15px);
    display: flex;
    flex-flow: column;
    transition: all .25s ease-in-out;
}
.main-content.sidebar-open{
    /*transform: translateX(300px);*/
    left: 300px;
    width: calc(100% - 300px);
}
/*
.container {
    /*display: table-cell;
    margin: 0;
    padding: 0 20px 20px 0;
    /*margin-bottom: 100px;
    /*width: 680px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

[cp-context-menu] {
    font-size: .75em !important;
}

/*
.widget fieldset {
  /*  border: 1px solid rgb(200,200,200);
  font-weight: bold;
  font-style: 1.25em;
  border: 4px solid rgb(200,200,200);
}*/

/*
.widget ul:not(.col-0) fieldset li:not(.table-row):not(.table-header) {
    width: 33% !important;
}*/

/*
.widget legend {
    font-size: .9em;
    margin: 5px 0;
    padding: 2px 5px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*width: 50%;
}*/

/*.widget ul:not(.table):first-child {
    padding: 5px 0 5px 0;
}

.widget ul:not(:first-child) {
    padding: 15px 0 5px 0;
}*/

/*.widget select {
    max-width: 200px;
}*/

.widget ul.inline-two:not(:last-child),
.widget ul.inline-three:not(:last-child) {
/*.widget ul.inline-four:not(:last-child),
.widget ul.single:not(:last-child) {*/
    /*border-bottom: 1px solid rgb(200, 200, 200);*/
    border-bottom: 1px solid rgb(225,225,225);
}

.widget ul.inline-two li {
    display: inline-block;
    width: 33%;
}

.widget ul.inline-three li {
    display: inline-block;
    width: 33%;
}

.widget ul.inline-four li {
    display: inline-block;
    width: 24%;
}

.widget ul.nested-inline {
    padding: 0;
}

.widget ul.nested-inline li {
    display: inline-block;
    border-top: none !important;
}

.widget ul li.child {
    padding-left: 50px;
}

.widget ul li.grandchild {
    padding-left: 100px;
}

.widget ul li.greatgrandchild {
    padding-left: 150px;
}

.widget ul li.greatgreatgrandchild {
    padding-left: 200px;
}

.widget ul li.greatgreatgreatgrandchild {
    padding-left: 250px;
}

.widget ul li.greatgreatgreatgreatgrandchild {
    padding-left: 300px;
}

/* .widget ul li span {
    font-size: .8em;
} */

/* .widget input[type="date"],
.widget select {
    height: 27px;
} */

.widget input[type="number"] {
    width: 100px;
}

/* span.k-icon:hover {
    background-color: #f7b330;
} */
/*.widget ul:first-child {
    float: left;
    }
    
    .widget ul:last-child {
    float: right;
    }*/

.widget ul.cols {
    /*display: inline-block;*/
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    min-width: 500px;
}

.widget ul.col-count2 {
    width: 50%;
}

.widget ul.col-count3 {
    width: 33%;
}

div:not(.main.cp-form) .widget ul li:not(.table-header):not(.table-row) {
    /*margin-bottom: 10px;*/
    padding-bottom: 10px;
    padding-top: 10px;
}

.widget ul.single li:not(:first-child),
.widget ul.nested li:not(:first-child) {
    /*border-bottom: 1px solid rgb(200,200,200);*/
    border-top: 1px solid rgb(225,225,225);
}

.widget ul.inline-two li,
.widget ul.inline-three li {
    border-top: none !important;
}

.widget ul li > label {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    transition: background-color .25s linear;
    padding: 5px;
    white-space: normal;
}


.widget.placeholder {
    opacity: 0.4;
    border: 1px dashed #a6a6a6;
    padding: 10px;
    box-sizing: border-box;
}
/* WIDGETS */

/*
.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    /* border: 1px solid #e7e7e7;
    border-radius: 3px;
    cursor: move;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}*/
/*
.widget input,
.widget select {
    padding: 5px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
    border: none;
    font-family: 'Montserrat';
}*/
/*.widget:hover {
    background-color: #fcfcfc;
    border-color: #cccccc;
    }*/

/*
.widget div:not(.dynamic-table):not(.table-rows):not(.report-tools):not(.report-area) {
    padding: 10px;
    min-height: 50px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
    cursor: default;
}*/

/*
div.emr .widget div:not(.dynamic-table):not(.table-rows) {
    white-space: nowrap;
}*/

.widget .float-right {
    float: right;
}

.hint {
    width: 65%;
    height: 38px;
    overflow: hidden;							
}

.highlight-row {
    background-color: #f7b330 !important;
}

/*.highlight-row span {
    color: white !important;
}*/

/* MODAL CUSTOM */

.modalOverlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    z-index: 10005;
    -webkit-transition:0.125s ease-in all;
    -moz-transition:0.125s ease-in all;
    -o-transition:0.125s ease-in all;
    transition:0.125s ease-in all;
    opacity: 0;
}

.modalOverlay:before {
    background-image: url('../../assets/image/overlay.png');
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.modal {
    color: white;
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

.modalHeader {
    height: 30px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    background-color: rgb(50,50,50);
    font-size: .9em;
}

.modalHeader div {
    position: absolute;
    right: 0;
}

.modalSave {
    background-image: url('../../assets/image/saveChanges.png');
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    float: right; 
    display: block; 
    height: 30px; 
    width: 30px;
    cursor: pointer;
}

.modalSave:hover {
    background-color: green;
}

.modalTitle {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    background-image: url('../../assets/image/CardioPulse.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
	/*background-size: contain;*/
    /*padding-left: 10px;*/

}

.modalClose {
    background-image: url('../../assets/image/close.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    float: right; 
    display: block; 
    height: 30px; 
    width: 30px;
    cursor: pointer;
}

.modalClose:hover {
    background-color: red;
}

.modalErase {
    background-image: url('../../assets/image/erase.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    float: right; 
    display: block; 
    height: 30px; 
    width: 30px;
    cursor: pointer;
}

.modalErase:hover {
    background-color: #00549d;
}

.modalBody {
    background-color: rgb(150,150,150);
    /*padding: 10px;*/
}



/* MODAL CUSTOM FINISH */



/* Selected Patient Section */
.selectedPatient {
	padding-left: 5px; 
	color: white;
	font-size: 12px;
    position: fixed;
    left: -300px;
    transition: left .25s ease-in-out;
    box-sizing: border-box;
    width: 300px;
    background-color: #155da1;
    top: 40px;
}

/* .k-separator {
    background-color: #535b6a !important;
} */

.report .k-button-group .k-tool {
    height: 1.5em !important;
}

.report .k-editor.k-header {
    background-color: #5a5a5a;
    box-shadow: none;
}

.report table.k-editor {
    border-color: #4d4d4d;
}

.report .k-editor-toolbar .k-tool {
    border-color: #5a5a5a;
}

.report .k-editor-toolbar {
    color: #d5d5d5;
}

span.generate-report {
    background-image: url('../../assets/image/genReport.png');
}

span.generate-addendum {
    background-image: url('../../assets/image/addendum.png');
}

span.sign-report {
    background-image: url('../../assets/image/signReport.png');
}

span.copy-report {
    background-image: url('../../assets/image/copyReport.png');
}

span.fax-report {
    background-image: url('../../assets/image/fax.png');
}

span.print-report {
    background-image: url('../../assets/image/printReport.png');
}

span.last-page {
    background-image: url('../../assets/image/prevPage.png');
}

span.next-page {
    background-image: url('../../assets/image/nextPage.png');
}

div.report-tools {
    width: 610px;
    margin: 0 auto;
    background-color: rgb(175,175,175);
    height: 30px;
}

span.report-button {
    width: 30px;
    height: 30px;
    margin-right: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    display: inline-block;
}

span.report-button:hover {
    background-color: #f7b330 !important;
}

#windows div.report-window {
    padding-top: 5px;
}

#windows div.report-window .k-overlay {
    display: none;
}

#windows div.k-widget.k-window a.k-link.k-state-hover {
    background-color: #f7b330 !important;
    background-image: none !important;
    color: #515967 !important;
    border: none;
}

#windows div.k-widget.k-window .k-state-hover > .k-icon {
    background-color: transparent !important;
}

/* div.control-center div.k-pager-wrap span.k-icon {
    margin-top: 8px;
} */

/* #windows div.k-widget.k-window,
#windows div.k-window-titlebar a.k-window-action {
    border-radius: 0 !important;
        opacity: 1 !important;
    display: inline-block;
} */

#windows div.k-window-titlebar div.k-window-actions.k-window-actions-custom a.k-window-action span.k-icon {
    text-indent: 0px;
}

#windows div.k-window-titlebar div.k-window-actions.k-window-actions-custom a.k-window-action span.k-icon.k-i-custom:before {
    content: "";
}

#windows div.k-window-titlebar.k-header {
    /*background-image: none !important;*/
    /*background-color: #004b8d;*/
    color: white !important;
    /*padding: 3px 0 10px 0;*/
    /*height: .7em;*/
    border-radius: 0;
} 

/* div.control-center div.k-pager-wrap span.k-icon {
    margin-top: 8px;
} */

/*.k-icon {
    opacity: 1 !important;
    background-image: url('../../assets/image/sprite.png') !important;
}*/


div.control-center {
    position: fixed;
    width: 800px;
    height: 600px;
    background-color: rgba(100,100,100,0.75);
    /* right: 23%; */
    top: 50px;
    transition: left .25s ease-in-out, opacity .25s ease-in-out;
    color: white;
    /* max-height: 0px */;
    overflow: hidden;
    z-index: -1;
    left: calc(50% - 400px);
    opacity: 0;
}

div.control-center.openSide {
    left: calc(50% - 250px);
}

div.control-center.open {
    max-height: 600px;
    overflow: initial;
    opacity: 1;
    z-index: 1;
}

div.control-center.layer {
    display: none;
}

div.control-center.openSub {
    top: 85px !important;
}

/* div.control-center label {
    display: inline-block;
    width: 60px;
    font-size: 14px;
} */

div.control-center ul {
    margin: 0;
    padding: 0;
}

/* div.control-center ul:not(.k-pager-numbers) li {
    line-height: 25px;
    height: 25px;
} */

div.control-center ul ul {
    float:  left;
}

div.control-center ul ul:nth-child(2) {
    width: 40%;
}

div.control-center ul ul:nth-child(3) {
    width: 60%;
}

div.control-center ul ul:nth-child(3) li {
    text-align: right;
}

div.control-center .event-select {
    padding: 15px;
}

div.control-center fieldset {
    border: 1px solid white;
}

div.control-center span.cc-count {
    width: 100%;
    display: block;
    padding: 0 20px;
    text-align: right;
    box-sizing: border-box;
    padding-bottom: 5px;
}

table.audit-data {
    font-size: 12px;
    margin-bottom: 25px;
    width: 100%;
}

table.audit-data th,
table.audit-data caption {
    text-align: left;
    font-weight: bold;
}

table.audit-data th,
table.audit-data td {
    width: 50%;
    padding-left: 20px;
}

table.audit-data tr {
    font-weight: 100;
}

input.sts,
select.sts {
    background-color: #ffc1ff;
}

.k-dropdown.acc,
input.acc,
select.acc {
    background-color: #cacaff;
}

div.report-area {
    text-align: center;
}

/*div.report-container {
     margin: auto;
     width: 940px !important;
     height: 1335px;
}*/

iframe.report-frame {
    height: calc(100% - 10px);
    width: 100%;
    /*box-shadow: 0 0 5px 2px lightgray*/;
    border: none;
    padding: 0 0 5px 5px;
}

canvas {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
    margin: 25px 0;
}

/*div.cke {
    display: none !important;
}*/

span.record-complete {
    width: 300px !important;
    line-height: 15px;
    height: 15px !important;
}

span.record-border {
    height: inherit !important;
    text-align: center;
    line-height: 14px;
    width: 150px !important;
    border: 1px solid white;
    box-sizing: border-box;
    position: relative;
}

span.record-label {
    width: auto !important;
    height: inherit !important;
}

span.record-width,
span.record-percent {
    position: absolute;
    margin: 0 !important;
    transition: width .1s linear;
    height: 13px !important;
}

span.record-width {
    background-color: green;
}

span.record-percent {
    z-index: 0;
    width: 100% !important;
}

button.dropin {
    background-image: url(../../assets/image/dropin.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
}

button.calc {
    background-image: url(../../assets/image/calculator.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 5px 5px 5px 25px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
}

button.calc-field {
    margin-left: 10px;
    background-position: center !important;
    padding: 14px;
    position: relative;
    top: -5px;
}

textarea.choicelist {
    resize: none;
}

span.auto-save {
    opacity: 0;
    height: 15px !important;
    width: 55px !important;
    transition: opacity .25s linear;
}

span.auto-save.show {
    opacity: 1;
}

span.auto-save span {
    display: inline-block;
}

input.time {
    width: 75px;
    box-sizing: border-box;
}

/* AUTO SAVE PROGRESS START */

.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* AUTO SAVE PROGRESS END */

.modalBody input,
.modalBody select {
    padding: 4px;
    border: 1px solid rgb(135,135,135);
}

.modalBody input[type="date"] {
    padding: 2px 4px;
}


.rule-content {
    padding: 15px;
}

.rule-content div.buttons {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.rule-content__message {

}

.rule-content__fields {
    margin: 10px 0;
}

.rule-content__fields li {
    padding: 6px 0;
}

.rule-content__fields label {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.rule-content .display-field {
    display: inline-block;
    margin-top: 2px;
}

.rule-content table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

.rule-content table tr > th {
    background-color: #b3efa0;
    background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(255, 255, 255, 0)));
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%);
    font-weight: normal;
}

.rule-content table td {
    background-color: rgb(255,255,255);
}

.rule-content table td.compare {
    font-size: 2em;
    text-align: center;
}

.rule-content table th,
.rule-content table td {
    border: 1px solid #ceced2;
    text-align: left;
    padding: 5px;
}

.filter-buttons {
    display: inline-block;
}

.filter-buttons span.button {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-color: #f7b330;
    text-align: center;
    padding: 3px 2px 1px 2px;
    margin-left: 7px;
}

.filter-buttons span.button.save {
    background-image: url('../../assets/image/saveEvent.png');
}

.k-dialog-centered {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 1280px) {
    .cp-form .container .widget ul.grid-container--inline {
      float: none;
      width: 100%;
    }
}
