/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 6, 2014, 11:52:09 AM
    Author     : Llewellyn
*/

body {
    padding-top: 20px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
    background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
            box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
}




 /*---------------------------------------------------------------------------*/
*
{
    color: rgb(100, 100, 100)
}


.header
{
    padding: 0px 5px 0px 5px;
}
.header, #mainContent   
{
    margin: 0 20px 0 20px;
}

#imgLogo
{
    float: left;
}
 
 .imgSlogan
{
    margin-top: 0px;
    float: left;
}

#mainBreadcrump
{
    min-height: 30px;
    width: 100%;
    display: block;
    padding: 3px 25px 0 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(75, 75, 77);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}
#mainBreadcrump *
{
    vertical-align: middle;
}

#currBreadcrump
{
    color: #d6a33a;
}

#mainContent
{
    /*border: 1px solid rgb(220, 220, 220); */
    /* border-radius: 10px; */
    padding-bottom: 10px;
    margin-top: 15px;
    min-height: 150px;
}

.footer
{
    margin-top: 10px;
    padding: 5px;
}

.contentHeader
{
    width: 100%;
    /* border-bottom: 1px solid rgb(220, 220, 220); */
    padding: 10px 5px 10px 5px;
    margin: 0;
    /* border-radius: 8px 8px 0 0; */
    font-size: 26px;
    /* background-color: rgb(225, 225, 225); */
}

.contentCont
{
    padding: 5px ;
}


.contentCont  h5
{
    color:#d6a33a;
}

input[type = "text"], select, textarea
{
    border-radius: 5px;
    border: 1px solid rgb(200, 200, 200);
    background-color: rgb(225, 225, 225);
    min-height: 30px;
}

table
{
    margin-right: 10px;

}
table caption
{
    margin-bottom: 10px;
    background-color: rgb(220,220,220);
}

td, th
{
    padding: 5px;
}

table td .sub-form-item
{
    float: right;
}

.row 
{
    margin: 0px;
}

label 
{
    font-size: 12px;
    font-weight: normal;
}

.btn
{
    
}
.btn-success {
    color: #fff;
    background-color: #b3c335;
    border-color: #b3c335;
}
.btn-warning {
    color: #fff;
    background-color: #febe30;
    border-color: #febe30;
}
.btn-default
{
    border: 2px solid rgb(128, 130, 133);
    background-color: #808285;
    color: #ffffff;
}

#nav-buttons
{
    margin-top: 20px;
    margin-right: 6px;
}

.addNewRow
{
    background: none;
    border: none;
}

a 
{
    color: #b7c261;
}

a:hover 
{
    color: #a5b337;
}

.tmarg-30
{
    margin-top: 30px;
}

.suggest {
    background-color: #FCBC32;
}


.optiontable tr {
	vertical-align: top;
	}
.optiontable td {
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	line-height: 12px;
	}
.optiontable th {
	padding: 5px;
	text-align: center;
	color: #FFF;
	}
.optiontable table {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.optiontable th .h1 .h2 .h3 .h4 .h5 .h6 {
	color: #FFF;
	}
.optiontable a {
	color: #FFF;
	}
.optiontable a:hover {
	color: #EEE;
	}
.essence {
	background: #b3c434;
	}
.origin {
	background: #526bb3;
	}
.equilibrium {
	background: #073046;	
	}
.silver {
	background: #2bafc2;
	}
.gold {
	background: #fdbd30;
	}
.platinum {
	background: #6d6e71;
	}
.tm-fullscreen {
  height: 450px;
  }
 h1, h2, h3, h4, h5, h6 {
	 margin: 5px 0;
	 }

.optiontable2 table {
	}
.optiontable2 td {
	padding: 5px;
	text-align: left;
	}
/* Colours */
.grey {color: #6d6e71 !important;}
.green {color: #b3c434 !important;}
.darkblue {color: #073046 !important;}
.lightblue {color: #2bafc2 !important;}
.yellow {color: #fdbd30 !important;}

#overlayContent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#overlayBox {
    position: relative;
}

#overlayContent h1 {
    padding:150px;
}

/*---------------------------------------------------------------------------*/
@media (max-width: 480px)
{
    h5{font-size: 10px;}
    h1{font-size: 16px;}
    .container{padding: 0px;}
}

@media (min-width: 768px) 
{     

    .contentCont
    {

        padding: 35px 10px 50px 10px;
    }
    .contentCont h5
    {
       margin-bottom: 25px; 
    }
    .imgSlogan
    {
        margin-top: -35px;
        float: right;
    }
    
    #mainContent
    {
        min-height: 200px;
    }
}

@media (min-width: 992px) 
{
    .container {
        width: 970px;
    }
}

@media (min-width: 1100px) 
{
    .container {
        width: 1060px;
    }
}

@media (min-width: 1150px) 
{
    .container {
        width: 1110px;
    }
}

.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 25px;
  border: 2px solid #fabe42;
  background-color: #fff;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 190px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  font-size: 12px;
  background: #fabe42;
  color: #fabe42;
  line-height: 60px;
  font-weight: bold;
  font-family:  Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}

.pace.pace-inactive {
  display: none;
}

#myNiceList ol { counter-reset: item }
#myNiceList li { display: block }
#myNiceList li:before { content: counters(item, ".") "."; counter-increment: item; padding-right:10px; margin-left:-20px;} 

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("http://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9000;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
}
