/*#region CSS Reset */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*#endregion */

/*#region Defaults*/

html {
  height: 100%;
}
body {
  min-height: 100%;
}
h1 {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5em;
}
h2 {
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5em;
}
h3 {
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  line-height: 2em;
}
h4 {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.9em;
}
h5 {
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.8em;
}
h6 {
  font-size: 85%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.7em;
}
label {
  font-style: normal;
  font-weight: bold;
}
input[type="submit"] {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5em;
}
td > input[type="checkbox"] {
  width: initial;
}
.k-block.user-photo-container {
  padding: 0.2em;
  margin: 0.3em;
}
.k-block.user-photo-container > img {
  vertical-align: middle;
}
.empty-kendo-grid,
.empty-kendo-listview {
  text-align: center;
  padding: 2em 1em;
  font-weight: bold;
}
.empty-kendo-grid.error-message,
.empty-kendo-listview.error-message {
  color: red;
}
/*#endregion*/

/*#region Font */

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*#endregion*/

/*#region Single Attributes */

.radius0 {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.radius3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.hidden-visibility {
  visibility: hidden;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.height100 {
  height: 100%;
}
.height50 {
  height: 50%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width75 {
  width: 75%;
}
.width50 {
  width: 50%;
}
.width33_33 {
  width: 33.33%;
}
.width25 {
  width: 25%;
}
.center {
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-horizontal {
  display: table;
  margin: 0 auto;
}
.k-ie .center {
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.k-ie.k-ie8 .center,
.k-ie.k-ie8 .center-vertical {
  top: 5px;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
/*#endregion */

/*#region Main Content Containers/Wrappers */

body.k-block {
  padding: 0;
}
body.user-not-logged {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
header#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
/*#endregion */

/*#region Login Panel*/

.login-container.k-block {
  position: relative;
  /*border: 1px solid #222;*/
  -moz-box-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  padding: 1em;
  display: table;
  width: 100%;
}
.login-container h2 {
  text-align: center;
}
.login-container legend {
  display: none;
}
.login-container > section {
  display: table-cell;
  width: 50%;
}
#login-form-list-items li > label,
#login-form-list-items li > input,
#login-form-list-items li > .k-dropdown,
#login-form-list-items li > div,
#login-form-list-items > input {
  display: block;
  width: 70%;
  line-height: 2em;
  margin: 1em auto;
}
#login-form-list-items li > label {
  display: none;
}
#login-form-list-items > input {
  width: 50%;
  margin: 0.7em auto;
  margin-top: 1em;
}
#login-form-list-items .remember-checkbox-container {
  margin-top: 1em;
  text-align: center;
}
#login-form-list-items .remember-checkbox-container > input[type="checkbox"] {
  width: 2em;
}
.social .message-info {
  margin: 3.5em 2em;
}
#social-login-list {
  width: 80%;
  text-align: center;
  margin: 1.5em auto;
}
#social-login-list button {
  margin: 0.5em;
}
#social-login-list button > img {
  vertical-align: middle;
}
/*#endregion*/

/*#region Footer Panel*/

#footer {
  height: 60px;
  text-align: center;
}
/*#endregion*/

/*#region Wizards*/

#custom-wizard-form .wizard-step {
  display: none;
  /* Must be hidden to begin with, this is later changed by the javascript */

}
#custom-wizard-form .wizard-step ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#custom-wizard-form .wizard-step li {
  margin: 5px 0px;
}
#custom-wizard-form .wizard-step label {
  float: left;
  min-width: 100px;
  margin-right: 10px;
}
#custom-wizard-form .wizard-confirmation {
  display: none;
  /* Must be hidden to begin with, this is later changed by the javascript */

}
#custom-wizard-form .wizard-confirmation #validation-summary {
  margin: 25px 0px 0px;
  font-weight: bold;
  color: red;
}
#custom-wizard-form .wizard-nav {
  margin: 25px 0px 0px;
}
#custom-wizard-form .wizard-nav input[type="button"] {
  width: 100px;
}
/*#endregion*/

@media (max-width: 750px) {
  
}
@media (max-width: 1024px) {
  .main-content {
    /*margin-right:0;*/
    width: initial;
    margin-right: 0;
  }
  .main-right {
    margin-top: 1em;
    position: initial;
    width: initial;
  }
  .login-container.k-block {
    display: block;
  }
  .login-container > section {
    display: inline-block;
    width: 100%;
  }
  #login-form-list-items li > label,
  #login-form-list-items li > input,
  #login-form-list-items li > div,
  #login-form-list-items > input {
    width: 80%;
  }
  #login-form-list-items > input {
    width: 50%;
    margin: 0.5em auto;
    margin-top: 1.5em;
  }
  section#login-form {
    border-right: none;
    /*border-bottom: 1px solid;*/
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  #social-login-list {
    margin: 0.5em auto;
  }
}
/* Kendo Scheduler para os Horários */

div.scheduler-template {
  height: 100%;
  font-size: 12px;
}
.vex-fullscreen-box {
  text-align: center;
}
.vex-overlay {
  z-index: 9998;
}
.vex-content {
  z-index: 9999;
}
/* DISABLE EVENTS */

.microio-disable-events {
  pointer-events: none;
  cursor: default;
}
/* KENDO WINDOW ALERT BOX */

#alert-window {
  text-align: center;
}
#alert-window .conteudo-container {
  clear: both;
  text-align: left;
}
#alert-window .conteudo-container img.icon {
  vertical-align: middle;
  margin-right: 3%;
  float: left;
}
#alert-window .conteudo-container .text {
  padding-top: 5px;
}
#alert-window button {
  width: 20%;
  min-width: 100px;
}
/*************Error Overlay Numeration Button Kendo Grid***************/

.k-pager-wrap.k-grid-pager .k-pager-numbers {
  position: initial !important;
}
.k-pager-wrap.k-grid-pager .k-pager-sizes {
  padding-top: 3px !important;
}
/*#region Login */

#login-form .k-button:active,
#login-form .k-button:hover {
  background-color: #e74657 !important;
  border-color: #e74657 !important;
}
/*#endregion*/

