/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

/* Basic elements */
html {
 /* overflow-x: hidden;*/
}

body {
  -webkit-font-smoothing: antialiased;
  /* background-image: url(../images/bkgrd2.png); */
  font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  word-wrap: break-word;
  color: #363636;
  min-width: 670px;
}
a {
  color: #363636; /*#3C4C8A; */
  -webkit-transition: color 0.2s linear;
     -moz-transition: color 0.2s linear;
       -o-transition: color 0.2s linear;
          transition: color 0.2s linear;
  text-decoration: none; 
}
a:hover/*,
a:active ,
a:focus */{
  text-decoration: none;
  color: #eb592a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
/*h1 {
  font-size: 46px;  
}*/
h1, h2,
.componentheading {
  font-size: 42px;
  line-height: 2em;
}
h3 {
  font-size: 24px;
  line-height: 1.3em;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  line-height: 2.0;
} 
p {
  margin: 0; /*.5em 0 1.5em;*/
  line-height: 1.5;
}
iframe {
  max-width: 100%!important;
}

/* Containers */
.gkPage {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto!important;
  width: 1000px;
 /*height: 39px;*/
}
.grey_line {
   clear: both;
   width: 100%;
   height: 1px;
   background: #b0b0b0; /*#e5e5e5; */
}

#gkPageTop {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
 /* z-index: 999;*/
}
#gkPageTop.nobg {
  border-bottom: none!important;
}
#gkHeader {
  background: #eee;
  border-bottom: 1px solid #e5e5e5;
}
#gkHeader.nobg {
  background: transparent url('../images/header_bg.jpg') no-repeat center top;
  min-height: 760px;
}
#gkPageWrap {
  margin: 0 auto;
}
#gkPageTop + #gkPageContent #gkSidebar,
#gkPageTop + #gkPageContent #gkContent {
 /* margin-top: 42px!important;*/
}
.custom_top_menu {

}
/* Logo  */
#gkLogo {
 /* margin: 3px 0;*/
  padding: 0;
  text-indent: -999em;
  text-shadow: none;

  display: block;
  float: left;
}
#gkLogo img {
  display: block;
  margin: 0;
}
#gkLogo.cssLogo {
  background: transparent url('../images/style1/logo.png') no-repeat 0 0;
  /* You can specify there logo size and background */
  height: 60px;
  width: 140px;
}
#gkLogo.text {
  font-size: 36px;
  min-height: 48px;
  padding: 0;
  text-indent: 0;
}
#gkLogo.text > span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  padding: 5px 0;
}
#gkLogo.text .gkLogoSlogan {
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

/* userarea */
#gkUserArea {
  float: right;
  margin-left: 20px;
}

#gkUserArea a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 72px;
  letter-spacing: 1px;
  line-height: 73px;
  margin: 0;
  padding: 0 6px;
  text-transform: uppercase;
}

#gkLogin {

}

#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {

}

#gkRegister {
	
}

#gkRegister:active,
#gkRegister:focus,
#gkRegister:hover {

}

/* Top modules */
#gkTop1 {
  background: #fff;
}


/* Group modules */

#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
  margin: 14px 0 0 0!important;
  overflow: hidden;
}

#gkTop1.gkNoMargin > div,
#gkTop2.gkNoMargin > div,
#gkBottom1.gkNoMargin > div > div,
#gkBottom2.gkNoMargin > div > div,
#gkBottom3.gkNoMargin > div > div,
#gkBottom4.gkNoMargin > div > div {
  margin: 0 -14px;
}

/* standard breadcrumb */
#gkBreadcrumb {
  border-bottom: 1px solid #eee;
/*  margin: 0 0 24px;  
  padding: 8px 0;  */
}
#gkBreadcrumb .breadcrumbs {
  float: left;

}
#gkBreadcrumb .breadcrumbs li.separator {
  width: 10px;
  text-align: center;
  padding: 0 4px!important;

}
#gkBreadcrumb .breadcrumbs li.pathway {
  padding-right: 20px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
  float: left;
  font-size: 12px;
  font-weight: 400;
}
#gkTools {
  float: right;
  margin: 4px 0 0 10px;
}
#gkTools a {
  display: block;
  float: left;
  width: 22px;
  height: 16px;
  margin: 0 0 0 0px !important;
  text-indent: -99999em;
  background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
  background-position: -15px 50%;
  margin-left: 6px;
}
a#gkToolsDec {
  background-position: 6px 50%;
}

/* top & bottom modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
  margin: 10px 0;
}

/* Bottom I and III modules */
#gkBottom1,
#gkBottom3 {
  border-top: solid 1px #b0b0b0;
  border-bottom: solid 1px #b0b0b0;
  background: #ffffff;
}

#gkBottom1 .header {
  background: transparent!important;
}

/* Bottom II and IV modules */
/* #gkBottom2,*/
#gkBottom4 {
  padding-bottom: 30px;
}

/* footer */
#gkFooter {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;

  font-size: 11px;
  line-height: 1em;
  margin: 10px auto 10px auto!important;
}
.gkCopyrights {
  margin: 0 0 10px 0;
  text-align: center;
}

/* other footer elements */
#gkStyleArea {
  clear: both;
  display: block;
  line-height: 7px;
  margin: 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#gkStyleArea > div {
  float: left;
  margin: 13px 0 12px 0;
}
#gkStyleArea a {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
           border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin: 9px 3px 9px 0;
  text-indent: -9999px;
  -webkit-transform: scale(1.0);
     -moz-transform: scale(1.0);
      -ms-transform: scale(1.0);
       -o-transform: scale(1.0);
          transform: scale(1.0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.2s ease-out;
     -moz-transition:    -moz-transform 0.2s ease-out;
       -o-transition:      -o-transform 0.2s ease-out;
          transition:         transform 0.2s ease-out;
  width: 7px;
}
#gkStyleArea a:hover {
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}
#gkColor1 {

}
#gkColor2 {

}
#gkColor3 {

}

#gkFrameworkLogo {
  display: block;
  width: 90px;
  height: 36px;
  background: url('../images/gavern-logo.png') no-repeat 0 0;
  text-indent: -9999em;
  margin: 12px auto 0 auto;
  
}

#gkSocial {
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  text-align: center;
  width: 100%;
}

#gkSocial p {
  margin: 0;
}

.gkTwitter,
.gkFb,
.gkGplus,
.gkPinterest {

  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 65px 0 48px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
     -moz-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
       -o-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
          transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
}

.gkTwitter {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gkFb {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -60px;
}

.gkPinterest {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -120px;
}

.gkGplus {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -180px;  
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -240px;

}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -300px;

}

.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -360px;
 
}

.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
  background: transparent url('../images/style1/social_icons.png') no-repeat 0 -420px;
 
}

/* Suffixes */
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 28px; /*56px;*/
  width: 100%;
}
div.content {
  clear: both;
}
.box li a {
  text-decoration: none;
}
.box a {
  text-decoration: none;
}
.box ul ul {
  margin-left: 20px;
}
.box ul ul li:last-child {
  border-bottom: none!important;
}

/* Suffix vertical */
.box.vertical {
  padding: 0!important;
}
.box.vertical .header {

  float: left;
  text-transform: uppercase;
  width: 30%;
}

.box.vertical .content {
  clear: none!important;
  float: left;
  width: 70%;
}

/* Suffix bigspaces */
.gkPage div.box.bigspaces {
  padding: 110px 0 90px 0!important;
}

.gkPage div.box.mediumspaces {
  padding: 80px 0 60px 0!important;
}

.gkPage div.box.smallspaces {
  padding: 50px 0 30px 0!important;
}

/* default suffix */
.box .header {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 32px;
  text-transform: capitalize;
}

.box .header small {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}

/* big suffix */
.box.big .header {
  font-size: 48px;
  line-height: 1.0;
  margin-bottom: 10px;
  min-height: 48px;
}

.box.big .header small {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

/* clear suffix */
.box.clear {
  margin: 0;
  padding: 0;
}
.clear div.content {
  clear: both;
}

/* nomargin suffix 
.box.nomargin {
  margin: 0!important;
}*/

/* nooverflow suffix */
.box.nooverflow,
.box.nooverflow > div {
  overflow: visible!important;
}

/* advertisement suffix */
.box.advertisement .header {
  background: transparent;
  border-bottom: 1px solid #eee;
  font-size: 10px!important;
  font-weight: 300;
  margin: 0 0 10px 0;
  min-height: 16px;
  text-align: right;
  text-transform: uppercase;
  line-height: 16px;
  font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
  background: transparent;
  float: right;
  line-height: 16px;
  padding: 0;
}

/* suffix _text */
.box_text > div {
  background: #fff;
}

/* suffix dark */
.box.dark {
  background: #363636!important;
  padding: 20px;
}

.box.dark .header {
  background: transparent!important;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
  
}

.box.dark ul {
  margin: 0;
  padding: 0;
}
.box.dark ul li {
  border-top: 1px solid #555;
  position: relative;
  padding: 4px 0;
}
.box.dark ul li:first-child {
  border-top: none;
}
.box.dark a {
  
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
  
}
.box.dark ul ul {
  margin: 0 0 0 20px;
}
.box.dark b,
.box.dark strong {
  font-weight: bold;
}

/* suffix light */
.box.light {
  background: #f5f5f5!important;
  padding: 20px;
}
.box.light ul {
  margin: 0;
  padding: 0;
}
.box.light ul li {
  border-top: 1px solid #ddd;
  position: relative;
}
.box.light ul li:first-child {
  border-top: none;
}
.box.light ul ul {
  margin: 0 0 0 20px;
}
.box.light b,
.box.light strong {
  font-weight: bold;
}

/* Suffix color */
.box.color .header {
  
}

/* mainbody restrictions */
section#gkBreadcrumb + section#gkMainbody {
  margin-top: 0!important;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
  margin-top: 14px;
}
#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child
#gkMainbodyBottom .box:first-child {
  margin-top: 0;
}
/* tablet/mobile suffixes */
.onlytablet {
  display: none;
}
.onlymobile {
  display: none;
}
/* Login form */
#gkFBLogin {
  float: left;
  width: 45%;
}
#gkFBLogin p {
  line-height: 18px;
  margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
  float: left;
  width: 45%;
  margin-left: 4%;
  padding-left: 30px;
  border-left: 1px solid #e7e7e7;
}
#form-login-remember {
  margin: 10px 0;
}
#form-login-remember label {
  
  font-size: 11px;
  font-weight: normal;
  line-height: 27px;
}
#login-form fieldset {
  margin: 0 0 20px;
}
#login-form fieldset p {
  margin: 0.5em 0;
}
#login-form ul {
  border-top: 1px solid #E7E7E7;
  overflow: hidden;
  padding: 12px 0 0;
}
#login-form ul li {
  font-size: 11px;
  line-height: 1.6;
}
#login-form ul li a {
  
}
#login-form ul li a:hover {
  
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 85%;
}
label#jform_spacer-lbl {
  font-size: 11px;
  font-weight: normal;
  
}
.logout-button .login-greeting {
  float: left;
  margin-right: 32px;
  font-size: 14px;
}
.gkUsermenu {
  border-top: 1px solid #eee;
  clear: both;
  padding-top: 10px;
  position: relative;
  top: 10px;
}
.gkUsermenu li {
  font-size: 12px;
  padding-left: 16px;
}
/* Login with Facebook button */
span#fb-auth small {
  width: 20px;
  background: transparent url('../images/fbauth.png') no-repeat 0 2px;
  text-indent: -999em;
  display: block;
  float: left;
  border-right: 1px solid #a0aecd;
  margin: 2px 7px 0 0;
  height: 17px;
}
span#fb-auth {
  background-color: #798db9;
  border: 1px solid #4d576b;
  display: inline-block;

  font-family: arial;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0 6px;
  padding: 2px 24px 7px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #445375;
  cursor: pointer;
  height: 17px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
        border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-out;
     -moz-transition: background-color 0.2s ease-out;
       -o-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  position: relative;
  top: -3px;
}
span#fb-auth:hover {
  background-color: #556b9b;
}
.login span#fb-auth {
  margin: 6px 0 0 10px;
}

/* popup */
#gkPopupOverlay,
#gkPopupLogin {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 1000002;
  left: 50%;
  top: 50%;
  background: #fff;
}
#gkPopupLogin {
  position: absolute;
  top: 100px;
}
#gkPopupLogin {
  width: 320px;
  margin-left: -160px;
}
.gkPopupWrap {
  padding: 34px 24px;
  overflow: hidden;
}
.gkPopupWrap h3 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 32px;
}
#gkPopupOverlay {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  opacity: 0.45;
  margin-left: 0;
}
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}  
/* ************** Custom types added by Boris ************ */
.console_text {
  padding: 20px; 
  margin:20px 0; 
  display:block; 
  background:#000; 
  color: #e0e0e0;
  font-family: Consolas, Courier New; 
  font-size: 14px; 
  line-height: 1.1em; 
  width: auto;
}

pre.console_black_text {
  display:block; 
  background:#ffffff; 
  color: #363636;
  font-family: Consolas, Courier New; 
  font-size: 0.9em!important; 
  line-height: 1.2em!important; 
  border: none!important;
  max-height: none!important;
  
}
h2.title {
  float:left;
}
.title_image {
  margin: 0px 30px; 
  width: 48px; 
  height: 48px; 
  vertical-align: middle;
}  

.title_download {
  float: right; 
  text-align: center; 
  padding-top: 15px;
}
/* ADDED FOR LOGMETT */


.table_header, .table_header3  {
background: #f2f2f2 url(../images/background.png) repeat-x 0 0; 
font-size: 1.3em;
line-height: 14px;
height: 40px!important;
font-weight: normal!important;
padding: 8px 8px 8px;
vertical-align: middle!important;
margin: 0;
}

.table_cell_centered {
  vertical-align: middle!important; 
  text-align: center!important;
}
.dms-description-details.clearfix  span h5 {
  margin: 30px 10px 15px 10px;
}
.dms-description-details.clearfix  span  ul {
  margin-left: 30px;
  list-style-type: circle;
  padding: 0px;  
  list-style-position: outside;
  list-style-image: none;
}

.dms-description-details.clearfix  span ul li {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 14px; 
}