﻿/*********************************************************/
/**************** Generic ********************************/
/*********************************************************/
html {
  position: relative;
  min-height: 100%;
  width:100%;
  height:auto;
}
body {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  width:100%;
  height: 100%;
  background-color:#fff;
}

a {
    cursor: pointer;
}

h1 {
  font-size: 23px;
}
h2 {
  font-size: 20px;
  margin-top: 25px;
}
h3 {
  font-size: 18px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.page-dashboard h3 {
  border-bottom: none;
}
.spacer {
  height: 10px;
  clear: both;
}
.divider-line {
  background: #ccc;
  height: 1px;
  margin: 20px 0;
}
.push-top {
  padding-top: 5px;
}
.padding-top-none {
  padding-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.main-contents table,
.main-contents .form-horizontal,
input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.btn-danger {
    color:#fff!important;
}

/*********************************************************/
/**************** Colour *********************************/
/*********************************************************/

/** Main **/
.page-main .wrapper-sub-menu {
  background: #00a3d9;
}
.page-main h1,
.page-main h2,
.page-main a {
  color: #00a3d9;
}
.page-main h1,
.page-main h2 {
  border-bottom: 1px solid #00a3d9;
}
.page-main .sub-nav .dropdown-menu {
  background: #00a3d9;
}
.page-main .sub-nav .dropdown-menu > li > a {
  color: #fff;
}
.page-main .sub-nav .dropdown-menu > li > a:hover, .page-main .k-group, .page-main .k-menu, .page-main .k-item  {
  background: #00a3d9!important;
}

.page-main .k-header, .page-main .k-state-hover{
      background: #00a3d9;
}

.page-main #sidebar-wrapper {
    border-right: solid 2px #00a3d9;
}

.page-main .k-header > .k-button,  .page-main .k-header > .k-button:focus {
     background: #00a3d9!important;
     border: none!important;
     box-shadow:none!important;
}

.page-main #topbar-open,
.page-main #topbar-open:hover,
.page-main #sidebar-collapse,
.page-main #sidebar-open  {
    background-color: #00a3d9!important;
}

.page-main input:focus {
    border:solid 2px #00a3d9!important;
}

.page-main .footer-copyright {
    color: #393939!important;
}

/** Dashboard **/
.page-dashboard .wrapper-sub-menu {
  background: #F4A610;
}
.page-dashboard h1,
.page-dashboard h2,
.page-dashboard a {
  color: #F4A610;
}
.page-dashboard h1,
.page-dashboard h2 {
  border-bottom: 1px solid #F4A610;
}

.page-dashboard .sub-nav .dropdown-menu > li > a:hover, .page-dashboard .k-group, .page-dashboard .k-menu, .page-dashboard .k-item  {
  background: #F4A610!important;
}

.page-dashboard .k-header, .page-dashboard .k-state-hover {
      background: #F4A610;
}

.page-dashboard #sidebar-wrapper {
    border-right: solid 2px #F4A610;
}

.page-dashboard #sidebar-collapse,
.page-dashboard #sidebar-open,
.page-dashboard #topbar-open,
.page-dashboard #topbar-open:hover {
    background-color: #F4A610!important;
}

.page-dashboard input:focus {
    border:solid 2px #F4A610!important;
}

.page-dashboard .footer-copyright {
    color: #F4A610!important;
}

/** Workflow **/
.page-workflow .wrapper-sub-menu {
  background: #ff5c26;
}
.page-workflow h1,
.page-workflow h2,
.page-workflow a {
  color: #ff5c26;
}
.page-workflow h1,
.page-workflow h2 {
  border-bottom: 1px solid #ff5c26;
}
.page-workflow .sub-nav .dropdown-menu {
  background: #ff5c26;
}
.page-workflow .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-workflow .sub-nav .dropdown-menu > li > a:hover, .page-workflow .k-group, .page-workflow .k-menu, .page-workflow .k-item  {
  background: #ff5c26!important;
}

.page-workflow .sub-nav .dropdown-menu > li > a:hover {
  background: #ff5c26;
}

.page-workflow .k-header, .page-workflow .k-state-hover {
      background: #ff5c26;
}

.page-workflow #sidebar-wrapper {
    border-right: solid 2px #ff5c26;
}

.page-workflow .footer-copyright {
    color: #ff5c26!important;
}

.page-workflow #sidebar-collapse,
.page-workflow #sidebar-open,
.page-workflow #topbar-open,
.page-workflow #topbar-open:hover {
    background-color: #ff5c26!important;
}

.page-workflow input:focus {
    border:solid 2px #ff5c26!important;
}

/** Files **/
.page-files .wrapper-sub-menu {
  background: #d90000;
}
.page-files h1,
.page-files h2,
.page-files a {
  color: #d90000;
}
.page-files h1,
.page-files h2 {
  border-bottom: 1px solid #d90000;
}
.page-files .sub-nav .dropdown-menu {
  background: #d90000;
}
.page-files .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-files .sub-nav .dropdown-menu > li > a:hover, .page-files .k-group, .page-files .k-menu, .page-files .k-item  {
  background: #d90000!important;
}

.page-files .sub-nav .dropdown-menu > li > a:hover {
  background: #d90000;
}

.page-files .k-header, .page-files .k-state-hover {
      background: #d90000;
}

.page-files #sidebar-wrapper {
    border-right: solid 2px #d90000;
}

.page-files #sidebar-collapse,
.page-files #sidebar-open,
.page-files #topbar-open,
.page-files #topbar-open:hover {
    background-color: #d90000!important;
}

.page-files input:focus {
    border:solid 2px #d90000!important;
}

.page-files .footer-copyright {
    color: #d90000!important;
}

/*Timesheets2*/
.page-timesheets .wrapper-sub-menu {
  background: #ee755d;
}
.page-timesheets h1,
.page-timesheets h2,
.page-timesheets a {
  color: #ee755d;
}
.page-timesheets h1,
.page-timesheets h2 {
  border-bottom: 1px solid #ee755d;
}

.page-timesheets .sub-nav .dropdown-menu > li > a:hover, .page-timesheets .k-group, .page-timesheets .k-menu, .page-timesheets .k-item  {
  background: #ee755d!important;
}

.page-timesheets .k-header, .page-timesheets .k-state-hover {
      background: #ee755d;
}

.page-timesheets #sidebar-wrapper {
    border-right: solid 2px #ee755d;
}

.page-timesheets #sidebar-collapse,
.page-timesheets #sidebar-open,
.page-timesheets #topbar-open,
.page-timesheets #topbar-open:hover {
    background-color: #ee755d!important;
}

.page-timesheets input:focus {
    border:solid 2px #ee755d!important;
}

.page-timesheets .footer-copyright {
    color: #ee755d!important;
}

/** Timesheets **/
.page-time .wrapper-sub-menu {
  background: #00c0c0;
}
.page-time h1,
.page-time h2,
.page-time a {
  color: #00c0c0;
}
.page-time h1,
.page-time h2 {
  border-bottom: 1px solid #00c0c0;
}
.page-time .sub-nav .dropdown-menu {
  background: #00c0c0;
}
.page-time .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-time .sub-nav .dropdown-menu > li > a:hover, .page-time .k-group, .page-time .k-menu, .page-time .k-item  {
  background: #00c0c0!important;
}

.page-time .sub-nav .dropdown-menu > li > a:hover {
  background: #00c0c0;
}

.page-time .k-header, .page-time .k-state-hover {
      background: #00c0c0;
}

.page-time #sidebar-wrapper {
    border-right: solid 2px #00c0c0;
}

.page-time #sidebar-collapse,
.page-time #sidebar-open,
.page-time #topbar-open,
.page-time #topbar-open:hover {
    background-color: #00c0c0!important;
}

.page-time input:focus {
    border:solid 2px #00c0c0!important;
}

.page-time .k-state-border-down {
    border:solid 2px #00c0c0!important;
}

.page-time .footer-copyright {
    color: #00c0c0!important;
}

/** Transactions **/
.page-transactions .wrapper-sub-menu {
  background: #00a3d9;
}
.page-transactions h1,
.page-transactions h2,
.page-transactions a {
  color: #00a3d9;
}
.page-transactions h1,
.page-transactions h2 {
  border-bottom: 1px solid #00a3d9;
}
.page-transactions .sub-nav .dropdown-menu {
  background: #00a3d9;
}
.page-transactions .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-transactions .sub-nav .dropdown-menu > li > a:hover, .page-transactions .k-group, .page-transactions .k-menu, .page-transactions .k-item  {
  background: #00a3d9!important;
}

.page-transactions .k-header, .page-transactions .k-state-hover {
      background: #00a3d9;
}

.page-transactions #sidebar-wrapper {
    border-right: solid 2px #00a3d9;
}

.page-transactions #sidebar-collapse,
.page-transactions #sidebar-open,
.page-transactions #topbar-open,
.page-transactions #topbar-open:hover {
    background-color: #00a3d9!important;
}

.page-transactions input:focus {
    border:solid 2px #00a3d9!important;
}

.page-transactions .footer-copyright {
    color: #00a3d9!important;
}


/** Accounting **/
.page-accounting .wrapper-sub-menu {
  background: #85b200;
}
.page-accounting h1,
.page-accounting h2,
.page-accounting a {
  color: #85b200;
}
.page-accounting h1,
.page-accounting h2 {
  border-bottom: 1px solid #85b200;
}

.page-accounting .sub-nav .dropdown-menu > li > a:hover, .page-accounting .k-group, .page-accounting .k-menu, .page-accounting .k-item  {
  background: #85b200!important;
}

.page-accounting .k-header, .page-accounting .k-state-hover {
      background: #85b200;
}

.page-accounting #sidebar-wrapper {
    border-right: solid 2px #85b200;
}

.page-accounting #sidebar-collapse,
.page-accounting #sidebar-open,
.page-accounting #topbar-open,
.page-accounting #topbar-open:hover {
    background-color: #85b200!important;
}

.page-accounting input:focus {
    border:solid 2px #85b200!important;
}

.page-accounting .footer-copyright {
    color: #85b200!important;
}

/** Marketing **/
.page-marketing .wrapper-sub-menu {
  background: #868695;
}
.page-marketing h1,
.page-marketing h2,
.page-marketing a {
  color: #868695;
}
.page-marketing h1,
.page-marketing h2 {
  border-bottom: 1px solid #868695;
}
.page-marketing .sub-nav .dropdown-menu {
  background: #868695;
}
.page-marketing .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-marketing .sub-nav .dropdown-menu > li > a:hover, .page-marketing .k-group, .page-marketing .k-menu, .page-marketing .k-item  {
  background: #868695!important;
}

.page-marketing .sub-nav .dropdown-menu > li > a:hover {
  background: #868695;
}

.page-marketing .k-header, .page-marketing .k-state-hover {
      background: #868695;
}

.page-marketing #sidebar-wrapper {
    border-right: solid 2px #868695;
}

.page-marketing #sidebar-collapse,
.page-marketing #sidebar-open,
.page-marketing #topbar-open,
.page-marketing #topbar-open:hover {
    background-color: #868695!important;
}

.page-marketing input:focus {
    border:solid 2px #868695!important;
}

.page-marketing .footer-copyright {
    color: #868695!important;
}

/** Payroll **/
.page-payroll .wrapper-sub-menu {
  background: #3c6f09;
}
.page-payroll h1,
.page-payroll h2,
.page-payroll a {
  color: #3c6f09;
}
.page-payroll h1,
.page-payroll h2 {
  border-bottom: 1px solid #3c6f09;
}
.page-payroll .sub-nav .dropdown-menu {
  background: #3c6f09;
}
.page-payroll .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-payroll .sub-nav .dropdown-menu > li > a:hover, .page-payroll .k-group, .page-payroll .k-menu, .page-payroll .k-item  {
  background: #3c6f09!important;
}

.page-payroll .sub-nav .dropdown-menu > li > a:hover {
  background: #3c6f09;
}

.page-payroll .k-header, .page-payroll .k-state-hover {
      background: #3c6f09;
}

.page-payroll #sidebar-wrapper {
    border-right: solid 2px #3c6f09;
}

.page-payroll #sidebar-collapse,
.page-payroll #sidebar-open,
.page-payroll #topbar-open,
.page-payroll #topbar-open:hover {
    background-color: #3c6f09!important;
}

.page-payroll input:focus {
    border:solid 2px #3c6f09!important;
}

.page-payroll .footer-copyright {
    color: #3c6f09!important;
}

/** Contacts **/
.page-contacts .wrapper-sub-menu {
  background: #8a8a7b;
}
.page-contacts h1,
.page-contacts h2,
.page-contacts a {
  color: #8a8a7b;
}
.page-contacts h1,
.page-contacts h2 {
  border-bottom: 1px solid #8a8a7b;
}
.page-contacts .sub-nav .dropdown-menu {
  background: #8a8a7b;
}
.page-contacts .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-contacts .sub-nav .dropdown-menu > li > a:hover, .page-contacts .k-group, .page-contacts .k-menu, .page-contacts .k-item  {
  background: #8a8a7b!important;
}

.page-contacts .sub-nav .dropdown-menu > li > a:hover {
  background: #8a8a7b;
}

.page-contacts .k-header, .page-contacts .k-state-hover {
      background: #8a8a7b;
}

.page-contacts #sidebar-wrapper {
    border-right: solid 2px #8a8a7b;
}

.page-contacts #sidebar-collapse,
.page-contacts #sidebar-open,
.page-contacts #topbar-open,
.page-contacts #topbar-open:hover {
    background-color: #8a8a7b!important;
}

.page-contacts input:focus {
    border:solid 2px #8a8a7b!important;
}

.page-contacts .footer-copyright {
    color: #8a8a7b!important;
}

/** Reporting **/
.page-reporting .wrapper-sub-menu {
  background: #4c3b57;
}
.page-reporting h1,
.page-reporting h2,
.page-reporting a {
  color: #4c3b57;
}
.page-reporting h1,
.page-reporting h2 {
  border-bottom: 1px solid #4c3b57;
}
.page-reporting .sub-nav .dropdown-menu {
  background: #4c3b57;
}
.page-reporting .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-reporting .sub-nav .dropdown-menu > li > a:hover, .page-reporting .k-group, .page-reporting .k-menu, .page-reporting .k-item  {
  background: #4c3b57!important;
}

.page-reporting .sub-nav .dropdown-menu > li > a:hover {
  background: #4c3b57;
}

.page-reporting .k-header, .page-reporting .k-state-hover {
      background: #4c3b57;
}

.page-reporting #sidebar-wrapper {
    border-right: solid 2px #4c3b57;
}

.page-reporting #sidebar-collapse,
.page-reporting #sidebar-open,
.page-reporting #topbar-open,
.page-reporting #topbar-open:hover {
    background-color: #4c3b57!important;
}

.page-reporting input:focus {
    border:solid 2px #4c3b57!important;
}

.page-reporting .footer-copyright {
    color: #4c3b57!important;
}

/** Search & Manage **/
.page-search-manage .wrapper-sub-menu {
  background: #ff52ae;
}
.page-search-manage h1,
.page-search-manage h2,
.page-search-manage a {
  color: #ff52ae;
}
.page-search-manage h1,
.page-search-manage h2 {
  border-bottom: 1px solid #ff52ae;
}
.page-search-manage .sub-nav .dropdown-menu {
  background: #ff52ae;
}
.page-search-manage .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-search-manage .sub-nav .dropdown-menu > li > a:hover, .page-search-manage .k-group, .page-search-manage .k-menu, .page-search-manage .k-item  {
  background: #ff52ae!important;
}

.page-search-manage .sub-nav .dropdown-menu > li > a:hover {
  background: #ff52ae;
}

.page-search-manage .k-header, .page-search-manage .k-state-hover {
      background: #ff52ae;
}

.page-search-manage #sidebar-wrapper {
    border-right: solid 2px #ff52ae;
}

.page-search-manage #sidebar-collapse,
.page-search-manage #sidebar-open,
.page-search-manage #topbar-open,
.page-search-manage #topbar-open:hover {
    background-color: #ff52ae!important;
}

.page-search-manage input:focus {
    border:solid 2px #ff52ae!important;
}

.page-search-manage .footer-copyright {
    color: #ff52ae!important;
}

/** Setup **/
.page-setup .wrapper-sub-menu {
  background: #994db6;
}
.page-setup h1,
.page-setup h2,
.page-setup a {
  color: #994db6;
}
.page-setup h1,
.page-setup h2 {
  border-bottom: 1px solid #994db6;
}
.page-setup .sub-nav .dropdown-menu {
  background: #994db6;
}
.page-setup .sub-nav .dropdown-menu > li > a {
  color: #fff;
}

.page-setup .sub-nav .dropdown-menu > li > a:hover, .page-setup .k-group, .page-setup .k-menu, .page-setup .k-item  {
  background: #994db6!important;
}

.page-setup .sub-nav .dropdown-menu > li > a:hover {
  background: #994db6;
}

.page-setup .k-header, .page-setup .k-state-hover {
      background: #994db6;
}

.page-setup #sidebar-wrapper {
    border-right: solid 2px #994db6;
}

.page-setup #sidebar-collapse,
.page-setup #sidebar-open,
.page-setup #topbar-open,
.page-setup #topbar-open:hover {
    background-color: #994db6!important;
}

.page-setup input:focus {
    border:solid 2px #994db6!important;
}

.page-setup .footer-copyright {
    color: #994db6!important;
}


/*********************************************************/
/**************** Header *********************************/
/*********************************************************/
.wrapper-top {
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  line-height: 38px;
}

.user-info .btn-group {
  margin-left: 5px;
}
.user-info .btn-default {
  background: transparent;
  border: none;
}
.user-info .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}

.wrapper-main-menu {
  background: #fcfcfc;
}



/********** Navigation ************/
#navigation {
  float: right;
  margin: 15px 0;
}
#navigation ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul li {
  float: left;
  min-width: 100px;
  text-align: center;
  margin: 0 1px 0 0;
  padding: 0;
}
#navigation ul li a {
  /*border-radius: 7px;*/
  color: #fff;
  display: block;
  opacity: 0.75;
  padding: 15px 10px;
}
#navigation ul li a:hover {
  text-decoration: none;
  opacity: 1.0;
}
#navigation ul li a.active {
  background: url("../Images/active-main-menu.png") bottom center no-repeat;
  display: block;
  opacity: 1.0;
}
#navigation ul li a.menu-dashboard { background-color: #f4a610; }
#navigation ul li a.menu-workflow { background-color: #ff5c26; }
#navigation ul li a.menu-files { background-color: #d90000; }
#navigation ul li a.menu-timesheets { background-color: #ee755d; }
#navigation ul li a.menu-time { background-color: #00c0c0; }
#navigation ul li a.menu-transactions { background-color: #00a3d9; }
#navigation ul li a.menu-accounting { background-color: #85b200; }
#navigation ul li a.menu-payroll { background-color: #3c6f09; }
#navigation ul li a.menu-contacts { background-color: #8a8a7b; }
#navigation ul li a.menu-marketing { background-color: #868695; }
#navigation ul li a.menu-reporting { background-color: #4c3b57; }
#navigation ul li a.menu-search { background-color: #ff52ae; }
#navigation ul li a.menu-setup { background-color: #994db6; }


.menu-generic {
  background: url('../images/icons-main-menu.png') no-repeat;
  width: 28px;
  height: 24px;
  display: block;
  margin: 0 auto 6px auto;
}
.menu-generic.dashboard { background-position: 0 0; }
.menu-generic.files { background-position: -28px 0; }
.menu-generic.accounting { background-position: -56px 0; }
.menu-generic.profile { background-position: -84px 0; }
.menu-generic.marketing { background-position: -112px 0; }
.menu-generic.search { background-position: -140px 0; }
.menu-generic.setup { background-position: -168px 0; }

.menu-generic.payroll { background-position: -196px 0; }
.menu-generic.time { background-position: -224px 0; }
.menu-generic.transactions { background-position: -252px 0; }
.menu-generic.contacts { background-position: -280px 0; }
.menu-generic.reporting { background-position: -308px 0; }
.menu-generic.workflow { background-position: -336px 0; }


/*************** Sub-navigation *************************/
.wrapper-sub-menu {
  min-height: 10px;
}
.sub-nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-nav > li {
  float: left;
  margin: 0;
  padding: 0;
}
.sub-nav > li > a {
  color: #fff;
  line-height: 32px;
  border-left: 1px solid #fff;
  padding: 0 10px;
}
.sub-nav > li:first-child > a {
  padding-left: 0;
  border: none;
}

.sub-nav .dropdown-menu {
  left: auto;
}

.dropdown-menu {
    z-index:100000!important;
}

/****************************FlipClock**********************/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  white-space: nowrap;
  font-size : 0.35em;
  -webkit-user-select: none; 
}

.flip-clock-meridium {
   background: none;
   box-shadow: 0 0 0 !important;
   font-size: 2em;
   color: rgb(49, 51, 51); }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  margin: 11em 0em 5em 0em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  display: inline-block;
  margin: 0.20em;
  width: 2.9em;
  height: 4.1em;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 4.3em;
  border-radius: 0.5em;
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 4.3em;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 12em;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.05%;
  font-size: 1.9em;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 4%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 0.12em;
  border-bottom-right-radius: 0.12em;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 0.02em 0.05em #000;
  text-align: center;
  background-color: #333;
  border-radius: 0.08em;
  font-size:  1.7em; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  display: inline-block;
    position: relative;
    width: 1.7em;
    height: 9em; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
   display: block;
   background: rgb(50, 52, 52);
   width: 0.9em;
   height: 0.9em;
   position: absolute;
   border-radius: 50%;
   left: 0.45em;
   box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5); }

.flip-clock-divider .flip-clock-label {
  position: absolute;
    top: -1.5em;
    right: -4.5em;
    font-size: 200%;
    color: black;
    text-shadow: none;}

.flip-clock-divider.minutes .flip-clock-label {
  right: -5em; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -5em; }

.flip-clock-dot.top {
  top: 2.7em; }

.flip-clock-dot.bottom {
  bottom: 2.7em; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*********************************************************/
/*************** Custom contents *************************/
/*********************************************************/
.block-generic {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-full {
  width: 100%;
}

.callout {
  padding: 10px 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout-work {
  border-left-color: #5bc0de;
}
.callout-personal {
  border-left-color: #f0ad4e;
}
.callout-phone {
  border-left-color: #d9534f;
}

.callout-myprofile {
    border-left-color: #00c0c0;
}

h4 {
  border-bottom: 1px solid #999;
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
}

.well-file-note {
  position: relative;
}
.btn-show-hide {
  position: absolute;
  top: 0;
  right: 0;
}
.well-file-note h3 {
  margin-top: 0;
  padding-top: 0;
}
/*********************************************************/
/********************* Form ******************************/
/*********************************************************/
.form-horizontal .control-label {
  text-align: left;
}
.k-textbox, k-numerictextbox  {
    height:40px!important;
    border-radius:0px!important;
}

.form-group {
    padding-left:15px;
    padding-right:15px;
}

.well-horizontal {
  float: left;
  width: 100%;
  padding: 9px;
}
.well-horizontal.accounting {
  background: #e0f8da;
  border: 1px solid #c5f7b9;
}
.well-horizontal .form-group {
  margin-bottom: 0;
}
.well-horizontal h4 {
  border-bottom: none;
}
.input-dollar {
  display: inline-block;
  width: 85%;
}
.inline-value {
  line-height: 34px;
  font-weight: bold;
}

.table-accounting th {
  background: #f9d9dc !important;
  border: 1px solid #f4c5c9 !important;
}

/** Placeholder **/
.form-control::-moz-placeholder {
  color: #bbb;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}

#signuppage {
    background-color: rgba(250, 214, 165, 0.8);
    margin-top:25px;
    padding-top:20px;
    border-radius:10px;
}

.welcome-user > span {
    width:250px;
}

#signToLogin {
    float:left;
    margin-left:30px;
    margin-top:30px;
}

#forgotToLogin {
    float:left;
}

#signupForm > form > div.col-md-12 {
    background-color: transparent;
}

.progressBar {
    margin-top:30px;
}

#BankDetails, #PDetails, #CDetails {
   display:none;
}

.file-icon {
        display: inline-block;
        float: left;
        width: 100px;
        height:80px;
    }
  
    #photoUpload .file-heading {
        font-family: Raleway;
        font-size: 1.1em;
        font-weight:bold;
        display: inline-block;
        float: right;
        width: 450px;
        margin: 0 0 0 20px;
        height: 25px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
  
    #photoUpload .file-name-heading {
        font-weight: bold;
    }
  
    #photoUpload .file-size-heading {
        font-weight: normal;
        font-style: italic;
    }
  
    li.k-file .file-wrapper .k-upload-action {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .file-wrapper > h4 {
        border:none!important;
    }

    li.k-file div.file-wrapper {
        position: relative;
        height: 75px;
    }

    .k-upload {
        background-color:lightgray!important;
        border:0!important;
    }

/*********************************************************/
/**************** Footer *********************************/
/*********************************************************/
.wrapper-footer {
  background: #F7F7F7;
  border-top: 1px solid #c3c3c3;
  /* sticky footer */
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-copyright {
  font-size:12px;
  font-weight: 500;
  margin: 5px 0;
}

/*************Side menu************/
#top-menu {
    display:none;
    max-height: 40px;
    z-index: 100000;
}

#top-menu div {
    max-height: 40px;
}

#sub-menu {
    height: 30px;
    display:none;
    z-index: 10000;
}

#side-bar {
    display:none;
    background-color:#fff;
    height:calc(100vh - 188px);
    text-align:center;
    border-right: solid 2px #00a3d9;
    z-index: 1000;
}

#main-menu {
    display:none;
    z-index: 10000;
}

#main-page {
    width: 100% !important;
    padding:0;
}

#calendar {
    width: 100% !important;
    padding:0;
}

.heightzero {
    height: 0px;
    padding: 0px;
}

.backgroundImage {
    width:100%;
    height:auto;
    background-image: url("../../Images/city-dark.jpg");
    background-size:     cover;  
    background-repeat:   no-repeat;
    background-position: center center;  
    /*-webkit-filter: blur(10px);
    filter: blur(10px);*/
}

/*
    city-evening.jpg  #005566,#A2B9A0,#CCC99D,#4A4941
    city-dark.jpg  #8899AA,#AABBCC,#EEDDCC,#DDB8B6,#CCAAAA
    desert.jpg #AADD99,#EEDD88,#EEAA77,#998888,#665555
*/

/*************Side menu************/

#main-page {
    padding-left: 250px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color:#fff
}

#main-page.toggled {
    padding-left: 0;
}

#main-page.toggled #sidebar-wrapper {
    width: 0!important;
    padding:0;
}

#page-content-wrapper {
    position: relative;
}

#page-content-wrapper {
    text-align: center;
    padding-right: 0;
}

#main-page.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

#sidebar-wrapper {
    padding: 8px 20px 8px 20px;
    margin-left: -250px;
    left: 250px;
    width: 250px!important;
    position: fixed!important;
    height: 100%;
    top:181px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease 0s;
    display:none;
    background-color:#fff;
    color: #fff!important;
    text-align:center;
    z-index: 1000;
    overflow-x: hidden;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar-collapse {
    position:relative;
    float:left;
    left:40px;
    border:0;
    outline: none;
    padding:0;
    font-size:25px;
    height:25px;
}

#sidebar-wrapper > h2 {
    transition: all 0.4s ease 0s;
    padding-left:10px;
}

#sidebar-wrapper.top-toggled {
    top:70px!important;
}

#sidebar-collapse:focus, #sidebar-collapse:active {
    border:0;
}

#CreateTimeEntry, #UpdateTimeEntry {
    display:none;
}

#startTimer, #stopTimer, #resetTimer {
    padding-left: 6px;
    padding-right: 6px;
}

#sidebar-open {
    display:none;
    float:left;
    position:relative;
    left: 170px;
    bottom:0;
    border:0;
    color: #fff!important;
    outline: none;
    padding:0;
    font-size:25px;
    height:25px;
}


#topbar-open {
    position:relative;
    float:none;
    text-align:center;
    left:68px;
    bottom:0;
    height:30px;
    border:0;
    color: #fff!important;
    outline: none;
    padding:0;
    font-size:40px;
}

#topbar-open.button-toggled > span {
    top:-12px;
    text-shadow:none;
}

#topbar-open.sidebar-toggled > span {
 
    text-shadow:none;
}

#main-menu {
    transition: max-height 0.4s ease-in, opacity 0.4s ease-in;
    max-height: 200px;
    opacity:1;
}

#main-menu.top-toggled {
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity:0;
    max-height: 0;
    padding:0;
}

#main-menu.hide-main {
    overflow:hidden;
}


/*******************Login****************/

#loginpage {
    position: fixed!important;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    text-align: center;
    font-size: 40px;
    font-weight:bold;
}

#loginpage h1,
#loginpage h2 {
  color: #00a3d9;
  font-size: 40px;
}
#loginpage h1,
#loginpage h2 {
  border-bottom: 2px solid #00a3d9;
}

#loginButton, 
#signupButton {
    width : 100%;
    margin-top: 10px;
    font-weight:bold;
    background-color: #00a3d9;
    text-align:center;
}

#loadingCircle {
    position: relative;
    left:-99%;
    top:-20%;
    width: 300%;
    z-index: -9999;
}

#Loginfields {
    position:absolute;
    top:120px;
    left: -65px;
    width:450px;
    text-align:center;
}

#forgotPass {
    padding-top: 10px;
    font-size:20px;
}

.bold-label {
    font-weight:bold!important;
    font-size:18px;
}

.text-danger {
    font-size:18px;
}

.form-control:focus {
    border: 2px solid #00a3d9!important;
}

/*#UserName:focus, #Password:focus {
    border: 2px solid #00a3d9;
}*/



#RememberMe, #payrollCheck, #timesheetCheck {
    height: 20px;
    width: 20px;
}

.text-danger > ul > li {
    display:block;
}

#FirmDbName {
    /*padding-left: 25%;*/
}

#loginpage .btn, #signuppage .btn, #forgotPassBlock .btn {
    border-color:#fff;
    background-color: #8899AA!important;
}

/*******************************Sign up*****************************/
#profileCompleteness div {
    background-color: #00a3d9;
    border-color: #00a3d9;
}

.k-list > .k-item , k-list-container {
    background-color: #fff!important;
}

.k-list> .k-state-focused {
    background-color: #00a3d9!important;
}

.progressBar, .submitButtonConatiner {
    height:100px!important;
}


.optional-buttons {
    position:absolute;
    border:2px solid #d90000;
    width: 100%;
    padding-right:10px;
    height:90px;
    top:-23px;
}
.optional-buttons > h4 {
    color:#d90000;
    width:100px;
    position:absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%) translateY(40%);
    border:none;
    background-color: rgb(170,187,204, 0.4);
}

#signupForm .k-upload-button {
    background:#eee!important;
}

/******************************Sub Menu*****************************/
#Menu {
    padding-left:24px;
    height:30px;
    color: white;
    position:relative;
    transition: top 0.01s linear ;
    top: 0;
}

#Menu.top-toggled {
    transition: top 1.5s linear;
    position:relative;
}

.menu_color_white {
    color: white;
}

#Menu .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.k-menu {
    border: none;
}

span .k-icon .k-i-arrow-s {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    color: white;
}

.k-menu.k-header {
    background-image: none;
    background-color: none;
}

.k-menu .k-item {
    height:30px;
    /*background-color: #00a3d9;*/
}

.k-item > .k-link {
    padding: 7px 15px 7px 15px!important;
}

.k-group {
    /*background-color: #00a3d9!important;*/
}

#scheduler > .k-scheduler-toolbar .k-link {
    background-color:#00a3d9;
    border-color: #00a3d9;
}

.k-scheduler .k-header li {
    background-color:#00a3d9!important;
    border-color: #00a3d9!important;
}

.k-scheduler .k-header .k-state-selected  {
    border-bottom-color: #3f51b5!important;
}

/**********************My Profile**********************/

#myprofilepage input, #myprofilepage .k-dropdown {
    border:solid 2px #868695;
}

#myprofilepage .k-datepicker .k-select {
    border-right:solid 2px #868695!important;
    border-top:solid 2px #868695!important;
    border-bottom:solid 2px #868695!important;
    height:36px;
}

mrprofileForm {

}

/******************************HOME****************************/
#homePage h1 {
    border:0;
}

/********************************UserMapping******************/
.userMapping p {
    text-align: left;
}
.userMapping span.glyphicon {
    font-size: 2em;
}
.userMapping .btn-lsw {
    font-size: 14px;
    font-weight: 500;
    padding: 0.8em;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

/**********************************Forgot Password****************/
#forgotPassBlock {
    position:absolute;
    top:150px;
    padding: 20px 100px 50px 100px;
    background-color: rgba(250, 214, 165, 0.8);
    border-radius:30px;
}

#loadingCircle {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#forgotPassword {
    color:#393939;
}

/*********************************TimeSheets************************/

#timeSheetPage .k-button, #archivedSheetPage .k-button {
    background-color:#ee755d;
    border-color:#ee755d;
    float:left;
    color:#fff;
}

#resetGrid, #saveGrid {
    float:right!important;
}

#timeSheetList, #archivedSheetList {
    font-size:12px;
}

#timeSheetList .k-filtercell[data-field="TransDate"] {
    display:none;
}

#timeSheetList .k-filtercell .k-dropdown, #archivedSheetList .k-filtercell .k-dropdown {
    display:none;
}

#timeSheetList .k-filtercell>span, #archivedSheetList .k-filtercell>span {
    padding-right:0;
}

#timeSheetPage .k-checkbox+.k-checkbox-label:before, #timeSheetPage .k-checkbox:checked+.k-checkbox-label:before {
    background-color:#fff;
    border:none;
    color: black;
    margin-left:5px;
}
#timeSheetPage .k-checkbox+.k-checkbox-label:after {
    display:none;
}

#Timesheetboxes {
    display:inline-block;
    margin-top:10px;
}

#TimesheetDatepickers .k-datepicker {
    margin-right:10px;
}

#TimesheetDatepickers {
    display:inline-block;
}

.billedRow {
	background-color: #c4e5fc;
}
.k-alt.billedRow {
	background-color: #c4e5fc!important;
}

#boxcolour {
    display:inline-block;
    background-color: #c4e5fc;
    width:30px;
    height:15px;
    margin-left: 30px;
}

#boxcolourLabel {
    display:inline-block;
}

#timeSheetList .k-header.k-grid-toolbar {
     border-color: #ee755d; 
}

.k-grid-Archive {
    height:36px;
}

#myprofilepage .k-numeric-wrap .k-select {
    display:none;
}

#myprofilepage .k-numeric-wrap {
    padding-right:0;
}

#PayrollRoleID, #TimesheetRoleID {
    display:none;
}


#payprofileform  #EmploymentCategory {
}

#payprofileform .input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

#payprofileform  #Forextending {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
}
/*#forSavingbutton{
    position: relative;
    top: 100px;
    left: 0px;
}*/
#payprofileform  #Saveclose {
    background-color: #3b97d1;
    border-color: #3b97d1;
}

#payprofileform #checkboxforitem {
    width: 30px; /*Desired width*/
    height: 30px; /*Desired height*/
}


#payprofileform #Radioboxforitem {
    width: 30px !important;
    height: 30px !important;
}

#payprofileform  #TFNYes, #TFNNo {
    width: 30px !important;
    height: 30px !important;
}

#payprofileform  div.k-window {
    border-width: 1px;
}

    #payprofileform  #end {
    color: white;
}

#payprofileform .k-autocomplete, #payprofileform  .k-colorpicker, #payprofileform .k-combobox, #payprofileform .k-datepicker, #payprofileform .k-datetimepicker, #payprofileform .k-dropdown, #payprofileform  .k-numerictextbox, #payprofileform .k-selectbox, #payprofileform  .k-textbox, #payprofileform  .k-timepicker, #payprofileform .k-toolbar #payprofileform .k-split-button {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
    border-width: 0;
    vertical-align: middle;
}


/*SignupPopup*/
.popupOverlaySignup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.popupOverlaySignup:target {
  visibility: visible;
  opacity: 1;
}

.popupSignup {
  margin: 200px auto;
  padding: 20px;
  background: #ee755d;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 2s ease-in-out;
}

.popupSignup h2 {
  margin-top: 0;
  color: #eee;
  width: 100%;
  border-bottom:0;
}
.popupSignup .closeSignupPopup {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.popupSignup .closeSignupPopup:hover {
  color: #eee;
}
.popupSignup .contentSignupPopup {
  max-height: 30%;
  overflow: auto;
    color: #eee;

}

.contentSignupPopup .btn {
    margin-top: 10px;
}

@media screen and (max-width: 700px){
  .popupSignup{
    width: 70%;
  }
}

#loginLogo {
    width:377px;
    height:100px;
}

#signupLogo {
    width:377px;
    height:100px;
}


#loginLogoimg {
    width:100%;
    height:100%;
}


#cometLogoForgot {
    width:170px;
    height:45px;
    text-align:center;
    margin-right:90px;
    display:inline-block;
}

#logo {
    margin: 25px 0 0 0;
}

#cometLogoSignup {
    text-align:center;
    margin-right:110px;
    width:377px;
    height:100px;
}

#logoMain {
    width:277px;
    height:60px;
}

/* CSS Loader */
.loader {
    border: 6px solid grey; /* Light grey */
    border-top: 6px solid blue; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;

      /*display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;*/

    /*position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    /*width: 100px;
    height: 100px;
    background-color: blue;*/

    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background-color: orange;
    z-index: 1000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}