/*
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);
*/
/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
  url('/assets/fonts/source-sans-pro-v9-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'),
  url('/assets/fonts/source-sans-pro-v9-latin-200italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-200italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
  url('/assets/fonts/source-sans-pro-v9-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'),
  url('/assets/fonts/source-sans-pro-v9-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
  url('/assets/fonts/source-sans-pro-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'),
  url('/assets/fonts/source-sans-pro-v9-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
  url('/assets/fonts/source-sans-pro-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'),
  url('/assets/fonts/source-sans-pro-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/source-sans-pro-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'),
  url('/assets/fonts/kaushan-script-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
  url('/assets/fonts/kaushan-script-v4-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*! 
 *   AdminLTE v1.2
 *   Author: AlmsaeedStudio.com
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 !*/
/*
    Core: General style
----------------------------
*/
html,
body {
  overflow-x: hidden!important;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  background: #f9f9f9;
}
.forceshow{
    display: initial!important;
}
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Layouts */
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Header */
body > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
  min-height: 100%;
  display: block;
}
/*right side - contins main content*/
.right-side {
  background-color: #f9f9f9;
  margin-left: 220px;
  position:relative;
  min-height:600px;
}
/*left side - contains sidebar*/
.left-side {
  position: absolute;
  width: 220px;
  top: 0;
}
@media screen and (min-width: 992px) {
  .left-side {
    top: 50px;
  }
  /*Right side strech mode*/
  .right-side.strech {
    margin-left: 0;
  }
  .right-side.strech > .content-header {
    margin-top: 0px;
  }
  /* Left side collapse */
  .left-side.collapse-left {
    left: -220px;
  }
}
/*Give content full width on xs screens*/
@media screen and (max-width: 992px) {
  .right-side {
    margin-left: 0;
  }
}
/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
    */
    body.fixed > .header,
    body.fixed .left-side,
    body.fixed .navbar {
      position: fixed;
    }
    body.fixed > .header {
      top: 0;
      right: 0;
      left: 0;
    }
    body.fixed .navbar {
      left: 0;
      right: 0;
    }
    body.fixed .wrapper {
      margin-top: 50px;
    }
    /* Content */
    .content {
      padding: 20px 15px;
      background: #f9f9f9;
      /*overflow: auto;*/
    }
    /* Utility */
    /* H1 - H6 font */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
      font-family: 'Source Sans Pro', sans-serif;
    }
    /* Page Header */
    .page-header {
      margin: 10px 0 20px 0;
      font-size: 22px;
    }
    .page-header > small {
      color: #666;
      display: block;
      margin-top: 5px;
    }
    /* All images should be responsive */
    img {
      max-width: 100% !important;
    }
    .sort-highlight {
      background: #f4f4f4;
      border: 1px dashed #ddd;
      margin-bottom: 10px;
    }
    /* 10px padding and margins */
    .pad {
      padding: 10px;
    }
    .margin {
      margin: 10px;
    }
    /* Display inline */
    .inline {
      display: inline;
      width: auto;
    }
    /* Background colors */
    .bg-red,
    .bg-redtrue,
    .bg-yellow,
    .bg-aqua,
    .bg-blue,
    .bg-light-blue,
    .bg-green,
    .bg-navy,
    .bg-teal,
    .bg-olive,
    .bg-lime,
    .bg-orange,
    .bg-fuchsia,
    .bg-purple,
    .bg-maroon,
    .bg-black {
      color: #f9f9f9 !important;
    }
    .bg-gray {
      background-color: #eaeaec !important;
    }
    .bg-black {
      background-color: #333 !important; /*222222*/
    }
    .bg-niceblue {
      background-color: #66A6B7 !important;
    }
    .bg-red {
      background-color: #f56954 !important;
    }
    .bg-redtrue {
      background-color: #DF0101 !important;
    }
    .bg-yellow {
      background-color: #f39c12 !important;
    }
    .bg-aqua {
      background-color: #00c0ef !important;
    }
    .bg-blue {
      /*background-color: #0073b7 !important;*/
      background-color: #66A6B7 !important;
    }
    .bg-light-blue {
      background-color: #3c8dbc !important;
    }
    .bg-green {
      background-color: #00a65a !important;
    }
    .bg-navy {
      background-color: #001f3f !important;
    }
    .bg-teal {
      background-color: #39cccc !important;
    }
    .bg-olive {
      background-color: #6ba6b0 !important; 
      /* 3d9970 */
    }
    .bg-lime {
      background-color: #01ff70 !important;
    }
    .bg-orange {
      background-color: #ff851b !important;
    }
    .bg-fuchsia {
      background-color: #f012be !important;
    }
    .bg-purple {
      background-color: #932ab6 !important;
    }
    .bg-maroon {
      background-color: #85144b !important;
    }
    /* Text colors */
    .text-red {
      color: #f56954 !important;
    }
    .text-yellow {
      color: #f39c12 !important;
    }
    .text-aqua {
      color: #00c0ef !important;
    }
    .text-blue {
      color: #0073b7 !important;
    }
    .text-black {
      color: #222222 !important;
    }
    .text-light-blue {
      color: #3c8dbc !important;
    }
    .text-green {
      color: #00a65a !important;
    }
    .text-navy {
      color: #001f3f !important;
    }
    .text-teal {
      color: #39cccc !important;
    }
    .text-olive {
      color: #3d9970 !important;
    }
    .text-lime {
      color: #01ff70 !important;
    }
    .text-orange {
      color: #ff851b !important;
    }
    .text-fuchsia {
      color: #f012be !important;
    }
    .text-purple {
      color: #932ab6 !important;
    }
    .text-maroon {
      color: #85144b !important;
    }
    /*Hide elements by display none only*/
    .hide {
      display: none !important;
    }
    /* Remove borders */
    .no-border {
      border: 0px !important;
    }
    /* Remove padding */
    .no-padding {
      padding: 0px !important;
    }
    /* Remove margins */
    .no-margin {
      margin: 0px !important;
    }
    /* Remove box shadow */
    .no-shadow {
      box-shadow: none!important;
    }

    .opacity50{
      opacity: 0.50
    }
    .opacity10{
      opacity: 0.10
    }
    /* Don't display when printing */
    @media print {
      .no-print {
        display: none;
      }
      .left-side,
      .header,
      .content-header {
        display: none;
      }
      .right-side {
        margin: 0;
      }
    }

    .warningmessage{
      color: orangered
    }

    div#bladesitetitle{
      color: white;
      width: 360px;
      margin: 30px auto 0px;
      text-align: center;
    }
    div#bladesitetitle h1{
      font-family: "Kaushan Script",cursive;
      font-weight: 400;    
    }
    th.sortable{
      cursor: pointer;
    }

    /* Remove border radius */
    .flat {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    /* Change the color of the striped tables */
    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
      background-color: #f3f4f5;
    }
    .table.no-border,
    .table.no-border td,
    .table.no-border th {
      border: 0;
    }
    /* .text-center in tables */
    table.text-center,
    table.text-center td,
    table.text-center th {
      text-align: center;
    }
    .table.align th {
      text-align: left;
    }
    .table.align td {
      text-align: right;
    }
    .text-bold,
    .text-bold.table td,
    .text-bold.table th {
      font-weight: 700;
    }
    .border-radius-none {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    /* _fix for sparkline tooltip */
    .jqstooltip {
      padding: 5px!important;
      width: auto!important;
      height: auto!important;
    }
/*
Gradient Background colors
*/
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #932ab6 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #932ab6), color-stop(1, #b959d9)) !important;
  background: -ms-linear-gradient(bottom, #932ab6, #b959d9) !important;
  background: -moz-linear-gradient(center bottom, #932ab6 0%, #b959d9 100%) !important;
  background: -o-linear-gradient(#b959d9, #932ab6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b959d9', endColorstr='#932ab6', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #f56954 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f56954), color-stop(1, #f89384)) !important;
  background: -ms-linear-gradient(bottom, #f56954, #f89384) !important;
  background: -moz-linear-gradient(center bottom, #f56954 0%, #f89384 100%) !important;
  background: -o-linear-gradient(#f89384, #f56954) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89384', endColorstr='#f56954', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #222222 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #3c3c3c)) !important;
  background: -ms-linear-gradient(bottom, #222222, #3c3c3c) !important;
  background: -moz-linear-gradient(center bottom, #222222 0%, #3c3c3c 100%) !important;
  background: -o-linear-gradient(#3c3c3c, #222222) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#222222', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #85144b !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #85144b), color-stop(1, #b11b64)) !important;
  background: -ms-linear-gradient(bottom, #85144b, #b11b64) !important;
  background: -moz-linear-gradient(center bottom, #85144b 0%, #b11b64 100%) !important;
  background: -o-linear-gradient(#b11b64, #85144b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b11b64', endColorstr='#85144b', GradientType=0) !important;
  color: #fff;
}
.connectedSortable {
  min-height: 100px;
}




/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
    ---------------------------------------------------*/
/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
body > .header .navbar {
  height: 50px;
  margin-bottom: 0;
  margin-left: 220px;
}
body > .header .navbar .sidebar-toggle {
  float: left;
  padding: 9px 5px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body > .header .navbar .sidebar-toggle:hover .icon-bar {
  background: #f6f6f6;
}
body > .header .navbar .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body > .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
body > .header .navbar .nav > li.user > a {
  font-weight: bold;
}
body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 10px;
  font-weight: normal;
  width: 15px;
  height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}
body > .header .logo {
  float: left;
  font-size: 20px;
  /*line-height: 50px;*/
  /*
  text-align: center;
  padding: 0 10px;
  */
  width: 220px;
  font-family: 'Kaushan Script', cursive;
  font-weight: 500;
  height: 50px;
  display: block;
  overflow: hidden;
}
body > .header .logo .icon {
  margin-right: 10px;
}
.right-side > .content-header {
  position: relative;
  padding: 15px 15px 10px 20px;
}
.right-side > .content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.right-side > .content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.right-side > .content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
      position: relative;
      margin-top: 5px;
      top: 0;
      right: 0;
      float: none;
      background: #efefef;
    }

    span.topmenu-label{
        display: none;
    }

    .elearning-header{
        display: none;
    }
  
    div.embeddedmeeting-frame{
        position: fixed;
        height: calc(100% - 70px);
        width: 100%!important;
    }
    
    div.embeddedmeeting-deepframe{
        position: fixed;
        height: calc(100% - 125px);
        width: 100%!important;
    }
  
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
}
@media screen and (max-width: 560px) {
  body > .header {
    position: relative;
  }
  body > .header .logo,
  body > .header .navbar {
    width: 100%;
    float: none;
    position: relative!important;
  }
  body > .header .navbar {
    margin: 0;
  }
  body.fixed > .header {
    position: fixed;
  }
  body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    margin-top: 100px!important;
  }
}
/*
    Component: Sidebar
--------------------------
*/
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent!important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar .sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  margin: 0px 0px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.user-panel {
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
 @media screen and (max-width: 992px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -220px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -220px;
  }
  .row-offcanvas-right.active {
    right: 220px;
  }
  .row-offcanvas-left.active {
    left: 220px;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    left: -220px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    left: 220px !important;
    right: 0;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0px;
  }
}
/* 
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
ul.dropdown-menu{
  max-height: 350px;
  overflow-y: auto;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #3c8dbc;
  color: #f9f9f9;
}
/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
  color: #444444;
}
/*
    Navbar custom dropdown menu
------------------------------------
*/
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0!important;
  margin: 0!important;
  top: 100%;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444444;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  background: #f4f4f4;
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 12px;
  color: #444444;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  font-size: 20px;
  width: 50px;
  text-align: center;
  padding: 15px 0px;
  margin-right: 5px;
  /* Default background and font colors */
  background: #00c0ef;
  color: #f9f9f9;
  /* Fallback for browsers that doesn't support rgba */
  color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
  background: #f56954;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
  background: #f39c12;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
  background: #00a65a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
  background: #00c0ef;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  line-height: 20px;
  padding: 10px 5px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  float: right;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  display: table;
  content: " ";
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  background: #3c8dbc;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}
/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/

pre.lightnotes{
  border: none;
  background-color: initial;
  margin: 0px;
  padding: 0px;
  font-style: italic;
  line-height: initial;
}

ul#selectionmenu li.selected{
  background-color: #31b0d5;
  border-color: #269abc;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);    
}

.form-control, .moreButton {
  display: inline-block;
}

div.divselected, tr.rowselected, td.divselected{
    background-color: antiquewhite;
}

tr.justchanged{
    animation: fade 8s forwards;
    background-color:rgba(255, 255, 0, 1);
}

tr.justadded{
    background-color: lightyellow;
}

@keyframes fade {
    from {background-color:rgba(255, 255, 0, 1);}
    to {background-color:rgba(255, 255, 0, 0);}
}

.form-control {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
}
.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}
.form-group{
  margin-bottom: 10px;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control, .form-group div.has-error input, .form-group div.has-error select  { /* .ui-select-container.has-error */
  border-color: #F56954;
  box-shadow: none;
  background-color: #FAEBD7;
}
.ui-select-container.has-error > div > span {
  border-color: #F56954;
  box-shadow: none;
  background-color: #FAEBD7 !important;
}
.form-group input.has-error{
  border-color: #F56954;
  box-shadow: none;
  background-color: #FAEBD7;    
}

input.ng-invalid-number{
  border-color: #F56954;
  box-shadow: none;
  background-color: #FAEBD7;    
}

.form-group div.has-error label.radio-input{
    color: #F56954;    
}

div.addEditUserDiv input:disabled,
div.addEditUserDiv select:disabled,
div.addEditUserDiv textarea:disabled {
    border: none!important;
    background-color: #F7F6F6!important;
}

div.addEditUserDiv input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    display: none!important;
    color: #F7F6F6!important;
}
div.addEditUserDiv input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    display: none!important;
    color: #F7F6F6!important;
}
div.addEditUserDiv input:disabled::-moz-placeholder{ /* Mozilla Firefox 19+ */
    display: none!important;
    color: #F7F6F6!important;
}
div.addEditUserDiv input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    display: none!important;
    color: #F7F6F6!important;
}
div.addEditUserDiv textarea:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #F7F6F6!important;
}
div.addEditUserDiv textarea:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #F7F6F6!important;
}
div.addEditUserDiv textarea:disabled::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #F7F6F6!important;
}
div.addEditUserDiv textarea:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #F7F6F6!important;
}

span.form-control.first-item{
    border-bottom: none!important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
span.form-control.center-item{
    border-bottom: none!important;
    border-top: none!important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
span.form-control.last-item{
    border-top: none!important;
}

radio-input
.form-group.merging-label{
    height: 30px;
    text-align: center;
    background-color: beige;
    border-bottom: 1px solid gray;
}
.form-group.merging-label .control-label{
    float: inherit;
    text-align: center;
}
.form-horizontal.merging-form div>div{
    /*height: 34px;*/
    line-height: 34px;
    border-left: 1px solid gray;
}
.form-horizontal.merging-form div>div.textarea{
    height: inherit!important;
    line-height: inherit!important;
}
.form-horizontal.merging-form div.merge-conflict>div{
    color: white;
    background-color: orangered;
}

.form-horizontal.merging-form div.merge-conflict-resolved>div{
    color: black;
    background-color: lightpink;
}

.form-horizontal.merging-form div.merge-partial>div{
    background-color: lightgreen;
}
.form-horizontal.merging-form div.merge-success>div{
    color: white;
    background-color: green;
}
.form-horizontal.merging-form .merge-result{
    background-color: inherit!important;
    color: black!important;
}
span.has-error {
  color: #f56954;
}
div.usethisotherinvoicing{
  color: green;
}

div.fileremoved, span.fileremoved, span.fileremoved b{
  background-color: lightgray;
  text-decoration: line-through!important; 
}

.form-group.is-valid label {
  color: #00b33c;
}
.form-group.is-valid .form-control, .form-group div.is-valid input, .form-group div.is-valid select {
  border-color: #00802b !important;
  box-shadow: none;
  background-color: #b3ffcc;
}
span.is-valid {
  color: #98e698;
}
input.is-valid {
  border-color: #00802b !important;
  box-shadow: none;
  background-color: #b3ffcc;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
/* 
    Compenent: Progress bars
--------------------------------
*/
/* size variation */
.progress.sm {
  height: 10px;
}
.progress.xs {
  height: 7px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm {
  width: 20px;
}
.progress.vertical.xs {
  width: 10px;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #f56954;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
    Component: Small boxes
    */
    .small-box {
      position: relative;
      display: block;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-bottom: 15px;
    }
    .small-box > .inner {
      padding: 10px;
    }
    .small-box > .small-box-footer {
      position: relative;
      text-align: center;
      padding: 3px 0;
      color: #fff;
      color: rgba(255, 255, 255, 0.8);
      display: block;
      z-index: 10;
      background: rgba(0, 0, 0, 0.1);
      text-decoration: none;
    }
    .small-box > .small-box-footer:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
    }
    .small-box h3 {
      font-size: 38px;
      font-weight: bold;
      margin: 0 0 10px 0;
      white-space: nowrap;
      padding: 0;
    }
    .small-box p {
      font-size: 15px;
    }
    .small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px;
    }
    .small-box h3,
    .small-box p {
      z-index: 5px;
    }
    .small-box .icon {
      position: absolute;
      top: auto;
      bottom: 0px;
      right: 5px;
      z-index: 0;
      font-size: 80px;
      color: rgba(0, 0, 0, 0.15);
    }
    .small-box:hover {
      text-decoration: none;
      color: #f9f9f9;
    }

    @keyframes tansformAnimation {
      from {
        font-size: 90px;
      }
      to {
        font-size: 100px;
      }
    }
    @-webkit-keyframes tansformAnimation {
      from {
        font-size: 90px;
      }
      to {
        font-size: 100px;
      }
    }
    @media screen and (max-width: 480px) {
      .small-box {
        text-align: center;
      }
      .small-box .icon {
        display: none;
      }
      .small-box p {
        font-size: 12px;
      }
    }
/*
    component: Boxes
-------------------------
*/
.box {
  position: relative;
  background: #ffffff;
  border-top: 2px solid #c1c1c1;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box.highlighted{
  background: lightyellow;
  margin-bottom: 0px;
  padding-bottom: 5px
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #f56954;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box .box-header a {
  color: #444;
}
.box .box-header > .box-tools {
  padding: 5px 10px 5px 5px;
}
.box .box-body {
  padding: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100%!important;
}
.box .box-body .fc {
  margin-top: 5px;
}
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-body .full-width-chart {
  margin: -19px;
}
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box .box-body.text-only div.form-group{
  /*height: 20px;*/
  min-height: 20px;
}
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header {
  padding-bottom: 0px!important;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a {
  color: #444;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a {
  color: #444;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid.collapsed-box .box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box .todo-list > li.danger {
  border-left-color: #f56954;
}
.box .todo-list > li.warning {
  border-left-color: #f39c12;
}
.box .todo-list > li.info {
  border-left-color: #00c0ef;
}
.box .todo-list > li.success {
  border-left-color: #00a65a;
}
.box .todo-list > li.primary {
  border-left-color: #3c8dbc;
}
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.box .todo-list > li:hover .tools {
  display: inline-block;
}
.box .todo-list > li.done {
  color: #999;
}
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.box .todo-list > li.done .label {
  background: #eaeaec !important;
}
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.box .chat {
  padding: 5px 20px 5px 10px;
}
.box .chat .item {
  margin-bottom: 10px;
}
.box .chat .item:before,
.box .chat .item:after {
  display: table;
  content: " ";
}
.box .chat .item:after {
  clear: both;
}
.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.box .chat .item > img.online {
  border: 2px solid #00a65a;
}
.box .chat .item > img.offline {
  border: 2px solid #f56954;
}
.box .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.box .chat .item > .attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
  display: table;
  content: " ";
}
.box .chat .item > .attachment:after {
  clear: both;
}
.overlay,
.overlay {
  z-index: 1060;
  background: rgba(255, 255, 255, 0.7);
  display: block;  
  margin-left: 220px;
  /*
  margin-top: 100px;
  */
  position:fixed;
}
.overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.loading-img {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1061;
}

.complete-loading-img {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1061;
}
/*
.loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
  display: block;  
  margin-left: 40px;
  position: fixed;
}
*/
/*
Component: timeline
--------------------
*/
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 30px;
  border: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  margin-top: 10px;
  border: 0px solid #dfdfdf;
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 5px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
/*
    Component: Buttons
-------------------------
*/
.btn {
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-default {
  background-color: #fafafa;
  color: #666;
  border-color: #ddd;
  border-bottom-color: #ddd;
  
  background-color: gold;
  color: black;  
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  background-color: #f4f4f4!important;
  
  background-color: lightgoldenrodyellow!important;  
}
.btn.btn-default.btn-flat {
  border-bottom-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #367fa9;
}
.btn.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
  background-color: #008d4c;
}
.btn.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #00acd6;
}
.btn.btn-danger {
  background-color: #f56954;
  border-color: #f4543c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #f4543c;
}
.btn.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #e08e0b;
}
.btn.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  width: 120px;
  height: 35px;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  opacity: 0 !important;
  position: absolute;
  top: -10px;
  cursor: pointer;
}
.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn.btn-app:active,
.btn.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-social-old {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
  padding: 0;
}
.btn.btn-social-old > .fa {
  padding: 10px 0;
  width: 40px;
}
.btn.btn-social-old > .fa + span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
  padding: 10px;
}
.btn.btn-social-old:hover {
  opacity: 1;
}
.btn.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type="file"].file-upload-hidden {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 0px 6px;
    cursor: pointer;
    color:white;
}
/* 
    Component: callout
------------------------
*/
.callout {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #B94A48;
}
.callout.callout-warning h4 {
  color: #C09853;
}
.callout.callout-info h4 {
  color: #3A87AD;
}
/* 
    Component: alert
------------------------
*/
.alert {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}   
.alert > .fa,
.alert > .glyphicon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background: inherit;
  border: inherit;
}
/*
    Component: Navs
    */
    /* NAV PILLS */
    .nav.nav-pills > li > a {
      border-top: 3px solid transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      color: #444;
    }
    .nav.nav-pills > li > a > .fa,
    .nav.nav-pills > li > a > .glyphicon,
    .nav.nav-pills > li > a > .ion {
      margin-right: 5px;
    }
    .nav.nav-pills > li.active > a,
    .nav.nav-pills > li.active > a:hover {
        background-color: #428bca;
        /*
      background-color: #f6f6f6;
      border-top-color: #3c8dbc;
      color: #444;
        */
    }

    .nav.nav-pills > li.active > a {
      font-weight: 600;
    }
    .nav.nav-pills > li > a:hover {
      background-color: #f6f6f6;
    }
    .nav.nav-pills.nav-stacked > li > a {
      border-top: 0;
      border-left: 3px solid transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      color: #444;
    }
    .nav.nav-pills.nav-stacked > li.active > a,
    .nav.nav-pills.nav-stacked > li.active > a:hover {
      background-color: #f6f6f6;
      border-left-color: #3c8dbc;
      color: #444;
    }
    .nav.nav-pills.nav-stacked > li.header {
      border-bottom: 1px solid #ddd;
      color: #777;
      margin-bottom: 10px;
      padding: 5px 10px;
      text-transform: uppercase;
    }
    /* NAV TABS */
    .nav-tabs-custom {
      margin-bottom: 20px;
      background: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }
    .nav-tabs-custom > .nav-tabs {
      margin: 0;
      border-bottom-color: #f4f4f4;
    }
    .nav-tabs-custom > .nav-tabs > li {
      border-top: 3px solid transparent;
      margin-bottom: -2px;
      margin-right: 5px;
    }
    .nav-tabs-custom > .nav-tabs > li > a {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    .nav-tabs-custom > .nav-tabs > li > a,
    .nav-tabs-custom > .nav-tabs > li > a:hover {
      background: transparent;
      margin: 0;
    }
    .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
    .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
    .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
      border-color: transparent;
    }
    .nav-tabs-custom > .nav-tabs > li.active {
      border-top-color: #3c8dbc;
    }
    .nav-tabs-custom > .nav-tabs > li.active > a,
    .nav-tabs-custom > .nav-tabs > li.active:hover > a {
      background-color: #fff;
    }
    .nav-tabs-custom > .nav-tabs > li.active > a {
      border-top: 0;
      border-left-color: #f4f4f4;
      border-right-color: #f4f4f4;
    }
    .nav-tabs-custom > .nav-tabs > li:first-of-type {
      margin-left: 0px;
    }
    .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
      border-left-width: 0;
    }
    .nav-tabs-custom > .nav-tabs.pull-right {
      float: none!important;
    }
    .nav-tabs-custom > .nav-tabs.pull-right > li {
      float: right;
    }
    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
      margin-right: 0px;
    }
    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
      border-left-width: 1px;
      border-right-width: 0px;
    }
    .nav-tabs-custom > .nav-tabs > li.header {
      font-weight: 400;
      line-height: 35px;
      padding: 0 10px;
      font-size: 20px;
      color: #444;
      cursor: default;
    }
    .nav-tabs-custom > .nav-tabs > li.header > .fa,
    .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
    .nav-tabs-custom > .nav-tabs > li.header > .ion {
      margin-right: 10px;
    }
    .nav-tabs-custom > .tab-content {
      background: #fff;
      padding: 10px;
    }
    /* Nav tabs bottom */
    .tabs-bottom.nav-3 li a {
      width: 3333.33333333% !important;
    }
    .tabs-bottom li a {
      border: 0;
    }
    /* PAGINATION */
    .pagination{
        margin: 10px;
    }
    
    .pagination > li > a, .pagination > li > span {
        padding: 3px 10px;
    }
    
    .pagination > li > a {
      background: #fafafa;
      color: #666;
      -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
      box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    }
    .pagination > li:first-of-type a,
    .pagination > li:last-of-type a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
/*
    Component: Mailbox
    */
    .mailbox .table-mailbox {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }
    .mailbox .table-mailbox tr.unread > td {
      background-color: rgba(0, 0, 0, 0.05);
      color: #000;
      font-weight: 600;
    }
    .mailbox .table-mailbox tr > td > .fa.fa-star,
    .mailbox .table-mailbox tr > td > .fa.fa-star-o,
    .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star,
    .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
      color: #f39c12;
      cursor: pointer;
    }
    .mailbox .table-mailbox tr > td.small-col {
      width: 30px;
    }
    .mailbox .table-mailbox tr > td.name {
      width: 150px;
      font-weight: 600;
    }
    .mailbox .table-mailbox tr > td.time {
      text-align: right;
      width: 100px;
    }
    .mailbox .table-mailbox tr > td {
      white-space: nowrap;
    }
    .mailbox .table-mailbox tr > td > a {
      color: #444;
    }
    @media screen and (max-width: 767px) {
      .mailbox .nav-stacked > li:not(.header) {
        float: left;
        width: 50%;
      }
      .mailbox .nav-stacked > li:not(.header).header {
        border: 0!important;
      }
      .mailbox .search-form {
        margin-top: 10px;
      }
    }
/*
    Page: locked screen
    */
    /* ADD THIS CLASS TO THE <HTML> TAG */
    .lockscreen {
      background: url(../img/blur-background09.jpg) repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    /* Remove the background from the body element */
    .lockscreen > body {
      background: transparent;
    }
    /* We will put the dynamically generated digital clock here */
    .lockscreen .headline {
      color: #fff;
      text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
      font-weight: 300;
      -webkit-font-smoothing: antialiased !important;
      opacity: 0.8;
      margin: 10px 0 30px 0;
      font-size: 90px;
    }
    @media screen and (max-width: 480px) {
      .lockscreen .headline {
        font-size: 60px;
        margin-bottom: 40px;
      }
    }
    /* User name [optional] */
    .lockscreen .lockscreen-name {
      text-align: center;
      font-weight: 600;
      font-size: 16px;
    }
    /* Will contain the image and the sign in form */
    .lockscreen-item {
      padding: 0;
      background: #fff;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin: 10px auto;
      width: 290px;
    }
    .lockscreen-item:before,
    .lockscreen-item:after {
      display: table;
      content: " ";
    }
    .lockscreen-item:after {
      clear: both;
    }
    /* User image */
    .lockscreen-item > .lockscreen-image {
      position: absolute;
      left: -10px;
      top: -30px;
      background: #fff;
      padding: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      z-index: 10;
    }
    .lockscreen-item > .lockscreen-image > img {
      width: 70px;
      height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    /* Contains the password input and the login button */
    .lockscreen-item > .lockscreen-credentials {
      margin-left: 80px;
    }
    .lockscreen-item > .lockscreen-credentials input {
      border: 0 !important;
    }
    .lockscreen-item > .lockscreen-credentials .btn {
      background-color: #fff;
      border: 0;
    }
    /* Extra to give the user an option to navigate the website [optional]*/
    .lockscreen-link {
      margin-top: 30px;
      text-align: center;
    }
/* 
    Page: register and login
    */
    .form-box {
      width: 360px;
      margin: 50px auto 0 auto;
    }
    .form-box.wide {
      width: 720px;
    }
    .form-box .header {
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background: #8ec7d0;
      box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
      padding: 20px 10px;
      text-align: center;
      font-size: 26px;
      font-weight: 300;
      color: #fff;
      margin-top:5px;
    }

    .form-box.bg-black .header {
      background: #555;
    }

    .form-box .body,
    .form-box .footer {
      padding: 10px 20px;
      background: #fff;
      color: #444;
    }
    .form-box .body > .form-group,
    .form-box .footer > .form-group {
      margin-top: 20px;
    }
    .form-box .body > .form-group > input,
    .form-box .footer > .form-group > input {
      border: 1px solid #eaeaec;
    }
    .form-box .body > .btn,
    .form-box .footer > .btn {
      margin-bottom: 10px;
    }
    .form-box .footer {
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    .form-box .form-box{
      margin-top: 0px;
      padding-top: 0px;
    }
    .form-box-wide {
      width: 520px;
      margin-bottom: 30px;
    }
    
    .sellform-compact {
        width: 600px;
        min-width: 40%;
        margin-bottom: 30px;
    }
    
    .sellform-regular {
        width: 100px;
        min-width: 60%;
        margin-bottom: 30px;
    }
    
    .sellform-wide {
        width: 1400px;
        max-width: 80%;
        margin-bottom: 30px;
    }
    
    .sellform-full {
        width: 97%;
        margin-bottom: 30px;
    }    

    div#terms{
      position: fixed;
      /* center the element */
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      top:15%;
      width: 70%;
      max-width: 800px;
      height: 70%;
      background: #FFF none repeat scroll 0% 0%;
      border-radius: 15px;
      padding: 10px;
      border: 1px solid rgba(0,0,0,.2);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
      text-align: center;
      color: #222;
      display: none;
      padding: 20px;
      overflow-y: scroll;
      padding-top: 15px;
    }

    div#terms p{
      text-align: left;
      line-height: 20px;
    }
    div#terms h2 p{
      text-align: center;
      line-height: normal;    
    }
    div#contractterms{
      text-align: left;
      height: 90%;
    }

    @media (max-width: 767px) {
      .form-box {
        width: 90%!important;
        max-width: 90%!important;
      }
    }
/* 
    Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
.error-page:before,
.error-page:after {
  display: table;
  content: " ";
}
.error-page:after {
  clear: both;
}
/* 
    Page: Invoice
    */
    .invoice {
      position: relative;
      width: 90%;
      margin: 10px auto;
      background: #fff;
      border: 1px solid #f4f4f4;
    }
    .invoice-title {
      margin-top: 0;
    }
    /* Enhancement for printing */
    @media print {
      .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
      }
      .invoice-col {
        float: left;
        width: 33.3333333%;
      }
      .table-responsive {
        overflow: auto;
      }
      .table-responsive > .table tr th,
      .table-responsive > .table tr td {
        white-space: normal!important;
      }
      a.btn{
        display: none;
      }
      .table > tbody > tr > td{
        padding-top: 2px;
        padding-bottom: 2px;
      }
      .content{
        padding: 0px;
      }
    }
/* 
    Skins
    -----
    */
/* 
    Skin Blue 
    ---------
    */
    /* skin-blue navbar */
    .skin-blue .navbar {
      background-color: #8ec7d0;
      /*#3c8dbc;*/
    }
    .skin-blue .navbar .nav a {
      color: rgba(255, 255, 255, 0.8);
    }
    .skin-blue .navbar .nav > li > a:hover,
    .skin-blue .navbar .nav > li > a:active,
    .skin-blue .navbar .nav > li > a:focus,
    .skin-blue .navbar .nav .open > a,
    .skin-blue .navbar .nav .open > a:hover,
    .skin-blue .navbar .nav .open > a:focus {
      background: rgba(0, 0, 0, 0.1);
      color: #f6f6f6;
    }
    .skin-blue .navbar .navbar-right > .nav {
      margin-right: 10px;
    }
    .skin-blue .navbar .sidebar-toggle .icon-bar {
      background: rgba(255, 255, 255, 0.8);
    }
    .skin-blue .navbar .sidebar-toggle:hover .icon-bar {
      background: #f6f6f6 !important;
    }
    /* skin-blue logo */
    .skin-blue .logo {
      background-color: #6ba6b0;
      /*#367fa9;*/
      color: #f9f9f9;
    }
    .skin-blue .logo > a {
      color: #f9f9f9;
    }
    .skin-blue .logo:hover {
      background: #357ca5;
    }
    /* skin-blue content header */
    .skin-blue .right-side > .content-header {
      background: #fbfbfb;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }
    /* Skin-blue user panel */
    .skin-blue .user-panel > .image > img {
      border: 1px solid #dfdfdf;
    }
    .skin-blue .user-panel > .info,
    .skin-blue .user-panel > .info > a {
      color: #555555;
    }
    /* skin-blue sidebar */
    .skin-blue .sidebar {
      border-bottom: 1px solid #fff;
    }
    .skin-blue .sidebar > .sidebar-menu > li {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #dbdbdb;
    }
    .skin-blue .sidebar > .sidebar-menu > li:first-of-type {
      border-top: 1px solid #dbdbdb;
    }
    .skin-blue .sidebar > .sidebar-menu > li:first-of-type > a {
      border-top: 1px solid #fff;
    }
    .skin-blue .sidebar > .sidebar-menu > li > a {
      margin-right: 1px;
    }
    
    
    
    .skin-blue .sidebar > .sidebar-menu > li > a:hover {
        color: #222;
        background: #f9f9f9;    
    }
    .skin-blue .sidebar > .sidebar-menu > li.active > a {
        background-color: lightgray;
        /*
        ul.sidebar-menu > li.active > a.aj,
        ul.sidebar-menu > li.active > a.aj:hover{
        */
    }
    .skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
      margin: 0 1px;
      background: #f9f9f9;
      padding-bottom: 10px;
    }
    .skin-blue .sidebar > .sidebar-menu > li > .treeview-menu > li.active > a{
        background-color: lightgray;
    }
    .skin-blue .left-side {
      background: #f4f4f4;
      -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
      box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
    }
    .skin-blue .sidebar a {
      color: #555555;
    }
    .skin-blue .sidebar a:hover {
      text-decoration: none;
    }
    .skin-blue .treeview-menu > li > a {
      color: #777;
    }
    .skin-blue .treeview-menu > li.active > a,
    .skin-blue .treeview-menu > li > a:hover {
      color: #111;
    }
    .skin-blue .sidebar-form {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #dbdbdb;
      margin: 10px 10px;
    }
    .skin-blue .sidebar-form input[type="text"],
    .skin-blue .sidebar-form .btn {
      box-shadow: none;
      background-color: #fafafa;
      border: 1px solid #fafafa;
      height: 35px;
    }
    .skin-blue .sidebar-form input[type="text"] {
      color: #666;
      -webkit-border-top-left-radius: 2px !important;
      -webkit-border-top-right-radius: 0 !important;
      -webkit-border-bottom-right-radius: 0 !important;
      -webkit-border-bottom-left-radius: 2px !important;
      -moz-border-radius-topleft: 2px !important;
      -moz-border-radius-topright: 0 !important;
      -moz-border-radius-bottomright: 0 !important;
      -moz-border-radius-bottomleft: 2px !important;
      border-top-left-radius: 2px !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 2px !important;
    }
    .skin-blue .sidebar-form input[type="text"]:focus,
    .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #fff;
      color: #666;
    }
    .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left-color: #fff;
    }
    .skin-blue .sidebar-form .btn {
      color: #999;
      -webkit-border-top-left-radius: 0 !important;
      -webkit-border-top-right-radius: 2px !important;
      -webkit-border-bottom-right-radius: 2px !important;
      -webkit-border-bottom-left-radius: 0 !important;
      -moz-border-radius-topleft: 0 !important;
      -moz-border-radius-topright: 2px !important;
      -moz-border-radius-bottomright: 2px !important;
      -moz-border-radius-bottomleft: 0 !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 2px !important;
      border-bottom-right-radius: 2px !important;
      border-bottom-left-radius: 0 !important;
    }
/*
    Skin Black
    --------
    */
    /* skin-black navbar */
    .skin-black .navbar {
      background-color: #ffffff;
      border-bottom: 1px solid #eee;
    }
    .skin-black .navbar .nav a {
      color: #333333;
    }
    .skin-black .navbar .nav > li > a:hover,
    .skin-black .navbar .nav > li > a:active,
    .skin-black .navbar .nav > li > a:focus,
    .skin-black .navbar .nav .open > a,
    .skin-black .navbar .nav .open > a:hover,
    .skin-black .navbar .nav .open > a:focus {
      background: #ffffff;
      color: #999999;
    }
    .skin-black .navbar .navbar-right > .nav {
      margin-right: 10px;
    }
    .skin-black .navbar .sidebar-toggle .icon-bar {
      background: #333333;
    }
    .skin-black .navbar .sidebar-toggle:hover .icon-bar {
      background: #999999 !important;
    }
    /* skin-black logo */
    .skin-black .logo {
      background-color: #333333;
      color: #f9f9f9;
    }
    .skin-black .logo > a {
      color: #f9f9f9;
    }
    .skin-black .logo:hover {
      background: #303030;
    }
    /* skin-black content header */
    .skin-black .right-side > .content-header {
      background: transparent;
      box-shadow: none;
    }
    /* Skin-red user panel */
    .skin-black .user-panel > .image > img {
      border: 1px solid #444;
    }
    /* skin-black sidebar */
    .skin-black .sidebar {
      border-bottom: 1px solid #333;
    }
    .skin-black .sidebar > .sidebar-menu > li {
      border-top: 1px solid #333;
      border-bottom: 0px solid #444;
    }
    .skin-black .sidebar > .sidebar-menu > li:first-of-type {
      border-top: 1px solid #444;
    }
    .skin-black .sidebar > .sidebar-menu > li:first-of-type > a {
      border-top: 0px solid #333;
    }
    .skin-black .sidebar > .sidebar-menu > li > a {
      margin-right: 1px;
    }
    .skin-black .sidebar > .sidebar-menu > li > a:hover,
    .skin-black .sidebar > .sidebar-menu > li.active > a {
      color: #f6f6f6;
      background: #444;
    }
    .skin-black .sidebar > .sidebar-menu > li > .treeview-menu {
      margin: 0 1px;
      background: #444;
    }
    .skin-black .left-side {
      background: #333;
    }
    .skin-black .sidebar a {
      color: #eee;
    }
    .skin-black .sidebar a:hover {
      text-decoration: none;
    }
    .skin-black .treeview-menu > li > a {
      color: #ccc;
    }
    .skin-black .treeview-menu > li.active > a,
    .skin-black .treeview-menu > li > a:hover {
      color: #fff;
    }
    .skin-black .sidebar-form {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 0px solid #555;
      margin: 10px 10px;
    }
    .skin-black .sidebar-form input[type="text"],
    .skin-black .sidebar-form .btn {
      box-shadow: none;
      background-color: rgba(255, 255, 255, 0.1);
      border: 0 solid rgba(255, 255, 255, 0.1);
      height: 35px;
      outline: none;
    }
    .skin-black .sidebar-form input[type="text"] {
      color: #666;
      -webkit-border-top-left-radius: 2px !important;
      -webkit-border-top-right-radius: 0 !important;
      -webkit-border-bottom-right-radius: 0 !important;
      -webkit-border-bottom-left-radius: 2px !important;
      -moz-border-radius-topleft: 2px !important;
      -moz-border-radius-topright: 0 !important;
      -moz-border-radius-bottomright: 0 !important;
      -moz-border-radius-bottomleft: 2px !important;
      border-top-left-radius: 2px !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 2px !important;
    }
    .skin-black .sidebar-form input[type="text"]:focus,
    .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #444;
      border: 0;
    }
    .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left: 0;
    }
    .skin-black .sidebar-form .btn {
      color: #999;
      -webkit-border-top-left-radius: 0 !important;
      -webkit-border-top-right-radius: 2px !important;
      -webkit-border-bottom-right-radius: 2px !important;
      -webkit-border-bottom-left-radius: 0 !important;
      -moz-border-radius-topleft: 0 !important;
      -moz-border-radius-topright: 2px !important;
      -moz-border-radius-bottomright: 2px !important;
      -moz-border-radius-bottomleft: 0 !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 2px !important;
      border-bottom-right-radius: 2px !important;
      border-bottom-left-radius: 0 !important;
      border-left: 0;
    }
/*!
 * iCheck v1.0.1, http://git.io/arlzeA
 * =================================
 * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
 *
 * (c) 2013 Damir Sultanov, http://fronteed.com
 * MIT Licensed
 */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.7) url(iCheck/minimal/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  background-position: 0 0;
}
.icheckbox_minimal.hover {
  background-position: -20px 0;
}
.icheckbox_minimal.checked {
  background-position: -40px 0;
}
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal {
  background-position: -100px 0;
}
.iradio_minimal.hover {
  background-position: -120px 0;
}
.iradio_minimal.checked {
  background-position: -140px 0;
}
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url('iCheck/minimal/minimal@2x.png');
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
.pace .pace-progress {
  background: #00c0ef;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 *
 * Note: this file has been altered to work correctly with AdminLTE
 */
 .btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em!important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 60px !important;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px !important;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px !important;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em!important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 60px !important;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px !important;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px !important;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #0072b1;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google-plus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #ffffff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}

.pointerEventNone{
    pointer-events: none;
}

.row-disabled{
  opacity: 0.5;
}

.marginRight10{
  margin-right: 10px;
}

.marginBottom5{
  margin-bottom: 5px;
}

.marginBottom15{
  margin-bottom: 15px;
}

.marginTop15{
  margin-top: 15px;
}

.marginRight15{
  margin-right: 15px;
}

.marginLeft15{
  margin-left: 15px;
}

.marginLeft25{
  margin-left: 25px;
}

.margin5{
  margin: 5px;
}

.margin10{
  margin: 10px;
}

.paddingBottom0{
  padding-bottom: 0px!important;
}

.padding2{
    padding: 2px;
}
.padding5{
    padding: 5px;
}
.timetableselcted{
    border: 5px solid lightgreen;
}


.margin2{
    margin: 2px;
}

.border_2pxsolidred{
    border: 2px solid red;
}
.border_4pxsolidlightgreen{
    border:4px solid lightgreen;
}

.nowrap{
    white-space: nowrap;
}
.w100{
    width: 100%;
}
.row-lightgrey{
    background-color: #ddd;
}

.table-alternate-grey > tbody > tr:nth-child(odd){
  background-color: #ddd;
}

.bg-semi-yellow{
    background-color: #ff27;
}

.bg-semi-green{
    background-color: #2fc;
}

.bg-light-green{
    background-color: lightgreen;
}

.bottom1pxgrey{
    border-bottom: 1px solid grey;
}

.red{
    color:red;
}

.green{
    color:green;
}
.white{
    color:white !important;
}
.black{
    color:black;
}
.pointer{
    cursor:pointer;
}
.bg_orange{
    background-color: orange;
}
.bg_lightgrey{
    background-color: lightgrey;
}
.bg_lightskyblue{
    background-color: lightskyblue;
}
.bg_lightgreen{
    background-color: lightgreen;
}

.bg_examPlanningOnCalender{
    background-color: #19ee90;
}

.bg_disabled{
    background-color: #ccc;
}

.bg_rowsTabellone{
    background-color: #09ffbb;
}

.bg_pink{
    background-color: pink;
}

.bg_lightsalmon{
    background-color: lightsalmon;
}

.erorrborder{
    border:2px solid orangered !important
}

.padding0{
    padding:0px;
}

.padding10{
    padding:10px;
}

.paddingleft10{
    padding-left:10px;
}

.paddingleft30{
    padding-left:30px;
}

.paddingleft10{
    padding-left: 10px;
}

.centered-label{
    padding: 5px;
    text-align: right;
}


.fs20{
    font-size:20px;
}
.mini-icon{
    padding: 2px;
    font-size: 16px;
}

.lblcentered{
    text-align: right;
    padding-top: 5px;
}

.check_confirm{
    height: 14px !important;
    width: 14px !important;
    display: inline;
}

.lbl_confirm{
    cursor: pointer;
    display: inline;
    padding-left: 5px;
}

.block{
    display: block;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.bg_event_dashboard{
    border-radius: 10px;
    background-color: #aef;
    margin:5px;
}

.text_on_border{
    position: absolute;
    top: -12px;
    left: 30px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid red;
    padding-top: 0px;
    padding-bottom: 0px;
}

.noPrintCalendar{
    display:none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 35px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*angautocomplete*/
.form-control {
  outline: 0;
  border-color: #B6B6B6;
  border-style: solid;
  border-width: 1px;
  width: 95%;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  color: black;
}

.ui-autocomplete {
    background-color: white;
    opacity: 1;
    border: 1px solid black;
    font-size:17px;
}

.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
  }

  .angucomplete-searching {
    color: #acacac;
    font-size: 14px;
  }

  .angucomplete-description {
    font-size: 14px;
  }

  .angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;

  }

  .angucomplete-selected-row, .angucomplete-row:hover {
    background-color: lightblue;
    color: #ffffff;
  }

  .angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
  }

  .angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
  }

  .angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
     */
     background-position: center;
     background-size: contain;
     height: 34px;
     width: 34px;
   }

   #chat-box{
    height: 400px;
    overflow-y: scroll;
  }

  .noTableData{
    text-align: center;
    font-weight: bold;
  }

  .radio label{
    padding-right: 20px;
  }

  .mediaBtn{
    cursor: pointer;
  }

  @media print{
    .box-tools .input-group{
      display: none;
    }
    .no-print, .no-print *
    {
      display: none !important;
    }
  }

  /* event's resizing section */
  .my_event_resize {
   height: 3px;
   position: absolute;
   bottom: -1px;
 }
 /* event's move section */
 .my_event_move {
   position: absolute;
   top: 0;
   height: 10px;
   cursor: pointer;
 }
 .my_copied_moving {
   background-color: #ac2727!important;
   border: 1px solid #778899!important;
   overflow: hidden;
   color: white!important;
 }
 .my_copied_moving .dhx_header, .my_copied_moving .dhx_title, .my_copied_moving .dhx_body, .my_copied_moving .dhx_footer {
   background-color: #ac2727!important;
   /*border: 1px solid #778899!important;*/
   overflow: hidden;
   color: white!important;
 }
 .my_event_selected {
   background-color: black!important;
   border: 2px solid gold!important;
   overflow: hidden;
   color: white!important;
 }
 .my_event_selected .dhx_header, .my_event_selected .dhx_title, .my_event_selected .dhx_body, .my_event_selected .dhx_footer {
   background-color: #ac2727!important;
   /*border: 1px solid #778899!important;*/
   overflow: hidden;
   color: white!important;
 }
 
 .my_event_selected .my_event_body{
     padding: 4px;
 }
 

 .btn {
  padding: 0px 6px;
}

label.for-checkbox {
  padding-top: 0 !important;
}

div#login-box button.btn-block {
  min-height: 30px;
}

.dhx_scale_holder_now {
  background-image: url("../img/databg.png")!important;
  border-right: 1px solid #cecece;
}

div#calendarcontainer div.dhx_cal_today_button{
  right: auto!important;
}

div.dhx_cal_event{
  border-radius: 4px;
  overflow: hidden;
}

div.dhx_cal_event.currentclass{
  background-color: orangered;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.currentclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}
div.currentclass .dhx_cal_event,
div.currentclass .dhx_body,
div.currentclass .dhx_cal_event,
div.currentclass .dhx_footer,
div.currentclass .dhx_cal_event,
div.currentclass .dhx_header,
div.currentclass .dhx_cal_event,
div.currentclass .dhx_title,
div.currentclass .my_event_body,
div.currentclass .my_event_resize,
span.currentclass
{
  background-color: orangered;
  color: white;
}

div.dhx_cal_event.newclass{
  background-color: red;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.newclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

.dhx_cal_light_wide .dhx_cal_lsection{
    width: 130px!important;
}
/*
.dhx_cal_light_wide .dhx_wrap_section{
    border-bottom: none!important;
}
*/
div.newclass .dhx_cal_event,
div.newclass .dhx_body,
div.newclass .dhx_cal_event,
div.newclass .dhx_footer,
div.newclass .dhx_cal_event,
div.newclass .dhx_header,
div.newclass .dhx_cal_event,
div.newclass .dhx_title
{
  background-color: red;
}

div.dhx_cal_event.editedclass{
  background-color: darkorange;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.editedclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

div.editedclass .dhx_cal_event,
div.editedclass .dhx_body,
div.editedclass .dhx_cal_event,
div.editedclass .dhx_footer,
div.editedclass .dhx_cal_event,
div.editedclass .dhx_header,
div.editedclass .dhx_cal_event,
div.editedclass .dhx_title
{
  background-color: darkorange;
}

div.dhx_cal_event.occupiedclass{
  background-color: #A9E2F3;
  border: 1px solid #81BEF7;
  overflow: hidden;
  color: #6E6E6E;
}
div.dhx_cal_event.occupiedclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

div.occupiedclass .dhx_cal_event,
div.occupiedclass .dhx_body,
div.occupiedclass .dhx_cal_event,
div.occupiedclass .dhx_footer,
div.occupiedclass .dhx_cal_event,
div.occupiedclass .dhx_header,
div.occupiedclass .dhx_cal_event,
div.occupiedclass .dhx_title,
span.occupiedclass
{
  background-color: #A9E2F3;
}

div.dhx_cal_event.personalevent{
  background-color: lightgray;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.personalevent .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

div.dhx_cal_event.availablebooking{
  background-color: red;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.availablebooking .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

div.dhx_cal_event.subscribedalready{
  background-color: gold;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.subscribedalready .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}
div.dhx_cal_event.otherclass{
  background-color: gray;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.otherclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}
div.dhx_cal_event.waitingexam{
  background-color: #f0d232;
  border: 1px solid #789;
  overflow: hidden;
  color: black;
}
div.dhx_cal_event.waitingexam .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}
div.dhx_cal_event.examscheduled{
  background-color: #33a833;
  border: 1px solid #789;
  overflow: hidden;
  color: white;
}
div.dhx_cal_event.examscheduled .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}
div.otherclass .dhx_cal_event,
div.otherclass .dhx_body,
div.otherclass .dhx_cal_event,
div.otherclass .dhx_footer,
div.otherclass .dhx_cal_event,
div.otherclass .dhx_header,
div.otherclass .dhx_cal_event,
div.otherclass .dhx_title,
span.otherclass
{
  background-color: gray;
  color: white;
}

div.otherclass .dhx_event_move, 
div.otherclass .dhx_event_resize{ 
  cursor: default;
}

div.dhx_cal_event.locked{
    background-color: lightgray!important;
}

div.dhx_cal_event.mineclass{
  background-color: #F3E2A9;
  border: 1px solid #789;
  overflow: hidden;
  color: #424242;
}

div.dhx_cal_event.absent{
  opacity: 0.4!important;
}
div.dhx_cal_event.held{
  opacity: 0.65!important;
}
div.dhx_cal_event.present{
  background-color: lightyellow!important;
  color: black!important;
}
div.dhx_cal_event.absent{
  background-color: lightyellow!important;
  color: black!important;
}
div.dhx_cal_event.presencemissing{
  border: 1px solid red!important;
}
div.dhx_cal_event.mineclass .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
}

div.mineclass .dhx_cal_event,
div.mineclass .dhx_body,
div.mineclass .dhx_cal_event,
div.mineclass .dhx_footer,
div.mineclass .dhx_cal_event,
div.mineclass .dhx_header,
div.mineclass .dhx_cal_event,
div.mineclass .dhx_title,
span.mineclass
{
  background-color: #F3E2A9;
  color: #424242;
}

div.mineclass .dhx_event_move, 
div.mineclass .dhx_event_resize{ 
  cursor: default;
}


.dhx_scale_holder_now.saturdayclass, .dhx_scale_holder.saturdayclass{
  background-image: url("../img/week_bg.png");
}
div.dhx_scale_holder.sundayclass{
  background-image: url("../img/week_bg.png");
}

table.compactcell td{
    padding: 4px!important;
}

div.subject-skipped{
    text-decoration: line-through;
}

div.plansplittablecontent{
    padding-left: 30px;
}

tr.student-vote-tobeaccepted{
    background-color: #F5E59F;
}
div.student-vote-tobeaccepted{
    background-color: #F5E59F;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.student-vote-accepted{
    background-color: #9EFA9C;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.archived{
  background-color: lightgray;
}
tr.incompleteperiod{
    text-decoration: line-through;
}
span.removoingdocument{
    text-decoration: line-through;
}
div.archived{
  background-color: lightgray;
}
div.sectionenabled {
    background-color: #f2dede;
}
tr.greyed{
  background-color: #EEEDED;
  color: lightgray;
}
tr.studentpresent{
  background-color: #A6E3A6;
  /*color: white;*/
  font-weight: bold;
}
tr.studentpresent td select{
  color: black;
}
tr.studentpresent:hover td.ng-binding{
  background-color: #04B404;
}
tr.studentpresent input[type="number"]{
  color: black;
}

tr.studentabsent{
  background-color: lightgray;
}

tr.studentabsent:hover td.ng-binding{
  background-color: lightgray;
}
tr.row-item-success,
td.col-item-success, td:hover.col-item-success{
  background-color: #A6E3A6;
}
tr.row-item-warning{
  background-color: orange;
}
tr.row-item-review{
  background-color: #fff76c;
}
tr.row-item-selected{
  background-color: #56d4df;
}
tr.row-item-fatal{
  background-color: red;
}
tr.row-item-skipped{
    background-color: gray;
}
tr.row-item-lessonselected{
    background-color: red;
    color: white;
}

tr.table-separator th{
  text-align: center;    
  background-color: #CEE3F6;
}

tr.row-item-disabled-fixed, tr:hover.row-item-error-fixed{
  background-color: gray!important;
}
tr:hover.row-item-disabled-fixed td{
  background-color: gray!important;
}

tr.row-item-error-fixed, tr:hover.row-item-error-fixed{
  background-color: #ffb3b3!important;
}
tr:hover.row-item-error-fixed td{
  background-color: #ffb3b3!important;
}

tr td.row-td-item-error-fixed{
  background-color: #FA5858!important;
}

tr:hover td.row-td-item-error-fixed{
  background-color: #FA5858!important;
}

td.col-item-empty, td:hover.col-item-empty{
  background-color: white!important;
}

td.col-item-empty, td:hover.col-item-empty{
  color: black;
}

td.col-item-empty a{
  color: black;
  text-decoration: underline;    
}

td.col-item-warning{
  background-color: orange;
}

tr.row-item-error, tr:hover.row-item-error,
td.col-item-error, td:hover.col-item-error{
  background-color: #FA5858!important;
}

td.col-item-error, td:hover.col-item-error{
  color: white;
}

td.col-item-error a{
  color: black;
  text-decoration: underline;    
}
td.col-item-suspended, td:hover td.col-item-suspended{
  background-color: yellow!important;
}
td.col-item-suspended a{
  color: black;
  text-decoration: underline!important;
}
tr.row-item-error td,
tr.row-item-error td a{
  color: white!important;
}
tr.ng-scope.row-item-error:hover td,
tr.ng-scope.row-item-error:hover td a{
 background-color: #FFFF00;
 color: black!important;
}
td.col-item-error:hover{
  background-color: #FA5858!important;
}

div.boxtodo{
  cursor: pointer!important;    
  padding-right: 5px!important;
  padding-left: 5px!important;    
}

div.boxtodo.col-lg-2{
  width: 20%;
}

.dhx_cal_event.occupiedclass .dhx_title,
.dhx_cal_event.occupiedclass .dhx_body,
.dhx_cal_event.occupiedclass .dhx_footer{
  color: #6E6E6E!important;
}

section.alerts{
  text-align: center;    
  font-weight: bold;  
}

section.alerts a{
  color: red!important;
}

div.dhtmlxMenu_dhx_terrace_TopLevel_Item_Normal{
  display: none!important;
}

.dhtmlXTooltip.tooltip{
    z-index: 4001!important;
}

.nopadding{
  padding: 0px;
}

.nomargin{
  margin: 0px;
}

button.contextual-menu{
  width: 25px;
  background-color: transparent;
}

button.contextual-menu:hover{
  border: 1px solid lightgray;
}

ul.contextual-menu i{
  padding: 3px;
}

tr.lesson-was-held{
  color: #404040;
  font-style: italic;
}

span.student-presence-missing{
  background-color: gold;
  color: black;
}

._720kb-datepicker-calendar-day._720kb-datepicker-active, ._720kb-datepicker-calendar-day:hover {
  background: lightblue none repeat scroll 0 0 !important;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled{
  background-color: lightgray!important;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:lightblue;
  color:white;
}

input[type="date"]{
  line-height: inherit;
}

td.newsubscriptiontitle{
  background-color: yellow;
}

td.newcardtitle{
  background-color: antiquewhite;
}

td.newitemtitle{
  background-color: lightblue;
}

td.newpackagetitle{
  background-color: lightgreen;
}

tr:hover td.newsubscriptiontitle{
  background-color: yellow!important;
}

tr:hover td.newcardtitle{
  background-color: antiquewhite!important;
}

tr:hover td.newitemtitle{
  background-color: lightblue!important;
}

td.newpackagetitle{
  background-color: lightgreen!important;
}

span.creditexpiring{
  color: #2892C8!important;
}

span.creditexpired{
  color: #bf2a2a!important;
}
.select2-results__option--highlighted div.searchigclassoption{
  color: black!important;
}

div.searchigclassoption{
  padding: 5px;
  border-radius: 3px;
  background-color: #F2F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
}

div.searchigclassheader{
  padding: 5px;
  border-radius: 3px;
  border-bottom: 3px solid blue;
}


div.searchclassseparator{
  text-align: center;    
}

div.searchigclassoption:hover{
  color: red!important;
}

.form-control[readonly].inputdatepicker{
  cursor: pointer!important;
}

.form-control[disabled].inputdatepicker{
  cursor: not-allowed!important;
}

tr.rolerule i{
  cursor: pointer;
}

i.clickableicon{
  cursor: pointer;
  margin-left: 10px;
}

div#copied-event{
  /*float: right;*/
  font-size: smaller;
  /*margin-top: -65px;*/
  -webkit-box-shadow: 6px 10px 37px -7px rgba(0,0,0,0.78);
  -moz-box-shadow: 6px 10px 37px -7px rgba(0,0,0,0.78);
  box-shadow: 6px 10px 37px -7px rgba(0,0,0,0.78);
  border-radius: 5px;
  padding: 5px 50px 5px 10px;
  background-color: #ac2727;
  color: white;
  min-width: 200px;
  position: fixed;
  right: 20px;
  z-index: 1000;
  top: 56px;
}

div#copied-event img{
  position: absolute;
  top: 10px;
  right: 23px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.versionnotes{
  font-family: verdana!important;
  font-size: smaller!important;
  text-align: justify!important;
}

.divreportselected{
  color: white;
  background-color: red;
}

div.lightboxlabel{
  padding: 3px;
  margin-left: 110px;
  font-size: 14px;
}

.colormap1 { color: #eed369!important; background-color: #083045!important; }
.colormap2 { color: #e7ef18!important; background-color: #004aff!important; }
.colormap3 { color: #ff9cff!important; background-color: #005229!important; }
.colormap4 { color: #0000ce!important; background-color: #ffff00!important; }
.colormap5 { color: #ffff00!important; background-color: #8b4510!important; }
.colormap6 { color: #107895!important; background-color: #f1f3f4!important; }
.colormap7 { color: #fddb31!important; background-color: #7a1f26!important; }
.colormap8 { color: #002140!important; background-color: #42cccc!important; }
.colormap9 { color: #a72b00!important; background-color: #ffc000!important; }
.colormap10 { color: #00203e!important; background-color: #01b0f1!important; }
.colormap11 { color: #ffcc3a!important; background-color: #fe0000!important; }
.colormap12 { color: #00310d!important; background-color: #00af50!important; }
.colormap13 { color: #6c3b1a!important; background-color: #ff9899!important; }
.colormap14 { color: #d09aff!important; background-color: #0000cc!important; }
.colormap15 { color: #415c00!important; background-color: #ffff00!important; }
.colormap16 { color: #f9360d!important; background-color: #29621d!important; }
.colormap17 { color: #890804!important; background-color: #fc4833!important; }
.colormap18 { color: #f9822e!important; background-color: #001f3e!important; }
.colormap19 { color: #42cccc!important; background-color: #002140!important; }
.colormap20 { color: #fbd931!important; background-color: #83174b!important; }
.colormap21 { color: #5d686e!important; background-color: #e1e98b!important; }
.colormap22 { color: #49495e!important; background-color: #c5ce65!important; }
.colormap23 { color: #f0f1cc!important; background-color: #464759!important; }
.colormap24 { color: #81ddf6!important; background-color: #83174b!important; }
.colormap25 { color: #83174b!important; background-color: #81ddf6!important; }
.colormap26 { color: #b62f00!important; background-color: #00ff01!important; }
.colormap27 { color: #3b1ba4!important; background-color: #fe6700!important; }
.colormap28 { color: #2bf903!important; background-color: #ff00ff!important; }
.colormap29 { color: #fa00ff!important; background-color: #0000fe!important; }
.colormap30 { color: #06e500!important; background-color: #fe0000!important; }
.colormap31 { color: #ff7504!important; background-color: #0000fe!important; }
.colormap32 { color: #da39bd!important; background-color: #00ff01!important; }
.colormap33 { color: #000bf9!important; background-color: #00ff01!important; }
.colormap34 { color: #00ffff!important; background-color: #ff0000!important; }
.colormap35 { color: #ff00ff!important; background-color: #00ff00!important; }
.colormap36 { color: #ffff00!important; background-color: #0000ff!important; }
.colormap37 { color: #ff8000!important; background-color: #0000ff!important; }
.colormap38 { color: #ff00ff!important; background-color: #ffff00!important; }
.colormap39 { color: #00ff00!important; background-color: #ff0000!important; }
.colormap40 { color: #ffffff!important; background-color: #000000!important; }
.colormap41 { color: #000000!important; background-color: #ffffff!important; }
.colormap42 { color: #0000ff!important; background-color: #ffffff!important; }
.colormap43 { color: #ffffff!important; background-color: #0000ff!important; }
.colormap44 { color: #ffffff!important; background-color: #008000!important; }
.colormap45 { color: #008000!important; background-color: #ffffff!important; }
.colormap46 { color: #ffffff!important; background-color: #8b4510!important; }
.colormap47 { color: #8b4510!important; background-color: #ffffff!important; }
.colormap48 { color: #ffff00!important; background-color: #000000!important; }
.colormap49 { color: #000000!important; background-color: #ffff00!important; }
.colormap50 { color: #ffffff!important; background-color: #FF420E!important; }
.colormap51 { color: #ffffff!important; background-color: #80BD9E!important; }
.colormap52 { color: #ffffff!important; background-color: #89DA59!important; }
.colormap53 { color: #ffffff!important; background-color: #336B87!important; }
.colormap54 { color: #ffffff!important; background-color: #2A3132!important; }
.colormap55 { color: #ffffff!important; background-color: #763626!important; }
.colormap56 { color: #ffffff!important; background-color: #BA5536!important; }
.colormap57 { color: #ffffff!important; background-color: #598234!important; }
.colormap58 { color: #ffffff!important; background-color: #AEBD38!important; }
.colormap59 { color: #ffffff!important; background-color: #68829E!important; }
.colormap60 { color: #ffffff!important; background-color: #07575B!important; }
.colormap61 { color: #ffffff!important; background-color: #66A5AD!important; }
.colormap62 { color: #ffffff!important; background-color: #A2C523!important; }
.colormap63 { color: #ffffff!important; background-color: #7D4427!important; }
.colormap64 { color: #ffffff!important; background-color: #FB6542!important; }
.colormap65 { color: #ffffff!important; background-color: #FFBB00!important; }
.colormap66 { color: #ffffff!important; background-color: #F18D9E!important; }
.colormap67 { color: #ffffff!important; background-color: #B7B8B6!important; }
.colormap68 { color: #ffffff!important; background-color: #F4CC70!important; }
.colormap69 { color: #ffffff!important; background-color: #20948B!important; }
.colormap70 { color: #ffffff!important; background-color: #C99E10!important; }
.colormap71 { color: #ffffff!important; background-color: #8D230F!important; }
.colormap72 { color: #ffffff!important; background-color: #9A9EAB!important; }
.colormap73 { color: #ffffff!important; background-color: #F52549!important; }
.colormap74 { color: #ffffff!important; background-color: #9BC01C!important; }
.colormap75 { color: #ffffff!important; background-color: #CB0000!important; }
.colormap76 { color: #ffffff!important; background-color: #B38867!important; }
.colormap77 { color: #ffffff!important; background-color: #258039!important; }
.colormap78 { color: #ffffff!important; background-color: #4D648D!important; }
.colormap79 { color: #ffffff!important; background-color: #F9A603!important; }
.colormap80 { color: #ffffff!important; background-color: #556DAC!important; }
.colormap81 { color: #ffffff!important; background-color: #755248!important; }
.colormap82 { color: #ffffff!important; background-color: #2988BC!important; }
.colormap83 { color: #ffffff!important; background-color: #F9BA32!important; }
.colormap84 { color: #ffffff!important; background-color: #E29930!important; }
.colormap85 { color: #ffffff!important; background-color: #52958B!important; }
.colormap86 { color: #ffffff!important; background-color: #E1315B!important; }
.blackwhite { color: #000000!important; background-color: #FFFFFF!important; }

.select2-selection__rendered div.colormap1  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap2  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap3  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap4  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap5  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap6  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap7  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap8  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap9  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap10  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap11  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap12  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap13  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap14  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap15  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap16  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap17  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap18  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap19  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap20  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap21  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap22  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap23  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap24  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap25  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap26  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap27  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap28  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap29  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap30  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap31  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap32  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap33  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap34  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap35  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap36  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap37  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap38  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap39  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap40  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap41  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap42  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap43  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap44  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap45  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap46  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap47  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap48  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap49  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap50  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap51  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap52  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap53  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap54  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap55  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap56  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap57  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap58  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap59  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap60  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap61  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap62  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap63  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap64  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap65  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap66  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap67  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap68  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap69  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap70  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap71  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap72  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap73  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap74  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap75  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap76  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap77  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap78  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap79  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap80  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap81  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap82  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap83  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap84  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap85  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 
.select2-selection__rendered div.colormap86  {line-height: 24px; margin-top: 1px; padding-left: 3px;} 

/**
valmiki code input textarea
**/
.snippetcode{
  scroll-behavior: smooth;
  overflow: scroll;
  height: 100%;
}

.select2-dropdown{
  z-index: 10051!important;
}

.dhx_time_block_reset{
  opacity: 0.40!important;
}

.dhx_time_block_reset.closed,
.dhx_time_block_reset.holiday{
  opacity: 1!important;
}

div.dhx_cal_event{
  z-index: 1!important;
}

div.navbar-right > a {
  padding-left: 10px;
  padding-right: 10px;
}

input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

pre{
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera */
  white-space: -o-pre-wrap; /* Opera */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
}

div#languagesbox input[type='text']{
  width: 90%;
  background-color: lightyellow;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 3px;
}

div#languagesbox input[type='text'].language-empty{
  border: 2px solid;
  border-color: #F56954 !important;
  box-shadow: none;
  background-color: lightcoral !important;
  border-color: #a94442!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

a.buttonactive{
  border: 2px solid red!important;
  border-radius: 3px!important;
}

a i.btn.buttonactive{
  border: 2px solid red!important;
  border-radius: 3px!important;
}

span.splitselected{
    color: green;
    font-weight: bold;
}

span.splitwaiting{
    color: goldenrod;
    font-weight: bold;
}

.dhx_cal_light .dhx_title{
  font-size: large;
  text-align: center;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

hr.lowmargins{
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

hr.darker{
  heigth: 2px!important;
  backgroud-color: black!important;
}

hr.smallgrey {
	border: 1px solid #cfcfe1;
}

input[type=number].shortnumber
{
  max-width: 60px!important;
}

td.itempaidimmediately, td.itempaidimmediately:hover{
  background-color: lightgreen!important;
}

td.itempaidinstallment, td.itempaidinstallment:hover{
  background-color: lightpink!important;
}

td.itempaidlater, td.itempaidlater:hover{
  background-color: lightblue!important;
}

.dhx_cal_header > .dhx_scale_bar {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: bold;    
}

div.dhx_marked_timespan.closed,
div.show_marked_timespan.closed{
  background-color: rgba(185,156,218,0.4);
}

.dhx_scheduler_month .dhx_marked_timespan{
    display: initial!important;
}

div.dhx_marked_timespan.holiday,
div.show_marked_timespan.holiday{
    background-color: rgba(241,148,138,0.4)!important;
}

div.dhx_marked_timespan.persononalschedule,
div.show_marked_timespan.persononalschedule{
    background-color: rgba(233,207,202,0.4);
}

div.calendarinfos,div.calendarsettings{
  padding: 15px;
}

div.calendarinfos div{
  padding: 2px 5px 2px 5px;
  border: 1px lightgray solid;
  border-radius: 5px;
  margin-bottom: 2px;
}

div.dhx_cal_prev_button, div.dhx_cal_next_button{
  background-color: #6495ed;
}

button.viewselected{
  background-color: red !important;
  color: white !important;
}

button.viewselected:hover{
  color: black !important;
}

div#dvAddPreview img,
div#dvAddPreviewParent img,
div#dvEditPreview img,
div#dvEditParentPreview img{
  max-width: 350px !important;
}

div.parent-selected{
  background-color: lightcoral;
  border: 1px red solid;
}


.fa-menuicon{background: url('/assets/img/grade.png') no-repeat top left;}

.nav-pills > li.active > a, .btn-primary {
  color : white !important;
  background-color: #428bca;
  padding : 5px 15px;
  /*background-color: #6C6C6C !important;*/
  /*// feeling like it's a rounded corners kind of day*/
  /*border-color: #6C6C6C !important;*/
  border-radius: 0px;
}

.menu-icon-grade {background: url('/assets/img/grade.png') no-repeat top left}
.menu-icon-accessibility{float: left ;width: 16px; height: 16px; margin-right: 8px;display: inline-block}
/*background-position: 0 0; width: 32px; height: 32px;*/

div.table-hover:hover {
    background-color: #F2F2F2!important;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.9; }
  .sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.9; }
    .sweet-alert input:focus::-webkit-input-placeholder {
      transition: opacity 0.3s 0.03s ease;
      opacity: 0.9; }
      .sweet-alert input::-moz-placeholder {
        color: gray; }
        .sweet-alert input:-ms-input-placeholder {
          color: gray; }
          .sweet-alert input::-webkit-input-placeholder {
            color: gray; }

            .swal2-modal .swal2-textarea::-webkit-input-placeholder {
              color: gray!important;
            }
            .swal2-modal .swal2-textarea:-moz-placeholder {
              color: gray!important;
            }
            .swal2-modal .swal2-textarea::-moz-placeholder {
              color: gray!important;
            }
            .swal2-modal .swal2-textarea:-ms-input-placeholder {
              color: gray!important;
            }

            div.swal2-content div.tooltipinfo{
              text-align: left;
              font-size: 12px;
              font-style: italic;
            }

            tr.expensepaid {
              background-color: #C2FEBC;
            }

            span.hoursallocated{
              color: green;
            }

            span.overallocated{
              color: red;
            }

            table.compact tr td{
              padding-top: 4px;
              padding-bottom: 4px;
            }

            /* drag&drop list */

            .dragrow {
              margin: 20px 0 0 0;
            }

            .list-group {
              /*border: 1px solid lightgray;*/
              /*padding-bottom: 42px;*/
            }

            .list-group-item {
              cursor: move;
            }

            .dragrow a.list-group-item{
              padding: 4px 15px 4px 10px;
            }

            .list-group {
              /*padding-bottom: 20px;*/
              padding-right: 0;
              border-bottom: 1px solid lightgray;
            }

            .list-group-item {
              border-radius: 5px;
              cursor: move;
            }

            .list-group-item:first-child {
              cursor: default;
            }

            .list-group-item:first-child span:first-child {
              cursor: pointer;
            }

            .list-group-item:first-child span.glyphicon {
              cursor: pointer;
            }

            .list-group.validmembers a.list-group-item.active{
              background-color: green!important;
            }

            .list-group.toomembers a.list-group-item.active{
              background-color: red!important;
            }
            
            

            /* loader start */
/*
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
        
    position: fixed;
    margin-left: 50%;
    margin-top: 300px;        
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30,39,97,0.61);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
*/
/* loader end*/

/*.wrapper {margin: 0 auto; width: 960px; }*/
.pdf-controls { width: 100%; display: block; padding: 1em;}
.rotate0 {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }
/*.fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }*/

/* loader2 start */ 
div.loading-img{
    background-color: rgb(211,211,211,0.3);
}

div.complete-loading-img{
    background-color: rgb(211,211,211,0.3);
}

.container {
  height: 100vh;
  width: 100vw;
  font-family: Helvetica;
  z-index: 1000;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.complete-loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.complete-loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.complete-loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.4s;
}
.complete-loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.3s;
}
.complete-loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.2s;
}
.complete-loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.1s;
}
.complete-loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.complete-loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.complete-loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 40rem;
  margin: auto;
}

.upload-progress .progress {
  position: absolute;
  top: 200%;
  height: auto;
  left: 0;
  right: 0;
  width: 55rem;
  background: transparent;
  margin: auto;
  font-size: 3rem;
  color: blue;
  font-weight: 900;
}

.upload-progress .upload-note {
  position: absolute;
  top: 500%;
  left: 0;
  right: 0;
  width: 57rem;
  margin: auto;
  color: red;
  font-weight: 600;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.complete-loader--text:after {
  content: "Saving data in progress, Do not refresh the page";
  font-weight: bold;
  animation-name: complete-loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
@keyframes complete-loading-text {
  0% {
    content: "Saving data in progress, Do not refresh the page";
  }
  25% {
    content: "Saving data in progress, Do not refresh the page.";
  }
  50% {
    content: "Saving data in progress, Do not refresh the page..";
  }
  75% {
    content: "Saving data in progress, Do not refresh the page...";
  }
}
/* �loader2 end */

#loading-bar .bar {
  background: #2c3e50;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #2c3e50;
  border-left-color: #2c3e50;
}
#loading-bar .peg {
  -moz-box-shadow: #2c3e50 1px 0 6px 1px;
  -ms-box-shadow: #2c3e50 1px 0 6px 1px;
  -webkit-box-shadow: #2c3e50 1px 0 6px 1px;
  box-shadow: #2c3e50 1px 0 6px 1px;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: translate(6px, 48px) rotate(270deg);
    /*
    transform: 
        translate(25px, 51px)
        rotate(315deg);
    width: 30px;
    */
  }
  th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    /*padding: 5px 10px;*/
  }

  .no-lateral-padding{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  div.condition-removed{
    background-color: lightgray;
  }
  
  table.spaced-table td, table.spaced-table th{
      padding: 5px;
  }

  table.preinvoicing{
    width: 100%;
  }
  table.preinvoicing th, 
  table.preinvoicing td {
    border-bottom: 1px solid #ddd;
    padding: 3px;
  }

  table.preinvoicing tr.header{
    background-color: #31B404;
  }

  table.preinvoicing tr.classignored{
    background-color: lightgray;
  }

  table.preinvoicing tr.invoicemismatch{
    background-color: red;
    color: white;
  }
  table.preinvoicing tr.nothing-billable td{
    padding-top: 2px;
    padding-bottom: 2px;
    color: gray;
  }

  table#crmorders tr.order-selected, table#crmorders tr:hover.order-selected, table#crmorders tr.order-selected td:hover{
    background-color: gold;
  }

  table.preinvoicing tr.billing-error{
    background-color: red;
    color: white;
  }

  table.preinvoicing tr.billing-error:hover{
    color: initial;
  }
  
  table.orderslist tr.orderfullpaid{
    background-color: #CAEFD4;  
  }
  
  table.orderslist tr.chargefullrefused{
    background-color: red; 
    color: white;
  }
  
div.blockedorderssdd{
    background-color: antiquewhite;
    border: 1px solid red;
    border-radius: 5px;
}
  
div.pendingorderssdd{
    background-color: aliceblue;
    border: 1px solid blue;
    border-radius: 5px;
}
  
  table.orderslist td.signaturerefused{
        background-color: orangered !important;
        color: white;
  }
  table.orderslist tr.signaturerefused:hover td{
        background-color: red !important;
        color: white;
  }
  
  table.orderslist td.signatureconfirmed{
        background-color: green !important;
        color: white;
  }
  table.orderslist tr.signatureconfirmed:hover td{
        background-color: green !important;
        color: white;
  }
  
  table.orderslist tr.orderinvoiced{
    background-color: #9fdfbe;  
  }

  table.allowedips tr.has-error{
    background-color: #e57c7c;
  }

  table.allowedips tr.has-error:hover > td{
    background-color: #e57c7c;
  }

  table.preinvoicing tr.billing-error:hover{
    color: initial;
  }

  table.invoiceslist tr.invoicediscarded{
    background-color: #ff4d4d;
    color: white!important;
  }
  
  table.invoiceslist tr.invoicemalformed{
    background-color: darkred!important;
    color: white!important;
  }
  
/* 
  table.invoiceslist tr.invoicediscarded{{
      color: white;
      font-weight: bold;
  }
*/
  table.invoiceslist tr.invoicenotdelivered{
    background-color: #d7fadb;
  }

  table.invoiceslist tr.invoicenotdelivered  i.fa-exclamation-circle,
  table.invoiceslist tr.invoicenotdelivered  i.fa-exclamation-triangle{
    color: #00B055;
  }
  
  table.invoiceslist tr.invoiceproforma{
      background-color: #e3f8ff;
  }
  
  table.invoiceslist tr.invoicedelivered{
    background-color: #d7fadb;
  }
  
  table.invoiceslist tr.invoicedelivered i.fa-check-circle-o {
    color: #00B055;
  }

  table.preinvoicing tr.nothingtopay{
    background-color: white;
    color: black;
  }

  table.preinvoicing tr.invoicemismatch.nothingtopay{
    background-color: white;
    color: red;
  }

  span.noinvoicing{
    text-decoration: line-through;
  }

  .font-weight-bold{
    font-weight: bold;
  }

  a.logo img{
    /*width: 90%;
    padding-left: 10px;
    */
  }

  div.missingplanning{
    width: 100px;
    height: 100px;
    background: repeating-linear-gradient(-45deg, red, red 1px, white 1px, white 3px);
  }

  div.w3-light-grey.classbarerror{
    border: 1px solid red;
    border-radius: 2px;
  }

  div.w3-light-grey.classbarcomplete{
    border: 1px solid green;
    border-radius: 2px;
  }

  div.dhx_cal_data table td.yellow_day div.dhx_month_head{
    background-color: lightgoldenrodyellow;
  }

  div.dhx_cal_data table td.yellow_day div.dhx_month_body{
    background-color: lightgoldenrodyellow;
  }

  div.row.individual-selected{
    border: 1px solid red!important;
  }

  input.moneyvalue{
    text-align: right;
    padding-right: 5px;
  }

  div.diffinvdata{
    background-color: lightyellow;
    margin-bottom: 0px!important;
  }

  div.diffinvdata2{
    margin-bottom: 0px!important;
  }

  form.compact-form .form-group{
    margin-bottom: 0px;
  }
  
  table.compactrows td{
      padding: 4px!important;
      border: 1px solid lightgray;
  }
  
  th.centeredflagcol{
      width: 30px;
      text-align: center;
      padding-left: 1px ! important;
      padding-right: 1px ! important;
  }
  
    div.ak-error-panel{
        background-color: firebrick;
        color: white;
        display: flex;
        padding: 4px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 4px;
        font-size: 14px!important;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid lightcoral;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
    }
    
    div.ak-error-panel img{
        width: 20px;
    }
    
    div.ak-error-panel p{
        margin-bottom: 0px;
    }
    
    div.ak-error-panel .fa-star{
        cursor: pointer;
    }
    
    div.ak-error-panel .fa-star.checked{
        color: red;
    }
    
    div.ak-error-panel a{
        text-decoration: underline;
    }
    
  
    div.ak-editor-panel{
        background-color: #DEEBFF; 
        display: flex;
        padding: 8px; 
        border-radius: 5px;
        border: 1px solid blue;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
    }
    
    div.ak-editor-panel p{
        margin-bottom: 0px;
    }
    
    div.ak-editor-panel .fa-star{
        cursor: pointer;
    }
    
    div.ak-editor-panel .fa-star.checked{
        color: red;
    }
    
    div.ak-editor-panel a{
        text-decoration: underline;
    }  

  input.search-term{
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(133, 140, 145);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(133, 140, 145);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(133, 140, 145);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(133, 140, 145);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    color: rgb(133, 140, 145);
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    text-align: start;
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: border, box-shadow;
    transition-timing-function: linear, linear;
    vertical-align: bottom;
    width: 100%;
    height: 37px;
    border: 1px solid lightgray;
    color: black;    
  }

  div.searchbulletContainer i{
    margin-right: 3px;
  }

  div.lead-profile-content div.row{
  }

  div.lead-profile-content div.row{
  }

  div.lead-profile-content div.row div{
    padding-top: 3px;
    padding-bottom: 3px;    
  }

  div.lead-profile-content div.oddrow{
    /*border-bottom: 1px solid lightblue;*/
  }

  div.lead-profile-content div.oddrow div.leadheader{
    background-color: lightblue;
  }

  div.offertypeselected{
    background-color: #ff3333;
    color: white;
  }

  div.offerpage{
    background-color: beige;
    border: 2px solid cornflowerblue;
    border-radius: 5px;
    min-height: 700px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 45px;
  }

  div.offerpage div.offerrow,
  div.offerpage div.area,
  div.offerpage div.othersection,
  div.offerpage div.otherarea{
    line-height: 40px;
    min-height: 40px;
    background-color: white;
    position:relative;
    text-align: center;
    margin-top: 10px;
    border: 1px gray dotted;    
  }

  .note-toolbar {
    z-index: auto;
  }

  div.offerpage a.removalbutton{
    position:absolute;
    right:5px;
    top:8px;
  }

  div.offerpagepreview{
    border: 1px gray solid;
    overflow: hidden;
  }

  div.offerpagepreview div.offerrow,
  div.offerpagepreview div.area{
    line-height: 20px;
    min-height: 20px;    
    border: 1px gray dotted;
    margin-top: 10px;
  }

  div.offerpagepreview span.offerrow,
  div.offerpagepreview span.area{
    border: 1px gray dotted;
  }

  div.offerpagepreview span.contentdata * {
    font-size:10px!important;
    border: none;
  }

  div.offerpage div.add{
    background-color: lightgray;
    position:relative;
    text-align: center;
    margin-top: 10px;
    border: 1px gray dotted;        
  }

  tr.corporateheader{
    /*
    #AED6F1
    */
    background-color: dodgerblue!important;
    color: white!important;
  }

  corporateheader:hover{
    background-color: dodgerblue!important;
    color: white!important;
  }

  th.corporateheader{
    background-color: dodgerblue!important;
    color: white!important;
  }

  tr.corporateheader:hover{
    background-color: dodgerblue!important;
    color: white!important;
  }

  tr.corporateheader th:hover{
    background-color: dodgerblue!important;
    color: white!important;
  }

  td.corporateheader{
    background-color: dodgerblue!important;
    color: white!important;
  }

  td.corporateheader:hover{
    background-color: dodgerblue!important;
    color: white!important;
  }

  div.offertypechoose:hover{
    background-color: lightblue!important;
    color: black!important;    
    cursor: pointer;
  }

  table.expensestable tr.unreadinvoice td{
    font-weight: bold;
  }

  table.expensestable span.expensePaymentDue{
    color: red;
    font-weight: bold;
  }
  
  table.table tr.emitting{
      background-color: lightgray;
  }
  
  table.table tr.emitted{
      background-color: green;
  }

  .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    &:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;

      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
    }
  }

  table.additionalInvRowData th{
    background-color: lightgray;
    padding-top: 10px;
  }

  table.additionalInvRowData th,
  table.additionalInvRowData td{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  table.additionalInvRowData tr.adddataheader td{
    border-bottom: 1px solid lightgray;
  }

  /* EXPORT PANEL */
  /* Checkbox CSS */

  div.results-panel div.checkbox{
    margin-bottom: 0px;
    margin-top: 0px;
  }

  div.results-panel div.panel-body{
    padding-bottom: 0px;
  }

  .right-modal-panel .checkbox, div#filter-panel .checkbox {
    padding-left: 20px;
    display: inline-block;
  }
  .right-modal-panel .checkbox label, div#filter-panel .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
  .right-modal-panel .checkbox label::before, div#filter-panel .checkbox label::before  {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .right-modal-panel .checkbox label::after, div#filter-panel .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
  }
  .right-modal-panel .checkbox input[type="checkbox"],
  .right-modal-panel .checkbox input[type="radio"],
  div#filter-panel .checkbox input[type="checkbox"],
  div#filter-panel .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  .right-modal-panel .checkbox input[type="checkbox"]:focus + label::before,
  .right-modal-panel .checkbox input[type="radio"]:focus + label::before,
  div#filter-panel .checkbox input[type="checkbox"]:focus + label::before,
  div#filter-panel .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .right-modal-panel .checkbox input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox input[type="radio"]:checked + label::after,
  div#filter-panel .checkbox input[type="checkbox"]:checked + label::after,
  div#filter-panel .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
  }
  .right-modal-panel .checkbox input[type="checkbox"]:disabled + label,
  .right-modal-panel .checkbox input[type="radio"]:disabled + label,
  div#filter-panel .checkbox input[type="checkbox"]:disabled + label,
  div#filter-panel .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  .right-modal-panel .checkbox input[type="checkbox"]:disabled + label::before,
  .right-modal-panel .checkbox input[type="radio"]:disabled + label::before,
  div#filter-panel .checkbox input[type="checkbox"]:disabled + label::before,
  div#filter-panel .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
  }
  .right-modal-panel .checkbox.checkbox-circle label::before,
  div#filter-panel .checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }
  .right-modal-panel .checkbox.checkbox-inline,
  div#filter-panel .checkbox.checkbox-inline {
    margin-top: 0;
  }

  .right-modal-panel .checkbox-primary input[type="checkbox"]:checked + label::before,
  .right-modal-panel .checkbox-primary input[type="radio"]:checked + label::before,
  div#filter-panel .checkbox-primary input[type="checkbox"]:checked + label::before,
  div#filter-panel .checkbox-primary input[type="radio"]:checked + label::before {      background-color: #337ab7;
    border-color: #337ab7;
  }
  .right-modal-panel .checkbox-primary input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox-primary input[type="radio"]:checked + label::after,
  div#filter-panel .checkbox-primary input[type="checkbox"]:checked + label::after,
  div#filter-panel .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
  }

  .right-modal-panel .checkbox-danger input[type="checkbox"]:checked + label::before,
  .right-modal-panel .checkbox-danger input[type="radio"]:checked + label::before,
  div#filter-panel .checkbox-danger input[type="checkbox"]:checked + label::before,
  div#filter-panel .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  .right-modal-panel .checkbox-danger input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox-danger input[type="radio"]:checked + label::after,
  div#filter-panel .checkbox-danger input[type="checkbox"]:checked + label::after,
  div#filter-panel .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
  }

  div.filtersearchpanel .form-group{
    margin-bottom: 0px;
}

div.filtersearchpanel label{
    margin-bottom: 0px;
}

.right-modal-panel .checkbox, div#filter-panel .checkbox {
      padding-left: 20px;
      display: inline-block;
}
.right-modal-panel .checkbox label, div#filter-panel .checkbox label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 5px;
    }
.right-modal-panel .checkbox label::before, div#filter-panel .checkbox label::before  {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
.right-modal-panel .checkbox label::after, div#filter-panel .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
    }
.right-modal-panel .checkbox input[type="checkbox"],
.right-modal-panel .checkbox input[type="radio"],
div#filter-panel .checkbox input[type="checkbox"],
div#filter-panel .checkbox input[type="radio"] {
      opacity: 0;
      z-index: 1;
    }
.right-modal-panel .checkbox input[type="checkbox"]:focus + label::before,
.right-modal-panel .checkbox input[type="radio"]:focus + label::before,
div#filter-panel .checkbox input[type="checkbox"]:focus + label::before,
div#filter-panel .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
.right-modal-panel .checkbox input[type="checkbox"]:checked + label::after,
.right-modal-panel .checkbox input[type="radio"]:checked + label::after,
div#filter-panel .checkbox input[type="checkbox"]:checked + label::after,
div#filter-panel .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c";
    }
.right-modal-panel .checkbox input[type="checkbox"]:disabled + label,
.right-modal-panel .checkbox input[type="radio"]:disabled + label,
div#filter-panel .checkbox input[type="checkbox"]:disabled + label,
div#filter-panel .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65;
}
.right-modal-panel .checkbox input[type="checkbox"]:disabled + label::before,
.right-modal-panel .checkbox input[type="radio"]:disabled + label::before,
div#filter-panel .checkbox input[type="checkbox"]:disabled + label::before,
div#filter-panel .checkbox input[type="radio"]:disabled + label::before {
      background-color: #eeeeee;
      cursor: not-allowed;
    }
.right-modal-panel .checkbox.checkbox-circle label::before,
div#filter-panel .checkbox.checkbox-circle label::before {
      border-radius: 50%;
    }
.right-modal-panel .checkbox.checkbox-inline,
div#filter-panel .checkbox.checkbox-inline {
      margin-top: 0;
    }

  .right-modal-panel .checkbox-info input[type="checkbox"]:checked + label::before,
  .right-modal-panel .checkbox-info input[type="radio"]:checked + label::before,
  div#filter-panel .checkbox-info input[type="checkbox"]:checked + label::before,
  div#filter-panel .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .right-modal-panel .checkbox-info input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox-info input[type="radio"]:checked + label::after,
  div#filter-panel .checkbox-info input[type="checkbox"]:checked + label::after,
  div#filter-panel .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
  }

  .right-modal-panel .checkbox-warning input[type="checkbox"]:checked + label::before,
  .right-modal-panel .checkbox-warning input[type="radio"]:checked + label::before,
  div#filter-panel .checkbox-warning input[type="checkbox"]:checked + label::before,
  div#filter-panel .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }
  .right-modal-panel .checkbox-warning input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
  }

  .right-modal-panel .checkbox-success input[type="checkbox"]:checked + label::before,
  .right-modal-panel .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  .right-modal-panel .checkbox-success input[type="checkbox"]:checked + label::after,
  .right-modal-panel .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
  }

  .right-modal-panel .checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
  }
  .right-modal-panel .checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
  }
  .right-modal-panel .checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
  }
  .right-modal-panel .checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
  }
  .right-modal-panel .checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
  }
  .right-modal-panel .checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
  }
  .right-modal-panel .checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
  }
  .right-modal-panel .checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
  }
  .right-modal-panel .checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
  }

  .right-modal-panel .radio {
    padding-left: 20px;
  }
  .right-modal-panel .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
  .right-modal-panel .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
  }
  .right-modal-panel .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
  .right-modal-panel .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  .right-modal-panel .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .right-modal-panel .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .right-modal-panel .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  .right-modal-panel .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
  }
  .right-modal-panel .radio.radio-inline {
    margin-top: 0;
  }

  .right-modal-panel .radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
  }
  .right-modal-panel .radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
  }
  .right-modal-panel .radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
  }

  .right-modal-panel .radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
  }
  .right-modal-panel .radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
  }
  .right-modal-panel .radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
  }

  .right-modal-panel .radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
  }
  .right-modal-panel .radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
  }
  .right-modal-panel .radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
  }

  .right-modal-panel .radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
  }
  .right-modal-panel .radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
  }
  .right-modal-panel .radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
  }

  .right-modal-panel .radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
  }
  .right-modal-panel .radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
  }
  .right-modal-panel .radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
  }

  .right-modal-panel input[type="checkbox"].styled:checked + label:after,
  .right-modal-panel input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
  }
  .right-modal-panel input[type="checkbox"] .styled:checked + label::before,
  .right-modal-panel input[type="radio"] .styled:checked + label::before {
    color: #fff;
  }
  .right-modal-panel input[type="checkbox"] .styled:checked + label::after,
  .right-modal-panel input[type="radio"] .styled:checked + label::after {
    color: #fff;
  }

  .right-modal-panel .radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
  }
  .right-modal-panel .radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
  }
  .right-modal-panel .radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
  }
  .right-modal-panel .radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
  }
  .right-modal-panel .radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
  }
  .right-modal-panel .radio.radio-md label {
    padding-left: 22px;
    top: 17px;
  }
  .right-modal-panel .radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
  }
  .right-modal-panel .radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
  }
  .right-modal-panel .radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
  }

  /* panel */
  .right-modal-panel .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
  }

  /* Export panel modal css */
  .right-modal-panel.modal.left .modal-dialog,
  .right-modal-panel.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 35%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .right-modal-panel.modal.left .modal-content,
  .right-modal-panel.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .right-modal-panel.modal.left .modal-body,
  .right-modal-panel.modal.right .modal-body {
    padding: 15px 15px 80px;
  }

  /*Right*/
  .right-modal-panel.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  .right-modal-panel.modal.right.fade.in .modal-dialog {
    right: 0;
  }

  /*Left*/
  .right-modal-panel.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }

  .right-modal-panel.modal.left.fade.in .modal-dialog{
    left: 0;
  }


  /* ----- MODAL STYLE ----- */
  .right-modal-panel.modal.right.fade.disabled{
    z-index: 1040;
  }

  .right-modal-panel .modal-content {
    border-radius: 0;
    border: none;
  }

  .right-modal-panel .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }

  .right-modal-panel div.form-group div.checkbox{
    width:49%;
    display: inline-block;
  }
  .right-modal-panel div.form-group label {
    display: block;
  }

  .right-modal-panel .custom-margin {
    margin-bottom: -8px;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .right-modal-panel .m-right {
    margin-right: 5px;
  }

  .right-modal-panel .c-margin-out {
    margin-bottom: -8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .right-modal-panel #selectedElem {
    margin-top: 2px;
  }
  /*!EXPORT PANEL*/

/*
Shop interno
*/

.product-card hr{
  margin: 5px;
}

.product-card div.action-box{
    background-color: darkgrey;
}

.product-card .action-box a:hover,
.product-card .action-box a:active,
.product-card .action-box a:focus,
.product-card div.action-box a:visited{
    color: white!important;
}

.font-22 {
  font-size: 22px;
}

.h-530 {
  height: 530px;
}

.h-500 {
  height: 500px;
}

.h-480 {
  height: 480px;
}

.h-120 {
  height: 200px;
}

.h-50 {
  height: 50px;
}

.h-170 {
  height: 200px;
}

.h-200 {
  height: 200px;
}

.h-220 {
  height: 220px;
}

.h-350 {
  height: 350px;
}

.h-380 {
  height: 380px;
}

.h-400 {
  height: 400px;
}

.shop-frame {
    /*height: 25px;*/      /* Equals maximum image height */
    width: 160px;
    /*border: 1px solid red;*/
    white-space: nowrap; /* This is required unless you put the helper span closely near the img */
    text-align: center;
    margin: 1em 0;
}

.shop-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.shop-img {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 380px;
    /*max-width: 160px;*/
}

.relative {
  position: relative;
}

.blog-post-title{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.card-floating {
  box-shadow: rgba(0,21,64,.14) 0 2px 6px, rgba(0,21,64,.05) 0 10px 20px;
  border-radius: 20px;
  border: 14px solid #fff;
  background: #fff;
  padding: 2px;
}

.card-selected{
  background-color: #fcfcef!important;
}

.card-shop-free-price{
    padding: 0px 5px 0px 5px;
    background-color: #00ca6d;
    border-bottom-left-radius: 10px;  
    font-size: 30px;    
    color: white;  
    top: 28px;
    right: 0px;
}

.card-price{
  padding: 0px 5px 0px 5px;
  /*background-color: silver;*/
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  margin-top: -55px;
  max-height: 50px;
  overflow: hidden;
  background-color: white;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid black;
}

.card-price.card-suscribed{
  background-color: gold;
  color: green;
  font-weight: bold;
}

.mb-20 {
  margin-bottom: 20px;
}
/*
.blog-post .fade-text {
    background: linear-gradient(to bottom,rgba(245,245,245,0) 0,#f5f5f5 41%,#f5f5f5 100%);
    position: absolute;
    left: 0;
    bottom: 30px;
    border-radius: 0 0 5px 5px;
    content: '';
    height: 80px;
    width: 100%;
}
*/

.vcenter {
  float: none;
  padding-top: 5px;
}

div.trainincomplete{
  background-color: #8fbc8f;
}

table.trainingstudentdetails th{
  background-color: #789;
  padding: 3px;
  text-align: center;
  font-weight: bold;
}

table.trainingstudentdetails td{
  padding: 3px;
  border: 1px solid lightgray;
}

tr.trainingselected tr.trainingheader{
  color: white;
  background-color: blue;
}
.tablejudment th:nth-child(3n+1){
    background: #D9EDF7;
}
.tablejudment td:nth-child(3n+1){
	background: #e5f6ff;
}

/* scrolling text in div */
div.scroll-container {
  overflow: hidden;
}

div.scroll-text {
    text-decoration: underline;
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  
    -moz-animation: my-animation 35s linear infinite;
    -webkit-animation: my-animation 35s linear infinite;
    animation: my-animation 35s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

div.et_pb_button_alignment_left {
    margin-bottom: 10px;
}

a.webinar_subscription {
    padding: 10px;
    margin: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    color: red;
    border: 1px solid red;
}

/* SCROLLING TABLE */
.scrollbar-fix {
  position: absolute;
  *position: relative; /*ie7*/
  margin-left: -150px;
  width: 150px; 
}
.scrollbar-outer {
  position: relative;
}
.scrollbar-inner {
  overflow-x: scroll;
  overflow-y: auto;
  margin-left: 150px;
}
#scroller {
  height: 10px;
}

.filter-search-input {
  border-top: none;
  border-left: none;
  border-right: none;
  /*background-color: #F0F0F0;*/
  color: #8b0000;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  height: 25px;
}

.filter-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: red;*/
  opacity: 1; /* Firefox */
}

.filter-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.filter-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.filter-search-input:focus{
    background-color: #F0F0F0;
}

.filter-search-label-gray{
    color: Gray;
}

.filter-search-label {
    color: Gray;
    white-space: nowrap;
    overflow: hidden;
    top: -1px;
    position: absolute;
    padding-right: 32px;
    margin-right: 10px;
    left: 30px;
}

.filter-search-tag {
  cursor: pointer; 
  padding: 5px;
}
.filter-text-color:hover {
  color: blue;
  cursor: pointer;
}

.filter-text-color {
  color: black;
  cursor: pointer;
}

.custom-cursor {
  cursor: pointer;
}

.filter-submit-icon {
  cursor: pointer;
  position: absolute;
  margin-left: 5px;
  padding-top: 6px; 
}

.filter-search-line {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: 5px;
}

.button-transparent {
  background-color: transparent;
}
/*
Features carousel
*/
.carousel {
    /*margin-top: 20px;*/
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 360px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
    margin-left: 30px;
}

.carousel-control.right span {
    padding: 15px;
    margin-right: 30px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
        width: auto!important;
        height: auto!important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text div.subtitle {
    background-color: #000;
    padding: 15px;
    margin-left: 30px;
    margin-right: 30px;    
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

input.selectRowCheckbox {
  display: none
}

tr.listItemsRow:hover input.selectRowCheckbox {
  display: initial
}

input.selectRowCheckbox.selectedRowCheckbox {
  display: initial!important
}

.id-filter-search {
  width: 100px;
}


/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

/* COLUMNS SORTING */
.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.lr-drop-target-before{
  border-left: 2px solid orange;
}

.lr-drop-target-after{
  border-right: 2px solid orange;
}

th.columnsortable{
    cursor: move;
    background-color: #F3F7F2;
}
tr th.columnsortable:hover{
    background-color: #5cb85c!important;
    color: white;
}
th.columnsortable>a{
  border-bottom: 1px dotted;
  display: inline-block;
  line-height: 0.85;
}
th.columnsortable>a:hover{
    color: white;                          
}
th.columnsortable ul.dropdown-menu {
    /*
    top: 250px!important;
    position: fixed;
    */
    /*position: static;*/
    /* absolute; */
}
tr.row-item-error td.columnshadow, tr:hover.row-item-error td.columnshadow{
    background-color: #FA5858 !important
}

tr.row-item-warning:hover,
tr.row-item-warning td.columnshadow, 
tr.row-item-warning:hover td.columnshadow{
    background-color: orange !important
}

tr.archived td.columnshadow{
    background-color: lightgray;
}

td.columnshadow{
    background-color: #F3F7F2;
}

tr.justchanged td.columnshadow, tr.justchanged td.columnshadow:hover, tr.justchanged:hover td.columnshadow{
    animation: fade 8s forwards;
    background-color:rgba(255, 255, 0, 1);
}

span.paymentmethod{
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 3px;
    margin-right: 5px;
    border-radius: 3px;
}

span.paymentmethod:hover{
    background-color: #CEF6EC;
}

span.paymentmethod.selected{
    background-color: red;
    color: white;
    border-radius: 5px;
}    

span.paymentmethod.selected > img {
    filter: invert(100%) !important;
}

div.paywithcreditcard{
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    color: darkblue;
}

.sv-body__page{
    font-size: small!important;
}

.sv-title.sv-container-modern__title{
    padding-top: 0px!important;
}

table.log-table td{
    padding: 2px!important;
}

.sellformSelector{
    padding: 5px 10px!important;
}

.sellformSelector2{
    padding: 3px 6px!important;
    font-size: .9em;
}

.compactFieldsList {
  border-radius: 0!important;
  margin: 2px 0px!important;
}

.formPreview{
    margin: 3px 0;
    padding: 3px 4px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.truncater {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.masterField {
  background-color: #9ac6cf;
  color: #ffffff;
  border: 1px solid #9ac6cf!important;
  margin: 4px 0;
}
.masterField:hover {
  background-color: #81aeb7;
}

.fieldIncluded {
  background: rgba(23, 107, 239, .3)!important; 
  color: rgb(23, 107, 239);
  border-radius:0 3px 3px 0; 
  margin: 2px 0;
}

.fieldNotIncluded {
  background:rgba(33, 33, 33, .1); 
  color: #333;
  border-radius:0 3px 3px 0;
  margin: 2px 20px 2px 0;
}

.formattingField {
    color: darkgray;
    cursor: default;
    text-align: left;
    margin-top: 10px;
}

.formattingField>a {
    cursor: default!important;
}

.formattingField>a:hover {
    color: darkgray!important;
    background: none!important;
}

.dragMeBaby {
    cursor: move;
}

div.lr-drop-target-before.dragMeBaby {
    border-left: 3px solid orange!important;
}

div.lr-drop-target-after.dragMeBaby {
    border-left: 3px solid orange!important;
}

.newPage {
    background: lightgray !important;
    padding: 8px 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #333 !important;
    border-radius: 0;
    border-style: dashed;
    border-width: 2px 0px 0 0px !important;
    margin: 25px 0 10px 0px;
}

i.addtoinclude {
    top: 8px;
    position: absolute;
    right: 5px;
}

i.addtoinclude2 {
    top: 8px;
    position: absolute;
    right: 10px;
}

.buttonForSelling {
    padding: 0 10px; 
    margin: 2px auto;
}

.text-center {
    text-align: center;
}

.contractButton {
  padding: 4px 10px;
}

.modal-wide {
  width: 100% !important; 
  max-width: 1000px !important;
}

#addUserModal.modal{
    overflow-y: auto;
}

.canShift {
  cursor:pointer;
}

.pill-nav-selling-form a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 5px 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 0 35px 35px 0;
  margin: 0 10px 0 0;
}

.pill-nav-selling-form a:hover {
  background-color: #ddd;
  color: black;
}

.pill-nav-selling-form a.active {
  background-color: dodgerblue;
  color: white;
}

.coolTableCell {
  padding: 5px 10px;
}

.pageIconDivSelected {
  background-color: rgba(240,12,0,.6); 
  color: white; 
  float: left; 
  padding: 0 7px; 
  border-radius: 0 12px 0 0;
  width: 26px; 
  height: 28px; 
  margin: 6px; 
  font-size: 18px; 
  box-shadow: 2px 2px 2px rgba(40,12,200,.3);
  cursor: pointer;
}

.pageIconDiv {
  background-color: rgba(240,12,0,.6); 
  color: white; 
  float: left; 
  padding: 0 7px; 
  border-radius: 0 12px 0 0;
  width: 22px; 
  height: 23px; 
  margin: 8px 4px; 
  font-size: 14px; 
  cursor: pointer;
}

.itemPriceCell {
  padding: 4px 8px!important;
  color: darkgray;
}

.interestCell {
  padding: 0px 8px!important; 
  color: darkgray;
  border: none!important;
}

span.studentsurveyselected{
    border: 2px red solid! important;
    background-color: lightcoral;
}

span.studentsurveycomplete{
    border: 2px green solid! important;
    background-color: lightgreen;    
}

span.studentsurveytoconfirm{
	border: 2px green solid! important;
    background-color: lightgreen;
}

span.surveyisconfirmed{
	border: 2px green solid! important;
    background-color: #409E40;
}

span.studentsurveycomplete.studentsurveyselected{
    border: 2px red solid! important;
}

span.studentsurveytoconfirm.studentsurveyselected{
    border: 2px red solid! important;
}

span.surveyisconfirmed.studentsurveyselected{
    border: 2px red solid! important;
}

.includedFieldsButton {
    margin-left: 5px;
    border-radius: 0;
    padding: 0 5px;
    border: 0;
    opacity: .7;
}

.includedFieldsButton:hover {
  opacity: 1;
}

div.choiceclasskipped{
    background-color: gray;
}

/*
slider start
*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px; /* Larghezza impostata a 50 pixel */
  height: 27px; /* Ridotto del 20% rispetto all'originale */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 13.5px; /* Angoli arrotondati leggermente */
  box-sizing: border-box; /* Aggiunto box-sizing per includere il padding */
  padding: 2px; /* Aggiunto padding per compensare il bordo */
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px; /* Ridotto del 20% rispetto all'originale */
  width: 20px; /* Ridotto del 20% rispetto all'originale */
  left: 3px; /* Spostato leggermente a sinistra per compensare il bordo */
  bottom: 3px; /* Spostato leggermente verso l'alto per centrare verticalmente */
  background-color: white;
  transition: .4s;
  border-radius: 50%; /* Angoli arrotondati */
  box-sizing: border-box; /* Aggiunto box-sizing per includere il bordo */
  border: 2px solid #ccc; /* Aggiunto un bordo di 2px per evitare il contatto con il bordo esterno */
}

/*
slider end
*/


.fullWidth {
    width: 100%!important;
}

div.studentretired
{
    color: gray;
}

div.studentselected
{
    color: red;
    font-weight: bold;
    min-height: 30px;
}

div.blurcontent{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100px;
    height: 100px;
    background-color: #ccc;
}

.addMeToTheList {
  padding: 4px 0 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.addMeToTheList i{
  float: left;
  padding: 3px 8px 4px 4px;
}

.notInList {
  background: #d0e2e8;
  box-shadow: 0 1px 2px rgba(0,0,0,.235);
  color: #555;
}
.inList {
  background:#555; 
  box-shadow: 0 1px 2px rgba(0,0,0,.235); 
  color: #eee;
}

.addMeToTheList:hover {
  box-shadow: 4px 4px 5px rgba(0,0,0,.235);
}

.notInList:hover{
  background: #A2C2CC;
}

.newHourbox{
  display: table-cell;
  width: 10%;
  border-right: 1px solid rgb(221,221,221);
  text-align: center;
}

.presencerow {
  display: table;
  width: 100%;
  /*Optional*/
  table-layout: fixed;
  /*Optional*/
  border-spacing: 10px;
  /*Optional*/
  height: 30px;
}

.hourbox {
  display: table-cell;
  width: 10%;
  border-right: 1px solid red;
  text-align: center;
}

.timebox {
  display: table-cell;
  background-color: lightgray;
  text-align: center;
  width: 50px;
  height: 30px;
}

div.holidayrow {
  width: 100%;
  text-align: center;
  background-color: lightgray;
  height: 30px;
  line-height: 28px;
  font-style: italic;
}

div.teacherabsencerow {
  width: 100%;
  text-align: center;
  background-color: red;
  color: white;
  height: 30px;
  line-height: 28px;
  font-style: italic;
}

.presencerow.unlocked .timebox {
  cursor: pointer;
}

.presencerow.unlocked .timebox:hover,
.presencerow.unlocked .timebox.available:hover,
.presencerow.unlocked .timebox.unavailable:hover {
  background-color: white;  
  color: green;
}

.presencerow.blocked .timebox.forcedunavailable {
  background-color: red !important;
}

.presencerow.blocked .timebox.available {
  background-color: #CDF9BD;
}

.presencerow.unlocked .timebox.available {
  background-color: green;
  color: white;
  line-height: 25px;
}
.presencerow.unlocked .timebox.selected{
    border: 2px solid red;
}
.presencerow.unlocked .timebox.availablegroups {    
  background-color: #80BBFD;
  color: white;
  line-height: 25px;    
}

.presencerow.unlocked .timebox.availablechanges {    
  background-color: yellow;
  color: black;
  line-height: 25px;    
}


.timebox.unavailable {
  background-color: lightpink;
}

.timebox.hourlimit {
  margin-right: 5px;
  background-color: orangered;
}

td.availabilityday div {
  line-height: 28px;
  width: 100%;
  text-align: left;
}

td.availabilityday img {
  cursor: pointer;
  margin-top: 5px;
}

td.availabilityhour img {
  cursor: pointer;
  margin-top: 5px;
}

/*
relativa a box docente per le classi di retribuzione
*/
#statement .polygon-default {
    cursor: pointer;
    width: 180px; /*290px;*/
    height: 50px; /*75px;*/
    background: #25d4d0;
    position: relative;
    color: #f5f8f9;
    line-height: 0.9em;
}

#statement .polygon-editing{
    border: 1px solid red;
}

#statement .polygon-default.top-default{

}
#statement .polygon-custom {
    width: 180px; /*290px;*/
    height: 50px; /*75px;*/
    background: #18d424;
    position: relative;
    color: #f5f8f9;
    line-height: 0.9em;
}
#statement .bottom-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid #25d4d0;
    border-bottom: 25px solid transparent;
}
#statement .bottom-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid #18d424;
    border-bottom: 25px solid transparent;
}
#statement .top-default:before {
    content: "";
    position: absolute;
    bottom: 37.5px;
    left: -50px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid #25d4d0;
    border-top: 25px solid transparent;
}
#statement .top-custom:before {
    content: "";
    position: absolute;
    bottom: 37.5px;
    left: -50px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid #18d424;
    border-top: 25px solid transparent;
}

/* stripe */

#payment-form form {
  width: 480px;
  margin: 20px 0;
}

#payment-form .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

#payment-form label {
    position: relative;
    /*
    color: #8898AA;
    font-weight: 300;
    */
    height: 40px;
    
    margin-left: 20px;
    display: flex;
    flex-direction: row;  
    color: gray;
    font-weight: 500;
}

#payment-form .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

#payment-form label > span {
    width: 100px;
    text-align: right;
    margin-right: 20px;
    line-height: 38px;
}

#payment-form label > span.long {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#payment-form label > input#card_name{
    text-align: center;
}

#payment-form .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}

#payment-form .field::-webkit-input-placeholder { color: #CFD7E0; }
#payment-form .field::-moz-placeholder { color: #CFD7E0; }

#payment-form button {
    float: left;
    display: block;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    outline: none;
}

#payment-form button:focus {
  background: #555ABF;
}

#payment-form button:active {
  background: #43458B;
}

#payment-form .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

#payment-form .success, .error {
  display: none;
  font-size: 13px;
}

#payment-form .success.visible, .error.visible {
  display: inline;
}

#payment-form .error {
  color: #E4584C;
}

#payment-form .success {
  color: #666EE8;
}

#payment-form .success .token {
  font-weight: 500;
  font-size: 13px;
}

ul.tablist > li > a{
    color: black!important;
}

.form-cotrol-nowidth{
    outline: 0;
    border-color: #B6B6B6;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
}

.embeddedmeeting-frame{
    position: fixed;
    height: calc(100% - 90px);
    width: calc(100% - 230px);
}

.embeddedmeeting-deepframe{
    position: fixed;
    height: calc(100% - 145px);
    width: calc(100% - 270px);
}

.dupunselected, 
.dupunselected .warningmessage{
    color: gray;
}

.text-left-force {
    text-align: left!important;
}

@media (max-width: 1200px) {
    .text-left-sm {
        text-align: left!important;
    }
    .text-left-lg {
      text-align: right!important;
    }
}

@media (min-width: 1201px) {
    .text-left-sm {
      text-align: right!important;
    }
    .text-left-lg {
      text-align: left!important;
    }
}

td.attendancepassed{
    color: green;
}
td.attendancenotpassed{
    color: red;
}

.fileremovedfsg {
    background-color: lightgray;
    text-decoration: line-through!important; 
}

span.multiselectcustom span.form-control{
    height: auto;
}

div.sellingformconfig .tabselection{
    cursor: pointer;
    margin-right: 15px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

div.sellingformconfig .tabselection.selected{
    background-color: yellowgreen;
}

a.registry-fastlink i{
    display: none;
}

a.registry-fastlink:hover i{
    display: initial;
}

div.fad-video-container div.modal-body{
    padding: 0px!important;
}

div.fad-video-container div.modal-body li a{
    padding: 5px!important;
}

div.fad-video-container div#tab-live-meeting{
    padding: 0px!important;
}

div.fad-video-container li.active{
    font-weight: bold;
}

div.fad-video-container li.active a{
    background-color: antiquewhite!important;
}

div.tableBottomBorder {
    border-bottom: 1px lightgray solid;
}

div#sellingform_container a{
    text-decoration: underline!important;
}

div.agentrolecompleted{
    color: green;
}

div.agentroleincomplete{
    color: orangered;
}

div.personalschedulingbox span.personalschedulingclass,
div.personalschedulingbox div.personalschedulingclass{
    padding: 5px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid lightgray;
    /*float: left;*/
    display: inline-block;
}

div.personalschedulingbox span.personalschedulingclass:hover,
div.personalschedulingbox div.personalschedulingclass:hover{
    background-color: #8ec7d0!important;
}

div.personalschedulingbox span.personalschedulingclass.selected,
div.personalschedulingbox div.personalschedulingclass.selected{
    background-color: #8ec7d0!important;
    color: white;
    border: 1px solid cornflowerblue;
}

/*
CAMBRIDGE
*/

div.purchaseordersigned{
  background-color: lightgreen;
  padding: 5px;
  margin-bottom: 3px;  
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;
   
    grid-template-areas:
      "header header header"
      "title title footer"
      "main main main";
    @media screen and (max-width: 500px) {
      grid-template-columns: 1fr;
      grid-template-rows: 0.3fr 1fr auto 1fr;
      grid-template-areas: 
        "header"
        "title"
        "main"
        "footer";
    }
}

.griditems {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    /*
    transition: all 0.2s;
    transform: scale(0.98);
    */
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.griditems.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    border: 1px solid lightgray;
    /*
    transform: scale(1);
    */
}
.multiSelectCustomField {
    max-height: 55px;
    overflow-y: auto;
}

li.automationsCustomFieldsColor {
    background-color: blanchedalmond;
    padding: 5px;
}
/* file multi drop */
div.multiFileDropZone .clearfix{
	overflow: auto;
}	
div.multiFileDropZone .dropzone {
  position: relative;
  height: 100px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
div.multiFileDropZone .dropzone .msg{
	font-size: 20px;
	font-weight: bold;
	color: #c3c3c3;
	padding: 0 10px;
}
div.multiFileDropZone input.fileUpload{
	display: none;
}
div.multiFileDropZone .preview{
	margin: 10px 0;
	padding: 5px;
}
div.multiFileDropZone .previewData img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
} 
div.multiFileDropZone .previewDetails{
	 display: inline-block;
    float: left;
    margin: 5px;
    padding: 8px;
}
div.multiFileDropZone .detail{
	  font-family: arial;
    padding: 5px;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.multiFileDropZone .previewControls{
	display: inline-block;
	float: left;
	margin: 40px 30px;
}
div.multiFileDropZone .circle{
	border: 2px solid #5B93F5;
    border-radius: 20px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 5px;
    cursor: pointer;
    color: #5B93F5;
}
div.multiFileDropZone .circle.upload:hover{
	border: 2px solid green;	
}
div.multiFileDropZone .circle.upload:hover i.fa-check{
	color: green;
}
div.multiFileDropZone .circle.remove:hover{
	border: 2px solid red;	
}
div.multiFileDropZone .circle.remove:hover i.fa-close{
	color: red;
}
div.multiFileDropZone .circle i{
	position: relative;
	font-size: 14px;
}
div.multiFileDropZone .circle i.fa-check{
	top: 3px;
	left: 5px;
}
div.multiFileDropZone .circle i.fa-close{	
	top: 2px;
	left: 7px;
}
.prepareDeleteClassTypeSchedule {
    background-color: red;
    color: black;
}.showingDetails {
	background-color: #a4dffc;
}.for-QRmodal {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.row-studyplan-groupclass-background{
    background-color: #f5f5f5;
}

a.purchaseadaddon{
    display: inline-block;
    padding: 10px 20px;
    background-color: #cccccc; /* Grigio per disattivato */
    color: #666666; /* Colore testo attenuato */
    cursor: not-allowed; /* Mostra un cursore bloccato */
    text-decoration: none; /* Rimuove la sottolineatura */
    font-size: 16px; /* Dimensione testo */
    font-weight: bold; /* Testo in grassetto */
    border-radius: 5px; /* Angoli arrotondati */
    box-shadow: none; /* Rimuove ombra */
    transform: none; /* Disabilita ingrandimento */
    pointer-events: none; /* Rende il link non cliccabile */
}
a.purchaseadaddon:hover{
    background-color: #0056b3; /* Cambia colore al passaggio */
    transform: scale(1.05); /* Leggero ingrandimento */              
}
a.donwloadaddon{
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF; /* Blu vibrante */
    color: #fff; /* Testo bianco */
    text-decoration: none; /* Rimuove la sottolineatura */
    font-size: 16px; /* Dimensione testo */
    font-weight: bold; /* Testo in grassetto */
    border-radius: 5px; /* Angoli arrotondati */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Leggera ombra */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Animazione */
}
a.donwloadaddon:hover{
    background-color: #0056b3; /* Cambia colore al passaggio */
    transform: scale(1.05); /* Leggero ingrandimento */              
}

div.videoguidebutton{
    float: left!important;
    font-size: 20px!important;
    line-height: 23px!important;
    margin-left: 20px!important;
    border: 1px dotted!important;
    border-radius: 5px!important;
    padding: 3px!important;
    background-color: black!important;
    color: white!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    cursor: pointer!important;
}

.removed{
    background-color: #ea7;
}

/* INIZIO sidebar left style    - fix scroll & sfondo stuck bianco*/
.sidebar-offcanvas :first-child {
 height:auto !important;   
}


::-webkit-scrollbar {/* chrome & altri */
  width: 10px;
}

::-webkit-scrollbar-track {/* chrome & altri */
    background: #333; 
}

::-webkit-scrollbar-thumb {/* chrome & altri */
    background: #555; 
}

.sidebar-offcanvas{ /* chrome & altri */
    min-height: 100% !important;
}

.visibility_hidden{
    visibility:hidden;
}

.left-sidebar-fixed{ /* <aside .. >  Layout.blade.php */
    height:100% !important;
    min-height: 100% !important;
    overflow-y: scroll;
    scrollbar-color: #555 #333; /* mozzilla */ 
    scrollbar-width: thin; /* mozzilla */
 }
/* FINE sidebar left style */

.dm-timepicker {
    display: flex;
    border: 2px solid #ccc;
    transition: border 0.3s ease;
}
.dm-timepicker:focus-within{
    border: 2px solid black;
}
.dm-timepicker > input{
    border: 0;
}
.dm-timepicker > input:focus{
    outline: none;
}
.dm-timepicker > input:nth-of-type(even){
    width: 12px;
    background: white;
}
.dm-timepicker > input:nth-of-type(odd){
    width: 34px;
    text-align: center;
}
td.text-success-bold{
    font-weight: bold;
    color: #00a65a;
}
td.text-error-bold{
    font-weight: bold;
    color: #f56954;
}
td.text-warning-bold{
    font-weight: bold;
    color: #f39c12;
}
td.text-info-bold{
    font-weight: bold;
    color: #00acd6;
}
td.td-selected{
    background-color: #fcffdb;
}
td.cursor-pointer,th.cursor-pointer{
    cursor: pointer;
}
tr.tr-selected{
  background-color: #fcffdb;
}
span.archived{
  background-color: lightgray;
}

div.gcalendarbox{
    padding: 5px;
    text-align: left;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: aliceblue;
}

div.gcalendardisabled{
    background-color: #FFB5AE!important;
}

aside#parentDBArea.shownhelppanel{
    margin-right: 350px;
}

.helpsidebar {    
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 50px;
    right: 10px;
    color: white ! important;
    background-color: #3C8DBC;
    padding: 5px;
    /*
    overflow-x: hidden;
    transition: 0.5s;
    */
    padding-top: 60px;
    width: 340px;
    vertical-align: text-top;
    color: white;
    /*
    vertical-align: baseline;    
    */
    overflow-y: scroll!important;
    scrollbar-width: auto;
}

.helpsidebar a {
    text-decoration: none;
    color: white;
    /*display: block;*/
    transition: 0.3s;
}

.helpsidebar a:hover {
    color: white;
}

.helpsidebar a.closebtn {
    position: fixed;
    top: 50px;
    right: 15px;
    font-size: 36px;
    background-color: darkblue;
    padding: 10px;
}

.label .labkeystatus{

    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 25px;
  box-shadow: 0 3px 3px -5px #00000070, 0 2px 5px #00000030;
  height: 25px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.progress-bar-attendance {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 0%;
  background-color: #00c0ef;
  color: white;
  border-radius: 25px;
  transition: width 0.4s ease;
}

div#showinghtmldiv::before,
div#showinghtmldiv::after,
div#showinghtmldiv *::before,
div#showinghtmldiv *::after {
  all: unset;
}

td.packageofferitem{
    padding-left: 25px!important;
}

div.calltoactionbutton span{
    border: 1px dotted green;
    font-weight: normal;
    background-color: green; 
    color: white; 
    padding-right: 10px;
    border-radius: 4px;
    padding-left: 10px; 
    cursor: pointer;
    z-index: 1000;
}

.invoicepopup {
  position: absolute;
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none; /* Impedisce di interferire con il mouse */
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  z-index: 100;
}

.invoicepopup[ng-show="true"] {
  opacity: 1;
}

.btn-group-invite {
  position: relative;
  display: inline-block;
}

.dropdown-toggle-invite {
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
}

.dropdown-menu-invite {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 1000;
}

.btn-group-invite .dropdown-menu-invite {
  display: block;
}

.dropdown-menu-invite li {
  list-style: none;
}

.dropdown-menu-invite li a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}

.dropdown-menu-invite li a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.btn-group-invite .open-invite .dropdown-menu-invite {
  display: block;
}

.multi_teacher_view .dhx_cal_header .dhx_second_scale_bar + .dhx_scale_bar, .multi_teacher_view .dhx_cal_header .dhx_second_scale_bar ~ .dhx_second_scale_bar {
  border-left-color: black;
}

.multi_teacher_view .dhx_cal_data > .multi_teacher_separator, .multi_teacher_view .dhx_cal_header {
  border-right-color: black;
}