﻿@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
.btn:hover {
  color: #FFF; }

.btn-gray, .btn-publish {
  background-color: #adadad;
  color: white;
  border-color: #999999; }

.btn-lightgrey {
  background-color: #a7a7a7;
  color: #FFF;
  border-color: none; }

.btn-black {
  background-color: #000;
  color: white;
  border-color: none; }

.btn-orange, .btn-save {
  background-color: #ff8c00;
  color: white;
  font-weight: bold;
  border-color: none; }

.btn-white-border-radius, .btn-save {
  border: 1px outset White;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.btn-cancel {
  background-color: lightgray;
  color: black;
  border-color: #bfbfbf; }

.btn-green {
  background-color: #6a963b;
  color: #FFF; }

.btn.workspace {
  background-color: #f07d00;
  color: #FFF; }

.btn.user {
  background-color: #243d6c;
  color: #FFF; }

.btn.page {
  background-color: #00abd5;
  color: #FFF; }

.btn.content-programming {
  background-color: #605ca8;
  color: #FFF; }

.btn.editorial {
  background-color: #7cc576;
  color: #FFF; }

.btn.rules {
  background-color: #009da2;
  color: #FFF; }

.btn.assets {
  background-color: #a20063;
  color: #FFF; }

.btn.stats {
  background-color: #a20f00;
  color: #FFF; }

.btn.clipboard {
  background-color: #ffcd00;
  color: #FFF; }

.btn.settings {
  background-color: #3c3c3c;
  color: #FFF; }

/* Custom Colored Panels */
.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }

.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c; }

.panel-green > a {
  color: #5cb85c; }

.panel-green > a:hover {
  color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }

.panel-red > .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f; }

.panel-red > a {
  color: #d9534f; }

.panel-red > a:hover {
  color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }

.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e; }

.panel-yellow > a {
  color: #f0ad4e; }

.panel-yellow > a:hover {
  color: #df8a13; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
.form-text-input {
  padding: .5em 1em;
  font-size: inherit;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: central; }

/* Form style */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit; }

input[type=checkbox].form-control {
  width: inherit; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal; }
  label input[type="radio"] {
    padding: 0;
    position: relative;
    display: none; }
    label input[type="radio"] + span {
      content: " ";
      position: relative;
      display: inline-block;
      top: 5px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat !important;
      background-position: 0 0;
      background-size: 30px 30px;
      margin-right: 5px;
      background-image: url(../images/radio_off.png); }
    label input[type="radio"]:checked + span {
      background-image: url(../images/radio_on.png); }

/* User management */
.user-form label[for] {
  font-weight: normal;
  font-size: 1.6em;
  margin-bottom: 10px; }

.user-form input.form-control {
  border: 1px solid #000;
  border-radius: 0; }

.user-form span.field-validation-error {
  display: none; }

.user-form input#Username {
  margin-right: 20px; }

.user-form input.valid {
  border: 1px solid #7BA231; }

h3 {
  font-weight: normal;
  font-size: 1.6em;
  margin-bottom: 10px; }

/* Form validation */
.field-validation-error,
.field-validation-error + span.select2-container.select2-container--bootstrap .select2-selection {
  color: #ff0000; }

.field-validation-valid {
  display: none; }

.input-validation-error,
.input-validation-error + span.select2-container.select2-container--bootstrap .select2-selection {
  border: 1px solid #ff0000;
  background-color: #ffeeee; }

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000; }

.validation-summary-valid {
  display: none; }

/* Login form */
.form-signin {
  max-width: 330px;
  padding: 0;
  margin: 0 auto; }
  .form-signin .form-signin-heading, .form-signin .checkbox {
    color: white; }
  .form-signin .checkbox {
    font-weight: normal; }
  .form-signin .btn {
    margin-top: 10px; }
  .form-signin .form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px; }
    .form-signin .form-control:focus {
      z-index: 2; }
  .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.form-control-group > input:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.form-control-group > input:not(:first-child):not(:last-child) {
  border-radius: 0; }

.form-control-group > input:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 10px; }

/*Select 2 styling*/
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 0;
  color: #5C5852;
  font-size: 1em;
  outline: 0; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 0;
  color: #5C5852;
  font-size: 1em; }

.select2-container--bootstrap .select2-container--focus .select2-selection,
.select2-container--bootstrap .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #555555; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background: #F1EEE2;
  color: #5C5852;
  border: none;
  border-radius: 0; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background: #F1EEE2;
  color: #5C5852; }

.select2-container--bootstrap .select2-dropdown {
  border-color: #555555; }

.select2-container .select2-selection {
  max-height: 4em;
  overflow-y: hidden; }

/*End Select 2 styling*/
/*#region Custom checkbox https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes */
.control {
  position: relative;
  display: block;
  cursor: pointer; }

.control.inline {
  padding-left: 40px; }
  .control.inline .control__indicator {
    position: absolute; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: relative;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #000; }

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #FFF; }

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #FFF; }

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #FFF; }

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6; }

/* Check mark */
.control__indicator:after {
  position: relative;
  display: none;
  content: ''; }

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block; }

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 1px;
  left: 9px;
  width: 9px;
  height: 20px;
  transform: rotate(45deg);
  border: solid #000;
  border-width: 0 1px 1px 0; }

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

/*#endregion Custom checkbox*/
/* Bootstrap */
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  height: auto;
  padding: 0; }

.navbar-inverse {
  background-color: #3c3c3c;
  border-color: #3c3c3c; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-header {
  width: 100%; }

.navbar-left {
  float: left !important; }

.navbar-right {
  float: right !important; }

.navbar-nav {
  margin: 0; }

.navbar-header > .navbar-nav > li {
  height: 49px;
  padding: 0 10px; }

.navbar-header > .navbar-nav > li > a.tools {
  margin: 15px 0;
  padding: 0;
  height: 20px;
  width: 20px; }

.navbar-header > .navbar-nav > li > a.user {
  margin: 5px 0;
  padding: 0;
  height: 40px;
  width: 32px; }

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px; }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px; }

.navbar-right .dropdown-menu {
  right: 0;
  left: auto; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
/* Side Navigation */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
.navbar-side {
  position: absolute;
  bottom: 0;
  width: 66px;
  top: 50px;
  left: 0; }

.navbar-side .nav.navbar-nav {
  float: none; }

.navbar-side .simplebar-scroll-content {
  height: 100%; }

.navbar-side .navbar-collapsible {
  position: relative;
  left: 0;
  height: 100%;
  max-height: calc(100% - 61px);
  display: inline-block;
  width: 350px; }

body.hidden-side .navbar-side .navbar-collapsible {
  left: -46px; }

.navbar-side .nav > li {
  width: 100%; }

.navbar-side .nav > li > a {
  padding: 0;
  margin: 0;
  height: 48px;
  width: 48px; }

.navbar-side .nav > li > a.toggle-side {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  height: 36px;
  width: 54px; }

.navbar-side .navbar-collapsible > ul > li > a {
  margin-left: 8px;
  margin-top: 16px; }

.navbar-side .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: inherit; }

.navbar-side .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: inherit;
  border-color: inherit; }

.navbar-side .scrollable-dropdown {
  z-index: 1000;
  position: absolute;
  top: 20px;
  left: 75px;
  max-height: calc(100% - 25px);
  display: none;
  height: auto;
  border: 2px solid #ccc;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

li.dropdown > a {
  position: relative; }

.navbar-side li.dropdown.open > a:after, li.dropdown.open > a:before {
  right: -21px;
  z-index: 10000;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.navbar-side li.dropdown.open > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 15px;
  margin-top: -15px; }

.navbar-side li.dropdown.open > a:before {
  border-left-color: rgba(0, 171, 213, 0) !important;
  border-top-color: rgba(0, 171, 213, 0) !important;
  border-bottom-color: rgba(0, 171, 213, 0) !important;
  border-right-color: #00abd5;
  border-width: 18px;
  margin-top: -18px; }

.open > .scrollable-dropdown {
  display: block; }

.navbar-side .nav > li {
  position: static; }

.dropdown-items {
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none; }

a.workspace + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.workspace:before {
  border-color: #f07d00; }

a.pages + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.pages:before {
  border-color: #00abd5; }

a.content-programming + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.content-programming:before {
  border-color: #605ca8; }

a.editorial + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.editorial:before {
  border-color: #7cc576; }

a.rules + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.rules:before {
  border-color: #009da2; }

a.assets + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.assets:before {
  border-color: #a20063; }

a.stats + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.stats:before {
  border-color: #a20f00; }

a.clipboard + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.clipboard:before {
  border-color: #ffcd00; }

a.settings + .scrollable-dropdown,
.navbar-side li.dropdown.open > a.settings:before {
  border-color: #3c3c3c; }

.dropdown-items > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-items > li > a:focus, .dropdown-items > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.navbar-side .dropdown-menu .simplebar-scroll-content {
  height: 100%; }

.pre-scrollable {
  overflow: hidden; }

.pre-scrollable:hover {
  overflow-y: scroll; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
/*#region Workspace */
#omworkspace {
  height: 100%;
  /*#region Nav arrows*/
  /*#endregion Nav arrows*/
  /*#region Workspace*/
  /*#endregion Workspace*/ }
  #omworkspace .nav-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer; }
    #omworkspace .nav-arrow i {
      vertical-align: bottom; }
    #omworkspace .nav-arrow#rightarrow {
      right: 0; }
    #omworkspace .nav-arrow#leftarrow {
      left: 0; }
  #omworkspace > .tab-content ul.workspace {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    display: none; }
    #omworkspace > .tab-content ul.workspace.active {
      display: block; }
    #omworkspace > .tab-content ul.workspace ul.subworkspace {
      display: inline; }
      #omworkspace > .tab-content ul.workspace ul.subworkspace > li:first-child {
        margin-left: -5px; }
    #omworkspace > .tab-content ul.workspace > li {
      display: inline-block;
      height: 100%;
      position: relative; }

/*#endregion*/
/*#region Window */
ul.workspace > li.has-children > div.window div.window-header {
  border-top-right-radius: 0; }

ul.workspace > li div.window {
  margin-right: 5px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  height: 100%;
  /*#region Header colours*/
  /*#endregion Header colours*/ }
  ul.workspace > li div.window.window-small {
    width: 400px; }
  ul.workspace > li div.window.window-medium {
    width: 600px; }
  ul.workspace > li div.window.window-large {
    width: 1000px; }
  ul.workspace > li div.window div.window-header {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #d5d5d5;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px;
    height: 34px; }
  ul.workspace > li div.window div.window-body {
    padding: 7px;
    max-height: calc(100% - 34px);
    height: auto;
    background-color: white; }
  ul.workspace > li div.window > form {
    max-height: 100%;
    height: 100%; }
  ul.workspace > li div.window.workspace div.window-header {
    background-color: #f07d00; }
  ul.workspace > li div.window.user div.window-header {
    background-color: #243d6c; }
  ul.workspace > li div.window.page div.window-header {
    background-color: #00abd5; }
  ul.workspace > li div.window.content-programming div.window-header {
    background-color: #605ca8; }
  ul.workspace > li div.window.editorial div.window-header {
    background-color: #7cc576; }
  ul.workspace > li div.window.rules div.window-header {
    background-color: #009da2; }
  ul.workspace > li div.window.assets div.window-header {
    background-color: #a20063; }
  ul.workspace > li div.window.stats div.window-header {
    background-color: #a20f00; }
  ul.workspace > li div.window.clipboard div.window-header {
    background-color: #ffcd00; }
  ul.workspace > li div.window.settings div.window-header {
    background-color: #3c3c3c; }
  ul.workspace > li div.window .close {
    margin: 0 4px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1; }
    ul.workspace > li div.window .close.close-large {
      margin: 0 2px;
      width: 20px;
      height: 20px; }

ul.workspace ul.subworkspace > li:last-of-type:not(.has-children) > div.window div.window-header {
  border-top-right-radius: 5px; }

ul.workspace ul.subworkspace > li > div.window div.window-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/*#endregion */
/*#region JQuery UI */
.ui-widget-content {
  background-color: gray; }

.ui-widget-header {
  background-color: none;
  border: none; }

.ui-tabs-panel {
  background-color: lightgray; }

.ui-state-default {
  border: none;
  background-color: black;
  font-weight: normal;
  color: #888888; }

.ui-state-default a {
  color: #888888; }

.ui-state-default.ui-state-active {
  border: none;
  background-color: lightgray;
  font-weight: normal;
  color: black; }

.ui-state-default.ui-state-active a {
  color: black; }

.modal-xl {
  width: 80%; }

/*#endregion JQuery UI */
/*#region Scheduling Scroller */
.sc-scroller {
  overflow: auto; }
  .sc-scroller .sc-inner {
    position: relative; }
    .sc-scroller .sc-inner.sc-week {
      width: 4200px; }
    .sc-scroller .sc-inner a {
      color: #000;
      text-decoration: none; }
    .sc-scroller .sc-inner .sc-schedule {
      z-index: 1000;
      position: absolute;
      height: 50px;
      padding: 2px; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-0 {
        border: 1px solid #000;
        background-color: lightblue; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-1 {
        border: 1px solid #000;
        background-color: lightcoral; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-2 {
        border: 1px solid #000;
        background-color: lightgoldenrodyellow; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-3 {
        border: 1px solid #000;
        background-color: lightgreen; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-4 {
        border: 1px solid #000;
        background-color: lightsalmon; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-5 {
        border: 1px solid #000;
        background-color: lightsteelblue; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-6 {
        border: 1px solid #000;
        background-color: lightpink; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-7 {
        border: 1px solid #000;
        background-color: lightsteelblue; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-8 {
        border: 1px solid #000;
        background-color: lightseagreen; }
      .sc-scroller .sc-inner .sc-schedule.sc-schedule-9 {
        border: 1px solid #000;
        background-color: lightgray; }
    .sc-scroller .sc-inner .sc-schedule-blank {
      position: absolute;
      height: 1px;
      width: 1px; }
    .sc-scroller .sc-inner .sc-module {
      height: 700px; }
    .sc-scroller .sc-inner .sc-full-height {
      height: 100%; }
    .sc-scroller .sc-inner .sc-pinned-calendar {
      position: absolute; }
    .sc-scroller .sc-inner .sc-day {
      width: 600px; }
      .sc-scroller .sc-inner .sc-day .sc-hour-bar {
        height: 96%;
        position: relative;
        width: 50px;
        border: 1px solid #BBB; }
        .sc-scroller .sc-inner .sc-day .sc-hour-bar .sc-hour-bar-text {
          position: absolute;
          z-index: 3000;
          width: 50px;
          text-align: center;
          bottom: 0;
          left: -1px;
          border-left: 1px solid #BBB;
          border-right: 1px solid #BBB; }
      .sc-scroller .sc-inner .sc-day .sc-day-text {
        position: absolute;
        bottom: 0;
        width: 600px;
        z-index: 3000;
        background-color: #FFF;
        height: 30px;
        font-size: 1.5em; }

/*#endregion Scheduling Scroller */
/*#region Tabs */
.window > .window-body .nav-tabs {
  position: relative;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #d5d5d5;
  text-align: center;
  /*#region Tab colours*/
  /*#endregion Tab colours*/ }
  .window > .window-body .nav-tabs > li > a {
    color: #FFF; }
  .window > .window-body .nav-tabs.workspace {
    border-bottom-color: #f07d00; }
    .window > .window-body .nav-tabs.workspace > li > a {
      background-color: #f07d00; }
  .window > .window-body .nav-tabs.user {
    border-bottom-color: #243d6c; }
    .window > .window-body .nav-tabs.user > li > a {
      background-color: #243d6c; }
  .window > .window-body .nav-tabs.page {
    border-bottom-color: #00abd5; }
    .window > .window-body .nav-tabs.page > li > a {
      background-color: #00abd5; }
  .window > .window-body .nav-tabs.content-programming {
    border-bottom-color: #605ca8; }
    .window > .window-body .nav-tabs.content-programming > li > a {
      background-color: #605ca8; }
  .window > .window-body .nav-tabs.editorial {
    border-bottom-color: #7cc576; }
    .window > .window-body .nav-tabs.editorial > li > a {
      background-color: #7cc576; }
  .window > .window-body .nav-tabs.rules {
    border-bottom-color: #009da2; }
    .window > .window-body .nav-tabs.rules > li > a {
      background-color: #009da2; }
  .window > .window-body .nav-tabs.assets {
    border-bottom-color: #a20063; }
    .window > .window-body .nav-tabs.assets > li > a {
      background-color: #a20063; }
  .window > .window-body .nav-tabs.stats {
    border-bottom-color: #a20f00; }
    .window > .window-body .nav-tabs.stats > li > a {
      background-color: #a20f00; }
  .window > .window-body .nav-tabs.clipboard {
    border-bottom-color: #ffcd00; }
    .window > .window-body .nav-tabs.clipboard > li > a {
      background-color: #ffcd00; }
  .window > .window-body .nav-tabs.settings {
    border-bottom-color: #3c3c3c; }
    .window > .window-body .nav-tabs.settings > li > a {
      background-color: #3c3c3c; }
  .window > .window-body .nav-tabs > li {
    margin-bottom: 3px;
    float: none;
    display: inline-block; }
    .window > .window-body .nav-tabs > li > a {
      border: none;
      border-radius: 0;
      margin-right: 5px; }
    .window > .window-body .nav-tabs > li.active {
      margin-bottom: -4px; }
      .window > .window-body .nav-tabs > li.active > a, .window > .window-body .nav-tabs > li.active > a:focus, .window > .window-body .nav-tabs > li.active > a:hover {
        color: #3c3c3c;
        cursor: default;
        background-color: #fff;
        border: none;
        border-bottom-width: 7px;
        border-bottom-style: solid;
        border-bottom-color: transparent; }

#workspaceTabs.nav-tabs {
  border: none;
  height: 60px;
  white-space: nowrap;
  overflow: hidden; }
  #workspaceTabs.nav-tabs > li {
    float: none;
    white-space: normal;
    display: inline-block; }
    #workspaceTabs.nav-tabs > li > a {
      color: #FFF;
      background-color: #555;
      margin-right: 10px;
      border: none;
      border-radius: 0 0 4px 4px;
      width: 200px; }
      #workspaceTabs.nav-tabs > li > a:focus, #workspaceTabs.nav-tabs > li > a:hover {
        color: #FFF;
        background-color: #555; }
      #workspaceTabs.nav-tabs > li > a:hover {
        border-color: none; }
    #workspaceTabs.nav-tabs > li.active > a, #workspaceTabs.nav-tabs > li.active > a:focus, #workspaceTabs.nav-tabs > li.active > a:hover {
      color: #000;
      cursor: default;
      background-color: #fff;
      border: none;
      border-bottom-color: transparent; }

body.hidden-side .tab-content {
  margin-left: -46px; }

body .tab-content {
  padding-top: 5px;
  height: 100%;
  max-height: calc(100% - 60px); }

/*#endregion Tabs */
/*#region Dropdown menu */
.nav.navbar-nav.navbar-right .dropdown-menu:after {
  left: 85%; }

.nav.navbar-nav .dropdown-menu {
  top: calc(100% + 10px);
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #3c3c3c;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .nav.navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF;
    white-space: nowrap; }
    .nav.navbar-nav .dropdown-menu > li > a:hover, .nav.navbar-nav .dropdown-menu > li > a:focus {
      color: #FFF;
      text-decoration: none;
      background-color: #6f6f6f; }
  .nav.navbar-nav .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #6f6f6f; }
  .nav.navbar-nav .dropdown-menu:after {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #3c3c3c;
    border-width: 10px;
    margin-left: -10px; }

/*#endregion Dropdown menu */
/* Perfect Scrollbar */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #333; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available: 
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* foreground */
.modal-dialog .modal-header h4 {
  text-align: center;
  font-size: inherit;
  font-weight: bold; }

.modal-dialog .modal-header {
  border: none;
  padding: 10px; }
  .modal-dialog .modal-header .close {
    color: #3c3c3c;
    opacity: 1; }

.modal-dialog .modal-body {
  padding: 0 3em; }
  .modal-dialog .modal-body table {
    margin-bottom: 0; }
    .modal-dialog .modal-body table td, .modal-dialog .modal-body table th {
      border: none; }
      .modal-dialog .modal-body table td:first-child, .modal-dialog .modal-body table th:first-child {
        padding-left: 3em; }

.modal-dialog .modal-footer {
  border: none;
  padding: 10px; }

.modal-dialog.load .modal-body {
  padding: 0 0 10px; }
  .modal-dialog.load .modal-body .inputs {
    padding: 1em 4em;
    width: 100%; }
    .modal-dialog.load .modal-body .inputs table {
      width: 100%; }
      .modal-dialog.load .modal-body .inputs table td {
        padding: 5px;
        vertical-align: top; }
        .modal-dialog.load .modal-body .inputs table td button {
          margin-left: 3em; }
  .modal-dialog.load .modal-body .selected-details {
    border-top: 3px solid #dadada; }
    .modal-dialog.load .modal-body .selected-details table {
      width: 100%; }
      .modal-dialog.load .modal-body .selected-details table th {
        font-weight: bold; }
    .modal-dialog.load .modal-body .selected-details .apply {
      text-align: center;
      padding: 2em 0 1em; }
  .modal-dialog.load .modal-body .results table > thead > tr > th {
    background-color: #645f52;
    color: #FFF; }
  .modal-dialog.load .modal-body .results table > tbody > tr.selected {
    background-color: #645f52;
    color: #FFF; }
  .modal-dialog.load .modal-body .results table > tbody > tr td {
    cursor: pointer; }

.modal-dialog.save .modal-footer {
  text-align: center; }

/* Generated by http://css.spritegen.com CSS Sprite Generator */
.ic-add-image, .ic-header-logo, .ic-scroll-left, .ic-scroll-right, .ic-menu-contract, body .navbar-side .ic-menu-toggle,
.ic-menu-expand,
body.hidden-side .navbar-side .ic-menu-toggle, .ic-menu-assets-off, .ic-menu-assets, .ic-menu-assets-on, .ic-menu-assets:hover,
.dropdown.open > a > .ic-menu-assets, .ic-menu-clipboard-off, .ic-menu-clipboard, .ic-menu-clipboard-on, .ic-menu-clipboard:hover,
.dropdown.open > a > .ic-menu-clipboard,
.ic-menu-content-off,
.ic-menu-content, .ic-menu-content-on, .ic-menu-content:hover,
.dropdown.open > a > .ic-menu-content, .ic-menu-editorial-off, .ic-menu-editorial, .ic-menu-editorial-on, .ic-menu-editorial:hover,
.dropdown.open > a > .ic-menu-editorial, .ic-menu-pages-off, .ic-menu-pages,
.ic-menu-pages-on,
.ic-menu-pages:hover,
.dropdown.open > a > .ic-menu-pages, .ic-menu-rules-off, .ic-menu-rules, .ic-menu-rules-on, .ic-menu-rules:hover,
.dropdown.open > a > .ic-menu-rules, .ic-menu-settings-off, .ic-menu-settings, .ic-menu-settings-on, .ic-menu-settings:hover,
.dropdown.open > a > .ic-menu-settings,
.ic-menu-stats-off,
.ic-menu-stats, .ic-menu-stats-on, .ic-menu-stats:hover,
.dropdown.open > a > .ic-menu-stats, .ic-menu-workspace-off, .ic-menu-workspace, .ic-menu-workspace-on, .ic-menu-workspace:hover,
.dropdown.open > a > .ic-menu-workspace, .ic-header-account-off, .ic-header-account,
.ic-header-account-on,
.dropdown.open > a > .ic-header-account, .ic-add, .ic-clear, .ic-delete-lg, .ic-export,
.ic-import, .ic-load, .ic-save-as-off, .ic-save-as-on, .ic-save-off,
.ic-save-on, .ic-upload, .ic-header-menu-off, .ic-header-menu, .ic-header-menu-on, .dropdown.open > a > .ic-header-menu, .ic-switch-left, .ic-switch,
.ic-switch-right,
a.on > .ic-switch, .ic-window-close, .ic-window-edit, .ic-window-reduce, .ic-window-save,
.ic-black-circle-off,
.ic-black-circle, .ic-black-circle-on, a.on > .ic-black-circle, .ic-edit-lg, .ic-edit-off-lg, tr.open > td > a > .ic-edit-lg, .ic-edit-on-lg,
.ic-green-circle-off,
tr.open > td > a > .ic-green-circle-on, .ic-green-circle-on, .ic-tick, .ic-delete-sm, .ic-edit-sm {
  display: inline-block;
  background: url("../images/SpriteImage.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.ic-add-image {
  background-position: -0px -0px;
  width: 146px;
  height: 146px; }

.ic-header-logo {
  background-position: -0px -146px;
  width: 110px;
  height: 40px; }

.ic-scroll-left {
  background-position: -0px -186px;
  width: 70px;
  height: 70px; }

.ic-scroll-right {
  background-position: -70px -186px;
  width: 70px;
  height: 70px; }

.ic-menu-contract, body .navbar-side .ic-menu-toggle {
  background-position: -0px -256px;
  width: 54px;
  height: 36px; }

.ic-menu-expand, body.hidden-side .navbar-side .ic-menu-toggle {
  background-position: -54px -256px;
  width: 54px;
  height: 36px; }

.ic-menu-assets-off, .ic-menu-assets {
  background-position: -0px -292px;
  width: 48px;
  height: 48px; }

.ic-menu-assets-on, .ic-menu-assets:hover,
.dropdown.open > a > .ic-menu-assets {
  background-position: -48px -292px;
  width: 48px;
  height: 48px; }

.ic-menu-clipboard-off, .ic-menu-clipboard {
  background-position: -96px -292px;
  width: 48px;
  height: 48px; }

.ic-menu-clipboard-on, .ic-menu-clipboard:hover,
.dropdown.open > a > .ic-menu-clipboard {
  background-position: -0px -340px;
  width: 48px;
  height: 48px; }

.ic-menu-content-off, .ic-menu-content {
  background-position: -48px -340px;
  width: 48px;
  height: 48px; }

.ic-menu-content-on, .ic-menu-content:hover,
.dropdown.open > a > .ic-menu-content {
  background-position: -96px -340px;
  width: 48px;
  height: 48px; }

.ic-menu-editorial-off, .ic-menu-editorial {
  background-position: -0px -388px;
  width: 48px;
  height: 48px; }

.ic-menu-editorial-on, .ic-menu-editorial:hover,
.dropdown.open > a > .ic-menu-editorial {
  background-position: -48px -388px;
  width: 48px;
  height: 48px; }

.ic-menu-pages-off, .ic-menu-pages {
  background-position: -96px -388px;
  width: 48px;
  height: 48px; }

.ic-menu-pages-on, .ic-menu-pages:hover,
.dropdown.open > a > .ic-menu-pages {
  background-position: -0px -436px;
  width: 48px;
  height: 48px; }

.ic-menu-rules-off, .ic-menu-rules {
  background-position: -48px -436px;
  width: 48px;
  height: 48px; }

.ic-menu-rules-on, .ic-menu-rules:hover,
.dropdown.open > a > .ic-menu-rules {
  background-position: -96px -436px;
  width: 48px;
  height: 48px; }

.ic-menu-settings-off, .ic-menu-settings {
  background-position: -0px -484px;
  width: 48px;
  height: 48px; }

.ic-menu-settings-on, .ic-menu-settings:hover,
.dropdown.open > a > .ic-menu-settings {
  background-position: -48px -484px;
  width: 48px;
  height: 48px; }

.ic-menu-stats-off, .ic-menu-stats {
  background-position: -96px -484px;
  width: 48px;
  height: 48px; }

.ic-menu-stats-on, .ic-menu-stats:hover,
.dropdown.open > a > .ic-menu-stats {
  background-position: -0px -532px;
  width: 48px;
  height: 48px; }

.ic-menu-workspace-off, .ic-menu-workspace {
  background-position: -48px -532px;
  width: 48px;
  height: 48px; }

.ic-menu-workspace-on, .ic-menu-workspace:hover,
.dropdown.open > a > .ic-menu-workspace {
  background-position: -96px -532px;
  width: 48px;
  height: 48px; }

.ic-header-account-off, .ic-header-account {
  background-position: -0px -580px;
  width: 32px;
  height: 40px; }

.ic-header-account-on, .dropdown.open > a > .ic-header-account {
  background-position: -32px -580px;
  width: 32px;
  height: 40px; }

.ic-add {
  background-position: -110px -146px;
  width: 27px;
  height: 27px; }

.ic-clear {
  background-position: -108px -256px;
  width: 25px;
  height: 18px; }

.ic-delete-lg {
  background-position: -64px -580px;
  width: 25px;
  height: 25px; }

.ic-export {
  background-position: -89px -580px;
  width: 25px;
  height: 25px; }

.ic-import {
  background-position: -114px -580px;
  width: 25px;
  height: 25px; }

.ic-load {
  background-position: -64px -605px;
  width: 25px;
  height: 25px; }

.ic-save-as-off {
  background-position: -89px -605px;
  width: 25px;
  height: 25px; }

.ic-save-as-on {
  background-position: -114px -605px;
  width: 25px;
  height: 25px; }

.ic-save-off {
  background-position: -0px -620px;
  width: 25px;
  height: 25px; }

.ic-save-on {
  background-position: -25px -620px;
  width: 25px;
  height: 25px; }

.ic-upload {
  background-position: -50px -630px;
  width: 25px;
  height: 27px; }

.ic-header-menu-off, .ic-header-menu {
  background-position: -75px -630px;
  width: 20px;
  height: 20px; }

.ic-header-menu-on, .dropdown.open > a > .ic-header-menu {
  background-position: -95px -630px;
  width: 20px;
  height: 20px; }

.ic-switch-left, .ic-switch {
  background-position: -108px -274px;
  width: 20px;
  height: 16px; }

.ic-switch-right, a.on > .ic-switch {
  background-position: -115px -630px;
  width: 20px;
  height: 16px; }

.ic-window-close {
  background-position: -0px -645px;
  width: 20px;
  height: 20px; }

.ic-window-edit {
  background-position: -20px -645px;
  width: 20px;
  height: 20px; }

.ic-window-reduce {
  background-position: -115px -646px;
  width: 20px;
  height: 20px; }

.ic-window-save {
  background-position: -75px -650px;
  width: 20px;
  height: 20px; }

.ic-black-circle-off, .ic-black-circle {
  background-position: -95px -650px;
  width: 19px;
  height: 19px; }

.ic-black-circle-on, a.on > .ic-black-circle {
  background-position: -40px -657px;
  width: 19px;
  height: 19px; }

.ic-edit-lg {
  background-position: -0px -665px;
  width: 19px;
  height: 19px; }

.ic-edit-off-lg, tr.open > td > a > .ic-edit-lg {
  background-position: -19px -665px;
  width: 19px;
  height: 19px; }

.ic-edit-on-lg {
  background-position: -114px -666px;
  width: 19px;
  height: 19px; }

.ic-green-circle-off, tr.open > td > a > .ic-green-circle-on {
  background-position: -95px -669px;
  width: 19px;
  height: 19px; }

.ic-green-circle-on {
  background-position: -59px -670px;
  width: 19px;
  height: 19px; }

.ic-tick {
  background-position: -38px -676px;
  width: 19px;
  height: 17px; }

.ic-delete-sm {
  background-position: -128px -274px;
  width: 15px;
  height: 15px; }

.ic-edit-sm {
  background-position: -78px -670px;
  width: 15px;
  height: 15px; }

/* DO NOT OVERWRITE */
/* Header */
/* Menu */
/* Misc */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Global Styles */
body {
  padding-top: 50px;
  overflow: hidden; }

html, body, .body-content, .workspace {
  height: 100%; }

/* Set padding to keep content from hitting the edges */
body.navbar-noside .body-content {
  padding-left: 15px; }

.body-content {
  padding-left: 80px;
  padding-right: 0;
  background-color: #dadada;
  color: #3c3c3c; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Account */
.account {
  color: #FFF;
  background-color: #222;
  padding-top: 65px; }

.account a {
  color: #FFF; }

.vscrollable, ul.workspace > li div.window div.window-body, .hscrollable {
  position: relative; }

.vscrollable, ul.workspace > li div.window div.window-body {
  overflow-y: hidden; }

.hscrollable {
  overflow-x: hidden; }

/* progress */
#omworkspaceProgress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  #omworkspaceProgress i.fa {
    color: #FFF;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 50%; }

h4 {
  font-weight: bold;
  font-size: 0.9em; }

/* Styles for validation helpers*/
.field-validation-error {
  color: #ff0000; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee !important; }

.validation-summary-errors {
  font-weight: bold !important;
  color: #ff0000 !important; }

.validation-summary-valid {
  display: none; }

