﻿
/* Styles for NavBar
-----------------------------------------------------------*/

/*body {font-family:arial; font-size:11px;}
.clear {clear:both}*/

div.navbar-header-black
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 3.12em;
    min-width: 72em;
    background-color: black;
    background-image: url('../image/navbarHeaderBlackBG.png');
    position: relative;
    z-index: 99999;
}

div.navbar-header-black table
{
    width:100%;
    border-collapse:collapse;
}

div.navbar-header-black table td
{
    vertical-align:top;
    padding-top:0px;
}

/* remove the list style */
ul.navbar-header-black
{
    margin: 0;
    padding: 0;
    list-style: none;
}    
    
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
ul.navbar-header-black li
{
    float: left;
    display: block;
    position: relative;
    color: #ccc;
    z-index: 500;
    height: 3.12em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    background-repeat: repeat-x;
}   
        
/* this is the parent menu */
ul.navbar-header-black li a
{
    font: 16px proxima-nova,sans-serif;
    display: block;
    padding: 10px 5px 0 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 23px;
    text-decoration: none;
    text-align: center;
}

ul.navbar-header-black li a:visited
{
    color: #ccc;
}

ul.navbar-header-black li:hover
{
    color: #fff;
    background-color: #1E2A30;
}

/* you can make a different style for default selected value */
ul.navbar-header-black a.selected {
    color:#f00;
}
    
/* submenu, it's hidden by default */
ul.navbar-header-black ul
{
    position: absolute;
    left: 0;
    top: 3em;
    display: none;
    margin: 0 0 0 0;
    padding: 0.2em;
    list-style: none;
    background-color: rgba(0,0,0,0.6);
    border: solid 1px black;
    border-radius: 4px;
}
        
ul.navbar-header-black ul li
{
    width: 200px;
    height: 1.5em;
    float: left;
    margin-bottom:0.3em;
    background-color:rgba(0,0,0,0.2);
    border-radius: 3px;
}
        
/* display block will make the link fill the whole area of LI */
ul.navbar-header-black ul a {
    font: normal 12px/1.3 "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    text-transform:none;
    display:block;  
    height:15px;
    padding: 3px 5px;
    color:white;
}
        
ul.navbar-header-black ul a:hover {
    text-decoration:none;
    color: rgb(52, 196, 41);
}

ul.navbar-header-black ul#useraccount-menu {
    right: 0em !important;
    left: initial !important;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
/**html #nav ul {
    margin:0 0 0 -2px;
}*/

/* Styles for Input controls
-----------------------------------------------------------*/
.txt-smooth1
{
    height: 20px;
    color: #555555;
    line-height: 20px;
    border-radius: 4px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    transition-property: border, box-shadow;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: linear, linear;
    transition-delay: 0s, 0s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.txt-bigoval 
{
    background: #1A1A1A;
    border-radius: 2em !important;
    border: none !important;
    margin: 0.5em !important;
    padding: 0.8em !important;
    color: #e2e2e2 !important;
    font-size: 1.5em;
    line-height: 1em;
    outline: none;
    box-shadow: 0 4px 6px -5px hsl(0, 0%, 40%), inset 0px 4px 6px -5px hsl(0, 0%, 2%);
}

input[type='button'], .btn
{
    color: #333333;
    line-height: 20px;
    padding: 4px 8px 4px 8px;
    margin-bottom: 0px;
    border-top-color: rgba(0,0,0,0.1);
    border-right-color: rgba(0,0,0,0.1);
    border-bottom-color: #b3b3b3;
    border-left-color: rgba(0,0,0,0.1);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
}

input[type='button']:hover, .btn:hover
{
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 -10px 10px rgba(0,0,0,0.1);
}

.btn-green
{
    color: white !important;
    background-image: linear-gradient(#62c462, #51a351) !important;
}

/*.btn-green:hover
{
    color: white !important;
    background-image: linear-gradient(#5bb75b, #51a351) !important;
}*/

.btn-lightblue
{
    color: white !important;
    background-image: linear-gradient(#5bc0de, #2f96b4) !important;
}

/*.btn-lightblue:hover
{
    color: white !important;
    background-image: linear-gradient(#49afcd, #2f96b4) !important;
}*/

.btn-blue
{
    color: white !important;
    background-image: linear-gradient(#0088cc, #0044cc) !important;
}

/*.btn-blue:hover
{
    color: white !important;
    background-image: linear-gradient(#006dcc, #0044cc) !important;
}*/

.btn-orange
{
    color: white !important;
    background-image: linear-gradient(#fbb450, #f89406) !important;
}

/*.btn-orange:hover
{
    color: white !important;
    background-image: linear-gradient(#faa732, #f89406) !important;
}*/

.btn-red
{
    color: white !important;
    background-image: linear-gradient(#ee5f5b, #bd362f) !important;
}

/*.btn-red:hover
{
    color: white !important;
    background-image: linear-gradient(#da4f49, #bd362f) !important;
}*/

.btn-black
{
    color: white !important;
    background-image: linear-gradient(#444444, #222222) !important;
}

/*.btn-black:hover
{
    color: white !important;
    background-image: linear-gradient(#363636, #222222) !important;
}*/

/* Styles for Tables
-----------------------------------------------------------*/
table.table-hover
{
    width: 100%;
    border-spacing: 0px;
    border: 1px solid rgb(68, 102, 138);
    border-collapse: separate;
    *border-collapse: collapse;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table.table-hover th
{
    background-position: inherit center;
    color: white;
    background-color: rgb(68, 102, 138);
    height: 2.5em;
    padding: 0px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin: 0px;
    border: 0px;
    background-repeat: no-repeat;
    text-align: left;
}

table.table-hover th:last-child
{
    background-image: url('../image/tablehoverHeaderShadow.png');
    background-repeat: no-repeat;
}

table.table-hover td
{
    vertical-align: top;
    padding-top: 0.3em;
    padding-left:0.3em;
    padding-right:0.3em;
    height: 4em;
}

table.table-hover tr:hover
{
    background-color: #e6eff4 !important;
}

table.table-hover tr.selected
{
    background-color: #e6eff4 !important;
}

table.table-striped tr:nth-child(even) 
{
    background-color: white;
}

table.table-striped tr:nth-child(odd) 
{
    background-color: #f2f8fb;
}

/* Styles for Hr
-----------------------------------------------------------*/

.hr
{
    width: 80%;
    height: 8px;
    margin: 21px 10% 30px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.shadow
{
	position: relative;
	top: 20px;
	height: 20px;
}

.shadow:before 
{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(155,155,0, 0.25);
    border-radius: 50% / 20px; 
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
    clip: rect(20px, auto, 50px, 0);
}

/* Styles for Box Type 2
-----------------------------------------------------------*/
.divBoxType2
{
    border: 1px solid #cccccc;
    padding-bottom: 0.5em;
    border-radius: 4px;
    width: 33em;
    background-color: rgb(243, 243, 243);
}

.divBoxType2 .divBoxHeader
{
    color: white;
    background-color: #005e87;
    margin-bottom: 0.5em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 2em;
    font-size: 2em;
    padding-left: 0.5em;
}

.divBoxType2 .divBoxFooter
{
    background-color: rgb(245, 245, 245);
    border-top: 1px solid #d4d4d4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 3em;
    vertical-align: bottom;
    text-align: right;
    padding-left:0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
}

.divBoxType2 table
{
    width: 100%;
}

.divBoxType2 .divLabel
{
    display: inline-block;
    background-color: #00b8fb;
    line-height: 2.36em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: -0.3em;
    vertical-align:top;
}

.divBoxType2 .imgLabelLeft
{
    display: inline-block;
    vertical-align:top;
    margin-left: -0.6em;
}

.divBoxType2 .imgLabelRight
{
    display: inline-block;
    vertical-align:top;
    margin-left: -0.4em;
}

.divBoxType2 input[type='text']
{
    display: inline-block;
    height: 2em;
    width: 20em;
}

.divBoxType2 select
{
    display: inline-block;
    height: 2.5em;
    width: 20.5em;
}

.divBoxType2 .tdValue
{
    vertical-align: top;
}

/* Styles for Alerts
-----------------------------------------------------------*/
.alert
{
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.alert-info
{
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-error
{
    color: #FFF;
    background: linear-gradient(45deg, #c34242 86%,#e06262 99%);
    border-color: #bce8f1;
}


/* Styles for Extra Controls
-----------------------------------------------------------*/
.hidden
{
    display:none;
}

/* Styles for Close Buttons
-----------------------------------------------------------*/

.close
{
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-right: 0.5em;
}

.close:hover,
.close:focus 
{
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.close-light
{
    color: white;
    text-shadow: 0 1px 0 #000000;
}

.close-light:hover,
.close-light:focus 
{
  color: white;
}

/* Styles for Check Boxes
-----------------------------------------------------------*/
.chkRounded input[type=checkbox] 
{
	visibility: hidden;
}

.chkRounded {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.chkRounded label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.chkRounded label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chkRounded label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.chkRounded input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* Radio */
.input-radio {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    position: relative;
    width: 20px;
    -webkit-appearance: none;
}

.input-radio:after {
    background-color: #444;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 12px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 12px;
}

.input-radio:checked:after {
    background-color: #f66;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
            inset 0 2px 2px hsla(0,0%,100%,.4),
            0 1px 1px hsla(0,0%,100%,.8),
            0 0 2px 2px hsla(0,70%,70%,.4);
}

.radio-label 
{
    position:absolute;
    top:-0.3em;
}