/** List module - Desktop specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/* added by Ionut */
/** END: mixins **/
.listPageContent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-overflow-scrolling: touch; }

.clientActionTemplate {
  color: #006890;
  text-decoration: none;
  display: inline; }

.clientActionTemplate:hover {
  cursor: pointer;
  text-decoration: underline; }

/*# sourceMappingURL=list-desktop.css.map */

/** List module - Mobile specific SCSS **/

/*# sourceMappingURL=list-mobile.css.map */

/** List module - Shared SCSS **/

/*# sourceMappingURL=list-shared.css.map */

/** List module - Tablet specific SCSS **/

/*# sourceMappingURL=list-tablet.css.map */
