/* =Reset
-----------------------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.4;
  width: 100%;
  background: #fff;
  overflow: hidden;
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-osx-font-smoothing: grayscale; 
  -webkit-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a,
input,
textarea,
select {
  outline: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  margin: 1em 0;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =Fonts
-----------------------------------------------------------------------------*
*/
@font-face {
  font-family: 'dax';
  src: local('dax-regular'), local('dax-regular'), url('../fonts/dax/daxregular-webfont.woff2') format('woff2'),
         url('../fonts/daxregular-webfont.woff') format('woff'),
  font-weight: 100;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
/* =Buttons
-----------------------------------------------------------------------------*/
.btn, button, input[type="button"] {
  display: inline-block;
  vertical-align: top;
   font-family: 'dax', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  white-space: nowrap;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  /*background:url(../images/buttons-bg.svg);*/
  background-color: #52a5f1;
  background-size: 100%;
  background-position: 50%;
}
.btn[outline],
button[outline] {
  padding: 0 31px;
  background: none;
  border: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
#test:focus {
background-color: #19A3FF;}
/* === forms === */
/* === forms === */
.form-group{
  width: 100%;
  margin: 30px 0;
  position: relative;
}

input::after,
input::before,
 {
  box-sizing: border-box;
}
#login-form .form-item.stacked {
    margin-bottom: 15px;
}
 #login-form .form-item.stacked input{
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
 }
#login-form .form-item.stacked label{
  color: #999;
  margin: 13px 0 0 20px;
  position: absolute;
}
#login-form .form-item.checkbox.stacked label{
  color: #ffffff;
  margin: 15px 0 0 0;
}

#login-form input[type="checkbox"] {
    width: auto !important;
    padding: 0 !important;
    margin: 0;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
#login-form .text-right.small {
    text-align: right;
}
#login-form .text-right.small a {
  color: #64909C;
  display: block;
  margin-top: 55px;
}
.form-group input, #login-form input, .loopui-table input, .loopui-table select, .loopui-form input[type="text"], .loopui-form input[type="date"], .loopui-form select, .loopui-form input[type="password"]{
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  line-height: 2.3rem;
  padding: 5px 8px;
  width: 100%;
}
.loopui-table input, .loopui-table select{
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #ccc;
}
.loopui-filter{
  float: right;
}
.loopui-table-buttons{
  float: left;
  display: inline-flex;
}
.loopui-table-buttons a{
  margin-right: 10px;
}
.loopui-table{
  padding-top: 20px;
}
.loopui-pagination{
  clear: both;
  padding-top: 20px;
  padding-bottom: 70px;
}
.pagination-counter{
  float: left;
}
.pagination-list{
  float: right;
}
.loopui-form input[type="text"], .loopui-form input[type="password"], .loopui-form input[type="date"]{
  /*padding: 0px 10px;*/
  vertical-align: middle;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;  
}
.loopui-form .form-item {
    display: flex;
    flex-wrap: wrap;
}
.loopui-form .form-item div {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    /*padding-right: 100px;*/
}


.card h1{
  padding-top: 50px;
  margin: 0;
  color: #193760;
}
.card .form.loopui-form {
    padding-top: 40px;
}
.card .loopui-form .form-item {
    display: flex;
    flex-wrap: wrap;
}
.card .form .form-item {
    margin-bottom: 18px;
}
.card .loopui-form .form-item div {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 20px;
}
.card .form label {
    font-size: 18px;
    color: #111;
    font-weight: normal;
    display: block;
}
.card .form label:last-child {
    color: #777;
}
label.loopui-word-count.text-right {
    font-size: 100% !important;
}
.card .loopui-messaging textarea{
  padding: 10px;
}
.card .loopui-form .stacked label {
    width: 100%;
    padding-top: 0;
}
.card .loopui-form .stacked input[type="email"], .loopui-form .stacked input[type="number"], .loopui-form .stacked input[type="search"], .loopui-form .stacked input[type="text"], .loopui-form input[type="date"], .loopui-form .stacked input[type="tel"], .loopui-form .stacked input[type="url"], .loopui-form .stacked input[type="password"], .loopui-form .stacked select, .loopui-form .stacked textarea {
    width: 100% !important;
    display: inline-block;
}

.form-group input:focus,
.form-group input:valid,
.form-group input.has-value {
  color: #000000;
}

.form-group input:focus{
  outline: none;
}
.input-shadow::after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    content: "";
    height: 50%;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 80%;
    z-index: -1;
}
/**/
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
  color: rgb(25, 55, 96);
}
.radio .outer {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin: 10px -10px 10px 0px;
  border: 3px solid rgb(25, 55, 96);
  border-radius: 50%;
  background-color: transparent;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 17px;
  height: 17px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 4.7px;
  border-radius: 50%;
  background-color: rgb(25, 55, 96);
  opacity: 0;
}
.radio input[type='radio'] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer { border: 3px solid rgb(25, 55, 96); }

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: rgb(25, 55, 96);
}


/* =Layout
-----------------------------------------------------------------------------*/
.container{
  background-image: url(../images/dot_pattern.png);
  height: 100%;
  position: absolute;
  width: 100%;

}
.content{
  display: table-cell;
  position: relative;
  width: auto;
  height: 100%

}
.welcome-note{
  color: #b495ce;
  font-size: 20px;
  margin: 80px 0 0;
}
/*messagebox*/
.messagebox-wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1300;
  /*background-color: #3fa9f5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);*/
}
.messagebox {
    /*padding: 70px 20px 0;*/
}
.messagebox-wrapper.splash{
  position: absolute;
  right: 20px;
  width: 26%;
  top: 20px;
}
.messagebox .msg{
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  min-height: 110px;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
}
.messagebox .msg-icon{
  font-size: 8.125em;
  overflow: hidden;
  position: absolute;
  right: -25px;
  top: -16px;
  color: #3c79dd;
}
.messagebox .msg-content{
  color: #999;
  padding: 35px 90px 20px 15px;
}
.messagebox .btn{
  background-color: #f7534e;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 10px;
  min-width: 30px;
}
.messagebox .ac-icon-close{
  cursor: pointer;
  font-size: 0.875em;
  position: absolute;
  margin-left: 11px;
}
.msg-btn-wrapper{
  padding: 20px 10px 10px 10px;
}

.full-messagebox {
    top: 0;
}
.messagebox-inner {
    font-size: 18px;
    margin: 32% 30px 0;
    text-align: center;
}
.delete-msgbox {
    color: #ffffff;
    font-size: 55px;
}

.welcome.view .btn{
  margin: 0 20px;
}
.login-warp {
  max-width: 500px;
  min-height: 180px;
  margin: 153px auto;
  border: 1px solid #64909C;
  padding: 55px 0;
  border-radius: 8px;
}

#login-form {
  /*background: #044d88;*/
  padding: 15px 10%;
  border-radius: 10px;
}
div [center-txt]{
  text-align: center;
}
.description{
  font-size: 20px;
  text-align: center;
}

.left-side-menu-panel {
  display: table-cell;
  position: relative;
  width: 24;
  height: 100%;
  box-sizing: border-box;
}
.detail i.icon{
  font-size: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
/**/
.header_main {
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
  height: 75px;
}
.header_main::after, #header_main::before {
  content: " ";
  display: table;
}
.header_main::after {
    clear: both;
}
.header_main::after, #header_main::before {
  content: " ";
  display: table;
}
.header_main::after {
  clear: both;
}
.header_main .search {
  display: inline-block;
  height: 55px;
  margin-top: 3px;
  vertical-align: top;
  width: 45%;
}
.header_main .right{
  display: inline-block;
  height: 55px;
  vertical-align: top;
  margin:  7px 0;
  width: 40%;
  text-align: right;
}
.right .btn{
  background-color: #d00449;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
}
.search{
  background-color: transparent;
}
.search input[type='search']{
  background-color: rgba(255, 255, 255, 0.16);
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  margin: 5px 20px;
  padding: 10px 30px 10px 20px;
  width: 60%;
}
.search .ivet-search{
  color: rgba(143, 80, 195, 1);
  font-size: 22px;
  margin: 0 0 0 -55px;
  vertical-align: sub;
}
.search button{
  font-size: 16px;
  height: auto;
  line-height: 38px;
  margin: 7px 0 0 61px;
  padding: 0 16px;
}
/**/
.page_content{
  background-image: url("../images/dot_pattern.png");
  bottom: 0;
  padding: 0 65px;
  position: absolute;
  right: 0;
  top: 0;
}
.page_content.dashboard{
  left: 0;

}
.sidebar_main.filter{
  background-color: rgb(25, 55, 96);
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.7);
}
.page_content .card{
  background-color: #C8E3EA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: calc(100% - 160px);
  padding: 0 50px;
  width: calc(100% - 100px);
  overflow-y: auto;
}
.card .quick-search, .card .advanced-search{
  width: 100%; 
  float:left;
}
.quick-search .actions{
  color: rgb(25, 55, 96);
  font-size: 20px;
  padding: 25px 0 0;
}
.quick-search .actions .items{ 
  float:left; 
  text-align:center;
  margin: 0 40px;
}
.quick-search .actions .items img{
  cursor: pointer;
  height: 80px;
}
/*dashboard*/
.card .time-filters-panel{
  width:266px; 
  float:left;
  min-height:100px; 
  font-size:16px; 
  margin-top:50px;
}
.card .right-data-panel{
  width:70%; 
  float:left; 
  margin: 22px 0 15px 0; 
  font-size:16px;
  width: calc(100% - 266px);
}
.dashboard .actions{
  width: 1185px; 
  margin: 0 auto; 
  text-align: center;
  padding: 70px 0 0 0;
}
.dashboard .actions .title{
  display: block;
  text-align: left;
  margin-left: 15px;

}
.dashboard .actions .items{
  float:left; 
  text-align:center;
  width: 207px;
  background-color: #eff7fc;
  height: 150px;
  margin: 15px;
  padding: 30px 0;
  color: #1F4A56;
  border: 1px solid #B7D6DE;
}
.dashboard .actions .items span{
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .actions .items .icon{
  font-size: 60px;
}
.dashboard .actions .items:hover{
  box-shadow: 0px 0px 9px #3261AE;
  border-radius: 4px;
}
.fields {
  border: 1px solid #bfccd4;
  border-radius: 3px;
  margin: 10px 0;
  padding: 20px;

}
.fields:focus{
  /*border:1px solid #54a4f1;*/
  box-shadow: 0 1px 5px #54a4f1;
}
.advanced-search .in-row{
  width: 49%;
  float: left;
}
.fields.full {
  width: 100%;
}
.advanced select.fields{
  width: 45%
}
.advanced-search .title{
  color: #a3a3a3;
  font-size: 18px;
  padding-right: 35px;
  text-align: right;
}
.page_content .panel-2{
  width: 50%; 
  height: 100%;
  overflow: hidden;
}
.page_content .panel-3{
  width: 50%; 
  height: 100%;
  overflow: hidden;
}
.page_content .panel-3 .info{
  padding: 45px 35px 0;
}
.history .ivet-visitor-outline{
  color: #746397;
  font-size: 140px;
}
.history .nuv{
  font-size: 50px;
  font-weight: 100;
}
.history .in-out-no,
.history .purpose-no{
  font-size: 25px;
  font-weight: 100;
}
.history .bar {
  border-bottom: 1px solid #614de4;
  display: block;
  margin: 15px auto;
  width: 25%;
}
.reports .ivet-reports {
  font-size: 250px;
  margin-top: 55px;
  display: block;
}
.reports{
  background-color: #cedef8;
  color: #614de4;
  font-weight: 100;
  font-size: 30px;
  cursor: pointer;
}
.history{
  background-color: #e7effc;
}
.history .visits{
  cursor: pointer;
}
.list.all{
  background-color: #ecd2ff;
}
.now{
}
.now:hover,
.history:hover,
.reports:hover{
  /*border:2px solid #614de4;*/
}
.user_bar {
  padding: 20px 0;
}
.user_bar .ivet-add-visitor{
  font-size: 45px;
  vertical-align: middle;
  cursor: pointer;
  color: #29ABE2;
  background-color: #ffffff;
  border-radius: 100%;
}
.user_name{
  color: #694b89;
  font-size: 20px;
  margin-right: 80%;
}
.detail .title{ 
  color: #54a4f1;
  font-size: 16px; 
  font-weight: bold;
  text-transform: uppercase;
}
.detail .info-blocks{
  width:25%; 
  float:left;
  min-height:100px;
  margin-top:50px;
}
.detail .info-blocks li{
  padding: 15px 0;
}
.detail i.icon{
  font-size: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
.list{
  background-color: #efedfb;
}
.list ul li{
  padding: 10px 32px 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.list ul li.active{
  background-color: #ffffff; 
}
.list ul li:hover{
  background-color: #ffffff;
}
.list ul li span{
  display: inline-block;
}
.list .name{
  width:65%;
}
.list .time{
  color: #614DE4;
}
.list .ivet-time{
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.name{
  font-size: 20px;
  text-transform: capitalize;
}
.list .item{
  border-bottom:1px solid #d6d5db;
  padding: 0 0 15px;
}
li.no_data{
  display: none;
}

/**/
.sidebar_main {
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  bottom: 0;
  height: 100%;
  /*left: -240px;*/
  position: fixed;
  top: 75px;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 450px;
  /*z-index: 1204;*/
  padding: 40px 20px 20px;
}
.top_section .current{
  display: inline-block;
  line-height: 1.2;
}
.top_section .ivet-time{
  color: #614ce5;
  font-size: 120px;
  display: inline-block;
  vertical-align: top;
  margin-top: -11px;
}
.top_section .ivet-time-thin{
  color: #614ce5;
  font-size: 120px;
  display: inline-block;
  vertical-align: top;
  margin-top: -11px;
}
.top_section .time,
.top_section .in-now{
  font-size: 35px;
}
.top_section .bar{
  border-bottom: 1px solid #614ce5;
  margin: 30px 0 0 24px;
  display: block;
  width: 86%;
}
.top_section .visit-numbers{}
.header_main ._logo {
  float: left;
  margin: 9px 0 1px;
  padding: 10px 20px 0 0;
}
.header_main .menus{
  min-width: 155px; 
  float: right;
  height: 75px;
}
.header_main .menus ul a li{
  float: left;
  padding: 18px 20px;
  cursor: pointer;
  color: #e4f1f9;
}
.header_main .menus ul a li:hover{
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.header_main .menus ul a li.active{
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.breakdown{
  padding: 20px 35px;
  font-size: 22px;
}
.breakdown li{
  padding: 15px 0;
  cursor: pointer;
}
.breakdown .icon{
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
}
.breakdown .ivet-Group{
  font-size: 40px;
  margin-top: -4px;
}
.sidebar_main, .sidebar_main *, .sidebar_main *::after, .sidebar_main *::before, .sidebar_main::after, .sidebar_main::before {
    box-sizing: border-box;
}
.sidebar_main ul.submenu_section{
  background-color: rgba(255, 255, 255, 0.04);
}
.sidebar_main .menu_section ul > li .radio .outer{
  margin-left: 20px;
}
.sidebar_main .menu_section ul {
  margin: 0;
}
.sidebar_main .menu_section ul > li {
  margin: 0;
}
.sidebar_main .menu_section ul,
.sidebar_main .menu_section ul > li {
    list-style: outside none none;
    padding: 0;
}
.sidebar_main .menu_section > ul > li > a {
  color: rgba(255, 255, 255, 0.39);
  display: block;
  font-size: 20px;
  overflow: hidden;
  padding: 20px 65px;
}
.sidebar_main .menu_section > ul > li.menu:hover,
.sidebar_main .menu_section > ul > li > a.menu:hover{
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
}
.sidebar_main .menu_section > ul > li.selected{
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.sidebar_main .menu_section > ul > li > a.active{
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}
.datepicker_section.hg-hide{
  opacity: 0;
}
.datepicker_section{
  margin: -15px 0 0;
  padding: 0 20px;
  opacity: 1;
}
.datepicker_section ._btn{
  padding: 0 0 15px;
  text-align: right;
}
.datepicker_section button{
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
  line-height: 1;
}
.datepicker_section .ivet-insert_invitation{
  font-size: 20px;
  margin-top: -23px;
  position: absolute;
  right: 20px;
}
.badge{
  background: #ea1e63 none repeat scroll 0 0;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  margin: 2px 0 0 0;
  padding: 1px 5px;
  position: absolute;
  right: 65px;
}
.list .ivet-In{
  color: #39b54a;
}
.list .ivet-Out{
  color: #ea1e63;
}
.list .ivet-In, .list .ivet-Out{
  font-size: 35px;
  margin-top: -17px;
  position: absolute;
  right: 31px;
}
.list .ivet-Waiting{
  color: #441271;
  font-size: 35px;
  margin-top: -17px;
  position: absolute;
  right: 20px;
}
.watermark{
  bottom: 0;
  height: 230px;
  position: absolute;
  right: 0;
}
.visitor-in{
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
}
.conatiner {
  display: flex;
  height: 100%;
  margin: 0 auto;
  width: 80%;
}
.visitor-icon{
  color: #633E86;
  display: inline-block;
  font-size: 200px;
  margin-top: 185px;
  width: 30%;
  height: 250px;
  text-align: center;
}
.visitor-in .visitor-form{
  display: inline-block;
  width: 50%;
  margin: 105px 0;
}
.visitor-in .form-group .control-label,
.visitor-in .form-group input:focus ~ .control-label{
  color: #633E86;
}
.visitor-in .form-group{
  margin: 18px 0;
}
.visitor-in .form-group input:focus,
.visitor-in .form-group input:valid,
.visitor-in .form-group input.has-value {
  color: #999999;
}
.visitor-in .radio-btn{
  font-size: 18px;
  margin-top: -20px;
}
.visitor-in .radio .inner{
  width: 14px;
  height: 14px;
}
.visitor-in .radio .outer{
  width: 20px;
  height: 20px;
}
.visitor-in .field-right{
  width: 90%;
  padding-left: 50px;
}
.visitor-in i.icon {
    font-size: 25px;
    position: absolute;
    color: #633E86;
    margin-top: -24px;
}
.visitor-in .section-title{
  font-size: 20px;
  color: #633E86;
  font-weight: normal;
}
.seperator{
  width: 1px;
  background-color: #999;
  height: 380px;
  margin: 130px 95px 0 0;
}
.visitor-in .btn[outline],
.visitor-in button[outline] {
  padding: 0 31px;
  background: none;
  border: 1px solid rgba(143, 80, 195, 1);
  color: rgba(143, 80, 195, 1);
}
.visitor-in .ivet-clear{
  cursor: pointer;
  font-size: 35px;
  margin-top: 35px;
  position: absolute;
  right: 130px;
  color: #d00449;
}
/*
Pikaday
Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*Fade in/out animation */
.fade.ng-enter,
.fade.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.fade.ng-enter {
    opacity: 0;
}
.fade.ng-enter-active {
    opacity: 1;
}
.fade.ng-leave {
    opacity: 1;
}
.fade.ng-leave-active {
    opacity: 0;
}
/*Fade in/out animation */

.pop.ng-enter,
.pop.ng-leave {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pop.ng-enter {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pop.ng-enter-active,
.pop.ng-leave,
.pop.ng-leave-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pop.ng-leave-active {}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    background-color: #ffffff;
}

.pika-lendar {
    float: left;
    width: 316px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #00;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 90%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #ffffff;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #aa4196;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 50%;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #aa4196;
    box-shadow: none;
    border-radius: 50%;
}

.is-endrange .pika-button {
    color: #fff;
    background: #aa4196;
    box-shadow: none;
    border-radius: 50%;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: rgba(143, 80, 195, 1);
    box-shadow: none;
    border-radius: 50%;
}
/*scrollbar*/
.ngscroll-scrollbar-container{
  background: transparent !important;
  border-radius: 0 !important;
}
.ngscroll-scrollbar{
  border-radius: 0 !important;
}
/* =Receptionist
-----------------------------------------------------------------------------*/
/* =Loader
-----------------------------------------------------------------------------*/
.preloader{
  height: 100%;
  padding-top: 25%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #e91e63;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/**/

.table, .loopui-table table{
  border: 1px solid #8FADB5;
  color: #666666;
  float: left;
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.table td, .loopui-table td{
  padding: 6px 10px;
}
.table .ng-table-header, .loopui-table th{
  padding: 10px;
  text-align: left;
}
.table > tbody > tr:nth-of-type(2n+1), .loopui-table table > tbody > tr:nth-of-type(2n+1){
  background: rgba(200, 227, 234, 0.33);
}
.text-right {
  text-align: right;
}

.qs{
  margin: 15px 0;
}
.reports-dashboard .qs{
  cursor: pointer;
}
.fa-info-circle {
  background: url(../images/details.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.fa-envelope {
  background: url(../images/envelope.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
}
.fa-edit {
  background: url(../images/edit.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
}
.fa-print {
  background: url(../images/print.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
}
.fa-users {
  background: url(../images/group.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
}
.fa-settings {
  background: url(../images/settings2.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2px;
}
.fa-trash-o {
  background: url(../images/link.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2px;
}
.fa-sort {
  background: url(../images/sort.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-top;
}
.fa-sort-alpha-asc {
  background: url(../images/sort-asc.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-top;
}
.fa-sort-alpha-desc {
  background: url(../images/sort-desc.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-top;
}
.fa-line-chart{
  background: url(../images/pie-chart.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.fa-money{
  background: url(../images/banknote.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.menus ul{
  float: left;
}
nav.options {
  /*width: 95px;*/
  float: left;
  text-align: right;
  /*padding: 7px 0;*/
  /*background: #54a4f1;*/
  font-size: 18px;
  position: relative;
}
nav.options a{
  color: #FFF;
}
a:hover{
  text-decoration: none;
}
.pagination {
  display: inline-block;
  background: #fff;
  border-left: 1px solid #8FADB5;
  border-top: 1px solid #8FADB5;
  border-bottom: 1px solid #8FADB5;
  padding: 5px 0;
  margin: 0;
}
.pagination li {
  display: inline;
}
.pagination li > span {
  background-color: #8FADB5;
  border-color: #8FADB5;
  color: #444;
  padding: 8px 12px;
  border-right: 1px solid #8FADB5;
}
.pagination li > a {
  padding: 8px 12px;
  border-right: 1px solid #8FADB5;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #8FADB5;
  border-color: #8FADB5;
  color: #fff;
  cursor: default;
  z-index: 2;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8FADB5;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.right-float{
  float: right !important;
}
.iv-dropdown{
  border-radius: 3px;
  box-shadow:  0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
  min-width: 180px;
  opacity: 1;
  padding: 9px 0;
  text-align: left;
  position: absolute;
  z-index: 9999;
  top: 50px;
}
.iv-dropdown ul{
  list-style-type: none;
}
.iv-dropdown ul li{
  color: #444;
  font-size: 1em;
  height: 40px;
  opacity: 1;
  padding: 8px 24px 0;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  transition: opacity 1s ease-in-out;
}
.iv-dropdown ul li:hover{
  background-color: #f4f4f5;
}
.drop-right{
  right: 40px;
  transform-origin: right top 0;
}
.iv-dropdown.ng-hide{
  max-width: 240px;
  transform: scale(0);
  padding: 0;
  opacity: 0;
}
.iv-dropdown.ng-hide ul li{
  opacity: 0;
}
.settings{
  right: 92px;
  top: 65px;
}
.suggest-name {
  background-color: #ffffff;
  border-bottom: 1px solid #bfccd4;
  border-left: 1px solid #bfccd4;
  border-radius: 0 0 3px 3px;
  border-right: 1px solid #bfccd4;
  color: #999;
  display: block;
  margin-top: -14px;
  padding: 15px;
  position: relative;
  z-index: 15;
}
.suggest-name li{
  cursor: pointer;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
  color: #255bbd;
}

/**
 * angular-fancy-modal - the definitive modal/popup/dialog solution for AngularJS.
 * @author Alessandro Arnodo
 * @url http://alessandro.arnodo.net
 * @version v0.1.4
 * @link https://github.com/vesparny/angular-fancy-modal
 * @license MIT
 */
body.fancymodal-open {
  overflow: hidden; }

.fancymodal,
.fancymodal *,
.fancymodal *:before,
.fancymodal *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancymodal {
  position: absolute;
 /* top: 0;
  right: 0;*/
 /* bottom: 0;
  left: 0;*/
  z-index: 1105;
  width: 100%;
}
.fancymodal .fancymodal-overlay {
/*  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/ 
}
.fancymodal .fancymodal-content-opening {
  -webkit-animation: fancymodal-in 0.5s;
  animation: fancymodal-in 0.5s; 
}
.fancymodal .fancymodal-content-closing {
  -webkit-animation: fancymodal-out 0.5s;
  animation: fancymodal-out 0.5s; 
}
.fancymodal .fancymodal-overlay-opening {
  -webkit-animation: fancymodal-fadeIn 0.5s;
  animation: fancymodal-fadeIn 0.5s; 
}
.fancymodal .fancymodal-overlay-closing {
  -webkit-animation: fancymodal-fadeOut 0.5s;
  animation: fancymodal-fadeOut 0.5s; 
}

@-webkit-keyframes fancymodal-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fancymodal-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fancymodal-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes fancymodal-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes fancymodal-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fancymodal-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fancymodal-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fancymodal-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*loopui css*/
.loopui-simple-dashboard a, .loopui-simple-dashboard li {
    display: inline-block;
    width: 207px;
    max-width: 207px;
    min-height: 124px;
    margin: 0 22px 20px 0;
    border: 1px solid #f2f2f2;
    background: #B0C4DE;
    border-radius: 3px;
    text-align: center;
    color: #000033;
    overflow: hidden;
    text-decoration: none;
    padding: 30px 10px;
    font-size: 12px;
    flex-grow: 1;
    flex-basis: 270px;
}

.loopui-simple-dashboard img{
  height: 85px;
  display: block;
  clear: both;
  max-width: 100%;
}

.loopui-form button.button.primary {
  margin-right: 10px;
}
#login-form .loopui-form button.button.primary {
  background-color: #64909C;
  color: #fff;
  margin-top: 50px;
  min-width: 135px;
  border-radius: 20px;
}

/*media queries*/
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  table { 
      width: 100%; 
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  th { 
    display: none;
  }
  
 /* tr { border: 1px solid #ccc; }*/
  
  td { 
    /* Behave  like a "row" */
    border: none; 
    position: relative;
    padding-left: 50%; 
    text-align: right;
  }

  td:before { 
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
     float: left;
  
    padding-right: 10px; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-label);

    color: #000;
    font-weight: bold;
  }
  .page_content{
    padding: 0 10px 24px 10px;
  }
  .page_content .card{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  .pagination-list{
    float: none;
    text-align: center;
  }
  .pagination-counter{
    float: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 35px;
  }
  .loopui-pagination{
    position: relative;
  }
  .card h1{
    font-size: 18px;
    padding: 25px 25px 20px 15px;
  }
  .card .form.loopui-form{
    padding-top: 10px;
  }
  .card .loopui-form .form-item input{
    margin-bottom: 10px;
  }
  .card .loopui-form .form-item input[type="file"]{
    margin-top: 10px;
  }
  .loopui-filter{
    float: left;
    padding: 15px 15px 0 15px;
  }
  .loopui-table input{
    width: 100px;
  }
  .loopui-table select{
    width: 100px;
  }
  .btn, button, input[type="button"]{
    font-size: 16px;
  }
  .loopui-table{
    padding: 0;
  }
  .loopui-table-buttons{
    padding: 0 15px 20px;
  }
  .loopui-form .form-item{
    display: block;
  }
  .card .loopui-form .form-item{
    display: block;
    padding: 0 20px;
  }
  .card .loopui-form .form-item div{
    padding-right: 0;
  }
  .header_main .menus ul li{
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .loopui-simple-dashboard{
    padding: 0 0 0 15px;
  }
  .loopui-simple-dashboard a, .loopui-simple-dashboard li{
    margin: 0 12px 12px 0;
    width: 150px;
    float: left;
  }
  .login-warp{
    margin-top: 45px;
  }
  .login-warp .logo img{
    height: 50px !important;
  }
  .form-group input, #login-form input, .loopui-table input, .loopui-table select, .loopui-form input[type="text"], .loopui-form input[type="date"], .loopui-form select{
    line-height: 0;
    padding: 10px 8px;
    border-radius: 10px;
  }
  .loopui-form-viewmode .form-item.stacked label:first-child{
    font-size:12px;
   }
  .loopui-form-viewmode .form-item.stacked label:last-child{
    font-size:14px;
    margin-bottom:15px;
  }
}
/*icons*/
.fa-edit:before {
  /*content: "\e914";
  font-family: 'ivet-icons';*/
}

.visitor_image{
  float:left; 
  width:300px; 
  margin-right:80px
}
#preview{
  background-color: #193760; 
  background-image: url("../images/dot_pattern.png");
  float: left;
  text-align: center;
}
#preview .logo {
    height: 40px;
    margin-top: 50px;
    margin-bottom: 25px;
}
#preview .visittype{
  width: 100%; 
  /*margin-top: 50px;*/
  color: #0b8ed6;
  font-size: 12px;
  text-align: center;
}
#preview .visittype .buttons{
  /*width: 70px; 
  height: 70px;*/
  display: inline-block;
}
.button-1{
    background-color: #ef524f;
    color: #fffcfc;
}
.button-2{
    background-color: #48a4dc;
    color: #fffcfc;
}
#preview .returnviaitor {
  border-radius: 2px;
  background-size: 60px;
  width: 70%;
  text-transform: capitalize;
  font-size: 14px;
  margin: 40px 0 0 0;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
#preview .goingout {
  border-radius: 2px;
  background-size: 60px;
  width: 70%;
  text-transform: capitalize;
  font-size: 14px;
  margin: 30px 0 0 0;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
#preview .staff {
    border-radius: 2px;
    background-size: 60px;
    width: 70%;
    text-transform: capitalize;
    font-size: 14px;
    margin: 30px 0 0 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
#preview input {
    background-size: 40px;
    width: 240px;
    background-color: #ffffff;
    padding: 9px 20px 9px 38px;
    border: none;
    margin-top: 40px;
}
select.select {
  padding: 12px 4px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
}
.loopui-table .loopui-advanced-filter input{
  width:100%;
  display:block;
  height: 35px;
  margin: 0;
  line-height: 35px;
}
.card .form.loopui-form textarea {
  min-height: 100px;
  padding: 10px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #dfdfdf;
}

/** For Toggle Switch **/
input.toggleswitch {
  display: none;
}
input.toggleswitch:checked ~ .toggle {
  background: #38b449;
  left: 20px;
  transition: .5s;
}
input.toggleswitch:checked ~ .switch {
  background: #9ecbb0;
  transition: .5s;
}

.switch {
  display: block;
  width: 40px;
  height: 17px;
  background: #939393;
  border-radius: 20px;
  position: absolute;
  top: 0;
  transition: .5s;
}

.toggle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -4px;
  left: -8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  transition: .5s;
}

.toggle_container{
  display: inline-block !important;
  width: 45px !important;
  height: 20px;
  text-align: center;
  position: relative;
  margin-right: 45px;
}

.loopui-day, .loopui-year {
    max-width: 80px !important;
    float: left;
}

.loopui-month {
    max-width: 120px;
    float: left;
    padding: 13px 0;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 48.44px;
    margin: 0 2px;
}
/** End of Toggle Switch **/