
canvas { display: block; z-index: -1; }

html, body, input, button, select, textarea, .input {
    color: #3c4858;
}

body.dash-page {
    background-color: #f9fafc;
}

body.modal-open #section-main, body.modal-open #cd-card, body.modal-open #section-header, body.card-open #section-main, body.modal-open .section-sidebar {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.btn.btn-blue {
    background-color: #1fb6ff;
    color: #fff;
    transition-duration: 150ms;
}

.btn.btn-blue:hover {
    background-color: #009EEC;
    color: #fff;
}

p, span, label {
    color: #8492a6;
    font-weight: 300;
}

.display-table {
    display: table;
    width: 100%;
}

.table-center {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.display-tableCell{
    display: table-cell;
}

.display-middle {
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

.posPinAll{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: table;
    width: 100%;    
}

.colHeader, .rowHeader {
    font-weight: 500;
}

/* Login components */

.login-main {
    position: fixed;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);  
}

.login-brand img {
    height: 60px;
    margin: 25px auto;
    vertical-align: middle;
    display: block;
}

.login-wrap {
    max-width: 500px;
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e0e6ed; 
    box-shadow: 0 2px 8px rgba(31,45,61,0.05);
    background: #fff;
    border-radius: 10px;
    padding: 40px;  
}

.login-header h4.login-title {
    margin-top: 0;
}

.login-header span {
    margin-bottom: 40px;
    display: block;
}

i.form-control-feedback {
    color: #d3dce6;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 24px;
}

input:focus+i {
    color: #1fb6ff;
}

.form-group.has-feedback.has-feedback-left input{
    height: 50px;
    margin-bottom: 20px;
    padding-left: 48px;
}

.form-group input.input-small {
    height: 33px;
    padding-left: 10px;
}

.form-group .bs-searchbox input{
    height: 25px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.form-group.has-feedback.has-feedback-left  input.input-xs{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 35px;
    margin-bottom: 0;
}

.has-feedback-left.input-xs i.form-control-feedback {
    color: #d3dce6;
    margin-top: 7px;
    margin-left: 2px;
    font-size: 20px;
    top: 0;
}

.login-body .forgot-password {
    margin-bottom: 20px;
}

#section-main {
    padding: 50px 0;
}

.container-fluid .inner-section {
    width: 100%;
    max-width: 100%;
}

.inner-section {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 1px 1px 0 rgba(31,45,61,0.05);
    border: 1px solid #e0e6ed;
    border-radius: 0;
    min-height: 50px;
    position: relative;
    background-color: #fff;
    max-width: 1000px;
}

.inner-section.inner-form {
    padding: 0;
    border-radius: 2px; 
}

.inner-section.inner-form.form-success {
    border-left: 3px solid #13ce66;
}

.section {
    position: relative;
}

.section-heading {
    border-bottom: 1px solid #e0e6ed;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #3c4858;
    font-weight: 300;
}

.section-heading span {
    font-size: 18px;
    color: #3c4858;
    font-weight: 300;
}

.items a.item {
    display: block;
}

.item {
    cursor: pointer;
}

.items .item.mix{
  display: none;
}

.gap {
    width: 100%;
    display: block;
}

.item-new .inner-section {
    background-color: transparent;
    border: 2px dashed #8492a6;
    cursor: pointer;
}

.item-new:hover .inner-section {
    border: 2px dashed #3c4858;
    transition-duration: 150ms;
} 

.item-new header {
    height: 233px;
    background-image: none;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;     
}

.item header {
    height: 150px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;    
}
.item header .form-aside, .item-new header .form-aside {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #3c4858;
}

.item header .form-aside img.brand-form {
    max-height: 35px;
    margin: auto;
}

.item header i, .item-new header i {
    font-size: 70px; 
    color: #8492a6;
}
.item-new:hover header i,
.item-new:hover header p {
    color: #3c4858;
    transition-duration: 150ms;
}
.item header p.new-form {
    color: #1fb6ff;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.cloud-form {
    color: #98a6ad;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.send-form {
    color: #7266ba;
    font-weight: 500;
    padding-top: 10px;    
}
.item header p.accepted-form {
    color: #13ce66;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.incorrect-form {
    color: #fad733;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.canceled-form {
    color: #f05050;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.open-form {
    color: #1fb6ff;
    font-weight: 500;
    padding-top: 10px;     
}
.item header p.close-form {
    color: #13ce66;
    font-weight: 500;
    padding-top: 10px;     
}
.item aside {
    height: 86px;
    border-top: 1px solid #e2e2e2;
    padding: 10px 26px 10px 14px;
    position: relative;    
}
.item aside h5 {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.item aside span {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.item .open-window {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 3;
}

.item .open-window .dropdown-toggle i {
    color: #cac9c9;
    font-size: 15px;    
}

/* Card components */

#cd-card {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  #cd-card {
    width: 100%;
    padding-top: 80px;      
    padding-bottom: 80px;      
  }
}
@media only screen and (min-width: 1200px) {
  #cd-card {
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#cd-card footer {
    background: rgba(255,255,255,.85);
    border-top: 1px solid #DBDCDE;
    z-index: 999;
    position: fixed;
    bottom: 0px;
    padding: 15px;
    width: 100%; 
    text-align: left;
}

#main-nav.speed-in {
  left: 0;
}

#cd-card {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-card.speed-in {
  right: 0;
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  cursor: pointer;
  z-index: 3;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

.card-header {
    padding: 0 15px;
}

#cd-card table input {
    text-align: center;
}

.card-content {
    padding: 15px;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Admin components */

.header-sidebar {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.section-heading.header-sidebar .menu {
   display: inline-block;
}

.section-heading.header-sidebar .menu span {
    font-size: 12px;
}

.header-sidebar .menu {
    display: block;
}

.header-sidebar .menu a {
    margin-right: 40px;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    color: #8492a6;
    font-weight: 400;
    transition-duration: 150ms;
}

.header-sidebar .menu a:hover {
    color: #3c4858;
}

.header-sidebar .menu a.active {
    color: #1FB6F5;
}

.header-sidebar fieldset {
  display: inline-block;
  vertical-align: top;
}

a.list-group-item::before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e684";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 22px;
    line-height: 14px;
    margin-top: -7px;
    color: #1FB6F5;
}

.list-group-item-icon {
    height: 43px;
    width: 43px;
    font-size: 33px;
    color: #8492a6;
}

.list-group-item-text {
    display: block;
}

.user-select {
    margin: 20% 0;
}

/* Switch buttons */

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 58px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}

/* Notifi alers */

.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}
.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
       -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
            box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}
.msg-info {
    border-color: #b8dbf2;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #ec8282;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}


/* Calendar */

span.fc-title, span.fc-time {
    color: #fff;
    font-weight: normal;
}

/* Sidebar admin */

#navbar-admin {
    z-index: 1;
}

#navbar-admin .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

#navbar-admin .navbar-nav > li:first-child > a {
    padding-left: 0;
}

#navbar-admin .navbar-nav > li:last-child > a {
    padding-right: 0;
}

/* table */
.tg-wrap {
    overflow: auto;
}

table .img-table {
    max-width: 150px !important;
}

.vertical-text div {
    writing-mode: lr-tb;
    -webkit-transform: rotate(90deg) ;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    text-align: left;
    bottom: 20px;    
}

.vheader {
	display:table-cell; 
	vertical-align:bottom
}


