/**!
 * Main CSS file, this file extends the mayor files needed for the UI
 *
 * @author Neftali Bautista
 **/
/* line 7, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 14, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_reset.scss */
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_reset.scss */
a img {
  border: 0;
}
/* line 2, ../../bash/sass/royal/_global.scss */
.gigantic {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2px;
}
/* line 8, ../../bash/sass/royal/_global.scss */
.huge {
  font-size: 68px;
  line-height: 72px;
  letter-spacing: -1px;
}
/* line 14, ../../bash/sass/royal/_global.scss */
.large, article h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 24px;
}
/* line 20, ../../bash/sass/royal/_global.scss */
.bigger, .header h1 {
  font-size: 26px;
  line-height: 36px;
}
/* line 25, ../../bash/sass/royal/_global.scss */
.big, article h2 {
  font-size: 22px;
  line-height: 30px;
}
/* line 53, ../../bash/sass/royal/_global.scss */
body {
  background: #f5f6f7 url("/img/royal/bg/ltbg.jpg") repeat;
  color: #666666;
  font-size: 12px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* line 64, ../../bash/sass/royal/_global.scss */
body .button, body input[type="submit"] {
  height: 40px;
  width: 315px;
  color: white;
  line-height: 14px;
  font-size: 18px;
  cursor: pointer;
  background: #3a89c8 url("/img/royal/bg/bg-buttons.png") repeat 0 -1px;
  border: 1px solid #3a89c8;
  border-top: 1px solid #6AA3C9;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 78, ../../bash/sass/royal/_global.scss */
body .button:hover, body input[type="submit"]:hover {
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
/* line 83, ../../bash/sass/royal/_global.scss */
body .button.warning, body .button.yellow, body input[type="submit"].warning, body input[type="submit"].yellow {
  position: relative;
  background: #ffb515 url("/img/form/overlay-button.png") repeat-x 0 0;
  display: inline-block;
  width: auto;
  color: white;
  overflow: visible;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
  width: 315px;
}
/* line 81, ../../bash/sass/tools/_form.scss */
body .button.warning:hover, body .button.yellow:hover, body input[type="submit"].warning:hover, body input[type="submit"].yellow:hover {
  background-color: #fc9200;
  color: white;
}
/* line 87, ../../bash/sass/royal/_global.scss */
body .button.info, body .button.blue, body input[type="submit"].info, body input[type="submit"].blue {
  position: relative;
  background: #2daebf url("/img/form/overlay-button.png") repeat-x 0 0;
  display: inline-block;
  width: auto;
  color: white;
  overflow: visible;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
  width: 315px;
}
/* line 81, ../../bash/sass/tools/_form.scss */
body .button.info:hover, body .button.blue:hover, body input[type="submit"].info:hover, body input[type="submit"].blue:hover {
  background-color: #007d9a;
  color: white;
}
/* line 91, ../../bash/sass/royal/_global.scss */
body .button.error, body .button.red, body input[type="submit"].error, body input[type="submit"].red {
  width: 315px;
  position: relative;
  background: #e33100 url("/img/form/overlay-button.png") repeat-x 0 0;
  display: inline-block;
  width: auto;
  color: white;
  overflow: visible;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
}
/* line 81, ../../bash/sass/tools/_form.scss */
body .button.error:hover, body .button.red:hover, body input[type="submit"].error:hover, body input[type="submit"].red:hover {
  background-color: #872300;
  color: white;
}
/* line 34, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_framework.scss */
::selection {
  background: #EDF7FF;
}
/* line 35, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_framework.scss */
::-moz-selection {
  background: #EDF7FF;
}
/* line 36, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_framework.scss */
img::selection {
  background: transparent;
}
/* line 37, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_framework.scss */
img::-moz-selection {
  background: transparent;
}
/* line 38, ../../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-less-plugin-1.0/stylesheets/less/_framework.scss */
body {
  -webkit-tap-highlight-color: #EDF7FF;
}
/* Default Layout: 992px.
 * Gutters: 24px.
 * Outer margins: 48px.
 * Leftover space for scrollbars @1024px: 32px.
 */
/*    Default Layout: 992px (62em). 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  -------------------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10    11    12
    px    68    160    252    344    436    528    620    712    804    896   988   1080
  */
@-webkit-keyframes bluePulse {
  /* line 80, ../../bash/sass/royal/_default.scss */
  from {
    background-color: #00b4cb;
    -webkit-box-shadow: 0 0 6px #007180;
  }
  /* line 81, ../../bash/sass/royal/_default.scss */
  50% {
    background-color: #2daebf;
    -webkit-box-shadow: 0 0 10px #2daebf;
  }
  /* line 82, ../../bash/sass/royal/_default.scss */
  to {
    background-color: #00b4cb;
    -webkit-box-shadow: 0 0 6px #007180;
  }
}
@-webkit-keyframes redPulse {
  /* line 86, ../../bash/sass/royal/_default.scss */
  from {
    background-color: #bc330d;
    -webkit-box-shadow: 0 0 9px #333;
  }
  /* line 87, ../../bash/sass/royal/_default.scss */
  50% {
    background-color: #e33100;
    -webkit-box-shadow: 0 0 18px #e33100;
  }
  /* line 88, ../../bash/sass/royal/_default.scss */
  to {
    background-color: #bc330d;
    -webkit-box-shadow: 0 0 9px #333;
  }
}
@-moz-keyframes bluePulse {
  /* line 92, ../../bash/sass/royal/_default.scss */
  from {
    background-color: #00b4cb;
    -moz-box-shadow: 0 0 6px #007180;
  }
  /* line 93, ../../bash/sass/royal/_default.scss */
  50% {
    background-color: #2daebf;
    -moz-box-shadow: 0 0 10px #2daebf;
  }
  /* line 94, ../../bash/sass/royal/_default.scss */
  to {
    background-color: #00b4cb;
    -moz-box-shadow: 0 0 6px #007180;
  }
}
@-moz-keyframes redPulse {
  /* line 98, ../../bash/sass/royal/_default.scss */
  from {
    background-color: #bc330d;
    -moz-box-shadow: 0 0 9px #333;
  }
  /* line 99, ../../bash/sass/royal/_default.scss */
  50% {
    background-color: #e33100;
    -moz-box-shadow: 0 0 18px #e33100;
  }
  /* line 100, ../../bash/sass/royal/_default.scss */
  to {
    background-color: #bc330d;
    -moz-box-shadow: 0 0 9px #333;
  }
}
/* line 103, ../../bash/sass/royal/_default.scss */
form {
  width: 620px;
  margin: 0 auto;
}
/* line 107, ../../bash/sass/royal/_default.scss */
form ul {
  list-style: none;
  white-space: nowrap;
}
/* line 114, ../../bash/sass/royal/_default.scss */
form input[type="text"], form input[type="password"], form input[type="url"], form input[type="email"], form .field input.text, form .field input.title, form textarea {
  width: 300px;
  padding: 0px;
  color: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin: 0;
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 12px 8px;
  -moz-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 29, ../../bash/sass/royal/_default.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="url"]:focus, form input[type="email"]:focus, form .field input.text:focus, form .field input.title:focus, form textarea:focus {
  background: #FAFFBD;
}
/* line 127, ../../bash/sass/royal/_default.scss */
form textarea {
  width: 425px;
  height: 300px;
  overflow: hidden;
  resize: none;
}
/* line 133, ../../bash/sass/royal/_default.scss */
form .fieldset {
  margin: 10px 0;
}
/* line 135, ../../bash/sass/royal/_default.scss */
form .fieldset .label, form .fieldset label {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 90px;
  height: 20px;
  padding: 4px 5px;
  cursor: pointer;
  margin: 0 10px 0 0;
  font-weight: bold;
}
/* line 149, ../../bash/sass/royal/_default.scss */
form .fieldset .submit {
  width: 150px;
  margin: 0 auto;
}
/* line 153, ../../bash/sass/royal/_default.scss */
form .fieldset .hint {
  color: #818181;
  padding: 0 0 0 125px;
  font-weight: bold;
}
/* line 159, ../../bash/sass/royal/_default.scss */
form .remember {
  padding-left: 130px;
}
/* line 161, ../../bash/sass/royal/_default.scss */
form .remember label, form .remember .label {
  float: left;
  margin-right: 10px;
}
/* line 166, ../../bash/sass/royal/_default.scss */
form .controls {
  margin-top: 40px;
  margin-left: 90px;
}
/* line 170, ../../bash/sass/royal/_default.scss */
form dt, form dd {
  display: none;
}
/* line 175, ../../bash/sass/royal/_default.scss */
#container {
  margin: 0 auto;
  /* width: 1080px; */
  padding: 0px;
  background: url("/img/royal/bg/light.png") no-repeat top center;
  /* Board Classes */
}
/* line 181, ../../bash/sass/royal/_default.scss */
#container .logo {
  height: 110px;
  width: 220px;
  background: transparent url("/img/royal/logo_dashboard.png") no-repeat 0 center;
  color: #C0C0C0;
  bottom: 0px;
  left: 0px;
  font-size: 18px;
  text-indent: -99999px;
}
/* line 192, ../../bash/sass/royal/_default.scss */
#container .errors {
  list-style: none;
  white-space: nowrap;
  background-color: #E4E4E4;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 198, ../../bash/sass/royal/_default.scss */
#container .errors li {
  position: absolute;
  color: red;
  text-align: center;
  top: -17px;
  padding: 3px 0;
  font-weight: bold;
  background-color: #E4E4E4;
  width: 100%;
}
/* line 209, ../../bash/sass/royal/_default.scss */
#container .section-login-form {
  margin: 0 auto 10px auto;
  color: #666666;
  max-width: 650px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
/* line 210, ../../bash/sass/royal/_default.scss */
#container .section-login-form .form-title {
  font-weight: bold;
  padding: 5px 10px;
}
/* line 218, ../../bash/sass/royal/_default.scss */
#container .section-login-form .wrapper {
  padding: 30px 0 0 80px;
  margin: 0 auto;
}
/* line 221, ../../bash/sass/royal/_default.scss */
#container .section-login-form .wrapper .controls {
  padding-left: 20px;
}
/* line 223, ../../bash/sass/royal/_default.scss */
#container .section-login-form .wrapper .controls .submit {
  margin: 0 auto;
}
/* line 230, ../../bash/sass/royal/_default.scss */
#container header, #container .header, #container .content, #container footer .footer {
  width: 1080px;
  padding: 0px;
}
/* line 233, ../../bash/sass/royal/_default.scss */
#container header .header-control, #container .header .header-control, #container .content .header-control, #container footer .footer .header-control {
  width: 300px;
  margin: 0 auto;
  padding: 7px 0;
  color: #737373;
  background-color: #555555;
  text-align: center;
  font-weight: bold;
  cursor: default;
  cursor: pointer;
}
/* line 243, ../../bash/sass/royal/_default.scss */
#container header .header-control:hover, #container .header .header-control:hover, #container .content .header-control:hover, #container footer .footer .header-control:hover {
  color: #A6A6A6;
}
/* line 247, ../../bash/sass/royal/_default.scss */
#container header .header-content, #container .header .header-content, #container .content .header-content, #container footer .footer .header-content {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 30px;
}
/* line 255, ../../bash/sass/royal/_default.scss */
#container header, #container .header {
  position: relative;
}
/* line 257, ../../bash/sass/royal/_default.scss */
#container header nav.menu, #container .header nav.menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  height: 100px;
}
/* line 263, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul, #container .header nav.menu ul {
  float: left;
  margin: 0;
  padding: 0;
  top: 0;
  list-style: none;
  white-space: nowrap;
  height: 100%;
}
/* line 271, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul li, #container .header nav.menu ul li {
  background: transparent none no-repeat center 7px;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 279, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul li a, #container .header nav.menu ul li a {
  background: transparent none no-repeat center 10px;
  color: #666666;
  padding-top: 50px;
  outline: none;
  text-decoration: none;
  display: block;
  height: 50px;
  background: transparent url("/img/royal/menu-gray.png") no-repeat -700px top;
}
/* line 298, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-sales:hover a, #container header nav.menu ul .menu-sales .active, #container .header nav.menu ul .menu-sales:hover a, #container .header nav.menu ul .menu-sales .active {
  background-position: 0px top;
}
/* line 301, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-services:hover a, #container header nav.menu ul .menu-services .active, #container .header nav.menu ul .menu-services:hover a, #container .header nav.menu ul .menu-services .active {
  background-position: -100px top;
}
/* line 304, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-marketing:hover a, #container header nav.menu ul .menu-marketing .active, #container .header nav.menu ul .menu-marketing:hover a, #container .header nav.menu ul .menu-marketing .active {
  background-position: -200px top;
}
/* line 307, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-admin:hover a, #container header nav.menu ul .menu-admin .active, #container .header nav.menu ul .menu-admin:hover a, #container .header nav.menu ul .menu-admin .active {
  background-position: -300px top;
}
/* line 310, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-quality:hover a, #container header nav.menu ul .menu-quality .active, #container .header nav.menu ul .menu-quality:hover a, #container .header nav.menu ul .menu-quality .active {
  background-position: -400px top;
}
/* line 313, ../../bash/sass/royal/_default.scss */
#container header nav.menu ul .menu-vallarta:hover a, #container header nav.menu ul .menu-vallarta .active, #container .header nav.menu ul .menu-vallarta:hover a, #container .header nav.menu ul .menu-vallarta .active {
  background-position: -500px top;
}
/* line 320, ../../bash/sass/royal/_default.scss */
#container footer, #container .footer {
  margin-top: 10px;
  height: 40px;
  color: #b8b8b8;
}
/* line 324, ../../bash/sass/royal/_default.scss */
#container footer .contact, #container .footer .contact {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 329, ../../bash/sass/royal/_default.scss */
#container footer .contact li, #container .footer .contact li {
  padding: 0;
  margin: 0;
}
/* line 333, ../../bash/sass/royal/_default.scss */
#container footer .contact a, #container .footer .contact a {
  text-decoration: none;
  color: #b8b8b8;
}
/* line 341, ../../bash/sass/royal/_default.scss */
#container .block-boards {
  position: relative;
  overflow: visible;
}
/* line 345, ../../bash/sass/royal/_default.scss */
#container .board {
  /* width: 988px; */
  margin: 0 auto;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  position: relative;
  padding: 10px;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
}
/* line 354, ../../bash/sass/royal/_default.scss */
#container .board h1, #container .board h2, #container .board h3, #container .board h4, #container .board h5, #container .board h6 {
  color: #666666;
}
/* line 357, ../../bash/sass/royal/_default.scss */
#container .board .board-header, #container .board .board-content, #container .board .board-footer {
  width: 100%;
}
/* line 360, ../../bash/sass/royal/_default.scss */
#container .board .box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* padding: 3px; */
  background: transparent url("/img/royal/bg/light.png") no-repeat top center;
  border: #b9bcc6 solid 2px;
}
/* line 367, ../../bash/sass/royal/_default.scss */
#container .board .box-chart {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  background: transparent url("/img/royal/bg/light.png") no-repeat top center;
  border: #b9bcc6 solid 2px;
}
/* line 374, ../../bash/sass/royal/_default.scss */
#container .board .board-important, #container .board .board-important-error, #container .board .board-important-warning, #container .board .board-important-success, #container .board .board-important-info {
  padding: 2px;
  height: 18px;
  border: 0;
  color: #0088cc;
  font-size: 12px;
  background: #f5f6f7 url("/img/royal/bg/bg-buttons.png") repeat 0 -1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  margin: 0;
  clear: both;
}
/* line 387, ../../bash/sass/royal/_default.scss */
#container .board .board-important-error, #container .board .board-important-warning, #container .board .board-important-success, #container .board .board-important-info {
  font-weight: bold;
}
/* line 390, ../../bash/sass/royal/_default.scss */
#container .board .board-important-error {
  background-color: #e5392d;
  background-position: 0 22px;
  color: white;
}
/* line 395, ../../bash/sass/royal/_default.scss */
#container .board .board-important-warning {
  background-color: #eebc3f;
  background-position: 0 72px;
  color: black;
}
/* line 400, ../../bash/sass/royal/_default.scss */
#container .board .board-important-success {
  background-color: #61ae24;
  background-position: 0 47px;
  color: white;
}
/* line 405, ../../bash/sass/royal/_default.scss */
#container .board .board-important-info {
  background-color: #00a1cb;
  color: white;
}
/* line 409, ../../bash/sass/royal/_default.scss */
#container .board .board-header {
  clear: both;
  height: 40px;
  padding-bottom: 10px;
}
/* line 413, ../../bash/sass/royal/_default.scss */
#container .board .board-header .title {
  position: relative;
  width: 528px;
  padding: 50px 0 0 0;
  float: left;
}
/* line 418, ../../bash/sass/royal/_default.scss */
#container .board .board-header .title .title-main {
  position: absolute;
  width: 344px;
  top: 0px;
  left: -20px;
  background: #f2f2f2 url("/img/royal/bg/banner-left-bg-f2-big.png") no-repeat -3px center;
  padding: 10px 0 10px 24px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: #9d9d9d 2px 2px 3px;
  -webkit-box-shadow: #9d9d9d 2px 2px 3px;
  -o-box-shadow: #9d9d9d 2px 2px 3px;
  box-shadow: #9d9d9d 2px 2px 3px;
  border-bottom: #C5C5C5 solid 2px\9;
  border-right: #C5C5C5 solid 2px\9;
}
/* line 432, ../../bash/sass/royal/_default.scss */
#container .board .board-header .subtitle {
  color: #0088cc;
  font-size: 14px;
}
/* line 436, ../../bash/sass/royal/_default.scss */
#container .board .board-header .time {
  font-size: 11px;
}
/* line 440, ../../bash/sass/royal/_default.scss */
#container .board .board-content {
  clear: both;
}
/* line 443, ../../bash/sass/royal/_default.scss */
#container .board .board-foter {
  clear: both;
  height: 20px;
}
/* line 447, ../../bash/sass/royal/_default.scss */
#container .board .button-close-board {
  background: white url("/img/utils/indicators/fullscreen_exit.png") no-repeat center center;
  text-indent: -99999px;
  position: absolute;
  right: -30px;
  top: -30px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  margin: 5px;
  overflow: hidden;
  color: #222;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: white;
}
/* line 464, ../../bash/sass/royal/_default.scss */
#container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board .field input.password, #container .board .field input.url, #container .board .field input.email, #container .board textarea, #container .board select {
  width: auto;
  height: 20px;
  color: #666666;
  outline: none;
  font-weight: bold;
  border: 1px solid #CCC;
  outline: none;
}
/* line 475, ../../bash/sass/royal/_default.scss */
#container .board input[type="text"]:focus, #container .board input[type="password"]:focus, #container .board input[type="url"]:focus, #container .board input[type="email"]:focus, #container .board .field input.text:focus, #container .board .field input.title:focus, #container .board .field input.password:focus, #container .board .field input.url:focus, #container .board .field input.email:focus, #container .board textarea:focus, #container .board select:focus {
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
/* line 480, ../../bash/sass/royal/_default.scss */
#container .board select {
  height: 24px;
}
/* line 483, ../../bash/sass/royal/_default.scss */
#container .board textarea {
  height: 200px;
}
/* line 486, ../../bash/sass/royal/_default.scss */
#container .board .board-reload {
  background: #3a89c8 url("/img/royal/bg/bg-buttons.png") repeat 0 -1px;
  color: white;
  border: none;
  cursor: pointer;
  width: 150px;
  height: 25px;
  padding: 0px;
  font-size: 12px;
  border: #3a89c8 1px solid;
  border-right: #3a89c8 solid 3px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 500, ../../bash/sass/royal/_default.scss */
#container .board .board-reload:hover {
  background: white url("/img/royal/bg/loop_alt4-b.png") no-repeat 10px center;
  color: #00b4cb;
}
/* line 505, ../../bash/sass/royal/_default.scss */
#container .board .datepicker-input {
  width: 100px;
  background: white url("/img/royal/bg/calendar-15x15.png") no-repeat center right;
  cursor: default;
  cursor: pointer;
}
/* line 514, ../../bash/sass/royal/_default.scss */
#container .board .board-form .button, #container .board .board-form .button-link {
  background: white url("/img/royal/bg/new_window20x20.png") no-repeat 10px center;
  color: #00a1cb;
  border: none;
  cursor: pointer;
  width: 150px;
  height: 25px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
}
/* line 524, ../../bash/sass/royal/_default.scss */
#container .board .board-form .button:hover, #container .board .board-form .button-link:hover {
  background: #00a1cb url("/img/royal/bg/new_window_w20x20.png") no-repeat 10px center;
  color: white;
}
/* line 529, ../../bash/sass/royal/_default.scss */
#container .board .board-form a.button, #container .board .board-form a.button-link {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 5px 20px 5px 35px;
  background-position: 5px center;
}
/* line 535, ../../bash/sass/royal/_default.scss */
#container .board .board-form a.button:hover, #container .board .board-form a.button-link:hover {
  background-position: 5px center;
}
/* line 547, ../../bash/sass/royal/_default.scss */
#container .board table, #container .board .board-table {
  border-collapse: collapse;
  border-top: 1px dotted #DDDDDD;
  border-bottom: 2px dotted #DDDDDD;
  font-size: 11px;
  line-height: 8px;
}
/* line 41, ../../bash/sass/royal/_default.scss */
#container .board table th, #container .board table td, #container .board .board-table th, #container .board .board-table td {
  border-left: solid 1px #DCDCDC;
  padding: 2px 5px;
}
/* line 45, ../../bash/sass/royal/_default.scss */
#container .board table td.money, #container .board .board-table td.money {
  text-align: right;
}
/* line 48, ../../bash/sass/royal/_default.scss */
#container .board table th, #container .board .board-table th {
  white-space: nowrap;
  background-color: #555555;
  color: white;
}
/* line 56, ../../bash/sass/royal/_default.scss */
#container .board table tbody tr.even, #container .board .board-table tbody tr.even {
  background-color: #EFEFEF;
}
/* line 61, ../../bash/sass/royal/_default.scss */
#container .board table tbody tr.even:hover, #container .board table tbody tr:hover, #container .board .board-table tbody tr.even:hover, #container .board .board-table tbody tr:hover {
  background-color: #b9bcc6;
}
/* line 69, ../../bash/sass/royal/_default.scss */
#container .board table tfoot tr.even, #container .board .board-table tfoot tr.even {
  background-color: #F9F9F9;
}
/* line 72, ../../bash/sass/royal/_default.scss */
#container .board table tfoot tr.even:hover, #container .board table tfoot tr:hover, #container .board .board-table tfoot tr.even:hover, #container .board .board-table tfoot tr:hover {
  background-color: #b9bcc6;
}
/**** Isotope Filtering ****/
/* line 555, ../../bash/sass/royal/_default.scss */
.isotope-item {
  z-index: 2;
}
/* line 559, ../../bash/sass/royal/_default.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
/* line 567, ../../bash/sass/royal/_default.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 573, ../../bash/sass/royal/_default.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
/* line 579, ../../bash/sass/royal/_default.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
/* line 589, ../../bash/sass/royal/_default.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
/* line 600, ../../bash/sass/royal/_default.scss */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 606, ../../bash/sass/royal/_default.scss */
.element {
  position: relative;
  text-decoration: none;
  width: 130px;
  height: 100px;
  margin: 5px;
  float: left;
  overflow: hidden;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 5px 5px 5px;
  text-align: center;
  font-size: 18px;
}
/* line 621, ../../bash/sass/royal/_default.scss */
.element .element-name {
  position: relative;
  padding: 0;
  color: #666666;
}
/* line 626, ../../bash/sass/royal/_default.scss */
.element.watching {
  background-image: url("/img/royal/bandage40x40.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 640, ../../bash/sass/royal/_default.scss */
.ajax-msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* line 646, ../../bash/sass/royal/_default.scss */
.ajax-msg .bg {
  position: absolute;
  background-color: #f5f6f7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* line 655, ../../bash/sass/royal/_default.scss */
.ajax-msg .image {
  position: relative;
  background: #f5f6f7 url("/img/ajax/ajax-loader.gif") no-repeat center center;
  width: 265px;
  height: 20px;
  margin: 0 auto;
  top: 190px;
  padding: 0 0 12px 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 665, ../../bash/sass/royal/_default.scss */
.ajax-msg .message {
  position: relative;
  background: #f5f6f7 url("/img/royal/logo_dashboard.png") no-repeat center 10px;
  color: #5e5e5e;
  padding: 105px 5px 5px 10px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  top: 35px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 683, ../../bash/sass/royal/_default.scss */
.ui-datepicker {
  width: 205px;
  padding: 2px 2px 2px 0;
  display: none;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIHWMMDg4+wwAETCACBAAa7gHJhlCd/gAAAABJRU5ErkJggg==) repeat;
  color: white;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 694, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 2px 0;
}
/* line 698, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 21px;
  height: 21px;
}
/* line 704, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
/* line 708, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  cursor: default;
  cursor: pointer;
}
/* line 719, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
/* line 722, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
/* line 725, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
/* line 728, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
/* line 734, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 27px;
  line-height: 21px;
  text-align: center;
}
/* line 738, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  margin: 1px 0;
}
/* line 741, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month-year {
  width: 100%;
}
/* line 746, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-week-end {
  color: white;
}
/* line 749, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-state-default {
  color: white;
}
/* line 751, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-state-default:hover {
  background-color: #bbbbbb;
}
/* line 755, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-state-active {
  border: 1px solid #155678;
  background: #4596ce;
  font-weight: 700;
  color: white;
  cursor: pointer;
  text-shadow: 0 -1px 1px #145072;
  text-decoration: none;
  background-image: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85bae4), color-stop(100%, #5393c5));
  background-image: -webkit-linear-gradient(#85bae4, #5393c5);
  background-image: -moz-linear-gradient(#85bae4, #5393c5);
  background-image: -o-linear-gradient(#85bae4, #5393c5);
  background-image: -ms-linear-gradient(#85bae4, #5393c5);
  background-image: linear-gradient(#85bae4, #5393c5);
  outline: 0;
}
/* line 768, ../../bash/sass/royal/_default.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
/* line 772, ../../bash/sass/royal/_default.scss */
.ui-datepicker table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
/* line 778, ../../bash/sass/royal/_default.scss */
.ui-datepicker table th {
  background-color: #4D4D4D;
  color: white;
  padding: 7px 3px;
  text-align: center;
  font-weight: bold;
  border: 0;
}
/* line 787, ../../bash/sass/royal/_default.scss */
.ui-datepicker table tbody td {
  border: 0;
  padding: 1px;
}
/* line 790, ../../bash/sass/royal/_default.scss */
.ui-datepicker table tbody td span, .ui-datepicker table tbody td a {
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}
/* line 799, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
/* line 806, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
/* line 813, ../../bash/sass/royal/_default.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* line 819, ../../bash/sass/royal/_default.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 827, ../../bash/sass/royal/_default.scss */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url(../images/?new=000000&w=40&h=100&f=png&q=100&fltr[]=over|textures/01_flat.png|0|0|10) 50% 50% repeat-x;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 844, ../../bash/sass/royal/_default.scss */
.ui-progressbar {
  height: 4px;
  text-align: left;
}
/* line 845, ../../bash/sass/royal/_default.scss */
.ui-progressbar.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url() 50% top repeat-x;
  color: #333333;
}
/* line 846, ../../bash/sass/royal/_default.scss */
.ui-progressbar .ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url() 50% 50% repeat-x;
  color: white;
  font-weight: bold;
}
/* line 847, ../../bash/sass/royal/_default.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 858, ../../bash/sass/royal/_default.scss */
.ui-dialog {
  position: absolute;
  overflow: visible !important;
  padding: .2em;
  width: 300px;
  overflow: hidden;
  background-color: #EEE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 866, ../../bash/sass/royal/_default.scss */
.ui-dialog table, .ui-dialog .board-table {
  border-collapse: collapse;
  border-top: 1px dotted #DDDDDD;
  border-bottom: 2px dotted #DDDDDD;
  font-size: 11px;
  line-height: 8px;
  font-size: 12px;
  line-height: 14px;
}
/* line 41, ../../bash/sass/royal/_default.scss */
.ui-dialog table th, .ui-dialog table td, .ui-dialog .board-table th, .ui-dialog .board-table td {
  border-left: solid 1px #DCDCDC;
  padding: 2px 5px;
}
/* line 45, ../../bash/sass/royal/_default.scss */
.ui-dialog table td.money, .ui-dialog .board-table td.money {
  text-align: right;
}
/* line 48, ../../bash/sass/royal/_default.scss */
.ui-dialog table th, .ui-dialog .board-table th {
  white-space: nowrap;
  background-color: #555555;
  color: white;
}
/* line 56, ../../bash/sass/royal/_default.scss */
.ui-dialog table tbody tr.even, .ui-dialog .board-table tbody tr.even {
  background-color: #EFEFEF;
}
/* line 61, ../../bash/sass/royal/_default.scss */
.ui-dialog table tbody tr.even:hover, .ui-dialog table tbody tr:hover, .ui-dialog .board-table tbody tr.even:hover, .ui-dialog .board-table tbody tr:hover {
  background-color: #b9bcc6;
}
/* line 69, ../../bash/sass/royal/_default.scss */
.ui-dialog table tfoot tr.even, .ui-dialog .board-table tfoot tr.even {
  background-color: #F9F9F9;
}
/* line 72, ../../bash/sass/royal/_default.scss */
.ui-dialog table tfoot tr.even:hover, .ui-dialog table tfoot tr:hover, .ui-dialog .board-table tfoot tr.even:hover, .ui-dialog .board-table tfoot tr:hover {
  background-color: #b9bcc6;
}
/* line 871, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar {
  position: relative;
}
/* line 873, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: -15px;
  right: -27px;
  background: transparent url("/img/utils/stop32.png") no-repeat center center;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}
/* line 884, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
/* line 885, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
/* line 886, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
/* line 887, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
/* line 888, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
/* line 889, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-content {
  clear: both;
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
/* line 890, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
/* line 891, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
/* line 892, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
/* line 893, ../../bash/sass/royal/_default.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
/* line 894, ../../bash/sass/royal/_default.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*  2520 Layout: 2368px. 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10    11    12    13    14    15    16    17    18    19    20    21    22    23    24    25    26    27    28
    px    68    160    252    344    436    528    620    712    804    896   988   1080  1172  1264  1356  1448  1540  1632  1724  1816  1908  2000  2092  2184  2276  2368  2460  2552
  */
@media only screen and (min-width: 2541px) {
  /* line 11, ../../bash/sass/royal/_2520.scss */
  .gigantic {
    font-size: 140px;
    line-height: 150px;
    letter-spacing: -20px;
  }
  /* line 17, ../../bash/sass/royal/_2520.scss */
  .huge {
    font-size: 88px;
    line-height: 92px;
    letter-spacing: -8px;
  }
  /* line 23, ../../bash/sass/royal/_2520.scss */
  .large, article h1 {
    font-size: 53px;
    line-height: 67px;
  }
  /* line 28, ../../bash/sass/royal/_2520.scss */
  .bigger, .header h1 {
    font-size: 45px;
    line-height: 49px;
  }
  /* line 33, ../../bash/sass/royal/_2520.scss */
  .big, article h2, h2 {
    font-size: 40px;
    line-height: 45px;
  }
  /* line 38, ../../bash/sass/royal/_2520.scss */
  .tall, h3 {
    font-size: 35px;
    line-height: 40px;
  }
  /* line 43, ../../bash/sass/royal/_2520.scss */
  h4, h5, h6 {
    font-size: 27px;
    line-height: 31px;
  }
  /* line 48, ../../bash/sass/royal/_2520.scss */
  small {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 53, ../../bash/sass/royal/_2520.scss */
  #container {
    margin: 0 auto;
    width: 2368px;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 72, ../../bash/sass/royal/_2520.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 2368px;
    padding: 0px;
  }
  /* line 123, ../../bash/sass/royal/_2520.scss */
  #container .board {
    width: 2184px;
    padding: 10px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
  }
  /* line 129, ../../bash/sass/royal/_2520.scss */
  #container .board .box, #container .board .box-chart {
    border-width: 4px;
  }
  /* line 132, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header {
    height: 120px;
  }
  /* line 134, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header .title {
    width: 528px;
    padding: 70px 0 0 0;
  }
  /* line 135, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header .title .title-main {
    left: -30px;
    padding: 10px 0 10px 34px;
    width: 804px;
  }
  /* line 143, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 148, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header .subtitle {
    font-size: 32px;
    line-height: 35px;
  }
  /* line 152, ../../bash/sass/royal/_2520.scss */
  #container .board .board-header .time {
    font-size: 22px;
    line-height: 23px;
  }
  /* line 163, ../../bash/sass/royal/_2520.scss */
  #container .board .button-close-board {
    background: white url("/img/utils/indicators/fullscreen_exit.png") no-repeat center center;
    right: -40px;
    top: -35px;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  /* line 174, ../../bash/sass/royal/_2520.scss */
  #container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board textarea, #container .board select {
    height: 40px;
    font-size: 18px;
  }
  /* line 178, ../../bash/sass/royal/_2520.scss */
  #container .board .board-reload {
    height: 40px;
    font-size: 22px;
  }
  /* line 183, ../../bash/sass/royal/_2520.scss */
  #container .board table {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 199, ../../bash/sass/royal/_2520.scss */
  .element {
    position: relative;
    text-decoration: none;
    width: 160px;
    height: 130px;
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 10px 10px 10px;
    font-size: 20px;
  }
}
/*  1940 Layout: 1908px. 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  ----------------------------------------------------------------------------------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10    11    12    13    14    15    16    17    18    19    20    21  
    px    68    160    252    344    436    528    620    712    804    896   988   1080  1172  1264  1356  1448  1540  1632  1724  1816  1908
  */
@media only screen and (min-width: 1921px) and (max-width: 2540px) {
  /* line 11, ../../bash/sass/royal/_1940.scss */
  .gigantic {
    font-size: 130px;
    line-height: 140px;
    letter-spacing: -10px;
  }
  /* line 17, ../../bash/sass/royal/_1940.scss */
  .huge {
    font-size: 78px;
    line-height: 82px;
    letter-spacing: -5px;
  }
  /* line 23, ../../bash/sass/royal/_1940.scss */
  .large, article h1 {
    font-size: 47px;
    line-height: 53px;
  }
  /* line 28, ../../bash/sass/royal/_1940.scss */
  .bigger, .header h1 {
    font-size: 41px;
    line-height: 45px;
  }
  /* line 33, ../../bash/sass/royal/_1940.scss */
  .big, article h2, h2 {
    font-size: 36px;
    line-height: 41px;
  }
  /* line 38, ../../bash/sass/royal/_1940.scss */
  .tall, h3 {
    font-size: 31px;
    line-height: 36px;
  }
  /* line 43, ../../bash/sass/royal/_1940.scss */
  h4, h5, h6 {
    font-size: 23px;
    line-height: 27px;
  }
  /* line 48, ../../bash/sass/royal/_1940.scss */
  small {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 53, ../../bash/sass/royal/_1940.scss */
  #container {
    margin: 0 auto;
    width: 1908px;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 72, ../../bash/sass/royal/_1940.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 1908px;
    padding: 0px;
  }
  /* line 123, ../../bash/sass/royal/_1940.scss */
  #container .board {
    width: 1816px;
    padding: 10px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
  }
  /* line 129, ../../bash/sass/royal/_1940.scss */
  #container .board .box, #container .board .box-chart {
    border-width: 3px;
  }
  /* line 132, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header {
    height: 100px !important;
  }
  /* line 134, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header .title {
    width: 528px;
    padding: 70px 0 0 0;
  }
  /* line 135, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header .title .title-main {
    left: -30px;
    padding: 10px 0 10px 34px;
    width: 804px;
  }
  /* line 143, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 148, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header .subtitle {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 152, ../../bash/sass/royal/_1940.scss */
  #container .board .board-header .time {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 163, ../../bash/sass/royal/_1940.scss */
  #container .board .button-close-board {
    background: white url("/img/utils/indicators/fullscreen_exit.png") no-repeat center center;
    right: -40px;
    top: -35px;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  /* line 174, ../../bash/sass/royal/_1940.scss */
  #container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board textarea, #container .board select {
    height: 40px;
    font-size: 18px;
  }
  /* line 178, ../../bash/sass/royal/_1940.scss */
  #container .board .board-reload {
    height: 40px;
    font-size: 22px;
  }
  /* line 183, ../../bash/sass/royal/_1940.scss */
  #container .board table {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 199, ../../bash/sass/royal/_1940.scss */
  .element {
    position: relative;
    text-decoration: none;
    width: 160px;
    height: 130px;
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 10px 10px 10px;
    font-size: 20px;
  }
}
/*  1940 Layout: 1908px. 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  ----------------------------------------------------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10    11    12    13    14    15    16    17    
    px    68    160    252    344    436    528    620    712    804    896   988   1080  1172  1264  1356  1448  1540  
  */
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  /* line 11, ../../bash/sass/royal/_1600.scss */
  .gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
  }
  /* line 17, ../../bash/sass/royal/_1600.scss */
  .huge {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -1px;
  }
  /* line 23, ../../bash/sass/royal/_1600.scss */
  .large, article h1 {
    font-size: 42px;
    line-height: 48px;
  }
  /* line 28, ../../bash/sass/royal/_1600.scss */
  .bigger, .header h1 {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 33, ../../bash/sass/royal/_1600.scss */
  .big, article h2, h2 {
    font-size: 31px;
    line-height: 35px;
  }
  /* line 38, ../../bash/sass/royal/_1600.scss */
  .tall, h3 {
    font-size: 26px;
    line-height: 31px;
  }
  /* line 43, ../../bash/sass/royal/_1600.scss */
  h4, h5, h6 {
    font-size: 21px;
  }
  /* line 47, ../../bash/sass/royal/_1600.scss */
  small {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 52, ../../bash/sass/royal/_1600.scss */
  #container {
    margin: 0 auto;
    width: 1540px;
    font-size: 15px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 70, ../../bash/sass/royal/_1600.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 1540px;
    padding: 0px;
  }
  /* line 121, ../../bash/sass/royal/_1600.scss */
  #container .board {
    width: 1448px;
    padding: 10px;
  }
  /* line 126, ../../bash/sass/royal/_1600.scss */
  #container .board .box, #container .board .box-chart {
    border-width: 3px;
  }
  /* line 130, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .title {
    width: 620px;
    padding: 60px 0 0 0;
  }
  /* line 133, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .title .title-main {
    left: -30px;
    padding: 10px 0 10px 34px;
    width: 528px;
  }
  /* line 139, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .title .time {
    font-size: 14px;
  }
  /* line 142, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 147, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .subtitle {
    font-size: 22px;
  }
  /* line 150, ../../bash/sass/royal/_1600.scss */
  #container .board .board-header .time {
    font-size: 16px;
  }
  /* line 160, ../../bash/sass/royal/_1600.scss */
  #container .board .button-close-board {
    background: white url("/img/utils/indicators/fullscreen_exit.png") no-repeat center center;
    right: -40px;
    top: -35px;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  /* line 170, ../../bash/sass/royal/_1600.scss */
  #container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board textarea, #container .board select {
    height: 33px;
    font-size: 14px;
  }
  /* line 174, ../../bash/sass/royal/_1600.scss */
  #container .board .board-reload {
    height: 33px;
    font-size: 14px;
  }
  /* line 179, ../../bash/sass/royal/_1600.scss */
  #container .board table {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 195, ../../bash/sass/royal/_1600.scss */
  .element {
    position: relative;
    text-decoration: none;
    width: 160px;
    height: 130px;
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 10px 10px 10px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*    1300 Layout: 1264px. 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  --------------------------------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10    11    12    13    14
    px    68    160    252    344    436    528    620    712    804    896   988   1080  1172  1264
  */
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  /* line 11, ../../bash/sass/royal/_1280.scss */
  .gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
  }
  /* line 17, ../../bash/sass/royal/_1280.scss */
  .huge {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -1px;
  }
  /* line 23, ../../bash/sass/royal/_1280.scss */
  .large, article h1 {
    font-size: 42px;
    line-height: 48px;
  }
  /* line 28, ../../bash/sass/royal/_1280.scss */
  .bigger, .header h1 {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 33, ../../bash/sass/royal/_1280.scss */
  .big, article h2, h2 {
    font-size: 31px;
    line-height: 35px;
  }
  /* line 38, ../../bash/sass/royal/_1280.scss */
  .tall, h3 {
    font-size: 26px;
    line-height: 31px;
  }
  /* line 43, ../../bash/sass/royal/_1280.scss */
  h4, h5, h6 {
    font-size: 21px;
  }
  /* line 47, ../../bash/sass/royal/_1280.scss */
  small {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 52, ../../bash/sass/royal/_1280.scss */
  #container {
    margin: 0 auto;
    width: 1264px;
    font-size: 14px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 70, ../../bash/sass/royal/_1280.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 1264px;
    padding: 0px;
  }
  /* line 121, ../../bash/sass/royal/_1280.scss */
  #container .board {
    width: 1172px;
    padding: 10px;
  }
  /* line 129, ../../bash/sass/royal/_1280.scss */
  #container .board .board-header .title {
    width: 620px;
    padding: 60px 0 0 0;
  }
  /* line 132, ../../bash/sass/royal/_1280.scss */
  #container .board .board-header .title .title-main {
    left: -30px;
    padding: 10px 0 10px 34px;
    width: 580px;
  }
  /* line 138, ../../bash/sass/royal/_1280.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 143, ../../bash/sass/royal/_1280.scss */
  #container .board .board-header .subtitle {
    font-size: 18px;
  }
  /* line 146, ../../bash/sass/royal/_1280.scss */
  #container .board .board-header .time {
    font-size: 14px;
  }
  /* line 156, ../../bash/sass/royal/_1280.scss */
  #container .board .button-close-board {
    background: white url("/img/utils/indicators/fullscreen_exit.png") no-repeat center center;
    right: -35px;
    top: -35px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 171, ../../bash/sass/royal/_1280.scss */
  #container .board .board-reload {
    width: 120px;
  }
  /* line 175, ../../bash/sass/royal/_1280.scss */
  #container .board table {
    font-size: 12px;
    line-height: 14px;
  }
}
/*menu*/
@media only screen and (max-width: 479px) {
  a.element {
	width: 95%;
  }
}
/*Ipad Air*/
@media only screen and (min-width: 1080px) and (max-width: 1280px) {
  #container {
	width: 1080px !important;
  }
}
/* Default Layout: 992px.
 * Gutters: 24px.
 * Outer margins: 48px.
 * Leftover space for scrollbars @1024px: 32px.
 */
/*    Default Layout: 992px (62em). 
    Gutters: 24px (1.5em).
    Outer margins: 48px (3em).
    Leftover space for scrollbars @1024px: 32px.
  ------------------------------------------------------------------------------
    cols  1     2      3      4      5      6      7      8      9      10
    px    68    160    252    344    436    528    620    712    804    896
  */
@media only screen and (min-width: 991px) and (max-width: 1080px) {
  /* line 16, ../../bash/sass/royal/_800display.scss */
  #container {
    margin: 0 auto;
    width: 896px;
    padding: 72px 48px 84px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 32, ../../bash/sass/royal/_800display.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 896px;
    padding: 72px 48px 84px;
    padding: 0px;
  }
  /* line 83, ../../bash/sass/royal/_800display.scss */
  #container .board {
    width: 804px;
    padding: 10px;
  }
  /* line 91, ../../bash/sass/royal/_800display.scss */
  #container .board .board-header .title {
    width: 436px;
  }
  /* line 92, ../../bash/sass/royal/_800display.scss */
  #container .board .board-header .title h2 {
    margin: 0px;
    padding: 0px;
  }
  /* line 97, ../../bash/sass/royal/_800display.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 102, ../../bash/sass/royal/_800display.scss */
  #container .board .board-header .subtitle {
    font-size: 14px;
  }
  /* line 105, ../../bash/sass/royal/_800display.scss */
  #container .board .board-header .time {
    font-size: 12px;
  }
}
/* Tablet Layout: 768px.
 * Gutters: 24px.
 * Outer margins: 28px.
 * Inherits styles from: Default Layout.  */
/*    Tablet Layout: 768px (48em).
    Gutters: 24px (1.5em).
    Outer margins: 28px (1.75em).
    Inherits styles from: Default layout.
  ------------------------------------------------------------------
  cols  1     2      3      4      5      6      7      8
  px    68    160    252    344    436    528    620    712   */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  /* line 16, ../../bash/sass/royal/_tablet.scss */
  body form {
    width: 620px;
  }
  /* line 20, ../../bash/sass/royal/_tablet.scss */
  #container {
    width: 712px;
    padding: 48px 28px 60px;
    padding: 0px;
    /* Board Classes */
  }
  /* line 25, ../../bash/sass/royal/_tablet.scss */
  #container .logo {
    height: 100px;
    width: 150px;
    background-image: url("/img/royal/logo_dashboard150x67.png");
    font-size: 16px;
  }
  /* line 31, ../../bash/sass/royal/_tablet.scss */
  #container .errors {
    width: 100%;
  }
  /* line 33, ../../bash/sass/royal/_tablet.scss */
  #container .errors li {
    top: -14px;
  }
  /* line 37, ../../bash/sass/royal/_tablet.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 712px;
    padding: 48px 28px 60px;
    padding: 0px;
  }
  /* line 42, ../../bash/sass/royal/_tablet.scss */
  #container header, #container .header {
    margin-bottom: 20px;
  }
  /* line 49, ../../bash/sass/royal/_tablet.scss */
  #container header .header-content, #container .header .header-content {
    margin-bottom: 40px;
  }
  /* line 54, ../../bash/sass/royal/_tablet.scss */
  #container header nav.menu ul li, #container .header nav.menu ul li {
    width: 90px;
    font-size: 11px;
  }
  /* line 57, ../../bash/sass/royal/_tablet.scss */
  #container header nav.menu ul li a, #container .header nav.menu ul li a {
    padding-top: 50px;
    height: 40px;
  }
  /* line 101, ../../bash/sass/royal/_tablet.scss */
  #container .board {
    width: 712px;
    padding: 48px 28px 60px;
    padding: 10px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 108, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header {
    height: auto;
    width: 712px;
    padding: 48px 28px 60px;
    padding: 0;
  }
  /* line 115, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .title h2 {
    padding: 0px;
    margin: 0px;
  }
  /* line 119, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
  }
  /* line 124, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .subtitle {
    font-size: 13px;
  }
  /* line 127, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .time {
    font-size: 11px;
  }
  /* line 137, ../../bash/sass/royal/_tablet.scss */
  #container .board .button-close-board {
    text-indent: 0px;
    background-image: none;
    color: #5e5e5e;
    right: -5px;
    top: -40px;
    width: 150px;
    height: 30px;
    margin: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
  }
  /* line 149, ../../bash/sass/royal/_tablet.scss */
  #container .board .button-close-board:hover {
    color: #0088cc;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 990px) and (orientation : portrait) {
  /* line 185, ../../bash/sass/royal/_tablet.scss */
  #container {
    /* Board Classes */
  }
  /* line 251, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header {
    height: auto;
  }
  /* line 253, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .title {
    width: 360px !important;
  }
  /* line 266, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-content table {
    line-height: 16px;
  }
  /* line 277, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-form {
    width: 330px;
    float: right;
  }
  /* line 280, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-form input[type="text"], #container .board .board-form input[type="password"], #container .board .board-form input[type="url"], #container .board .board-form input[type="email"], #container .board .board-form .field input.text, #container .board .board-form .field input.title, #container .board .board-form textarea, #container .board .board-form select {
    width: 300px;
    padding: 0px;
    color: #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    font-weight: bold;
    border: 1px solid #CCC;
    height: 40px;
    width: 300px !important;
    font-size: 20px;
    float: right;
    margin-bottom: 5px;
  }
  /* line 29, ../../bash/sass/royal/_default.scss */
  #container .board .board-form input[type="text"]:focus, #container .board .board-form input[type="password"]:focus, #container .board .board-form input[type="url"]:focus, #container .board .board-form input[type="email"]:focus, #container .board .board-form .field input.text:focus, #container .board .board-form .field input.title:focus, #container .board .board-form textarea:focus, #container .board .board-form select:focus {
    background: #FAFFBD;
  }
  /* line 290, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-reload {
    height: 40px;
    width: 300px !important;
    margin: 0;
    font-size: 20px;
    float: right;
  }
  /* line 302, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker {
    width: 280px !important;
    font-size: 12px;
  }
  /* line 340, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }
  /* line 344, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table {
    font-size: 12px;
  }
  /* line 346, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table th {
    padding: 5px;
  }
  /* line 351, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table tbody td span, .ui-datepicker table tbody td a {
    padding: 8px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 990px) and (orientation : landscape) {
  /* line 374, ../../bash/sass/royal/_tablet.scss */
  #container {
    /* Board Classes */
  }
  /* line 386, ../../bash/sass/royal/_tablet.scss */
  #container header, #container .header {
    margin-bottom: 20px;
  }
  /* line 393, ../../bash/sass/royal/_tablet.scss */
  #container header .header-content, #container .header .header-content {
    margin-bottom: 40px;
  }
  /* line 443, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header {
    height: auto;
  }
  /* line 445, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-header .title {
    width: 465px !important;
    float: left;
  }
  /* line 459, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-content table {
    line-height: 16px;
  }
  /* line 466, ../../bash/sass/royal/_tablet.scss */
  #container .board .button-close-board {
    text-indent: 0px;
    background-image: none;
    color: #5e5e5e;
    right: -5px;
    top: -40px;
    width: 150px;
    height: 30px;
    margin: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
  }
  /* line 478, ../../bash/sass/royal/_tablet.scss */
  #container .board .button-close-board:hover {
    color: #0088cc;
  }
  /* line 483, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-form {
    width: 330px;
    float: right;
  }
  /* line 486, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-form input[type="text"], #container .board .board-form input[type="password"], #container .board .board-form input[type="url"], #container .board .board-form input[type="email"], #container .board .board-form .field input.text, #container .board .board-form .field input.title, #container .board .board-form textarea, #container .board .board-form select {
    width: 300px;
    padding: 0px;
    color: #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    font-weight: bold;
    border: 1px solid #CCC;
    height: 40px;
    width: 300px !important;
    font-size: 20px;
    float: right;
    margin-bottom: 8px;
  }
  /* line 29, ../../bash/sass/royal/_default.scss */
  #container .board .board-form input[type="text"]:focus, #container .board .board-form input[type="password"]:focus, #container .board .board-form input[type="url"]:focus, #container .board .board-form input[type="email"]:focus, #container .board .board-form .field input.text:focus, #container .board .board-form .field input.title:focus, #container .board .board-form textarea:focus, #container .board .board-form select:focus {
    background: #FAFFBD;
  }
  /* line 496, ../../bash/sass/royal/_tablet.scss */
  #container .board .board-reload {
    height: 40px;
    width: 300px !important;
    margin: 0;
    font-size: 20px;
    float: right;
  }
  /* line 509, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker {
    width: 280px !important;
    font-size: 12px;
  }
  /* line 547, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }
  /* line 551, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table {
    font-size: 12px;
  }
  /* line 553, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table th {
    padding: 5px;
  }
  /* line 558, ../../bash/sass/royal/_tablet.scss */
  .ui-datepicker table tbody td span, .ui-datepicker table tbody td a {
    padding: 8px;
  }
}
/* Mobile Layout: 320px.
 * Gutters: 24px.
 * Outer margins: 34px.
 * Inherits styles from: Default Layout.  */
/*    Mobile Layout: 320px (20em).
    Gutters: 24px (1.5em).
    Outer margins: 34px (2.125em).
    Inherits styles from: Default Layout.
  --------------------------------------------------
  cols  1     2      3
  px    68    160    252
  em    4.25  10.0   15.75            */
@media only screen and (max-width: 767px) {
  /* line 16, ../../bash/sass/royal/_mobile.scss */
  body {
    padding: 0;
  }
  /* line 18, ../../bash/sass/royal/_mobile.scss */
  body form {
    width: 252px;
    padding: 48px 34px 60px;
    font-size: 15px;
    padding: 5px 2px;
  }
  /* line 27, ../../bash/sass/royal/_mobile.scss */
  body form input[type="text"], body form input[type="password"], body form input[type="url"], body form input[type="email"], body form .field input.text, body form .field input.title, body form textarea, body form select {
    font-size: 20px;
    width: 228px;
    height: 40px;
  }
  /* line 34, ../../bash/sass/royal/_mobile.scss */
  body form textarea {
    width: 228px;
  }
  /* line 37, ../../bash/sass/royal/_mobile.scss */
  body form .controls, body form .fieldset {
    clear: both;
    height: 90px;
    margin-bottom: 5px;
  }
  /* line 41, ../../bash/sass/royal/_mobile.scss */
  body form .controls .errors, body form .fieldset .errors {
    float: left;
    width: 245px;
    font-size: 11px;
  }
  /* line 45, ../../bash/sass/royal/_mobile.scss */
  body form .controls .errors li, body form .fieldset .errors li {
    top: -16px;
    padding: 5px 0;
  }
  /* line 50, ../../bash/sass/royal/_mobile.scss */
  body form .controls .label, body form .controls label, body form .fieldset .label, body form .fieldset label {
    float: left;
    width: 228px;
  }
  /* line 56, ../../bash/sass/royal/_mobile.scss */
  body form .controls .input, body form .controls input, body form .fieldset .input, body form .fieldset input {
    float: left;
  }
  /* line 59, ../../bash/sass/royal/_mobile.scss */
  body form .controls .submit, body form .fieldset .submit {
    margin-top: 50px;
  }
  /* line 62, ../../bash/sass/royal/_mobile.scss */
  body form .controls .hint, body form .fieldset .hint {
    padding: 0px;
    color: #B3B3B3;
    padding: 3px 0 3px 15px;
  }
  /* line 67, ../../bash/sass/royal/_mobile.scss */
  body form .controls p, body form .fieldset p {
    float: left;
  }
  /* line 74, ../../bash/sass/royal/_mobile.scss */
  body .button, body input[type="submit"] {
    width: 270px;
  }
  /* line 76, ../../bash/sass/royal/_mobile.scss */
  body .button.warning, body .button.yellow, body input[type="submit"].warning, body input[type="submit"].yellow {
    width: 270px;
  }
  /* line 79, ../../bash/sass/royal/_mobile.scss */
  body .button.info, body .button.blue, body input[type="submit"].info, body input[type="submit"].blue {
    width: 270px;
  }
  /* line 82, ../../bash/sass/royal/_mobile.scss */
  body .button.success, body .button.green, body input[type="submit"].success, body input[type="submit"].green {
    width: 270px;
  }
  /* line 85, ../../bash/sass/royal/_mobile.scss */
  body .button.error, body .button.red, body input[type="submit"].error, body input[type="submit"].red {
    width: 270px;
  }
  /* line 92, ../../bash/sass/royal/_mobile.scss */
  body .gigantic {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1px;
  }
  /* line 98, ../../bash/sass/royal/_mobile.scss */
  body .huge {
    font-size: 58px;
    line-height: 62px;
    letter-spacing: -1px;
  }
  /* line 104, ../../bash/sass/royal/_mobile.scss */
  body .large, body article h1 {
    font-size: 32px;
    line-height: 38px;
  }
  /* line 109, ../../bash/sass/royal/_mobile.scss */
  body .bigger, body .header h1 {
    font-size: 24px;
    line-height: 26px;
    padding: 10px 0;
  }
  /* line 115, ../../bash/sass/royal/_mobile.scss */
  body .big, body article h2, body h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
  }
  /* line 121, ../../bash/sass/royal/_mobile.scss */
  body .tall, body h3 {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 126, ../../bash/sass/royal/_mobile.scss */
  body h4, body h5, body h6 {
    font-size: 14px;
    line-height: 31px;
  }
  /* line 131, ../../bash/sass/royal/_mobile.scss */
  body small {
    font-size: 9px;
    line-height: 10px;
  }
  /* line 138, ../../bash/sass/royal/_mobile.scss */
  #container {
    background-image: none;
    /* width: 252px; */
    /* padding: 48px 34px 60px; */
    overflow: hidden;
    padding: 1% 7% 1% 7%;
    /* Board Classes */
  }
  /* line 145, ../../bash/sass/royal/_mobile.scss */
  #container .errors li {
    top: -15px;
    padding: 5px 0;
  }
  /* line 150, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form {
    width: 252px;
    padding: 48px 34px 60px;
    padding: 0px;
    height: 200px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
  }
  /* line 152, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form > h2 {
    display: none;
  }
  /* line 158, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form .form-title {
    padding: 5px 10px;
  }
  /* line 161, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form .wrapper {
    padding: 0;
    margin: 0 auto;
  }
  /* line 165, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form .wrapper .controls {
    padding: 0;
    margin: 10px 0 0 0;
  }
  /* line 168, ../../bash/sass/royal/_mobile.scss */
  #container .section-login-form .wrapper .controls .submit {
    width: 245px;
    margin: 0 auto;
  }
  /* line 175, ../../bash/sass/royal/_mobile.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 100%;
    /* padding: 48px 34px 60px; */
    padding: 0px;
    font-size: 9px;
    line-height: 12px;
  }
  /* line 183, ../../bash/sass/royal/_mobile.scss */
  #container header, #container .header {
    margin-bottom: 10px;
    height: auto !important;
    min-height: 0px;
    height: auto !important;
    height: 0px;
    /* width: 252px; */
    padding: 48px 34px 60px;
    padding: 0;
  }
  /* line 190, ../../bash/sass/royal/_mobile.scss */
  #container header .header-control, #container .header .header-control {
    display: none !important;
  }
  /* line 193, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content, #container .header .header-content {
    margin-bottom: 0;
  }
  /* line 195, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content .logo, #container .header .header-content .logo {
    height: 58px;
    width: 100px;
    font-size: 18px;
    background-image: url("/img/royal/logo_dashboard100x45.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  /* line 204, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu, #container .header .header-content nav.menu {
    width: 252px;
    padding: 48px 34px 60px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 80px;
    width: auto;
    right: 0px;
  }
  /* line 213, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-1, #container .header .header-content nav.menu.cols-1 {
    width: 42px;
  }
  /* line 214, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-2, #container .header .header-content nav.menu.cols-2 {
    width: 84px;
  }
  /* line 215, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-3, #container .header .header-content nav.menu.cols-3 {
    width: 126px;
  }
  /* line 216, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-4, #container .header .header-content nav.menu.cols-4 {
    width: 168px;
  }
  /* line 217, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-5, #container .header .header-content nav.menu.cols-5 {
    width: 210px;
  }
  /* line 218, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu.cols-6, #container .header .header-content nav.menu.cols-6 {
    width: 252px;
  }
  /* line 219, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu .menu-active-gradient, #container header .header-content nav.menu .menu-active-gradient:hover, #container .header .header-content nav.menu .menu-active-gradient, #container .header .header-content nav.menu .menu-active-gradient:hover {
    background-color: #5393C5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85bae4), color-stop(100%, #5393c5));
    background-image: -webkit-linear-gradient(top, #85bae4, #5393c5);
    background-image: -moz-linear-gradient(top, #85bae4, #5393c5);
    background-image: -o-linear-gradient(top, #85bae4, #5393c5);
    background-image: -ms-linear-gradient(top, #85bae4, #5393c5);
    background-image: linear-gradient(top, #85bae4, #5393c5);
  }
  /* line 227, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li, #container .header .header-content nav.menu ul li {
    background: none;
    height: 80px;
    width: 42px;
    padding: 0px;
    margin: 0px;
    text-transform: none;
    text-shadow: black 0 -1px 1px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #5a5a5a));
    background-image: -webkit-linear-gradient(top, #333333, #5a5a5a);
    background-image: -moz-linear-gradient(top, #333333, #5a5a5a);
    background-image: -o-linear-gradient(top, #333333, #5a5a5a);
    background-image: -ms-linear-gradient(top, #333333, #5a5a5a);
    background-image: linear-gradient(top, #333333, #5a5a5a);
    background-color: #5A5A5A;
  }
  /* line 238, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li:hover, #container .header .header-content nav.menu ul li:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
    background-image: -webkit-linear-gradient(top, #666666, #444444);
    background-image: -moz-linear-gradient(top, #666666, #444444);
    background-image: -o-linear-gradient(top, #666666, #444444);
    background-image: -ms-linear-gradient(top, #666666, #444444);
    background-image: linear-gradient(top, #666666, #444444);
    background-color: #444;
  }
  /* line 242, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li.first, #container header .header-content nav.menu ul li:first-child, #container .header .header-content nav.menu ul li.first, #container .header .header-content nav.menu ul li:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 244, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li.first a.active, #container header .header-content nav.menu ul li.first a.active:hover, #container header .header-content nav.menu ul li:first-child a.active, #container header .header-content nav.menu ul li:first-child a.active:hover, #container .header .header-content nav.menu ul li.first a.active, #container .header .header-content nav.menu ul li.first a.active:hover, #container .header .header-content nav.menu ul li:first-child a.active, #container .header .header-content nav.menu ul li:first-child a.active:hover {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 248, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li.last, #container header .header-content nav.menu ul li:last-child, #container .header .header-content nav.menu ul li.last, #container .header .header-content nav.menu ul li:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 250, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li.last a.active, #container header .header-content nav.menu ul li.last a.active:hover, #container header .header-content nav.menu ul li:last-child a.active, #container header .header-content nav.menu ul li:last-child a.active:hover, #container .header .header-content nav.menu ul li.last a.active, #container .header .header-content nav.menu ul li.last a.active:hover, #container .header .header-content nav.menu ul li:last-child a.active, #container .header .header-content nav.menu ul li:last-child a.active:hover {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 254, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li a, #container .header .header-content nav.menu ul li a {
    background: transparent url("/img/royal/menu-mobile-white.png") no-repeat -700px top;
    padding: 0px;
    padding-top: 5px;
    height: 75px;
    width: 42px;
    color: white;
    font-size: 9px;
  }
  /* line 264, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul li a.active, #container header .header-content nav.menu ul li a.active:hover, #container .header .header-content nav.menu ul li a.active, #container .header .header-content nav.menu ul li a.active:hover {
    background-color: #444444;
    font-weight: bold;
    text-shadow: #145072 0 -1px 1px;
  }
  /* line 274, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-sales a, #container header .header-content nav.menu ul .menu-sales a:hover, #container header .header-content nav.menu ul .menu-sales .active, #container .header .header-content nav.menu ul .menu-sales a, #container .header .header-content nav.menu ul .menu-sales a:hover, #container .header .header-content nav.menu ul .menu-sales .active {
    background-position: -15px bottom;
  }
  /* line 280, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-services a, #container header .header-content nav.menu ul .menu-services:hover a, #container header .header-content nav.menu ul .menu-services .active, #container .header .header-content nav.menu ul .menu-services a, #container .header .header-content nav.menu ul .menu-services:hover a, #container .header .header-content nav.menu ul .menu-services .active {
    background-position: -87px bottom;
  }
  /* line 284, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-marketing a, #container header .header-content nav.menu ul .menu-marketing:hover a, #container header .header-content nav.menu ul .menu-marketing .active, #container .header .header-content nav.menu ul .menu-marketing a, #container .header .header-content nav.menu ul .menu-marketing:hover a, #container .header .header-content nav.menu ul .menu-marketing .active {
    background-position: -159px bottom;
    font-size: 8px;
  }
  /* line 288, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-marketing a.active, #container header .header-content nav.menu ul .menu-marketing a.active:hover, #container header .header-content nav.menu ul .menu-marketing:hover a.active, #container header .header-content nav.menu ul .menu-marketing:hover a.active:hover, #container header .header-content nav.menu ul .menu-marketing .active.active, #container header .header-content nav.menu ul .menu-marketing .active.active:hover, #container .header .header-content nav.menu ul .menu-marketing a.active, #container .header .header-content nav.menu ul .menu-marketing a.active:hover, #container .header .header-content nav.menu ul .menu-marketing:hover a.active, #container .header .header-content nav.menu ul .menu-marketing:hover a.active:hover, #container .header .header-content nav.menu ul .menu-marketing .active.active, #container .header .header-content nav.menu ul .menu-marketing .active.active:hover {
    font-weight: bold;
    font-size: 8px !important;
  }
  /* line 293, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-admin a, #container header .header-content nav.menu ul .menu-admin:hover a, #container header .header-content nav.menu ul .menu-admin .active, #container .header .header-content nav.menu ul .menu-admin a, #container .header .header-content nav.menu ul .menu-admin:hover a, #container .header .header-content nav.menu ul .menu-admin .active {
    background-position: -231px bottom;
  }
  /* line 297, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-quality a, #container header .header-content nav.menu ul .menu-quality:hover a, #container header .header-content nav.menu ul .menu-quality .active, #container .header .header-content nav.menu ul .menu-quality a, #container .header .header-content nav.menu ul .menu-quality:hover a, #container .header .header-content nav.menu ul .menu-quality .active {
    background-position: -303px bottom;
  }
  /* line 301, ../../bash/sass/royal/_mobile.scss */
  #container header .header-content nav.menu ul .menu-vallarta a, #container header .header-content nav.menu ul .menu-vallarta:hover a, #container header .header-content nav.menu ul .menu-vallarta .active, #container .header .header-content nav.menu ul .menu-vallarta a, #container .header .header-content nav.menu ul .menu-vallarta:hover a, #container .header .header-content nav.menu ul .menu-vallarta .active {
    background-position: -375px bottom;
  }
  /* line 315, ../../bash/sass/royal/_mobile.scss */
  #container footer, #container .footer {
    height: 40px;
    font-size: 11px;
    color: #b8b8b8;
  }
  /* line 328, ../../bash/sass/royal/_mobile.scss */
  #container .board {
    font-size: 12px;
    line-height: 16px;
    /* width: 252px; */
    /* padding: 48px 34px 60px; */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    /* padding: 5px; */
  }
  /* line 334, ../../bash/sass/royal/_mobile.scss */
  #container .board .button-close-board {
    text-indent: 0px;
    background: #666666 url("/img/form/overlay-button.png") repeat-x 0 0;
    color: #f2f2f2;
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 10px 0 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0;
    height: 25px;
    width: 100%;
  }
  /* line 358, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-form {
    width: 100%;
  }
  /* line 361, ../../bash/sass/royal/_mobile.scss */
  #container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board textarea, #container .board select {
    width: 300px;
    padding: 0px;
    color: #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    font-weight: bold;
    border: 1px solid #CCC;
    height: 40px;
    width: 99%;
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* line 29, ../../bash/sass/royal/_default.scss */
  #container .board input[type="text"]:focus, #container .board input[type="password"]:focus, #container .board input[type="url"]:focus, #container .board input[type="email"]:focus, #container .board .field input.text:focus, #container .board .field input.title:focus, #container .board textarea:focus, #container .board select:focus {
    background: #FAFFBD;
  }
  /* line 369, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-reload {
    height: 40px;
    width: 100%;
    margin: 0;
    font-size: 24px;
  }
  /* line 375, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header, #container .board .board-content, #container .board .board-footer {
    /* width: 230px; */
  }
  /* line 378, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header {
    height: auto;
    margin-bottom: 10px;
  }
  /* line 381, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header .title {
    margin-bottom: 10px;
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
  }
  /* line 386, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header .title .title-main {
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    -moz-box-shadow: 0 0 0 white;
    -webkit-box-shadow: 0 0 0 white;
    -o-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white;
  }
  /* line 399, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header .title span {
    clear: both;
    float: left;
    width: 100%;
  }
  /* line 405, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header .subtitle {
    font-size: 18px;
    line-height: 20px;
    width: 220px;
  }
  /* line 410, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-header .time {
    font-size: 14px;
    line-height: 15px;
    width: 220px;
    text-align: right;
  }
  /* line 420, ../../bash/sass/royal/_mobile.scss */
  #container .board .board-footer {
    height: auto;
  }
  /* line 423, ../../bash/sass/royal/_mobile.scss */
  #container .board table {
    font-size: 11px;
    line-height: 20px;
  }
  /* line 437, ../../bash/sass/royal/_mobile.scss */
  .element {
    padding: 12px 5px;
    height: 25px;
    width: 230px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 16px;
  }
  /* line 446, ../../bash/sass/royal/_mobile.scss */
  .element .element-name {
    padding: 0;
  }
}
/* Wide Mobile Layout: 480px.
 * Gutters: 24px.
 * Outer margins: 22px.
 * Inherits styles from: Default Layout, Mobile Layout.  */
/*    Wide Mobile Layout: 480px (30em).
    Gutters: 24px (1.5em).
    Outer margins: 22px (1.375em).
    Inherits styles from: Default Layout, Mobile Layout.
  --------------------------------------------------------------
  cols  1     2      3      4      5
  px    68    160    252    344    436            */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 15, ../../bash/sass/royal/_wide-mobile.scss */
  body {
    padding: 0;
  }
  /* line 17, ../../bash/sass/royal/_wide-mobile.scss */
  body form {
    width: 344px;
    width: 418px;
    padding: 0px;
  }
  /* line 22, ../../bash/sass/royal/_wide-mobile.scss */
  body form input[type="text"], body form input[type="password"], body form input[type="url"], body form input[type="email"], body form .field input.text, body form .field input.title, body form textarea, body form select {
    width: 398px;
    height: 40px;
    font-size: 14px;
  }
  /* line 29, ../../bash/sass/royal/_wide-mobile.scss */
  body form textarea {
    width: 398px;
    font-size: 14px;
  }
  /* line 33, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls, body form .fieldset {
    clear: both;
  }
  /* line 35, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .errors, body form .fieldset .errors {
    float: left;
    width: 418px;
    font-size: 14px;
  }
  /* line 39, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .errors li, body form .fieldset .errors li {
    top: -11px;
    padding: 5px 0;
  }
  /* line 44, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .label, body form .controls label, body form .fieldset .label, body form .fieldset label {
    float: left;
    width: 408px;
  }
  /* line 50, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .input, body form .controls input, body form .fieldset .input, body form .fieldset input {
    float: left;
  }
  /* line 53, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .submit, body form .fieldset .submit {
    margin-top: 20px;
  }
  /* line 56, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls .hint, body form .fieldset .hint {
    padding: 0px;
  }
  /* line 59, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls p, body form .fieldset p {
    float: left;
  }
  /* line 62, ../../bash/sass/royal/_wide-mobile.scss */
  body form .controls dt, body form .controls dd, body form .fieldset dt, body form .fieldset dd {
    display: none;
  }
  /* line 68, ../../bash/sass/royal/_wide-mobile.scss */
  body .button, body input[type="submit"] {
    width: 408px;
  }
  /* line 70, ../../bash/sass/royal/_wide-mobile.scss */
  body .button.warning, body .button.yellow, body input[type="submit"].warning, body input[type="submit"].yellow {
    width: 408px;
  }
  /* line 73, ../../bash/sass/royal/_wide-mobile.scss */
  body .button.info, body .button.blue, body input[type="submit"].info, body input[type="submit"].blue {
    width: 408px;
  }
  /* line 76, ../../bash/sass/royal/_wide-mobile.scss */
  body .button.success, body .button.green, body input[type="submit"].success, body input[type="submit"].green {
    width: 408px;
  }
  /* line 79, ../../bash/sass/royal/_wide-mobile.scss */
  body .button.error, body .button.red, body input[type="submit"].error, body input[type="submit"].red {
    width: 408px;
  }
  /* line 85, ../../bash/sass/royal/_wide-mobile.scss */
  #container {
    width: 436px;
    padding: 36px 22px 48px;
    overflow: hidden;
    padding: 0px;
    /* Board Classes */
  }
  /* line 90, ../../bash/sass/royal/_wide-mobile.scss */
  #container .section-login-form {
    width: 436px;
    padding: 36px 22px 48px;
    padding: 0px;
  }
  /* line 93, ../../bash/sass/royal/_wide-mobile.scss */
  #container .section-login-form .form-title {
    padding: 5px 10px;
  }
  /* line 96, ../../bash/sass/royal/_wide-mobile.scss */
  #container .section-login-form .wrapper {
    padding: 0;
    margin: 0 auto;
  }
  /* line 100, ../../bash/sass/royal/_wide-mobile.scss */
  #container .section-login-form .wrapper .controls {
    padding: 0;
    margin: 10px 0 0 0;
  }
  /* line 103, ../../bash/sass/royal/_wide-mobile.scss */
  #container .section-login-form .wrapper .controls .submit {
    width: 418px;
    margin: 0 auto;
  }
  /* line 111, ../../bash/sass/royal/_wide-mobile.scss */
  #container header, #container .header, #container .content, #container footer .footer {
    width: 436px;
    padding: 36px 22px 48px;
    padding: 0px;
  }
  /* line 117, ../../bash/sass/royal/_wide-mobile.scss */
  #container header, #container .header {
    margin-bottom: 10px;
    height: auto !important;
    min-height: 0px;
    height: auto !important;
    height: 0px;
    width: 436px;
    padding: 36px 22px 48px;
    padding: 0;
  }
  /* line 124, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu, #container .header nav.menu {
    width: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 80px;
    right: 0px;
  }
  /* line 132, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-1, #container .header nav.menu.cols-1 {
    width: 72px !important;
  }
  /* line 133, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-2, #container .header nav.menu.cols-2 {
    width: 144px !important;
  }
  /* line 134, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-3, #container .header nav.menu.cols-3 {
    width: 216px !important;
  }
  /* line 135, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-4, #container .header nav.menu.cols-4 {
    width: 288px !important;
  }
  /* line 136, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-5, #container .header nav.menu.cols-5 {
    width: 360px !important;
  }
  /* line 137, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu.cols-6, #container .header nav.menu.cols-6 {
    width: 432px !important;
  }
  /* line 138, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu .menu-active-gradient, #container header nav.menu .menu-active-gradient:hover, #container .header nav.menu .menu-active-gradient, #container .header nav.menu .menu-active-gradient:hover {
    background-color: #5393C5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85bae4), color-stop(100%, #5393c5));
    background-image: -webkit-linear-gradient(top, #85bae4, #5393c5);
    background-image: -moz-linear-gradient(top, #85bae4, #5393c5);
    background-image: -o-linear-gradient(top, #85bae4, #5393c5);
    background-image: -ms-linear-gradient(top, #85bae4, #5393c5);
    background-image: linear-gradient(top, #85bae4, #5393c5);
  }
  /* line 142, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul, #container .header nav.menu ul {
    width: auto;
  }
  /* line 146, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li, #container .header nav.menu ul li {
    background: none;
    height: 80px;
    width: 72px !important;
    padding: 0px;
    margin: 0px;
    text-transform: none;
    text-shadow: black 0 -1px 1px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #5a5a5a));
    background-image: -webkit-linear-gradient(top, #333333, #5a5a5a);
    background-image: -moz-linear-gradient(top, #333333, #5a5a5a);
    background-image: -o-linear-gradient(top, #333333, #5a5a5a);
    background-image: -ms-linear-gradient(top, #333333, #5a5a5a);
    background-image: linear-gradient(top, #333333, #5a5a5a);
    background-color: #5A5A5A;
  }
  /* line 157, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li:hover, #container .header nav.menu ul li:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
    background-image: -webkit-linear-gradient(top, #666666, #444444);
    background-image: -moz-linear-gradient(top, #666666, #444444);
    background-image: -o-linear-gradient(top, #666666, #444444);
    background-image: -ms-linear-gradient(top, #666666, #444444);
    background-image: linear-gradient(top, #666666, #444444);
    background-color: #444;
  }
  /* line 161, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li.first, #container header nav.menu ul li:first-child, #container .header nav.menu ul li.first, #container .header nav.menu ul li:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 164, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li.last, #container header nav.menu ul li:last-child, #container .header nav.menu ul li.last, #container .header nav.menu ul li:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 167, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li a, #container .header nav.menu ul li a {
    padding: 0px;
    padding-top: 5px;
    height: 75px;
    width: 72px !important;
    color: white;
    font-size: 11px !important;
  }
  /* line 176, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul li a.active, #container header nav.menu ul li a.active:hover, #container .header nav.menu ul li a.active, #container .header nav.menu ul li a.active:hover {
    background-color: #444444;
    text-shadow: #145072 0 -1px 1px;
    font-weight: bold;
    font-size: 12px !important;
  }
  /* line 187, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-sales a, #container header nav.menu ul .menu-sales a:hover, #container header nav.menu ul .menu-sales .active, #container .header nav.menu ul .menu-sales a, #container .header nav.menu ul .menu-sales a:hover, #container .header nav.menu ul .menu-sales .active {
    background-position: 0px bottom !important;
  }
  /* line 193, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-services a, #container header nav.menu ul .menu-services:hover a, #container header nav.menu ul .menu-services .active, #container .header nav.menu ul .menu-services a, #container .header nav.menu ul .menu-services:hover a, #container .header nav.menu ul .menu-services .active {
    background-position: -72px bottom !important;
  }
  /* line 197, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-marketing a, #container header nav.menu ul .menu-marketing:hover a, #container header nav.menu ul .menu-marketing .active, #container .header nav.menu ul .menu-marketing a, #container .header nav.menu ul .menu-marketing:hover a, #container .header nav.menu ul .menu-marketing .active {
    background-position: -144px bottom !important;
    font-size: 9px !important;
  }
  /* line 201, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-marketing a.active, #container header nav.menu ul .menu-marketing a.active:hover, #container header nav.menu ul .menu-marketing:hover a.active, #container header nav.menu ul .menu-marketing:hover a.active:hover, #container header nav.menu ul .menu-marketing .active.active, #container header nav.menu ul .menu-marketing .active.active:hover, #container .header nav.menu ul .menu-marketing a.active, #container .header nav.menu ul .menu-marketing a.active:hover, #container .header nav.menu ul .menu-marketing:hover a.active, #container .header nav.menu ul .menu-marketing:hover a.active:hover, #container .header nav.menu ul .menu-marketing .active.active, #container .header nav.menu ul .menu-marketing .active.active:hover {
    font-weight: bold;
    font-size: 9px !important;
  }
  /* line 206, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-admin a, #container header nav.menu ul .menu-admin:hover a, #container header nav.menu ul .menu-admin .active, #container .header nav.menu ul .menu-admin a, #container .header nav.menu ul .menu-admin:hover a, #container .header nav.menu ul .menu-admin .active {
    background-position: -216px bottom !important;
  }
  /* line 210, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-quality a, #container header nav.menu ul .menu-quality:hover a, #container header nav.menu ul .menu-quality .active, #container .header nav.menu ul .menu-quality a, #container .header nav.menu ul .menu-quality:hover a, #container .header nav.menu ul .menu-quality .active {
    background-position: -288px bottom !important;
  }
  /* line 214, ../../bash/sass/royal/_wide-mobile.scss */
  #container header nav.menu ul .menu-vallarta a, #container header nav.menu ul .menu-vallarta:hover a, #container header nav.menu ul .menu-vallarta .active, #container .header nav.menu ul .menu-vallarta a, #container .header nav.menu ul .menu-vallarta:hover a, #container .header nav.menu ul .menu-vallarta .active {
    background-position: -360px bottom !important;
  }
  /* line 222, ../../bash/sass/royal/_wide-mobile.scss */
  #container footer, #container .footer {
    height: 30px;
    font-size: 9px;
    line-height: 12px;
  }
  /* line 234, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board {
    font-size: 14px;
    line-height: 20px;
    width: 436px;
    padding: 36px 22px 48px;
    padding: 10px;
  }
  /* line 239, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .button-close-board {
    width: 408px;
  }
  /* line 244, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board input[type="text"], #container .board input[type="password"], #container .board input[type="url"], #container .board input[type="email"], #container .board .field input.text, #container .board .field input.title, #container .board textarea, #container .board select {
    width: 300px;
    padding: 0px;
    color: #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    font-weight: bold;
    border: 1px solid #CCC;
    height: 40px;
    width: 99%;
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* line 29, ../../bash/sass/royal/_default.scss */
  #container .board input[type="text"]:focus, #container .board input[type="password"]:focus, #container .board input[type="url"]:focus, #container .board input[type="email"]:focus, #container .board .field input.text:focus, #container .board .field input.title:focus, #container .board textarea:focus, #container .board select:focus {
    background: #FAFFBD;
  }
  /* line 251, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-form {
    width: 408px;
    clear: both;
  }
  /* line 256, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-reload {
    height: 40px;
    width: 408px;
    margin: 0;
    font-size: 24px;
  }
  /* line 262, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header, #container .board .board-content, #container .board .board-footer {
    width: 408px;
  }
  /* line 266, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header .title {
    width: 408px;
  }
  /* line 270, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header .title span {
    width: 408px;
  }
  /* line 273, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header .title .title-main {
    width: 408px !important;
  }
  /* line 277, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header .subtitle {
    width: 408px;
  }
  /* line 280, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-header .time {
    width: 408px;
  }
  /* line 285, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-content .block {
    margin-top: 10px;
  }
  /* line 292, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board .board-footer {
    height: auto;
  }
  /* line 295, ../../bash/sass/royal/_wide-mobile.scss */
  #container .board table {
    font-size: 16px;
    line-height: 28px;
  }
  /* line 308, ../../bash/sass/royal/_wide-mobile.scss */
  .element {
    padding: 18px 5px;
    height: 15px;
    width: 418px;
    font-size: 16px;
    line-height: 16px;
  }
  /*.element {
    padding: 5px;
    height: $mobile-field-height;
    width: $wide-mobile-field-width;
    .element-name {
      padding: 0;
    }
    &.maintenance {
    }
  }*/
  /* line 339, ../../bash/sass/royal/_wide-mobile.scss */
  .ui-datepicker {
    width: 410px;
    font-size: 12px;
  }
  /* line 377, ../../bash/sass/royal/_wide-mobile.scss */
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }
  /* line 381, ../../bash/sass/royal/_wide-mobile.scss */
  .ui-datepicker table {
    font-size: 12px;
  }
  /* line 383, ../../bash/sass/royal/_wide-mobile.scss */
  .ui-datepicker table th {
    padding: 5px;
  }
  /* line 388, ../../bash/sass/royal/_wide-mobile.scss */
  .ui-datepicker table tbody td span, .ui-datepicker table tbody td a {
    padding: 8px;
  }
}
/* Retina media query.
   Overrides styles for devices with a
   device-pixel-ratio of 2+, such as iPhone 4.  */

