/* Unessential CSS - Just here to make this sample page prettier */

html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 1.5;
    background-color: #3c79b0;
}
.wrapper {
  margin: 0 auto;
  max-width: 1060px;
  padding: 1px .6em;
  height: 100%;
}

header {
    background-color: #fff;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     /*font-family: 'Roboto Condensed', sans-serif;*/
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}

.rm-nav {
    letter-spacing: 1px;
}
.logo {
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
    /*width: 380px !important;*/
}

.rm-toggle.rm-button {
    margin-top: 0px;
}

.rm-container{
  padding-top: 20px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
}

.rm-layout-expanded li ul, .rm-layout-expanded .rm-menu-item .rm-menu{
  left: -74px !important;
  width: 320px !important;
  border-radius: 4px;
  background: #EEE none repeat scroll 0% 0%;
  text-align: center;
  top: 40px;
}

.rm-layout-expanded .rm-menu-item .rm-menu a{
  border-bottom: 1px  solid #666;
  border-right: 0px solid #eee;
  padding-top: 6px;
  padding-bottom:6px;

}

.rm-nav li a,
.rm-top-menu a {
      color: #666666;
  font-size: 18px !important;
  font-weight: bold !important;
  text-shadow: none !important;
  border: none;
  font-family: 'Raleway',sans-serif !important;
  border-right: 1px solid #8f8f8f;
  line-height: 26px !important;
}

/*.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}*/

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

.profile-edit {
  background: #51843c url(.../images/edit-profile.png) no-repeat center;
  margin: 0px 15px;
  padding: 0!important;
  border-radius: 4px;
}

.profile-edit a {
  padding: 8px 12px!important;
}

.logout {
  background: #f05322 url(.../images/logout.png) no-repeat center;
  margin: 0px 5px;
  border-radius: 4px;
}

.profile-edit a, .logout a{color:#fff!important;}

.top-menu-links{
  width: 100%;
}

.logo a{
  width: 48% !important;
  float: left;
}

.logo  h5{
  float: left;
  width: 52% !important;
  line-height: 18px;
  font-size: 18px;
  margin: 0;
  padding-top: 90px;
  text-transform: uppercase;
  color: #636e30;
  /*font-family: 'gill-sans',sans-serif;*/
}

.logo .container{
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-country {
	display:none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title { white-space: normal !important;    font-size: 12px;}


form#user-register-form .captcha {
float: right;
    clear:both;
}

div.krumo-root {
    text-align: left;
}

div.help-drop {
    height: 70px;
    margin-right:1em;
    float : left;
}

.header-menu-bottom div.help-drop {
    float : right !important;
}

div.help-drop a i,
.help-link a i {
    display: block;
    background-image: url(../images/help.png);
    background-size: contain;
    width: 84px;
    height: 70px;
}
.help-link a{
  overflow: hidden;
}
.help-link a i {
  float: right;
}
